-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (90 loc) · 3.33 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<title>Kei Yamamoto</title>
<meta charset="utf-8">
<meta name="description" content="This web page is a portfolio about Kei Yamamoto, who studies Mechanical Engineering at Keio University, japan
focusing on Fluid Mechanics. ">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<nav class="menu">
<a href="#research_interest">Research interests</a>
<a href="#education">Education</a>
<a href="#experience">Experience</a>
<a href="#skills">Skills</a>
<a href="#awards">Awards</a>
<a href="#contact">Contact</a>
<a href="#links">Links</a>
</nav>
</header>
<div id="introduction">
<h1>Kei Yamamoto</h1>
<img src="profile.png"/ class="profile_png">
<p> Welcome to my page! I am a Ph.D. student at Department of Computational Physiology at Simula Research Laboratory, Oslo, Norway.</p>
</div>
<div id="research_interest">
<h2>Research interests</h2>
<ul class="interest">
<li>Computational Fluid Mechanics /</li>
<li>Biomechanics, Medical Mechanics / </li>
<li>Cerebral Aneurysm / </li>
</ul>
</div>
<div id="education">
<h2>Education</h2>
<ul>
<li>Ph.D., Fluid Mechanics, Department of Computational Physiology, Simula Research Laboratory, Oslo, Norway, Advisor <a href="https://www.simula.no/people/kvs">Prof. Kristian Valen-Sendstad</a> - from Aug. 2022 to current. </li>
<li>M.Sc., Fluid Mechanics, Department of Mathematics, University of Oslo, Norway, Advisor <a href="https://mikaem.github.io/content/intro.html">Prof. Mikael Mortensen</a> - from Aug, 2020 to Jun, 2022. </li>
<li>B.E., Mechanical Engineering, Keio University, <a href="http://www.kando.mech.keio.ac.jp">Ando Lab</a>, Japan - from Apr, 2016 to Mar, 2020.</li>
</ul>
</div>
<div id="experience">
<h2>Experience</h2>
<ul>
<li>Summer Intern, Department of Computational Physiology, Simula Research Laboratory, Oslo, Norway - from June, 2021 to Aug, 2021.</li>
</ul>
</div>
<div id="skills">
<h2>Skills</h2>
<h3>Language</h3>
<ul>
<li>Japanese (Native)
<li>English (Fluent) - TOEFL iBT 100/120 (Reading 27/30, Listening 28/30, Speaking 22/30, Writing 23/30)</li>
<li>Norwegian (Beginner)
</ul>
<h3>Programming Language</h3>
<ul class="programming">
<li>MATLAB - over 3 years experience/</li>
<li>Python - over 3 years experience/</li>
<li>C / C++ - studied specifically for high performance Computing / parallel computing /</li>
<li>HTML /</li>
<li>CSS</li>
</ul>
</div>
<div id="awards">
<h2>Awards</h2>
<ul>
<li><a href="https://www.st.keio.ac.jp/students/ic/scholarship/kj.html">Keio University Faculty of Science and Technology Study Abroad Scholarship (in Japanese)</a> - 2019</li>
<li><a href="https://sjsf.se/background-qa/"> The Scandinavia-Japan Sasakawa Foundation</a> - 2020, 2021</li>
</ul>
</div>
<div id="links">
<h2>Links</h2>
<ul>
<li><a href="https://github.com/keiyamamo">Github</a></li>
<li><a href="https://www.linkedin.com/in/keiyamamo/">LinkedIn</a></li>
</ul>
</div>
<div id="contact">
<h2>Contact</h2>
<ul>
<li>keiya{at}simula.no (academic)</li>
<li>withwhom0215{at}gmail.com (personal)</li>
</ul>
</div>
<footer>
</footer>
</body>
</html>