-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpd_recruit.html
More file actions
520 lines (508 loc) · 33 KB
/
pd_recruit.html
File metadata and controls
520 lines (508 loc) · 33 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
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-9N928QE4W0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9N928QE4W0');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="yachie lab, yachie n, n yachie, nozomu yachie, omics, systems biology, synthetic biology, bioinfomatics, dna barcode, genome editing, crispr, cell lineage, biomedical engineering, university of british columbia">
<meta property="og:title" content="Yachie Laboratory">
<meta property="og:type" content="website">
<meta property="og:url" content="https://yachie-lab.org">
<meta property="og:image" content="https://yachie-lab.org/img/thumbnail2.png">
<meta property="og:description" content="Yachie Laboratory Website">
<meta property="og:site_name" content="Yachie Laboratory">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Yachie Laboratory pd_recruit">
<meta name="twitter:description" content="Yachie Laboratory Website">
<meta name="twitter:image" content="https://yachie-lab.org/img/thumbnail2.png">
<title>Yachie lab PD recruit</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/chinese.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">
<div class="menu-icon__bar"></div>
<div class="menu-icon__bar"></div>
<div class="menu-icon__bar"></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">Osaka University PRIMe: Research Position Available in the Yachie Laboratory of Creative Destruction Biology</h1><h1 class="page_title All Japanese">大阪大学 PRIMe 創造的破壊生物学分野 谷内江研究室 研究員募集</h1><section class="content All English" id="">
<p>We are looking for one Specially Appointed Researcher (Full-Time) who can join the Yachie laboratory at PRIMe, Osaka University in Japan.</p>
</section>
<section class="content All Japanese" id="">
<p>大阪大学 PRIMe 創造的破壊生物学分野 谷内江研究室では,特任研究員1名を募集しています。</p>
</section>
<h2 class="page_title All English">Application guideline</h2><h2 class="page_title All Japanese">募集要項</h2><h3 class="page_title All English">Institute outline</h3><h3 class="page_title All Japanese">機関の説明</h3><section class="content All English" id="">
<p>Premium Research Institute for Human Metaverse Medicine (PRIMe) has been selected as a research center in the 2022 World Premier International Research Center Initiative (WPI) sponsored by the Ministry of Education, Culture, Sports, Science and Technology (MEXT) in Japan. This research institute aims at creating a new scientific field, Human Metaverse Medicine, in which two academic fields, human organoid-based biomedical science and information mathematical science, are combined to understand and provide solutions for modern diseases related to aging. The Yachie Laboratory of Creative Destruction Biology, combining synthetic biology, CRISPR genome editing, and computational approaches, is leading the field of DNA event recording (https://yachie-lab.org/research.html?lang=EN). Furthermore, through collaboration with the Yachie laboratory at the University of British Columbia and other established international collaborations, the successful candidate will have an opportunity to access a world-leading research network.</p>
</section>
<section class="content All Japanese" id="">
<p>文部科学省の令和4年度世界トップレベル研究拠点プログラム(WPI) に 、大阪大学の「ヒューマン・メタバース疾患研究拠点(PRIMe)」が採択されました。本拠点では、「ヒューマン・オルガノイド生命医科学」と「情報・数理科学」の2分野を世界で初めて本格的に融合した全く新しい科学分野「ヒューマン・メタバース疾患学」を創成し、一人ひとりの体内で生じる疾患発症に至るプロセスを、包括的かつ連続的に理解することを目指しています。私達、創造的破壊生物学分野 谷内江研究室 では、CRISPR/Cas9ゲノム編集システムをベースとしたDNAイベントレコーディング(https://yachie-lab.org/research.html?lang=JA)に関連する新規技術群の開発を行っています。The University of British Columbiaにある谷内江研究室との連携を通じて、国際的な研究ネットワークを育むこともできます。</p>
</section>
<h3 class="page_title All English">Research Theme</h3><h3 class="page_title All Japanese">研究テーマ</h3><section class="content All English" id="">
<p>We are currently looking for researchers to join the following project: <br></p>
<p><strong><span style="color:#4285f4">Automating DNA Design & Synthesis Using Conversational AI (CREST BioDX, Project Lead: Hideto Mori)</span></strong>: As genome editing and synthetic biology advance, the demand for DNA synthesis is rapidly increasing, creating a growing need to automate the DNA design and synthesis process. In this project, we aim to develop an AI tool powered by a large language model that can automatically design appropriate plasmid vectors and genetic circuit sequences through interactive dialogues with researchers, along with an automated DNA synthesis platform. Specifically, you will be involved in one of the following tasks:</p>
<ul>
<li>Developing an AI interface that assists in planning DNA cloning experiments through conversations with users.</li>
<li>Exploring novel functional proteins, including genome editing proteins, and proposing and constructing synthetic genetic circuits using those proteins.</li>
</ul>
</section>
<section class="content All Japanese" id="">
<p>現在、以下の研究に携わっていただける研究員を募集しています。<br></p>
<p><strong><span style="color:#0077ff">対話型AIを用いたDNA配列設計・合成の自動化 (CRESTバイオDX , 代表: 森 秀人)</span></strong>: ゲノム編集や合成生物学分野の発展に伴って、DNA合成の需要は急速に拡大しており、DNA設計・合成プロセスの自動化が求められています。しかし、自動化装置の利用が複雑であること、実験プロトコルの共有の仕組みが整っていないなどの理由によって自動化の試みは十分に浸透していません。本研究では、近年開発が進む大規模言語モデルを利用し、研究者との会話を通じて、適切なプラスミドベクターや遺伝子回路の配列を自動的に設計することのできるAIエージェントおよび、DNA配列合成実験の自動化システムの開発を行います。具体的には以下の業務に従事していただきます。</p>
<ul>
<li>ユーザーとの対話を通じてDNAクローニング実験の計画を補助するAIインターフェースの開発。</li>
<li>ゲノム編集タンパク質をはじめとする新規機能性タンパク質の探索や、それらを利用した遺伝子回路の設計、作成。</li>
</ul>
</section>
<h3 class="page_title All English">Requirements</h3><h3 class="page_title All Japanese">応募資格</h3><section class="content All English" id="">
<p>We are seeking individuals with expertise in either the life sciences or mathematical informatics who are enthusiastic about acquiring knowledge and skills from the alternate field. Additionally, applicants must meet the following requirements: <br></p>
<ul>
<li>A Ph.D in a field related to the molecular biology, bioinformatics, informatics, or similar areas. (Candidates expected to obtain their degree by the 2024 academic year may be considered.)</li>
<li>Proficient in programming skills (Python). </li>
<li>Expertise and experience in developing software tools (optional but encouraged).</li>
<li>Expertise and experience in basic molecular cloning experiments (optional but encouraged).</li>
<li>Proficient communication skill in either the English or Japanese language.</li>
</ul>
</section>
<section class="content All Japanese" id="">
<p>生命科学または情報科学の少なくともどちらか一方について専門的な知見、技術を有し、なおかつ他方の知見、技術を学ぶ意欲のある方の応募を歓迎します。
また、以下の条件を満たしていること。<br></p>
<ul>
<li>生命情報科学、情報科学、分子生物学などの博士の学位を有すること。2024年度中に学位取得見込みの場合は応相談。</li>
<li>Python等のプログラミング言語に精通していること。</li>
<li>ソフトウェアツールの設計・構築経験を有することが望ましい。</li>
<li>基本的なDNAクローニング実験の経験を有することが望ましい。</li>
<li>業務遂行に支障のないレベルの日本語または英語の能力があること。</li>
</ul>
</section>
<h3 class="page_title All English">Starting Date</h3><h3 class="page_title All Japanese">着任時期</h3><section class="content All English" id="">
<p>To be determined in consultation.</p>
</section>
<section class="content All Japanese" id="">
<p>相談の上決定 </p>
</section>
<h3 class="page_title All English">Term of employment</h3><h3 class="page_title All Japanese">雇用期間</h3><section class="content All English" id="">
<p>From the starting date to March 31, 2025 <br>
*Following completion of the term, the contract may be extended subject to continuity of work and performance evaluation (the extension limit is March 31, 2029).</p>
</section>
<section class="content All Japanese" id="">
<p>採用日から2025年3月31日まで。<br>
※ただし、業務の継続状況および勤務評価などの審査を経て、最大で採用日から2029年3月31日まで更新可。</p>
</section>
<h3 class="page_title All English">Work Location</h3><h3 class="page_title All Japanese">勤務場所</h3><section class="content All English" id="">
<p>Suita Campus (2-2 Yamadaoka, Suita-City, Osaka, Japan) </p>
</section>
<section class="content All Japanese" id="">
<p>大阪大学吹田キャンパス (大阪府吹田市山田丘2-2)</p>
</section>
<h3 class="page_title All English">Salary and Insurance</h3><h3 class="page_title All Japanese">待遇について</h3><section class="content All English" id="">
<p>The salary will be decided based on the applicants’ qualifications and experience. <br>
6,228,900 - 7,713,600 JPY per annum. (Monthly payments of one-twelfth of annual salary) <br>
Commuting allowance is available. Bonuses and allowances for housing, dependency, and retirement are included in the above-mentioned annual salary and will not be paid separately. <br>
Medical insurance and employee’s pension insurance of the Federation of National Public Service Personnel Mutual Aid Associations, Employment Insurance and Industrial Accident Compensation Insurance. </p>
</section>
<section class="content All Japanese" id="">
<p><a href="https://www.osaka-u.ac.jp/ja/guide/information/joho/kitei_shugyou.html">「48.国立大学法人大阪大学任期付年俸制教職員(特任等教職員)給与規程 別表第1」</a> に従い、応募者の経歴・研究業績・専門分野等を加味して決定します。 <br>
年俸 6,228,900円 - 7,713,600円(12分の1の額を月額基本給として毎月支給。)<br>
通勤手当支給 (※住居手当、扶養手当、退職手当及び賞与は支給しない。)<br>
国家公務員共済組合、雇用保険、労働者災害補償保険に加入。</p>
</section>
<h3 class="page_title All English">Application Documents</h3><h3 class="page_title All Japanese">申請方法</h3><section class="content All English" id="">
<p>When applying for this position, please email mori.hideto.prime<img src="./img/at.gif" style="vertical-align: middle; height: 1em;" alt="[at]">osaka-u.ac.jp (Cc: ikumi-mak<img src="./img/at.gif" style="vertical-align: middle; height: 1em;" alt="[at]">office.osaka-u.ac.jp) with a subject) with the subject line “PRIMe Yachie group recruitment
for a specially appointed researcher (full-time)” and include the following application documents.<br></p>
<ol>
<li>A Curriculum Vitae (CV) including educational background, work experience, academicand social activities, etc., with a photo attached, (format is free) and contact details of at least two potential referees who can provide opinions for the applicant (including their name, affiliation, position, phone number, and email address).</li>
<li>A short summary of previous research and current interest (maximum of two A4 pages,)
<br>
After the document review, interviews will be conducted either in person or online, and a final decision on hiring will be made based on the interview results.</li>
</ol>
</section>
<section class="content All Japanese" id="">
<p>件名を「PRIMe 先端計測学グループ 特任研究員(常勤)応募」とし、以下の書類と一緒に mori.hideto.prime<img src="./img/at.gif" style="vertical-align: middle; height: 1em;" alt="[at]">osaka-u.ac.jp (Cc: ikumi-mak<img src="./img/at.gif" style="vertical-align: middle; height: 1em;" alt="[at]">office.osaka-u.ac.jp) まで、お送り下さい。<br></p>
<ol>
<li>履歴書(学歴、職歴、学会及び社会における活動など、写真貼付、様式自由)。研究業績リスト(原著論文、解説・総説、著書、特許、国内外の学会発表など)、及び応募者について意見を伺える方(最低 2 名)の連絡先(氏名・所属・職位・電話・メールアドレス)を含むこと。</li>
<li>これまでの研究の概要(A4 用紙 2 枚以内)
<br>
通常、書類審査後に直接又はオンラインでの面接を実施して、採用可否を決定します。</li>
</ol>
</section>
<h3 class="page_title All Japanese">その他</h3><section class="content All Japanese" id="">
<p>40 歳未満の方については、JSTの「若手研究者の自発的な研究活動等に関する実施方針」に則り、
エフォートの一部(最大20%以内)で現在行っているご自身の研究や競争的研究費への応募を行うことが可能です。
より詳細な情報については、<a href="https://prime.osaka-u.ac.jp/wp/wp-content/uploads/2024/10/PRIMe_YachieLab_SpeciallyApointedResearcherfulltime_Japanese.pdf">こちら</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_uo.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>