-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
537 lines (379 loc) · 20.5 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128370034-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-128370034-1');
</script>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Shu Sakamoto - a Neuroscience Student at Keio SFC</title>
<meta name="description"
content="Shu Sakamoto is a student at Keio Univeristy SFC studying the relationship between music and brain. 坂本嵩は慶應義塾大学環境情報学部 (慶応SFC) で脳科学と音楽の関係について研究する学生です。">
<meta name="keyword"
content="坂本嵩, Shu Sakamoto, 慶応, 慶應, Keio, SFC, 慶応SFC, 慶應SFC, 脳科学, Neuroscience, 音楽, Music, Aoyama lab, 青山敦研究室, 青山研">
<meta name="author" content="Shu Sakamoto">
<meta property="og:title" content="Shu Sakamoto - a Neuroscience Student at Keio SFC" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://mosh-shu.gituhub.io" />
<meta property="og:image" content="https://mosh-shu.github.io/images/profilepic.jpg" />
<meta property="og:site_name" content="Shu Sakamoto - a Neuroscience Student at Keio SFC" />
<meta property="og:description"
content="Shu Sakamoto is a student at Keio Univeristy SFC studying the relationship between music and brain. 坂本嵩は慶應義塾大学環境情報学部 (慶応SFC) で脳科学と音楽の関係について研究する学生です。" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@mosh_shu" />
<meta name="twitter:domain" content="mosh-shu.github.io" />
<meta name="twitter:title" content="Shu Sakamoto - a Neuroscience Student at Keio SFC" />
<meta name="twitter:description"
content="Shu Sakamoto is a student at Keio Univeristy SFC studying the relationship between music and brain. 坂本嵩は慶應義塾大学環境情報学部 (慶応SFC) で脳科学と音楽の関係について研究する学生です。" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#education">Education</a></li>
<li><a class="smoothscroll" href="#activities">Activities</a></li>
<li><a class="smoothscroll" href="#publication">Publications & Awards</a></li>
<li><a class="smoothscroll" href="#grants">Grants</a></li>
<li><a class="smoothscroll" href="#work">Work</a></li>
<li><a class="smoothscroll" href="#skills">Skills</a></li>
<li><a class="smoothscroll" href="#training">Training</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">I'm Shu Sakamoto.</h1>
<h2>A student at Keio University, a neuroscientist and a music-lover. <br>
<a href="./academic-cv.pdf" target="_blank" rel="noopener noreferrer">CV</a> /
<a href="https://scholar.google.com/citations?user=QWinXG8AAAAJ&hl=ja&oi=sra" target="_blank"
rel="noopener noreferrer"> Google Scholar</a> /
<a href="https://researchmap.jp/mosh_shu" target="_blank" rel="noopener noreferrer">Researchmap</a>
</h2>
<ul class="social">
<li><a href="https://www.facebook.com/moshshu" target="_blank" rel="noopener noreferrer"><i
class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/mosh_shu" target="_blank" rel="noopener noreferrer"><i
class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/shu-sakamoto-391921139/" target="_blank"
rel="noopener noreferrer"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.github.com/mosh-shu" target="_blank" rel="noopener noreferrer"><i
class="fa fa-github"></i></a></li>
<li><a href="https://mosh-shu.hatenablog.com/" target="_blank" rel="noopener noreferrer"><span
style="font-weight : bold;font-family:Verdana">B!</span></a></li>
</ul>
</div>
</div>
<p class=" scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row">
<div class="three columns">
<img class="profile-pic" src="images/profilepic.jpg" alt="" />
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>
<p>Name: Shu Sakamoto </p>
<p>Education: Graduate School of Media and Governance, Keio University</p>
<p>Keywords: Music & Neuroscience (Neuromusic), EEG, Auditory Imagery, Predictive Coding, Emotion, Cognitive Neuroscience,
Brain Computer Interface</p>
<p>Hobbies: Music: both performing (piano, guitar, trumpet, saxophone) and appreciation (late-romantic
orchestral, J-Rock) </p>
<p>Email: ssakamoto21 [at] keio [dot] jp</p>
<p>Google Scholar: <a href="https://scholar.google.com/citations?user=QWinXG8AAAAJ&hl=ja&oi=sra"
target="_blank" rel="noopener noreferrer">Shu
Sakamoto</a></p>
</p>
<div class="row">
<div class="columns download">
<p>
<a href="./academic-cv.pdf" target="_blank" rel="noopener noreferrer" class="button"><i
class="fa fa-download"></i>Download CV</a>
</p>
</div>
</div> <!-- end row -->
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<!-- Education
------------------------------------------------->
<div class="row education">
<div class="three columns header-col">
<h1 id="education"><span>Education</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Keio University</h3>
<p class="info">Graduate School of Media and Governance <span>•</span> <em class="date">September 2020 - Present</em>
</p>
<p>
Studying neuroscience and music, co-supervised by Dr. Atsushi Aoyama (@<a
href="https://brain.sfc.keio.ac.jp/">Aoyama Lab</a>), Dr. Shinya Fujii (@<a
href="https://neuromusic.sfc.keio.ac.jp/?lang=en">Neuromusic Lab</a>), and Dr. Patrick Savage (<a href="https://patrickesavage.wordpress.com/">homepage</a>) while doing a teaching assistant at Neuromusic Lab. Matriculated with full scholarship (GAO scholar).
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Keio University</h3>
<p class="info">Faculty of Environment and Information Studies (Bachelor’s-Master’s Four-Year
Integrated Education Program) <span>•</span> <em class="date">September 2017 - August 2020</em>
</p>
<p>
Graduated in three years instead of four. Studied neuroscience and music under Dr. Atsushi Aoyama (@<a
href="https://brain.sfc.keio.ac.jp/">Aoyama Lab</a>) and Dr. Shinya Fujii (@<a
href="https://neuromusic.sfc.keio.ac.jp/?lang=en">Neuromusic Lab</a>), while doing a student assistant at both labs
and being a member of the <a href="http://psy.keiomed.jp/mtr-lab_mri-tms-eeg.html">Multidisciplinary
Translational Research Lab</a> at Keio Med school. Final GPA was 3.86/4.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Phillips Academy</h3>
<p class="info">High School Diploma <span>•</span> <em class="date">June 2017</em></p>
<p>
A boarding school in Andover, Massachusetts. Activities included: lead or second trumpet player at
various orchestras and bands, workshop facillitator at a regional conference, and many other
student activities. Graduated with 5.33/6 (4.15/4) GPA.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Keio Senior High School</h3>
<p class="info">High School Diploma <span>•</span> <em class="date">June 2017</em></p>
<p>
A private high school in Yokohama, Japan. Activities included: trumpet player and elected captain
at the school orchestra, paritipant in Stanford e-Japan program, and many other student activities.
Graduated with 3.65/4 GPA.
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Activities
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1 id="activities"><span>Activities</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Sony Computer Science Laboratory</h3>
<p class="info"> Research Assistant <span>•</span> <em class="date">February 2021 - Present</em></p>
<p>
A research assitant under Shinichi Furuya, Ph.D. </a>
</p>
</div>
</div> <!-- item end -->
<!-- item end -->
<!-- <div class="row item">
<div class="twelve columns">
<h3>NTT Communication Science Laboratory</h3>
<p class="info"> Research Intern <span>•</span> <em class="date">February 2018 - Present</em></p>
<p>
A research intern under Makio Kashino, Ph.D. Investigating music perception from a
psychophysiological perspective. <a href="http://www.kecl.ntt.co.jp">Link.</a>
</p>
</div>
</div> -->
<!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Society for Young Researchers on Neuroscience</h3>
<p class="info"> President <span>•</span> <em class="date">April 2021 - Present</em></p>
<p class="info"> Staff <span>•</span> <em class="date">April 2018 - March 2021</em></p>
<p>
A society where young researchers on neuroscience can connect via special lectures and training
camps. <a href="http://brainsci.jp">Link. </a>
</p>
</div>
</div> <!-- item end -->
<!--
<div class="row item">
<div class="twelve columns">
<h3> HLAB </h3>
<p class="info"> Executive Comittee, Public Relations Office <span>•</span> <em class="date">March 2018 - Present</em></p>
<p>
A mentor and a staff at high school students' summer camp. A hands-on experience of social entrepreneurship and community management.
</p>
</div>
</div> -->
<!-- item end -->
<!-- <div class="row item">
<div class="twelve columns">
<h3> Keio Health X </h3>
<p class="info"> CTO <span>•</span> <em class="date">July 2018 - Present</em></p>
<p>
A leading student-venture group for medical device development that solves practical needs in clinical fields, fully supported by professors mainly from Keio Medical School.
</p>
</div>
</div> -->
<!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>JABSA</h3>
<p class="info">Director, Japan Branch <span>•</span> <em class="date">July 2017 - Present</em>
</p>
<p>
Japan America Boarding School Association. Aims to form a commmunity of Japanese boarding school
alumni and provide information for prospective students via annual school fairs, videos, and blogs.
<a href="https:/www.jabsa.org">Link.</a>
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h4> Past Activities </h4>
<h5>NTT Communication Science Laboratory (February 2018 - March 2020)</h5>
<p>A research intern under Makio Kashino, Ph.D. Investigating music perception from a psychophysiological perspective.
<a href="http://www.kecl.ntt.co.jp">Link.</a></p>
<h5>HLAB (March 2018 - December 2018</h5>
<p>Mentored high school students and worked at the public relations
office. <a href="https://h-lab.co">Link.</a></p>
<h5>Keio Health X (July 2018 - December 2018)</h5>
<p>Worked as a CTO towards a need-based technological
innovation in the medical field. <a href="https://www.keio-healthx.com/">Link. </a></p>
</div>
</div>
</div> <!-- main-col end -->
</div> <!-- End Activities -->
<!-- Publications
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1 id="publication"><span>Publications</span></h1>
<h1><span>Awards</span></h1>
</div>
<div class="nine columns main-col">
<p> Please see my <a href="./academic-cv.pdf">resume</a> </p>
</div>
</div> <!-- End publications -->
<!-- Grants
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1 id="grants"><span>Grants</span></h1>
</div>
<div class="nine columns main-col">
<p> Please see my <a href="./academic-cv.pdf">resume</a> </p>
</div> <!-- main-col end -->
</div> <!-- End grants -->
<!-- Work Experience
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1 id="work"><span>Work Experience</span></h1>
</div>
<div class="nine columns main-col">
<p> Please see my <a href="./academic-cv.pdf">resume</a> </p>
</div> <!-- main-col end -->
</div> <!-- End work experience -->
<!-- Skills
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1 id="skills"><span>Skills</span></h1>
</div>
<div class="nine columns main-col">
<h4><span>Language</span></h4>
<h4><span>Technical Skills</span></h4>
<h4>Programming</h4>
<p> Please see my <a href="./academic-cv.pdf">resume</a> </p>
<!-- <div class="bars">
<ul class="skills">
<li><span class="bar-expand photoshop"></span><em>Photoshop</em></li>
<li><span class="bar-expand illustrator"></span><em>Illustrator</em></li>
<li><span class="bar-expand wordpress"></span><em>Wordpress</em></li>
<li><span class="bar-expand css"></span><em>CSS</em></li>
<li><span class="bar-expand html5"></span><em>HTML5</em></li>
<li><span class="bar-expand jquery"></span><em>jQuery</em></li>
</ul>
</div>end skill-bars -->
</div> <!-- main-col end -->
</div> <!-- End skills -->
<!-- Training Experiences
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1 id="training"><span>Training</span></h1>
<h1><span>Experience</span></h1>
</div>
<div class="nine columns main-col">
<p> Please see my <a href="./academic-cv.pdf">resume</a> </p>
</p>
</div> <!-- main-col end -->
</div> <!-- End Training Experiences -->
</section> <!-- Resume Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.facebook.com/moshshu"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/mosh_shu"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/mosh_shu/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/shu-sakamoto-391921139/"><i class="fa fa-linkedin"></i></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2014 CeeVee</li>
<li>Design by <a href="http://www.styleshout.com/" title="Styleshout" target="_blank">Styleshout</a></li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a>
</div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
</body>
</html>