-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·535 lines (504 loc) · 33.3 KB
/
index.html
File metadata and controls
executable file
·535 lines (504 loc) · 33.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description"
content="SHIFT (System for Human and Intelligence towards Future Transformation) research group aims to explore and design AI systems that shape and support the future transformation of human life. By envisioning how people’s lives may evolve over the next 10 to 15 years, SHIFT seeks to develop intelligent technologies that enhance human well-being, adaptability, and societal harmony in a rapidly changing world."/>
<meta name="keywords"
content="KG, RG, SFC, 湘南藤沢キャンパス, Keio, SHIFT, Jin Nakazawa, Tadashi Okoshi, 慶應義塾大学, 中澤仁, 大越匡, 中澤・大越研究室, New well-being"/>
<meta name="format-detection" content="telephone=no">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/fav/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/fav/favicon-32x32-shift.ico">
<link rel="icon" type="image/png" sizes="16x16" href="assets/fav/favicon-16x16-shift.png">
<link rel="manifest" href="assets/fav/site.webmanifest">
<link rel="mask-icon" href="assets/fav/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- ogp -->
<meta property="og:title" content="SHIFT - Nakazawa and Okoshi Lab">
<meta property="og:site_name" content="SHIFT">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.jn.sfc.keio.ac.jp/shift/">
<meta property="og:description"
content="SHIFT (System for Human and Intelligence towards Future Transformation) research group aims to explore and design AI systems that shape and support the future transformation of human life. By envisioning how people’s lives may evolve over the next 10 to 15 years, SHIFT seeks to develop intelligent technologies that enhance human well-being, adaptability, and societal harmony in a rapidly changing world.">
<meta property="og:image" content="https://www.jn.sfc.keio.ac.jp/shift/assets/images/ogp.png">
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@JNLab_KeioSFC">
<meta name="twitter:site" content="@JNLab_KeioSFC"/>
<meta name="twitter:title" content="SHIFT - Nakazawa and Okoshi Lab">
<meta name="twitter:description"
content="SHIFT (System for Human and Intelligence towards Future Transformation) research group aims to explore and design AI systems that shape and support the future transformation of human life.">
<meta name="twitter:image:src" content="https://www.jn.sfc.keio.ac.jp/shift/assets/images/ogp.jpg">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/aos.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin">
<title>SHIFT - Nakazawa and Okoshi Lab</title>
</head>
<body>
<nav class="navbar navbar-expand-lg my-nav" id="main-nav">
<a class="navbar-brand" href="#">SHIFT</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fa fa-bars" aria-hidden="true"></i></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#members">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#joinus">Join Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" data-i18n="nav_language">
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" onclick="i18next.changeLanguage('ja')" data-reload>日本語</a>
<a class="dropdown-item" onclick="i18next.changeLanguage('en')" data-reload>English</a>
</div>
</li>
</ul>
</div>
</nav>
<section id="hero">
<div class="video-header wrap">
<div class="fullscreen-video-wrap d-none d-md-block">
<video src="assets/images/hero.mp4" autoplay loop muted></video>
</div>
<div class="fullscreen-video-wrap d-block d-md-none">
<img src="assets/images/hero_sp.jpg" alt="Delta">
</div>
<div class="header-overlay">
<div class="header-content" data-aos="zoom-in" data-aos-delay="2000" data-aos-offset="0"
data-aos-once="true">
<img class="header-logo" src="assets/images/shift-logo-white.svg" alt="Nakazawa and Okoshi Lab Logo" width="320"
height="320">
</div>
</div>
</div>
</section>
<section id="about" data-aos="fade-up" data-aos-delay="300" data-aos-offset="0" data-aos-once="true">
<div class="container">
<div class="col text-center">
<h1 class="section-sub-header">WHO WE ARE</h1>
<h1 lang="en" class="section-header">About</h1>
</div>
<div class="col section-text">
<p data-i18n="about_shift">
</p>
</div>
</div>
<div style="position:relative; background-color:#faf6ff;">
<div class="custom-shape-divider-bottom-1602937224">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<div class="col text-center" data-aos="fade-up" data-aos-delay="600" data-aos-offset="0"
data-aos-once="true">
<h1 class="section-sub-header">WHAT WE DO</h1>
<h1 class="section-header">Projects</h1>
</div>
<div class="col">
<div class="row justify-content-center cards-all">
<div class="col-lg-3 col-md-4 card" data-aos="fade-up" data-aos-delay="800" data-aos-offset="0"
data-aos-once="true">
<img src="assets/images/projects/hamachu_sentiment.png" alt="hamachu_sentiment_img">
<h1 data-i18n="projects_header_1"></h1>
<p data-i18n="projects_description_1"></p>
</div>
<div class="col-lg-3 col-md-4 card" data-aos="fade-up" data-aos-delay="800" data-aos-offset="0"
data-aos-once="true">
<img src="assets/images/projects/tappun_eyetracking.png" alt="tappun_eyetracking_img">
<h1 data-i18n="projects_header_2"></h1>
<p data-i18n="projects_description_2"></p>
</div>
<div class="col-lg-3 col-md-4 card" data-aos="fade-up" data-aos-delay="800" data-aos-offset="0"
data-aos-once="true">
<img src="assets/images/projects/shoppiee_music.png" alt="shoppiee_music_img">
<h1 data-i18n="projects_header_3"></h1>
<p data-i18n="projects_description_3"></p>
</div>
<div class="col-lg-3 col-md-4 card" data-aos="fade-up" data-aos-delay="800" data-aos-offset="0"
data-aos-once="true">
<img src="assets/images/projects/iris_self_talk.png" alt="iris_self_talk_img">
<h1 data-i18n="projects_header_4"></h1>
<p data-i18n="projects_description_4"></p>
</div>
<div class="col-lg-3 col-md-4 card" data-aos="fade-up" data-aos-delay="800" data-aos-offset="0"
data-aos-once="true">
<img src="assets/images/projects/ta1yo_streaming.png" alt="ta1yo_streaming_img">
<h1 data-i18n="projects_header_5"></h1>
<p data-i18n="projects_description_5"></p>
</div>
<div class="col-lg-3 col-md-4 card" data-aos="fade-up" data-aos-delay="800" data-aos-offset="0"
data-aos-once="true">
<img src="assets/images/projects/shunee_FL.png" alt="shunee_FL_img">
<h1 data-i18n="projects_header_6"></h1>
<p data-i18n="projects_description_6"></p>
</div>
</div>
</div>
</div>
<div style="position:relative; background-color:#faf6ff;">
<div class="custom-shape-divider-bottom-1602937784">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<section id="publications">
<div class="container">
<div class="col text-center" data-aos="fade-up" data-aos-delay="600" data-aos-offset="0"
data-aos-once="true">
<h1 class="section-header">Publications</h1>
</div>
<div class="col section-text">
<div data-aos="fade-up" data-aos-delay="600" data-aos-offset="0"
data-aos-once="true">
<p>Okoshi, Tadashi, et al. “Cyberoception: Finding A Painlessly-Measurable New Sense In The Cyberworld
Towards Emotion-awareness In Computing” Proceedings of the 2025 CHI Conference on Human Factors in
Computing Systems, 2025, p. 719, https://doi.org/10.1145/3706598.3713638.</p>
<p>Sasaki, Wataru, et al. “Large-Scale Estimation and Analysis of Web Users' Mood from Web Search Query
and Mobile Sensor Data” Big Data, 2024, p. 191-209, https://doi.org/10.1089/big.2022.0211.</p>
<p>Hamanaka, Satoki, et al. “Estimation of User Personality Traits on the Web Using Multi-Task
Learning.” Proceedings of the 24th International Workshop on Mobile Computing Systems and
Applications, 2023, p. 133, https://doi.org/10.1145/3572864.3581580.</p>
<p>羽柴彩月, et al. “ユーザビリティの低下による不快感を用いた SNS 利用に対するセルフコントロール手法.”
情報処理学会論文誌, vol. 64, Apr. 2023, pp. 799–813, https://doi.org/10.20729/00225487.</p>
<p>Sasaki, Wataru, et al. “Large - Scale Estimation and Analysis of Web Users’ Mood from Web Search
Query and Mobile Sensor Data.” Big Data, vol. 0, 2023, p. null,
https://doi.org/10.1089/big.2022.0211.</p>
<p>Katsumata, Kento, et al. “COVIDGuardian: A Machine Learning Approach for Detecting the Three Cs.”
Proceedings of the 12th International Conference on the Internet of Things, 2023, pp. 147–50,
https://doi.org/10.1145/3567445.3569166.</p>
<p>佐々木航, et al. “SFC GO:学生同士の繋がりを支援するオンライン体育授業サポートシステム.”
情報処理学会論文誌デジタルプラクティス(TDP), vol. 3, no. 1, Jan. 2022, pp. 19–33.</p>
<p>Hamanaka, Satoki, et al. A Comparative Study of CIPN Symptom Estimation Methods Based on Machine
Learning. 2021, p. 4.</p>
<p>Okoshi, Tadashi, et al. “WellComp 2021: Fourth International Workshop on Computing for Well-Being.”
Adjunct Proceedings of the 2021 ACM International Joint Conference on Pervasive and Ubiquitous
Computing and Proceedings of the 2021 ACM International Symposium on Wearable Computers, ACM, 2021,
pp. 108–11, https://doi.org/10.1145/3460418.3479262.</p>
<p>Sasaki, Wataru, et al. “Investigating the Occurrence of Selfie-Based Emotional Contagion over Social
Network.” Springer, vol. 11, no. 1, 2021, p. 8, https://doi.org/10.1007/s13278-020-00712-0.</p>
<p class="text-center"><a href="https://www.jn.sfc.keio.ac.jp/publication/">すべて表示</a></p>
</div>
</div>
</div>
<div style="position:relative; background-color:#faf6ff;">
<div class="custom-shape-divider-bottom-1602938894">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<section id="members">
<div class="container">
<div class="col text-center" data-aos="fade-up" data-aos-delay="600" data-aos-offset="0"
data-aos-once="true">
<h1 class="section-header">Members</h1>
</div>
<div class="col">
<div class="row justify-content-center members-all" data-aos="fade-up" data-aos-delay="800"
data-aos-offset="0" data-aos-once="true">
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/slash.png">
<h1 class="text-center"><a target="_blank" rel="noopener noreferrer"
href="http://www.okoshi.org/">slash</a></h1>
<h2 class="text-center">Professor</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/jin.jpg">
<h1 class="text-center">jin</h1>
<h2 class="text-center">Professor</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/yukahon.png">
<h1 class="text-center">yukahon</h1>
<h2 class="text-center">Proj. Associate Professor</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/tsuge.png">
<h1 class="text-center">tsuge</h1>
<h2 class="text-center">Researcher</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/hamachu.png">
<h1 class="text-center"><a target="_blank" rel="noopener noreferrer"
href="https://scholar.google.co.jp/citations?hl=ja&user=g6S4qnUAAAAJ">hamachu</a>
</h1>
<h2 class="text-center">D3</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/iris.png">
<h1 class="text-center">iris</h1>
<h2 class="text-center">M1</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/h0shi.png">
<h1 class="text-center">h0shi</h1>
<h2 class="text-center">B4</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/hideto.png">
<h1 class="text-center">hideto</h1>
<h2 class="text-center">B4</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/shunee.png">
<h1 class="text-center">shunee</h1>
<h2 class="text-center">B3</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/asahi.png">
<h1 class="text-center">asahi</h1>
<h2 class="text-center">B3</h2>
</div>
<!-- Member End -->
<!-- Member Start -->
<div class="col-lg-2 col-md-4 col-sm-4 col-6 profile">
<img src="assets/images/members/mary.png">
<h1 class="text-center">mary</h1>
<h2 class="text-center">B3</h2>
</div>
</div>
</div>
</div>
<div style="position:relative; background-color:#faf6ff;">
<div class="custom-shape-divider-bottom-1602938112">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<section id="joinus">
<div class="container">
<div class="col text-center" data-aos="fade-up" data-aos-delay="600" data-aos-offset="0"
data-aos-once="true">
<h1 class="section-header pb-4">Join Us</h1>
</div>
<div class="col section-text">
<div class="row justify-content-md-center">
<div class="col-lg-5 col-md-6 col-sm-6" data-aos="fade-up" data-aos-delay="800" data-aos-offset="0"
data-aos-once="true">
<p>
<span style="font-weight: 700;" data-i18n="joinus_required_header"></span>
</p>
<p data-i18n="joinus_required_description">
<ul>
<li data-i18n="joinus_required_description_1"></li>
<li data-i18n="joinus_required_description_2"></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 col-sm-6" data-aos="fade-up" data-aos-delay="900" data-aos-offset="0"
data-aos-once="true">
<p>
<span style="font-weight: 700;" data-i18n="joinus_eligibilty_header"></span>
</p>
<ul>
<li data-i18n="joinus_eligibilty_description_1">
</li>
<li data-i18n="joinus_eligibilty_description_2">
</li>
</ul>
</div>
</div>
</div>
</div>
<div style="position:relative; background-color:#f7c25d;">
<div class="custom-shape-divider-bottom-1602938731">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="col text-center">
<h1 class="section-header">Contact</h1>
</div>
<div class="col contact-info section-text text-center">
<p>
<a href="mailto: shift-kg@sfc.keio.ac.jp"
style="color:white; text-decoration: underline;">shift-kg@sfc.keio.ac.jp</a>
</p>
<p data-i18n="contact_address">Keio University Shonan Fujisawa CampusΔSouth Room-213
</p>
<p>© <span id="year"></span> Nakazawa and Okoshi Laboratory</p>
</div>
</div>
</section>
<script src="assets/js/jquery-lang.js" charset="utf-8" type="text/javascript"></script>
<script src="https://unpkg.com/i18next@19.0.0/dist/umd/i18next.js"></script>
<script src="assets/js/i18nextBrowserLanguageDetector.min.js"></script>
<script src="assets/js/jquery-i18next.min.js"></script>
<script src="assets/js/aos.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
<script>
AOS.init();
i18next
.use(i18nextBrowserLanguageDetector)
.init({
fallbackLng: 'en',
debug: true,
resources: {
en: {
translation: {
nav_language: '🇺🇸',
about_section_header: 'About',
about_shift: 'SHIFT (System for Human and Intelligence towards Future Transformation) research group aims to explore and design AI systems that shape and support the future transformation of human life. By envisioning how people’s lives may evolve over the next 10 to 15 years, SHIFT seeks to develop intelligent technologies that enhance human well-being, adaptability, and societal harmony in a rapidly changing world.',
projects_header_1: 'Adaptive Push Notification for Behavioral Change in Lifelogging Services',
projects_description_1: "This study aimed to improve continuous lifelog entries for conversational health apps by testing three prompt methods: (a) personalized wording, (b) timing based on physical activity, and (c) a combination of both.",
projects_header_2: 'EmoGO',
projects_description_2: "EmoGO is a system that records the objects seen and the emotions recalled by detecting objects in the field of vision by estimating emotions based on eye tracking data. To confirm the effectiveness of the system, user experiments were conducted at Keio University's Shonan Fujisawa Campus and at Samukawa Shrine.",
projects_header_3: 'Smartphone-based activity and emotion-aware music streaming recommendation system',
projects_description_3: "smartphone-based system that recommends music based on human activities and emotional states. The system has three modules: recognizing activities, detecting emotions, and recommending music. We use machine learning to interpret smartphone signals and collaborative filtering for music recommendations.",
projects_header_4: 'Emotional Analysis of Self-Talk and Positive Transformation for Recording and Feedback of Latent Emotions',
projects_description_4: "This study aims to develop an application that records and analyzes unconscious self-talk to promote emotional awareness and positive transformation. The proposed method converts audio recordings into mel spectrograms and uses a CNN model to classify the input as either \"self-talk\" or \"conversation,\" with its accuracy evaluated.",
projects_header_5: 'Visualization system for audience sentiment based on comments on live streaming',
projects_description_5: "The system estimates positive and negative sentiments in the comments section of twitch.tv, a live streaming platform, and visualizes them. The visualization system is displayed on the streaming service, and the distributors can analyze and improve their own services based on the information. Through these means, we aim to provide viewers with a more authentic and unifying delivery experience.",
projects_header_6: 'FLECS',
projects_description_6: "This study aims to develop a chatbot that simulates a psychological counselor by fine-tuning a pre-trained model for counseling purposes. To address privacy concerns, federated learning is employed and its effectiveness is evaluated in comparison with centralized learning.",
joinus_required_header: 'Required',
joinus_required_description_1: 'Attend weekly MTG (Tue P3 - P4)',
joinus_required_description_2: 'Attend Nakazawa and Okoshi Lab Lecture (Thu P2 - P3)',
joinus_eligibilty_header: 'Eligibilty',
joinus_eligibilty_description_1: '1st to 3rd year undergraduate students (For fall of 3rd year, consultation is required)',
joinus_eligibilty_description_2: 'We usually do not take 4th year students',
contact_address: 'Keio University Shonan Fujisawa Campus Δ South Room-213',
}
},
ja: {
translation: {
nav_language: '🇯🇵',
about_section_header: 'KGについて',
about_shift: 'SHIFT(System for Human and Intelligence towards Future Transformation)研究グループは、人間の生活の未来的な変容を形づくり、それを支えるAIシステムの探究と設計を目的としています。今後10〜15年にわたる人々の暮らしの変化を見据え、未来における新しいウェルビーイングの形を追究し、急速に変化していく社会との調和を高める知的技術の開発を目指します。',
projects_header_1: 'ライフログサービスにおける行動変容に向けた適応的プッシュ通知',
projects_description_1: '本研究では、ユーザーのライフログ入力を促進するための効果的な情報提示方法を検討した。(a)個人の特性に応じた文言の調整、(b)身体活動に応じたタイミングの調整、(c)これらの調整の組み合わせ、の3つで実証実験を行った。',
projects_header_2: 'EmoGO',
projects_description_2: 'EmoGOは、アイトラッキングデータをもとに感情を推定し、視界内の物体を検出することで、見た物体と想起される感情を記録するシステムである。システムの有効性を確認するために、慶應義塾大学湘南藤沢キャンパスと寒川神社にてユーザ実験を行った。',
projects_header_3: 'スマートフォンを利用したアクティビティと感情を考慮した音楽ストリーミング推薦システム',
projects_description_3: '人間の活動や感情状態に基づいて音楽を推薦するスマートフォンベースのシステム。このシステムには、活動認識、感情検出、音楽推薦の3つのモジュールがある。機械学習によりスマートフォンの信号を解釈し、協調フィルタリングにより音楽を推薦する。',
projects_header_4: '独り言の感情分析とポジティブ変換による潜在的感情の記録とフィードバック',
projects_description_4: '本研究は、無意識に発せられる独り言を記録・分析し、ユーザーの感情理解とポジティブな変容を促すアプリケーションの開発を目的とする。音声データをメルスペクトログラムに変換し、CNNモデルにより「独り言」と「会話」を分類する手法を提案し、その精度を検証した。',
projects_header_5: 'ライブストリーミングへのコメントに基づく視聴者感情の可視化システム',
projects_description_5: 'ライブストリーミングプラットフォームtwitch.tvのコメント欄におけるポジティブ・ネガティブな感情を推定し、その結果を可視化するシステムを提案する。可視化された感情データを配信上に表示し、分析・改善することで、一体感のある配信体験をしてもらうことを目的とする。',
projects_header_6: 'FLECS',
projects_description_6: '本研究は、心理カウンセラーを模倣するチャットボットの開発を目的とし、事前学習モデルをカウンセリング用途にFine-tuningする。プライバシー保護の観点からFederated Learning を用い、Centralized 学習と比較しつつ、その有効性を検証した。',
joinus_required_header: '活動内容',
joinus_required_description_1: 'KGミーティングへの参加 (火曜3-4限)',
joinus_required_description_2: '中澤・大越研全体講義への参加 (木曜2-3限)',
joinus_eligibilty_header: '期待する学生',
joinus_eligibilty_description_1: '学部 1・2年生(3年生秋は要相談)',
joinus_eligibilty_description_2: '中澤・大越研究室では4年生からの履修は受け付けていません',
contact_address: '慶應義塾大学湘南藤沢キャンパス Δ館 南213',
}
}
}
});
$(function () {
updateContent();
});
function changeLng(lng) {
i18next.changeLanguage(lng);
}
function updateContent() {
jqueryI18next.init(i18next, $);
$('#main-nav').localize();
$('#about').localize();
$('#joinus').localize();
$('#projects').localize();
$('#contact').localize();
}
i18next.on('languageChanged', () => {
updateContent();
});
$('#year').text(new Date().getFullYear());
// Smooth Scrolling
$("#main-nav a").on('click', function (event) {
if (this.hash !== "") {
event.preventDefault();
const hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function () {
window.location.hash = hash;
});
}
});
</script>
</body>
</html>