-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyuka.html
More file actions
504 lines (495 loc) · 29 KB
/
yuka.html
File metadata and controls
504 lines (495 loc) · 29 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yachie lab Nozomu Yachie</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/content.css">
<link rel="stylesheet" href="./css/publications.css">
<link rel="stylesheet" href="./css/instagram.min.css">
<link rel="icon" href="./img/favicon.ico">
<script src="./js/common.js" defer=""></script>
<script src="./js/mobile_menu.js" defer=""></script>
</head>
<body>
<div id="container">
<!-- Header -->
<header id="mobile_header">
<a href="index.html"><img src="./img/teal_yachielablogo.svg" alt="Yachielab logo"></a>
<div id="menu-icon" onclick="this.classList.toggle('open')">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</header>
<header id="normal_header"><div class="All Common" style="display: flex; flex-direction: column; justify-content: flex-start;" id="head">
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;justify-content: flex-between; width: 100%;" id="head-title">
<h1 class="page_title All Common" id="head-title-h1">Yachie Laboratory at UBC and the University of Osaka</h1><div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;" id="top-menu">
<section class="content All Common" id="">
<p><a href="software.html">Software</a></p>
</section>
<section class="content All Common" id="">
<p><a href="download.html">Downloads</a></p>
</section>
<section class="content All Common" id="">
<p><a href="collab.html">Collabs</a></p>
</section>
<section class="content All Common" id="">
<p><a href="news.html">Gallery</a></p>
</section>
<section class="content All Common" id="">
<p><a href="https://www.addgene.org/Nozomu_Yachie/">Plasmids</a></p>
</section>
</div>
</div>
<div class=" " style="display: flex; flex-direction: row; justify-content: flex-start;width: 100%;" id="head-lang-logo">
<section class="content All Common" id="frontlogo" style="width: 75%; margin-top:0; z-index: 2;">
<a href="./index.html"><img src="./img/white_yachielablogo.svg" alt="content_img" style="" class="content_img"></a>
</section>
<section class="content All Common" id="backlogo" style="width: 75%; margin-top:0; position: absolute; z-index: 1;">
<a href="./index.html"><img src="./img/teal_yachielablogo.svg" alt="content_img" style="" class="content_img"></a>
</section>
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;font-family: raleway; justify-content: flex-end; width: 25%;" id="languages">
<section class="content All Common" id="EN">
<p>English</p>
</section>
<section class="content All Common" id="JA">
<p>日本語</p>
</section>
<section class="content All Common" id="ZH">
<p>中文</p>
</section>
</div>
</div>
</div>
</header>
<main>
<!-- Sidebar Content -->
<aside><div class="All Common" style="display: flex; flex-direction: column; justify-content: flex-start;" id="sidebar">
<section class="content All English" id="">
<p><a href="index.html">Top</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="index.html">トップ</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="index.html">首页</a></p>
</section>
<section class="content All English" id="">
<p><a href="research.html">Research</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="research.html">研究テーマ</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="research.html">研究课题</a></p>
</section>
<section class="content All English" id="">
<p><a href="news.html">News</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="news.html">ニュース</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="news.html">新闻</a></p>
</section>
<section class="content All English" id="pplV_EN">
<p><a href="people.html">People in Vancouver</a></p>
</section>
<section class="content All Japanese" id="pplV_JA">
<p><a href="people.html">バンクーバーのメンバー</a></p>
</section>
<section class="content All Chinese" id="pplV_ZH">
<p><a href="people.html">温哥华团队</a></p>
</section>
<section class="content All English" id="pplO_EN">
<p><a href="people.html">People in Osaka</a></p>
</section>
<section class="content All Japanese" id="pplO_JA">
<p><a href="people.html">大阪のメンバー</a></p>
</section>
<section class="content All Chinese" id="pplO_ZH">
<p><a href="people.html">大阪团队</a></p>
</section>
<section class="content All English" id="">
<p><a href="publications.html">Publications</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="publications.html">業績</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="publications.html">科研成果</a></p>
</section>
<section class="content All English" id="">
<p><a href="joinus.html">Join us</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="joinus.html">メンバー募集</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="joinus.html">人才募集</a></p>
</section>
<section class="content All English" id="">
<p><a href="software.html">Software</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="software.html">ソフトウェア</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="software.html">软件</a></p>
</section>
<section class="content All English" id="">
<p><a href="download.html">Downloads</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="download.html">ダウンロード</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="download.html">下载</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="intern_recruit.html">学生インターン募集</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="jikkenigaku.html">超生物学—次のX</a></p>
</section>
<section class="content All English" id="">
<p><a href="contact.html">Contact</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="contact.html">連絡先/アクセス</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="contact.html">联系方式</a></p>
</section>
</div>
</aside>
<!-- Main Content -->
<section class="posts"><h1 class="page_title All English Chinese">Hideto Mori, Ph.D.</h1><h1 class="page_title All Japanese">森 秀人、博士 (学術)</h1><section class="content All English Chinese" id="">
<div class="content_img_div filter-willow" style="width: clamp(100px, 30%, 300px);float: right;"><img src="./img/hideto3.jpeg" alt="content_img"></div>
<p><strong><span style="color:#0077ff">Specially Appointed Associate Professor (Full-Time)</span></strong><br><span style="color:#1155cc">
</span><strong><span style="color:#4285f4">The University of Osaka</span></strong><br>
<a href="https://prime.osaka-u.ac.jp/">Premium Research Institute for Human Metaverse Medicine (PRIMe)</a></p>
<p><strong>E-mail:</strong> mori.hideto<img src="./img/at.gif" style="vertical-align: middle; height: 1em;" alt="[at]">osaka-u.ac.jp<br>
<strong>GitHub:</strong> <a href="https://github.com/ponnhide">ponnhide</a><br>
<strong>ORCID:</strong> <a href="https://orcid.org/my-orcid?orcid=0000-0003-4849-0056">0000-0003-4849-0056</a><br>
<strong>Researchmap:</strong> <a href="https://researchmap.jp/hidetomori?lang=ja">hidetomori</a><br>
<strong>Google Scholar:</strong> <a href="https://scholar.google.co.jp/citations?user=ntXHzJwAAAAJ">Hideto Mori</a></p>
</section>
<section class="content All Japanese" id="">
<div class="content_img_div filter-willow" style="width: clamp(100px, 30%, 300px);float: right;"><img src="./img/hideto3.jpeg" alt="content_img"></div>
<p><strong><span style="color:#0077ff">大阪大学 特任准教授 (常勤)</span></strong><br>
<a href="https://prime.osaka-u.ac.jp/">ヒューマン・メタバース疾患研究拠点 (PRIMe)</a></p>
<p><strong>E-mail:</strong> mori.hideto<img src="./img/at.gif" style="vertical-align: middle; height: 1em;" alt="[at]">osaka-u.ac.jp<br>
<strong>GitHub:</strong> <a href="https://github.com/ponnhide">ponnhide</a><br>
<strong>ORCID:</strong> <a href="https://orcid.org/my-orcid?orcid=0000-0003-4849-0056">0000-0003-4849-0056</a><br>
<strong>Researchmap:</strong> <a href="https://researchmap.jp/hidetomori?lang=en">hidetomori</a><br>
<strong>Google Scholar:</strong> <a href="https://scholar.google.co.jp/citations?user=ntXHzJwAAAAJ">Hideto Mori</a></p>
</section>
<h2 class="page_title All English Chinese">Bio</h2><h2 class="page_title All Japanese">略歴</h2><section class="content All English Chinese" id="">
<p>My work involves the development of innovative technologies that support genome editing and DNA synthesis, with a particular emphasis on creating new software tools. In collaboration with Professor Yachie from UBC and Osaka University, we are currently engaged in developing 'DNA Event Recording' technology. This technology is designed to encode the historical molecular dynamics of cells into DNA sequences. Furthermore, as of October 2023, I have started a project that empowers AI to automate the design and synthesis of DNA sequences. The goal of this project is to harness AI technology to enhance the efficiency and innovation of DNA sequence design and synthesis, thereby advancing biological methodologies.</p>
</section>
<section class="content All Japanese" id="">
<p>森は、これまでソフトウェアツール開発を中心に、ゲノム編集や DNA 配列合成を支援する革新的技術の開発 に携わってきた。現在は、大阪大学 RPIMe 特任教授の谷内江と共に、細胞の過去の分子動態を DNA 配列 へと記録する技術「DNA イベントレコーディング」の開発に取り組んでいる。また、2023 年 10 月から、CRESTの研究代表者として「対話型AIを用いたDNA配列設計・合成の自動化」のプロジェクトを開始した。本プロジェクトでは、対話型AI 技術を活用したDNA 配列 の設計と合成プロセスの効率化・自動化に取り組んでいる。</p>
</section>
<h2 class="page_title All English Chinese">Education</h2><h2 class="page_title All Japanese">学歴</h2><section class="content All English Chinese" id="">
<p>Mar 2023<br>
<strong><span style="color:#0077ff">Ph.D.</span></strong>, Systems Biology Program, Keio University</p>
</section>
<section class="content All Japanese" id="">
<p>2023年3月<br>
<strong><span style="color:#0077ff">博士 (学術)</span></strong>、政策・メディア研究科 (先端生命科学プログラム)、慶應義塾大学</p>
</section>
<section class="content All English Chinese" id="">
<p>Mar 2018<br>
<strong><span style="color:#0077ff">M.M.G.</span></strong>, Systems Biology Program, Keio University</p>
</section>
<section class="content All Japanese" id="">
<p>2018年3月<br>
<strong><span style="color:#0077ff">修士 (政・メ)</span></strong>、政策・メディア研究科 (先端生命科学プログラム)、慶應義塾大学</p>
</section>
<section class="content All English Chinese" id="">
<p>Mar 2016<br>
<strong><span style="color:#0077ff">B.A.</span></strong>, Faculty of Environment and Information Studies, Keio University</p>
</section>
<section class="content All Japanese" id="">
<p>2016年3月<br>
<strong><span style="color:#0077ff">学士 (環境情報学)</span></strong>、環境情報学部、慶應義塾大学</p>
</section>
<h2 class="page_title All English Chinese">Selected publications</h2><h2 class="page_title All Japanese">主要な論文</h2><section class="paper All Common" id="">
<section class="paper_txt_wo_photo"><p class="author"><span class="member">Mori H</span> & Yachie N</p>
<p class="title">A framework to efficiently describe and share reproducible DNA materials and construction protocols.</p>
<p class="info"><a class="JT" href="https://www.nature.com/articles/s41467-022-30588-x">Nature Communications</a> 13, 2894, 2022 <a class="PMID" href="https://pubmed.ncbi.nlm.nih.gov/35610233/">PubMed</a> <a class="pdf-link" href="./pdf/s41467-022-30588-x.pdf">PDF</a></p>
</section>
</section>
<section class="paper All Common" id="">
<section class="paper_txt_wo_photo"><p class="author">Sakata RC, Ishiguro S, <span class="member">Mori H</span>, Tanaka M, Tatsuno K, Ueda H, Yamamoto S, Seki M, Masuyama N, Nishida K, Nishimasu H, Arakawa K, Kondo A, Nureki O, Tomita M, Aburatani H & Yachie N</p>
<p class="title">Base editors for simultaneous introduction of C-to-T and A-to-G mutations.</p>
<p class="info"><a class="JT" href="https://www.nature.com/articles/s41587-020-0509-0">Nature Biotechnology</a> 38, 865-869, 2020 <a class="PMID" href="https://pubmed.ncbi.nlm.nih.gov/32483365/">PubMed</a> <a class="pdf-link" href="./pdf/s41587-020-0509-0.pdf">PDF</a></p>
</section>
</section>
<section class="paper All Common" id="">
<section class="paper_txt_wo_photo"><p class="author"><span class="member">Mori H</span>, Evans-Yamamoto D, Ishiguro S, Tomita M & Yachie N</p>
<p class="title">Fast and global detection of periodic sequence repeats in large genomic resources.</p>
<p class="info"><a class="JT" href="https://academic.oup.com/nar/article/47/2/e8/5124599">Nucleic Acids Research</a> 47, e8, 2019 <a class="PMID" href="https://pubmed.ncbi.nlm.nih.gov/30304510/">PubMed</a> <a class="pdf-link" href="./pdf/gky890.pdf">PDF</a></p>
</section>
</section>
<h2 class="page_title All English Chinese">Awards</h2><h2 class="page_title All Japanese">受賞歴</h2><section class="content All English Chinese" id="">
<p><strong><span style="color:#0077ff">The 23rd Funai Information Technology Award for Young Scientists</span></strong>, May 2024</p>
</section>
<section class="content All Japanese" id="">
<p>2024年5月 <strong><span style="color:#4285f4">第23回船井研究奨励賞</span></strong></p>
</section>
<section class="content All English Chinese" id="">
<p><strong><span style="color:#0077ff">The 40th Inoue Research Award for Young Scientists</span></strong>, Feb 2024</p>
</section>
<section class="content All Japanese" id="">
<p>2024年2月 <strong><span style="color:#0077ff">第40回井上研究奨励賞</span></strong></p>
</section>
<h2 class="page_title All English Chinese">Grants & Fellowships</h2><h2 class="page_title All Japanese">競争的研究費・フェローシップ</h2><section class="content All Japanese" id="">
<p>2025年8月 – 2030年07月<br>
国立研究開発法人科学技術振興機構 (JST)、K-program<br>
<strong><span style="color:#0077ff">巧技自在化AIの見えざる手が導く遺伝子改変操作の支援システム</span></strong> (主たる共同研究者)</p>
</section>
<section class="content All English Chinese" id="">
<p>Oct 2023 – Mar 2029<br>
Japan Science and Technology Agency (JST), CREST (Bio-DX)<br>
<strong><span style="color:#0077ff">Automating DNA Design & Synthesis Using Conversational AI</span></strong> — Principal Investigator</p>
</section>
<section class="content All Japanese" id="">
<p>2023年10月 – 2029年03月<br>
国立研究開発法人科学技術振興機構 (JST)、CREST (バイオDX)<br>
<strong><span style="color:#0077ff">対話型AIを用いたDNA配列設計・合成の自動化</span></strong> (研究代表者)</p>
</section>
<section class="content All English Chinese" id="">
<p>Apr 2020 – Sep 2022<br>
Japan Society for the Promotion of Science (JSPS), Research Fellowship (DC2)<br>
<strong><span style="color:#0077ff">Exploring Novel Genome Editing Protein Candidates from Large Genomic Data Resources</span></strong> — Principal Investigator</p>
</section>
<section class="content All Japanese" id="">
<p>2020年4月<strong><span style="color:#4285f4"></span></strong> – 2022年9月<br>
日本学術振興会 (JSPS)、特別研究員奨励費 (DC2)<br>
<strong><span style="color:#0077ff">大規模ゲノムリソースからの新規ゲノム編集タンパク質の同定</span></strong> (研究代表者)</p>
</section>
<h2 class="page_title All English Chinese">Full CV</h2><h2 class="page_title All Japanese">Full CV</h2><section class="content All English Chinese" id="">
<p>Mori's full CV is <a href="./pdf/Mori-Hideto-CV_EN.pdf"><strong>here</strong></a>.</p>
</section>
<section class="content All Japanese" id="">
<p>より詳しいCVは<a href="./pdf/Mori-Hideto-CV_JA.pdf"><strong>こちら</strong></a>。</p>
</section>
</section>
<section id="mobile-menu"><div class="All Common" style="display: flex; flex-direction: column; justify-content: flex-start;width: 100%; margin-bottom: 5vw; margin-top: 5vw;" id="mobile-menu-content">
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;width: 100%; margin-left: 5vw; margin-bottom: 5vw;" id="mobile-logo">
<section class="content All Common" id="mobile-yachielablogo" style="margin-top: 0; margin-bottom: 0; margin-right:8vw;">
<a href="https://yachie-lab.org/"><img src="./img/white_yachielablogo.svg" alt="content_img" style="" class="content_img"></a>
</section>
</div>
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;width: 100%; margin-left: 5vw; margin-bottom: 5vw; " id="mobile-affillogo">
<section class="content All Common" id="mobile-ubclogo" style="margin-top: 0; margin-bottom: 0; margin-right:8vw;">
<a href="https://www.ubc.ca/"><img src="./img/white_ubclogo_h.svg" alt="content_img" style="height: clamp(calc(10px * 44 / 32), calc(7vw * 44 / 32), 44px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: left;" class="content_img"></a>
</section>
<section class="content All Common" id="mobile-primelogo" style="margin-top: 0; margin-bottom: 0; margin-right:5vw;">
<a href="https://prime.osaka-u.ac.jp/"><img src="./img/white_primelogo_h.svg" alt="content_img" style="height: clamp(calc(10px * 44 / 32), calc(7vw * 44 / 32), 44px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: left;" class="content_img"></a>
</section>
</div>
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;width: 100%; margin-left:5vw; align-items: center;" id="mobile-snslogo">
<section class="content All Common" id="mobile-xlogo" style="margin-right: 5vw; margin-bottom: 0; width: auto;">
<a href="https://twitter.com/yachielab"><img src="./img/white_x.svg" alt="content_img" style="width: clamp(calc(10px * 30 / 32), calc(7vw * 30 / 32), 30px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: left;" class="content_img"></a>
</section>
<section class="content All Common" id="mobile-instalogo" style="margin-right: 5vw; margin-bottom: 0; width: auto;">
<a href="https://www.instagram.com/yachielab/"><img src="./img/white_instagram.svg" alt="content_img" style="width: clamp(10px, 7vw, 32px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: left;" class="content_img"></a>
</section>
<section class="content All Common" id="mobile-githublogo" style="margin-right: 5vw; margin-bottom: 0; width: auto;">
<a href="https://github.com/yachielab"><img src="./img/white_github.svg" alt="content_img" style="width: clamp(calc(10px * 35 / 32), calc(7vw * 35 / 32), 35px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: left;" class="content_img"></a>
</section>
<section class="content All Common" id="mobile-addgennelogo" style="margin-right: 5vw; margin-bottom: 0; width: auto;">
<a href="http://www.addgene.org/Nozomu_Yachie/"><img src="./img/white_addgene.svg" alt="content_img" style="width: clamp(calc(10px * 45 / 32), calc(7vw * 45 / 32), 45px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: left;" class="content_img"></a>
</section>
<section class="content All Common" id="mobile-addgennelogo" style="margin-right: 5vw; margin-bottom: 0; width: auto;">
<a href="https://lit.link/kkuurroo"><img src="./img/sign_white.svg" alt="content_img" style="width: clamp(calc(10px * 84 / 32), calc(2.2vw * 84 / 32), calc(2.1 * 52.8px));margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: left;" class="content_img"></a>
</section>
</div>
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;width: 100%;" id="mobile-links-lang">
<div class="All Common" style="display: flex; flex-direction: column; justify-content: flex-start;width: 70%;" id="mobile-interlinks">
<section class="content All English" id="">
<p><a href="index.html">Top</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="index.html">トップ</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="index.html">首页</a></p>
</section>
<section class="content All English" id="">
<p><a href="research.html">Research</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="research.html">研究テーマ</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="research.html">研究课题</a></p>
</section>
<section class="content All English" id="">
<p><a href="news.html">News</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="news.html">ニュース</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="news.html">新闻</a></p>
</section>
<section class="content All English" id="mpplV_EN">
<p><a href="people.html">People in Vancouver</a></p>
</section>
<section class="content All Japanese" id="mpplV_JA">
<p><a href="people.html">バンクーバーのメンバー</a></p>
</section>
<section class="content All Chinese" id="mpplV_ZH">
<p><a href="people.html">温哥华团队</a></p>
</section>
<section class="content All English" id="mpplO_EN">
<p><a href="people.html">People in Osaka</a></p>
</section>
<section class="content All Japanese" id="mpplO_JA">
<p><a href="people.html">大阪のメンバー</a></p>
</section>
<section class="content All Chinese" id="mpplO_ZH">
<p><a href="people.html">大阪团队</a></p>
</section>
<section class="content All English" id="">
<p><a href="publications.html">Publications</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="publications.html">業績</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="publications.html">科研成果</a></p>
</section>
<section class="content All English" id="">
<p><a href="joinus.html">Join us</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="joinus.html">メンバー募集</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="joinus.html">人才募集</a></p>
</section>
<section class="content All English" id="">
<p><a href="software.html">Software</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="software.html">ソフトウェア</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="software.html">软件</a></p>
</section>
<section class="content All English" id="">
<p><a href="download.html">Downloads</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="download.html">ダウンロード</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="download.html">下载</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="intern_recruit.html">学生インターン募集</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="jikkenigaku.html">超生物学—次のX</a></p>
</section>
<section class="content All English" id="">
<p><a href="contact.html">Contact</a></p>
</section>
<section class="content All Japanese" id="">
<p><a href="contact.html">連絡先/アクセス</a></p>
</section>
<section class="content All Chinese" id="">
<p><a href="contact.html">联系方式</a></p>
</section>
</div>
<div class="All Common" style="display: flex; flex-direction: column; justify-content: flex-start;width: 30%;" id="mobile-lang">
<section class="content All Common" id="mobileEN">
<p>English</p>
</section>
<section class="content All Common" id="mobileJA">
<p>日本語</p>
</section>
<section class="content All Common" id="mobileZH">
<p>中文</p>
</section>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer><div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;padding-bottom: 8vw;" id="foot">
<div class="All Common" style="display: flex; flex-direction: column; justify-content: flex-start;" id="foot-address">
<section class="content All Common" id="" style="margin-bottom:2em;">
<p><strong>Yachie Laboratory</strong><br>
School of Biomedical Engineering (SBME)<br>
The University of British Columbia (UBC)<br>
<br>
6088 University Boulevard<br>
Vancouver, BC Canada V6T 1Z3</p>
</section>
<section class="content All English Chinese" id="">
<p><strong>Yachie Laboratory</strong><br>
Premium Research Institute for Human Metaverse Medicine (PRIMe)<br>
The University of Osaka<br>
<br>
The Center of Medical Innovation and Translational Research<br>
2-2, Yamadaoka<br>
Suita, Osaka, Japan 565-0871</p>
</section>
<section class="content All Japanese" id="">
<p><strong>谷内江研究室</strong><br>
大阪大学ヒューマン・メタバース疾患研究拠点<br>
<br>
〒565-0871 大阪府吹田市山田丘2-2<br>
最先端医療イノベーションセンター
<br>
<br></p>
</section>
</div>
<div class="All Common" style="display: flex; flex-direction: column; justify-content: flex-start;" id="foot-logo">
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;height: 25%;" id="foot-lablogo">
<section class="content All Common" id="foot-ubclogo">
<a href="https://www.ubc.ca/"><img src="./img/white_ubclogo_h.svg" alt="content_img" style="margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
<section class="content All Common" id="foot-primelogo">
<a href="https://prime.osaka-u.ac.jp/"><img src="./img/white_primelogo_h_uo.svg" alt="content_img" style="margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
</div>
<section class="content All Common" id="foot-yachielablogo">
<a href="./index.html"><img src="./img/white_yachielablogo.svg" alt="content_img" style="margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
<div class="All Common" style="display: flex; flex-direction: row; justify-content: flex-start;height: 50%;" id="foot-snslogo">
<section class="content All Common" id="foot-xlogo">
<a href="https://twitter.com/yachielab"><img src="./img/white_x.svg" alt="content_img" style="width: clamp(calc(10px * 30 / 32), calc(2.2vw * 30 / 32), 39.6px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
<section class="content All Common" id="foot-instalogo">
<a href="https://www.instagram.com/yachielab/"><img src="./img/white_instagram.svg" alt="content_img" style="width: clamp(10px, 2.2vw, 42.24px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
<section class="content All Common" id="foot-githublogo">
<a href="https://github.com/yachielab"><img src="./img/white_github.svg" alt="content_img" style="width: clamp(calc(10px * 35 / 32), calc(2.2vw * 35 / 32), 46.2px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
<section class="content All Common" id="foot-addgennelogo">
<a href="http://www.addgene.org/Nozomu_Yachie/"><img src="./img/white_addgene.svg" alt="content_img" style="width: clamp(calc(10px * 45 / 32), calc(2.2vw * 45 / 32), 59.4px);margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
<section class="content All Common" id="foot-kurosign">
<a href="https://lit.link/kkuurroo"><img src="./img/sign_white.svg" alt="content_img" style="width: clamp(calc(10px * 38 / 32), calc(2.2vw * 38 / 32), 50.16px);;margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0; float: right;" class="content_img"></a>
</section>
</div>
</div>
</div>
</footer>
</div>
</body></html>