-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (65 loc) · 3.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Researcher's Landing Page</title>
</head>
<body>
<header>
<h1>Ryota Nishizono</h1>
<h2>Research Specialist @ NTT CS Labs</h2>
</header>
<section>
<h3>About Me</h3>
<p>I am a research specialist with a focus on cognitive neuroscience, particularly interested in the dynamics of human cognition and psychological states during natural tasks. I am currently working for <a href="https://www.rd.ntt/e/cs/team_project/kdb/"><b>Kashino Diverse Brain Research Laboratory at NTT Communication Science Laboratories</b></a> </p>
<p> In my 20s, I was a professional cyclist and was active in international competitions.
</p>
</section>
<section>
<h3>Publications</h3>
<ul>
<li><b>Nishizono, R.</b>, Saijo, N., & Kashino, M. (2023). Highly reproducible eyeblink timing during formula car driving. <em>iScience</em>.</li>
<li>Sueishi, T., <b>Nishizono, R.</b>, & Ishikawa, M. (2022). EmnDash: A Robust High-Speed Spatial Tracking System Using a Vector-Graphics Laser Display with M-Sequence Dashed Markers. <em>Journal of Robotics and Mechatronics</em>, 34(5), 1085-1095.</li>
<li>Saijo, N., <b>Nishizono, R.</b>, & Kashino, M. (2021). Relationship between pre-driving heart rate and driving performance in formula car racing: a case study. <em>2021 43rd Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC)</em>.</li>
<li><b>Nishizono, R.</b>, Saijo, N., & Kashino, M. (2021). Synchronization of Spontaneous Eyeblink during Formula Car Driving. <em>ACM Symposium on Eye Tracking Research and Applications</em>, 1-6.</li>
<li><b>Nishizono, R.</b> (2020). 現実世界と融合した eSports; バーチャル・ツール・ド・フランスを技術からひもとく. <em>情報処理</em>, 61(12), 1164-1167.</li>
<li><b>Nishizono, R.</b> (2020). スポーツとテクノロジーの繊細な未来. <em>情報処理</em>, 61(8), 912-913.</li>
<li><b>Nishizono, R.</b>, Sueishi, T., & Ishikawa, M. (2020). EmnDash: M-sequence Dashed Markers on Vector-based Laser Projection for Robust High-speed Spatial Tracking. <em>2020 IEEE International Symposium on Mixed and Augmented Reality Adjunct</em>.</li>
</ul>
</section>
<section>
<h3>Competitive Achievements as Cyclist</h3>
<ul>
<li><strong>National Championships Road Individual Time Trial</strong>
<ul>
<li>2011: 3rd</li>
<li>2012: 1st</li>
<li>2013: 2nd</li>
<li>2015: 3rd</li>
<li>2016: 1st</li>
<li>2017: 1st</li>
</ul>
</li>
<li><strong>National Championships Road Race</strong>
<ul>
<li>2011: 3rd</li>
<li>2016: 2nd</li>
</ul>
</li>
<li><strong>International Races</strong>
<ul>
<li>2x 2nd GC Tour de Hokkaido (2017, 2012)</li>
<li>Stage Tour de Hokkaido (2011)</li>
<li>7th Asian Cycling Championships Individual Time Trial</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Contact</h3>
<p>Email: ryota.nishizono.kw # hco.ntt.co.jp (Please change # to @)</p>
</section>
</body>
</html>