-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
505 lines (481 loc) · 24.3 KB
/
index.html
File metadata and controls
505 lines (481 loc) · 24.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
<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">
<meta name="twitter:description" content="Yachie Laboratory Website">
<meta name="twitter:image" content="https://yachie-lab.org/img/thumbnail2.png">
<title>Yachie Laboratory</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/index.css">
<link rel="stylesheet" href="./css/content.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/index.js" defer=""></script>
<script src="./js/mobile_menu.js" defer=""></script>
</head>
<body>
<div id="container">
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/BGr.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/Ar.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/Br.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/Cr.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="main_pplO_img" src="./img/J_1r.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/Er.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="main_publications_img" src="./img/F_1r.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/Gr.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="main_research_img" src="./img/H_1r.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/Ir.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="main_pplV_img" src="./img/D_1r.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/Kr.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="main_joinus_img" src="./img/L_1r.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="main_news_img" src="./img/M_1r.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="main_resources_img" src="./img/N_1r.png"></div>
<div class="div_main_img"><img class="main_img" style="z-index:0;" id="" src="./img/blue_chrr.png"></div>
<!-- Header -->
<header id="mobile_header">
<a href="index.html"><img src="./img/blue_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>
<section id="main_menu">
<section class="content All Common" id="main_research_EN">
<a href="research.html">
<img class="menu_logo" id="logo_research" src="./img/logo_research.png">
<p class="All English">Research</p>
<p class="All Japanese">研究テーマ</p>
<p class="All Chinese">研究课题</p>
</a>
</section>
<section class="content All Common" id="main_news_EN">
<a href="news.html">
<img class="menu_logo" id="logo_news" src="./img/logo_news.png">
<p class="All English">News</p>
<p class="All Japanese">ニュース</p>
<p class="All Chinese">新闻</p>
</a>
</section>
<section class="content All Common" id="main_pplV_EN">
<a href="people.html">
<img class="menu_logo" id="logo_pplV" src="./img/logo_people_ubc.png">
<p class="All English">People<br>in Vancouver</p>
<p class="All Japanese">バンクーバーの<br>メンバー</p>
<p class="All Chinese">温哥华团队</p>
</a>
</section>
<section class="content All Common" id="main_pplO_EN">
<a href="people.html">
<img class="menu_logo" id="logo_pplO" src="./img/logo_people_osak.png">
<p class="All English">People<br>in Osaka</p>
<p class="All Japanese">大阪の<br>メンバー</p>
<p class="All Chinese">大阪团队</p>
</a>
</section>
<section class="content All Common" id="main_publications_EN">
<a href="publications.html">
<img class="menu_logo" id="logo_publications" src="./img/logo_publications.png">
<p class="All English">Publications</p>
<p class="All Japanese">業績</p>
<p class="All Chinese">科研成果</p>
</a>
</section>
<section class="content All Common" id="main_joinus_EN">
<a href="joinus.html">
<img class="menu_logo" id="logo_joinus" src="./img/logo_joinus.png">
<p class="All English">Join us</p>
<p class="All Japanese">メンバー募集</p>
<p class="All Chinese">人才募集</p>
</a>
</section>
<section class="content All Common" id="main_resources_EN">
<a href="contact.html">
<img class="menu_logo" id="logo_resources" src="./img/logo_resources.png">
<p class="All English">Contact</p>
<p class="All Japanese">連絡先</p>
<p class="All Chinese">联系方式</p>
</a>
</section>
</section>
<a href="./research.html"><img class="content_img" id="mobilemainimg" src="./img/blue_yachielablogo.svg" alt="mobile_main_img"></a>
<section id="mobile_main_menu">
</section>
<!-- 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">
</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>