-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CCZTCJYRD8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CCZTCJYRD8', { 'anonymize_ip': true });
</script>
<meta charset="UTF-8">
<title>K. Sasaki</title>
<!-- <link rel="stylesheet" href="style.css"> -->
</head>
<body>
<h1>Kaname Sasaki Profile</h1>
<h2>Publications</h2>
<ul>
<li>Kaname Sasaki, Maciej Sznajder, “Analytical view factor solutions of a spherical cap from an infinitesimal surface”, International Journal of Heat and Mass Transfer, 2020, DOI: 10.1016/j.ijheatmasstransfer.2020.120477</li>
<li>Kaname Sasaki, Andrei Kornienko; Rob S. Harris, “Optimal Appendage Articulation Control of BepiColombo for Efficient Thruster Operation during Mercury Orbit Insertion Phase“, AIAA Guidance, Navigation, and Control Conference, AIAA-2013-4873, August 2013.</li>
</ul>
<a href="https://scholar.google.com/citations?hl=de&user=FskpbFEAAAAJ&view_op=list_works&sortby=pubdate">google scholar</a>
<h2>Private projects</h2>
<ul>
<li><a href="https://kanamesasaki.github.io/blog/">blog</a></li>
<li><a href="https://kanamesasaki.github.io/spherical-harmonics/">Spherical Harmonics Visualization</a></li>
<li><a href="https://kanamesasaki.github.io/raytracing/">Ray Tracing in WebGL2</a></li>
<li><a href="https://kanamesasaki.github.io/viewfactor/">View Factor Calculation: Analytical and Monte Carlo Method</a></li>
<li><a href="https://kanamesasaki.github.io/pytd62/">pytd62</a></li>
</ul>
</body>
<footer>
<!-- <a href="index.html">Top</a> » -->
<span style="float: right">Copyright 2021-2022, Kaname Sasaki</span>
</footer>
</html>