-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
490 lines (475 loc) · 31.1 KB
/
authors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Personal webpage">
<meta name="author" content="Benny Chin Wei Chien">
<title>Chin's Portfolio</title>
<link rel="icon" type="image/png" href="https://wcchin.github.io/images/favicon.png">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Nunito&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link href="https://wcchin.github.io/theme/css/fontawesome/all.min.css" rel="stylesheet"> <!-- fontawesome version 5.14.4-web -->
<!-- Bulma Version 0.7.2-->
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/bulma.min.css" />
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/bulma-blog.css">
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/bulma-tooltip.min.css">
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/stork-basic.css">
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/custom.css" />
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/animations.css">
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/typicons/typicons.min.css">
<link rel="stylesheet" type="text/css" href="https://wcchin.github.io/theme/css/academicons/academicons.min.css">
<!--<script type='text/javascript', src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script>-->
<noscript>Please enable JavaScript to view this site.</noscript>
<!--<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', '', 'auto');ga('send', 'pageview');var _qevents = _qevents || [];</script>-->
</head>
<body class="home-template nav-closed" itemscope itemtype="http://schema.org/WebPage">
<!-- Google Tag Manager
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-ML9KT2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-ML9KT2');</script>-->
<!-- End Google Tag Manager -->
<!--<nav class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul role="menubar">
<li class="nav-current" role="presentation"><a href="https://wcchin.github.io/archives.html" title="Benny Chin | Archives" itemprop="name" itemprop="significantLink">Archives</a></li>
</ul>
abc
</nav>
<span class="nav-cover"></span>
-->
<!-- START NAV -->
<section class="hero is-dark is-large is-bold has-background">
<img alt="bg" class="hero-background is-transparent" src="https://wcchin.github.io/images/ee.png" />
<div class="hero-head">
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation" style="background-color: rgba(20, 20, 20, 0.6);">
<div class="container">
<div class="navbar-brand">
<!--<span class="navbar-burger burger" data-target="navbarMenu">-->
<a role="button" id="navbar-burger-lines" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span style="color:#ffffff;"></span>
<span style="color:#ffffff;"></span>
<span style="color:#ffffff;"></span>
<!--<span class="typcn typcn-th-menu" style="color:#ffffff;"></span>-->
</a>
<!--</span>-->
</div>
<div id="navbarMenu" class="navbar-menu"><!-- style="position:fixed;top:0">-->
<div class="navbar-start">
<!--<a class="navbar-item" href="#" style="color:#cccccc;"><i class="fas fa-home"></i> Home</a>--> <!-- background-color:transparent; -->
<!--
<a class="navbar-item" href="https://wcchin.github.io/" style="color:#cccccc;"> Home</a>
<a class="navbar-item" href="https://wcchin.github.io/pages/curriculum-vitae.html" style="color:#cccccc;"> Curriculum Vitae</a>
<a class="navbar-item" href="https://wcchin.github.io/publications-all.html" style="color:#cccccc;"> Publications</a>
<a class="navbar-item" href="https://wcchin.github.io/pages/open-projects.html" style="color:#cccccc;"> Open Projects</a>
-->
<a class="navbar-item" href="https://wcchin.github.io" style="color:#cccccc;"><i class="fas fa-home"></i> Home</a> <!-- background-color:transparent; -->
<a class="navbar-item" href="https://wcchin.github.io/pages/curriculum-vitae.html" style="color:#cccccc;"><i class="fas fa-address-card"></i> About</a>
<a class="navbar-item" href="https://wcchin.github.io/publications-all.html" style="color:#cccccc;"><i class="fas fa-pen-nib"></i> Publications</a>
<a class="navbar-item" href="https://wcchin.github.io/pages/open-projects.html" style="color:#cccccc;"><i class="fab fa-github-alt"></i> Projects</a>
<a class="navbar-item" href="https://wcchin.github.io/category/mediums.html" style="color:#cccccc;"><i class="fab fa-medium-m"></i> Medium</a>
<a class="navbar-item" href="https://wcchin.github.io/category/posts.html" style="color:#cccccc;"><i class="fas fa-comment-alt"></i> Posts</a>
<a class="navbar-item" href="https://wcchin.github.io/archives.html" style="color:#cccccc;"><i class="fas fa-archive"></i> Archives</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
<i class="fas fa-link"></i> Links
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://wcchin.github.io/" target="_blank"><i class="fas fa-globe"></i> Benny Chin</a>
<a class="navbar-item" href="https://chin-minilab.surge.sh/" target="_blank"><i class="fas fa-globe"></i> Chin-minilab</a>
<a class="navbar-item" href="https://wcchin.github.io/gis-info/" target="_blank"><i class="fas fa-globe"></i> GIS-Info</a>
<a class="navbar-item" href="https://wcchin.github.io/map_projection/" target="_blank"><i class="fas fa-globe"></i> The Morphing Map Project</a>
<a class="navbar-item" href="https://wcchin.github.io/sg_health_access/" target="_blank"><i class="fas fa-globe"></i> For Health Data Visualization Contest 2024</a>
<a class="navbar-item" href="https://wcchin.github.io/sg_HDB_price_map/hdb_map_filter.html" target="_blank"><i class="fas fa-globe"></i> HDB Resale Price Distribution</a>
</div>
</div>
</div>
<div class="navbar-end"><!-- -->
<div class="dropdown" id="searchDropdown">
<div class="dropdown-trigger">
<div class="field">
<p class="control has-icons-left"> <!-- has-icons-right" -->
<input data-stork="sitesearch" class="input" type="text" placeholder="Search..." id="searchTerm">
<span class="icon is-small is-left">
<i class="fas fa-search"></i>
</span><!--
<span class="icon is-small is-right">
<i class="fas fa-binoculars"></i>
</span>-->
</p>
</div>
</div>
<div class="dropdown-menu" id="dropdown-menu" role="menu">
<div data-stork="sitesearch-output" id="searchRes"></div>
<!--<div class="dropdown-content" id="searchResults">
<div class="dropdown-item">Hello myfriend.</div>
</div>-->
</div>
</div>
</div> <!-- navbar-end -->
</div> <!-- navbarMenu -->
</div> <!-- container -->
</nav>
</div>
<!-- END NAV -->
<div class="hero-body">
<div class="container has-text-centered">
<p class="title is-size-1"><a href="#" style="color:white">Benny Chin 陳威全</a></p>
<p class="subtitle is-size-3">a <span class="typcn typcn-compass"></span> Geographer,
<span class="typcn typcn-map"></span>Cartographer, &
<span class="typcn typcn-globe-outline"></span>GIScientist</p>
</div>
</div>
</section>
<div class="container">
<!-- START ARTICLE FEED -->
<section class="articles">
<div class="column is-10 is-offset-1">
<main>
<article class="post" itemscope="" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
<header>
<h1 class="post-title" itemprop="headline">Authors on Benny Chin</h1>
</header>
<section class="post-content">
<div itemprop="text">
<ul> <li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/benny.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Benny's post">
<i class="fa fa-user"></i>
<span itemprop="name">
Benny
</span>
</a>
(17)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-w-c-b.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, W. C. B.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, W. C. B.
</span>
</a>
(4)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-w-c-b-and-chan-c-h.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, W. C. B., and Chan, C.-H..'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, W. C. B., and Chan, C.-H..
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-w-c-b-bouffanais-r.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, W. C. B., & Bouffanais, R.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, W. C. B., & Bouffanais, R.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-w-c-b-feng-c-c-leong-c-h-pang-j-clapham-h-e-nara-a-tsou-m-h-and-wang-y-c.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, W. C. B., Feng, C.-C., Leong, C.-H., Pang, J., Clapham, H. E., Nara, A., Tsou, M.-H. and Wang, Y.-C..'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, W. C. B., Feng, C.-C., Leong, C.-H., Pang, J., Clapham, H. E., Nara, A., Tsou, M.-H. and Wang, Y.-C..
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-w-c-b-huang-c-y.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, W. C. B., & Huang C. Y.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, W. C. B., & Huang C. Y.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-w-c-b-wen-t-h.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, W. C. B., & Wen, T. H.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, W. C. B., & Wen, T. H.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-w-c-b-wen-t-h-sabel-c-e-wang-i-h.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, W. C. B., Wen, T. H., Sabel, C. E., & Wang, I. H.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, W. C. B., Wen, T. H., Sabel, C. E., & Wang, I. H.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-wei-chien-benny-and-feng-chen-chieh-and-leong-chan-hoong-and-clapham-hannah-eleanor-and-pang-junxiong-and-wang-yi-chen.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, Wei Chien Benny and Feng, Chen-Chieh and Leong, Chan Hoong and Clapham, Hannah Eleanor and Pang, Junxiong and Wang, Yi-Chen's post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, Wei Chien Benny and Feng, Chen-Chieh and Leong, Chan Hoong and Clapham, Hannah Eleanor and Pang, Junxiong and Wang, Yi-Chen
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/chin-wei-chien-benny-and-fu-yuming-and-lim-kwan-hui-and-schroepfer-thomas-and-cheah-lynette.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Chin, Wei Chien Benny and Fu, Yuming and Lim, Kwan Hui and Schroepfer, Thomas and Cheah, Lynette's post">
<i class="fa fa-user"></i>
<span itemprop="name">
Chin, Wei Chien Benny and Fu, Yuming and Lim, Kwan Hui and Schroepfer, Thomas and Cheah, Lynette
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/feng-chen-chieh-and-chin-wei-chien-benny-and-gao-siyao-and-chua-vincent-and-ho-elaine-lynn-ee.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Feng, Chen-Chieh and Chin, Wei Chien Benny and Gao, Siyao and Chua, Vincent and Ho, Elaine Lynn-Ee's post">
<i class="fa fa-user"></i>
<span itemprop="name">
Feng, Chen-Chieh and Chin, Wei Chien Benny and Gao, Siyao and Chua, Vincent and Ho, Elaine Lynn-Ee
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/gopalakrishnan-s-and-wong-d-and-chin-w-c-b-and-srikanth-a-d-and-manivannan-a-and-bouffanais-r-and-schroepfer-t.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Gopalakrishnan, S. and Wong, D. and Chin, W. C. B. and Srikanth, A. D. and Manivannan, A. and Bouffanais, R. and Schroepfer, T.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Gopalakrishnan, S. and Wong, D. and Chin, W. C. B. and Srikanth, A. D. and Manivannan, A. and Bouffanais, R. and Schroepfer, T.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/hsieh-c-h-yang-j-y-huang-c-w-and-chin-w-c-b.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Hsieh, C.-H., Yang, J.-Y., Huang, C.-W., and Chin, W. C. B..'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Hsieh, C.-H., Yang, J.-Y., Huang, C.-W., and Chin, W. C. B..
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/huang-c-y-chin-w-c-b.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Huang C. Y., Chin, W. C. B.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Huang C. Y., Chin, W. C. B.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/huang-c-y-chin-w-c-b-fu-y-h-tsai-y-s.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Huang C. Y., Chin, W. C. B., Fu, Y. H., & Tsai, Y. S.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Huang C. Y., Chin, W. C. B., Fu, Y. H., & Tsai, Y. S.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/huang-c-y-chin-w-c-b-wen-t-h-fu-y-h-tsai-y-s.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Huang C. Y., Chin, W. C. B., Wen, T. H., Fu, Y. H., & Tsai, Y. S.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Huang C. Y., Chin, W. C. B., Wen, T. H., Fu, Y. H., & Tsai, Y. S.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/lee-j-lay-j-g-chin-w-c-b-chi-y-l-hsueh-y-h.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Lee, J., Lay, J. G., Chin, W. C. B., Chi, Y. L., & Hsueh, Y. H.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Lee, J., Lay, J. G., Chin, W. C. B., Chi, Y. L., & Hsueh, Y. H.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/leong-c-h-chin-w-c-b-feng-c-c-wang-y-c.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Leong, C.-H., Chin, W. C. B., Feng, C.-C., Wang, Y.-C.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Leong, C.-H., Chin, W. C. B., Feng, C.-C., Wang, Y.-C.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/lin-min-hao-guo-nian-zhen-chen-wei-quan-wen-zai-hong.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all 林民浩,郭年真,陳威全,溫在弘's post">
<i class="fa fa-user"></i>
<span itemprop="name">
林民浩,郭年真,陳威全,溫在弘
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/manivannan-a-chin-w-c-b-barrat-a-and-bouffanais-r.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Manivannan, A., Chin, W. C. B., Barrat, A., and Bouffanais, R.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Manivannan, A., Chin, W. C. B., Barrat, A., and Bouffanais, R.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/manivannan-a-willemse-e-j-balamurali-b-t-chin-w-c-b-zhou-y-tuncer-b-barrat-a-and-bouffanais-r.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Manivannan, A., Willemse, E. J., Balamurali B. T., Chin, W. C. B., Zhou, Y., Tunçer, B., Barrat, A., and Bouffanais, R.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Manivannan, A., Willemse, E. J., Balamurali B. T., Chin, W. C. B., Zhou, Y., Tunçer, B., Barrat, A., and Bouffanais, R.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/manivannan-ajaykumar-and-chin-wei-chien-benny-and-gopalakrishnan-srilalitha-and-wong-daniel-k-h-and-schroepfer-thomas-and-bouffanais-roland.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Manivannan, Ajaykumar and Chin, Wei Chien Benny and Gopalakrishnan, Srilalitha and Wong, Daniel K. H. and Schroepfer, Thomas and Bouffanais, Roland's post">
<i class="fa fa-user"></i>
<span itemprop="name">
Manivannan, Ajaykumar and Chin, Wei Chien Benny and Gopalakrishnan, Srilalitha and Wong, Daniel K. H. and Schroepfer, Thomas and Bouffanais, Roland
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/srikanth-a-d-s-chin-w-c-b-bouffanais-r-schroepfer-t.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Srikanth, A. D. S., Chin, W. C. B., Bouffanais, R., Schroepfer, T.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Srikanth, A. D. S., Chin, W. C. B., Bouffanais, R., Schroepfer, T.
</span>
</a>
(2)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/wei-chien-benny-chin.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Wei Chien Benny Chin's post">
<i class="fa fa-user"></i>
<span itemprop="name">
Wei Chien Benny Chin
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/wen-t-h-chin-w-c-b.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Wen, T. H., & Chin, W. C. B.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Wen, T. H., & Chin, W. C. B.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/wen-t-h-chin-w-c-b-lai-p-c.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Wen, T. H., Chin, W. C. B., & Lai, P. C.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Wen, T. H., Chin, W. C. B., & Lai, P. C.
</span>
</a>
(2)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/wen-t-h-tsai-c-t-chin-w-c-b.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Wen, T. H., Tsai, C. T., & Chin, W. C. B.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Wen, T. H., Tsai, C. T., & Chin, W. C. B.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/wong-d-k-h-chin-w-c-b-bouffanais-r-schroepfer-t.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Wong, D. K. H., Chin, W. C. B., Bouffanais, R., Schroepfer, T.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Wong, D. K. H., Chin, W. C. B., Bouffanais, R., Schroepfer, T.
</span>
</a>
(1)
</li>
<li itemscope="" itemtype="http://schema.org/Person" itemprop="author">
<a href="https://wcchin.github.io/author/yan-yingwei-chin-w-c-b-leong-c-h-wang-y-c-feng-c-c.html" itemprop="url" rel="author" class="tooltip-bottom" data-tooltip="View all Yan, Yingwei, Chin, W. C. B., Leong, C.-H., Wang, Y.-C., Feng, C.-C.'s post">
<i class="fa fa-user"></i>
<span itemprop="name">
Yan, Yingwei, Chin, W. C. B., Leong, C.-H., Wang, Y.-C., Feng, C.-C.
</span>
</a>
(1)
</li>
</ul>
</div>
<hr>
</section>
<!--<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7127443823639155" data-ad-slot="9038513565" data-ad-format="auto"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>--></article>
</main>
</div>
</section>
<!-- END ARTICLE FEED -->
<footer class="footer">
<div class="content has-text-centered">
<p>
<a href="https://wcchin.github.io"><strong>Wei Chien Benny Chin</strong></a>.
Generated using <a href="https://getpelican.org" target="blank">Pelican</a> &
<a href="https://bulma.io/" target="blank">Bulma CSS framework</a>.
Hosted on <a href="https://pages.github.com/" target="blank">Github Pages</a>.
</p>
</div>
</footer>
</div>
<!-- <script type="text/javascript" src="https://publons.com/mashlets?el=badgeCont357&rid=AAH-2292-2019&size=small"></script> -->
<script type="text/javascript" src="https://wcchin.github.io/theme/js/jquery.js"></script>
<!-- ES5 Polyfills -->
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.12/es5-shim.min.js"></script>-->
<!-- Custom -->
<script type="text/javascript" src="https://wcchin.github.io/theme/js/custom.js"></script>
<!-- for markdown engine -->
<script type="text/javascript" src="https://wcchin.github.io/theme/js/remarkable.min.js"></script>
<!-- Config -->
<!--<script src="https://wcchin.github.io/theme/js/config.js"></script>-->
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
<script src="https://wcchin.github.io/theme/js/search_result.js"></script>
<script src="https://wcchin.github.io/theme/js/stork.js"></script>
<script>
stork.initialize("https://wcchin.github.io/theme/js/stork.wasm")
stork.downloadIndex("sitesearch", "https://wcchin.github.io/search-index.st")
stork.attach("sitesearch")
</script>
<!--<script type="text/javascript" src="https://wcchin.github.io/theme/js/fuse.min.js"></script>--> <!-- 6.4.6 -->
<!--<script src="https://wcchin.github.io/theme/js/getallpage.js"></script>
<script src="https://wcchin.github.io/theme/js/search.js"></script>
<script src="https://wcchin.github.io/theme/js/bibtexParse.js"></script>
<script src="https://wcchin.github.io/theme/js/generating_bib.js"></script>-->
</body>
</html>