-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
715 lines (623 loc) · 38.1 KB
/
index.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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,shrink-to-fit=no">
<title>YJ LIU's Page</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="shortcut icon" href="favicon_io/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Handlee&family=Orbitron&family=Patrick+Hand+SC&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter&family=Raleway&family=Roboto&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sriracha&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kalam&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<!-- <link rel=" stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
</head>
<body>
<main>
<div class="header">
<div class="wrap">
<div class="header-inner">
<div class="logo">
<div class="y-circle circle-font">
Y
</div>
<div class="j-circle circle-font">
J
</div>
<div class="l-circle circle-font">
L
</div>
<div class="i-circle circle-font">
I
</div>
<div class="u-circle circle-font">
U
</div>
</div>
<div class="menu">
<img class="menu_pic" src="resized_image/menu.svg" alt="menu">
</div>
<ul>
<li>
<!-- id要叫about -->
<a href="#about">
<p>ABOUT</p>
</a>
</li>
<li>
<a href="#projects">
<p>PROJECTS</p>
</a>
</li>
<li>
<a href="#internships">
<p>INTERNSHIPS</p>
</a>
</li>
<li>
<a href="#activities">
<p>ACTIVITIES</p>
</a>
</li>
<li>
<a href="#contact">
<p>CONTACT</p>
</a>
</li>
</ul>
</div>
</div>
</div>
<a class="anchor" id="about"></a>
<div class="content">
<div class="wrap">
<div class="self-intro">
<h4 class="self-intro-h4">A Dreamer, A Researcher, A Developer</h4>
<h2 class="self-intro-h2-1">Love to Code and Trade.</h2>
<h2 class="self-intro-h2-2">Turn My Big Dreams Into Reality.</h2>
</div>
</div>
<div class="front-page">
<img class="home-header" src="resized_image/home-header.svg" alt="">
<!-- <img class="page-img" src="resized_image/sky-me.jpg" alt=""> -->
<div class="self-intro">
<h4> A Dreamer, A Researcher, A Developer</h4>
<h2>Love to Code and Trade.</h2>
<h2>Turn My Big Dreams Into Reality.</h2>
</div>
</div>
<!-- particles.js container -->
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->
<!-- <img src="resized_image/network.jpg" alt="network" class="network"> -->
<a class="anchor" id="projects"></a>
<div class="projects">
<div class="title project-title">
<h3>
PROJECTS
<div class="title-underline">
</div>
</h3>
<h4>
The side-projects, including Blockchain Architecture Design, Web Applications Implementation,
Stock Trading System,
and Product Data Analysis.
</h4>
</div>
<div class="projects-intro">
<div class="project project-1">
<div class="project-svg">
<div class="p-svg-inner">
<!-- <img class="p-svg" src="icons/blockchain.svg" alt="blockchain"> -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512">
<g id="Blockchain">
<path
d="M61.5,23.868A1,1,0,0,0,62,23V15a1,1,0,0,0-.5-.868l-7-4a1,1,0,0,0-.992,0l-7,4A1,1,0,0,0,46,15v2.382l-6-3V7a1,1,0,0,0-.5-.868l-7-4a1,1,0,0,0-.992,0l-7,4A1,1,0,0,0,24,7v7.382l-6,3V15a1,1,0,0,0-.5-.868l-7-4a1,1,0,0,0-.992,0l-7,4A1,1,0,0,0,2,15v8a1,1,0,0,0,.5.868L9,27.58v8.84L2.5,40.132A1,1,0,0,0,2,41v8a1,1,0,0,0,.5.868l7,4a1,1,0,0,0,.992,0l6.481-3.7L24,54.555V57a1,1,0,0,0,.5.868l7,4a1,1,0,0,0,.992,0l7-4A1,1,0,0,0,40,57V54.555l7.023-4.39,6.481,3.7a1,1,0,0,0,.992,0l7-4A1,1,0,0,0,62,49V41a1,1,0,0,0-.5-.868L55,36.42V27.58ZM55,25.277v-5.7l5-2.857v5.7ZM54,43.848,49.015,41,54,38.152,58.985,41ZM48,16.723l5,2.857v5.7L48,22.42Zm6-4.571L58.985,15,54,17.848,49.015,15Zm-22,39.7L27.015,49,32,46.152,36.985,49ZM26,29.723l5,2.857v5.7L26,35.42Zm7,2.857,5-2.857v5.7l-5,2.857Zm-1-1.732L27.015,28,32,25.152,36.985,28ZM26,8.723l5,2.857v5.7L26,14.42Zm7,2.857,5-2.857v5.7l-5,2.857ZM32,4.152,36.985,7,32,9.848,27.015,7ZM11,19.58l5-2.857v5.7l-5,2.857Zm-1-7.428L14.985,15,10,17.848,5.015,15ZM4,16.723,9,19.58v5.7L4,22.42Zm6,27.125L5.015,41,10,38.152,14.985,41ZM4,42.723,9,45.58v5.7L4,48.42Zm7,8.554v-5.7l5-2.857v5.7Zm7-2.832V41a1,1,0,0,0-.5-.868L11,36.42V27.58l6.5-3.712A1,1,0,0,0,18,23V19.618l6.969-3.484L31,19.58v3.84l-6.5,3.712A1,1,0,0,0,24,28v8a1,1,0,0,0,.5.868L31,40.58v3.84l-6.5,3.712A1,1,0,0,0,24,49v3.2Zm8,2.278,5,2.857v5.7L26,56.42Zm7,8.554v-5.7l5-2.857v5.7Zm6.5-11.145L33,44.42V40.58l6.5-3.712A1,1,0,0,0,40,36V28a1,1,0,0,0-.5-.868L33,23.42V19.58l6.031-3.446L46,19.618V23a1,1,0,0,0,.5.868L53,27.58v8.84l-6.5,3.712A1,1,0,0,0,46,41v7.445L40,52.2V49A1,1,0,0,0,39.5,48.132ZM48,42.723l5,2.857v5.7L48,48.42Zm7,8.554v-5.7l5-2.857v5.7Z" />
</g>
</svg>
</div>
</div>
<div class="p-text">
<h3>BLOCKCHAIN
<br>
</h3>
<h4>
Architecture Design
</h4>
<p>Come up with blockchain service architecture solutions to automobile industry for car
rental
service and smart
city proposal.</p>
<a
href="https://github.com/yichiehliu/test-flask/blob/master/Daimler_Based%20Distributed%20Mobility%20Service%20Internal%20API%20Document_v5.md">
VIEW MORE
</a>
</div>
</div>
<div class="project project-2">
<div class="project-svg">
<div class="p-svg-inner">
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" enable-background="new 0 0 512 512"
height="512" viewBox="0 0 512 512" width="512">
<g>
<g>
<path
d="m474.5 71.5h-26.261c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h26.261c12.406 0 22.5 10.094 22.5 22.5v34.5h-482v-34.5c0-12.406 10.093-22.5 22.5-22.5h377.809c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-377.809c-20.678 0-37.5 16.822-37.5 37.5v82.681c0 4.143 3.358 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-33.181h482v193.366c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-242.866c0-20.678-16.822-37.5-37.5-37.5z" />
<path
d="m504.5 375.994c-4.143 0-7.5 3.357-7.5 7.5v19.506c0 12.406-10.094 22.5-22.5 22.5h-437c-12.407 0-22.5-10.094-22.5-22.5v-179.133c0-4.143-3.358-7.5-7.5-7.5s-7.5 3.357-7.5 7.5v179.133c0 20.678 16.822 37.5 37.5 37.5h437c20.678 0 37.5-16.822 37.5-37.5v-19.506c0-4.142-3.357-7.5-7.5-7.5z" />
<path
d="m108.482 234.457c-2.929-2.928-7.678-2.928-10.606 0l-45.07 45.07c-1.407 1.407-2.197 3.314-2.197 5.304s.79 3.896 2.197 5.304l44.474 44.474c1.464 1.464 3.384 2.196 5.303 2.196s3.839-.732 5.303-2.196c2.929-2.93 2.929-7.678 0-10.607l-39.171-39.17 39.767-39.767c2.93-2.93 2.93-7.678 0-10.608z" />
<path
d="m209.344 334.608c1.464 1.464 3.384 2.196 5.303 2.196s3.839-.732 5.303-2.196l44.475-44.474c1.406-1.407 2.196-3.314 2.196-5.304s-.79-3.896-2.196-5.304l-45.071-45.07c-2.929-2.928-7.678-2.928-10.606 0-2.929 2.93-2.929 7.678 0 10.607l39.768 39.767-39.171 39.17c-2.93 2.931-2.93 7.679-.001 10.608z" />
<path
d="m131.99 362.234c3.025 0 5.876-1.844 7.013-4.841l53.294-140.398c1.47-3.873-.478-8.204-4.35-9.674-3.872-1.471-8.204.478-9.673 4.35l-53.294 140.4c-1.47 3.872.478 8.203 4.35 9.673.876.333 1.775.49 2.66.49z" />
<path
d="m33.006 115.371c0 12.406 10.093 22.5 22.5 22.5s22.5-10.094 22.5-22.5-10.093-22.5-22.5-22.5-22.5 10.094-22.5 22.5zm30 0c0 4.136-3.364 7.5-7.5 7.5s-7.5-3.364-7.5-7.5 3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5z" />
<path
d="m91.166 115.371c0 12.406 10.093 22.5 22.5 22.5s22.5-10.094 22.5-22.5-10.093-22.5-22.5-22.5-22.5 10.094-22.5 22.5zm30 0c0 4.136-3.364 7.5-7.5 7.5s-7.5-3.364-7.5-7.5 3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5z" />
<path
d="m149.325 115.371c0 12.406 10.093 22.5 22.5 22.5s22.5-10.094 22.5-22.5-10.093-22.5-22.5-22.5-22.5 10.094-22.5 22.5zm30 0c0 4.136-3.364 7.5-7.5 7.5s-7.5-3.364-7.5-7.5 3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5z" />
<path
d="m335.5 242.368h47c12.406 0 22.5-10.094 22.5-22.5s-10.094-22.5-22.5-22.5h-47c-12.406 0-22.5 10.094-22.5 22.5s10.094 22.5 22.5 22.5zm0-30h47c4.136 0 7.5 3.364 7.5 7.5s-3.364 7.5-7.5 7.5h-47c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5z" />
<path
d="m335.5 302.368h124c12.406 0 22.5-10.094 22.5-22.5s-10.094-22.5-22.5-22.5h-124c-12.406 0-22.5 10.094-22.5 22.5s10.094 22.5 22.5 22.5zm0-30h124c4.136 0 7.5 3.364 7.5 7.5s-3.364 7.5-7.5 7.5h-124c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5z" />
<path
d="m335.5 362.368h87.165c12.406 0 22.5-10.094 22.5-22.5s-10.094-22.5-22.5-22.5h-87.165c-12.406 0-22.5 10.094-22.5 22.5s10.094 22.5 22.5 22.5zm0-30h87.165c4.136 0 7.5 3.364 7.5 7.5s-3.364 7.5-7.5 7.5h-87.165c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5z" />
</g>
</g>
</svg>
</div>
</div>
<div class="p-text">
<h3>BACKEND
<br>
</h3>
<h4>
Car Rental System
</h4>
<!-- <p>PoC Demo of the Blockchain Consortium Network proposal.</p> -->
<p> Use Flask framework to bilud a car rental backend, including database scheme,
matchmaking
algorithm, and APIs
dealt with requests coming from blockchain network.</p>
<a href="https://github.com/yichiehliu/test-flask">
VIEW MORE
</a>
</div>
</div>
<div class="project project-3">
<div class="project-svg">
<div class="p-svg-inner">
<!-- <img class="p-svg" src="icons/blockchain.svg" alt="blockchain"> -->
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" enable-background="new 0 0 512 512"
height="512" viewBox="0 0 512 512" width="512">
<g>
<g>
<path
d="m508.046 455.014-7.304-7.305c-2.929-2.93-7.678-2.929-10.606-.001-2.93 2.929-2.93 7.678-.001 10.606l6.243 6.244-31.818 31.819-54.094-54.093 31.819-31.819 25.236 25.236c2.93 2.928 7.678 2.928 10.607 0 2.929-2.93 2.929-7.678 0-10.607l-30.526-30.525c-.005-.005-.009-.01-.013-.015l-21.213-21.213c-.006-.006-.012-.01-.018-.016l-18.721-18.721c-2.55-2.551-5.94-3.956-9.547-3.956s-6.997 1.405-9.546 3.954l-1.061 1.062-26.837-26.844c19.182-23.966 33.036-52.367 39.76-83.398h52.845c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-50.186c.661-4.77 1.155-9.592 1.476-14.461h84.459c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-84.016c-.036-4.853-.237-9.675-.605-14.462h48.873c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-50.586c-5.24-34.479-19.253-66.731-41.304-94.589-2.571-3.247-7.287-3.795-10.536-1.226-3.247 2.571-3.796 7.288-1.226 10.536 26.43 33.389 40.4 73.598 40.4 116.28 0 103.388-84.112 187.5-187.5 187.5s-187.5-84.112-187.5-187.5 84.112-187.5 187.5-187.5c46.738 0 91.511 17.298 126.069 48.707 3.064 2.788 7.81 2.56 10.594-.505 2.786-3.065 2.56-7.809-.506-10.595-37.324-33.924-85.679-52.607-136.157-52.607-111.659 0-202.5 90.841-202.5 202.5 0 98.582 70.814 180.921 164.243 198.859v50.599c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-48.301c4.773.548 9.595.932 14.462 1.141v82.43c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-82.332c4.864-.147 9.688-.457 14.462-.943v48.005c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-50.104c33.863-6.042 64.83-20.538 90.654-41.208l26.844 26.838-1.06 1.06c-2.551 2.55-3.956 5.94-3.956 9.547s1.405 6.997 3.954 9.546l18.728 18.727c.004.004.007.008.011.012l21.213 21.213c.004.004.01.008.014.013l60.443 60.442c2.55 2.552 5.94 3.956 9.547 3.956s6.996-1.404 9.547-3.954l33.94-33.94c2.55-2.551 3.954-5.94 3.954-9.547s-1.404-6.997-3.954-9.545zm-157.225-114.806 26.054 26.06-10.606 10.606-26.06-26.054c3.666-3.405 7.206-6.945 10.612-10.612zm49.038 91.47-10.607-10.606 31.819-31.819 10.606 10.607zm-1.768-65.407 12.374 12.374-31.819 31.819-12.374-12.374z" />
<path
d="m98.056 339.792c30.039 22.579 66.125 34.754 104.444 35.208 95.117 0 172.5-77.383 172.5-172.5s-77.383-172.5-172.5-172.5c-45.903 0-89.078 17.967-121.569 50.591-32.354 32.485-50.441 75.752-50.931 121.829-.45 42.419 14.963 83.191 43.399 114.805 2.77 3.079 7.512 3.331 10.592.561s3.331-7.513.561-10.592c-25.916-28.812-39.963-65.965-39.552-104.614.447-42.143 16.982-81.707 46.559-111.403 29.656-29.778 69.055-46.177 110.941-46.177 86.846 0 157.5 70.654 157.5 157.5s-70.654 157.5-157.411 157.501c-35.019-.416-68.049-11.551-95.521-32.199-3.309-2.491-8.013-1.822-10.501 1.489-2.49 3.311-1.823 8.013 1.489 10.501z" />
<path
d="m231 68.5h-52c-6.341 0-11.5 5.159-11.5 11.5v26.5h-48.5c-6.341 0-11.5 5.159-11.5 11.5v80.5h-10.038c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h215.076c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-10.038v-42.5c0-6.341-5.159-11.5-11.5-11.5h-48.5v-64.5c0-6.341-5.159-11.5-11.5-11.5zm-108.5 53h45v77h-45zm60-38h45v115h-45zm105 76v39h-45v-39z" />
<path
d="m289 277.053h-35.309l-16.04-41.003c-1.134-2.897-3.912-4.772-7.051-4.768-3.112.028-5.884 1.975-6.966 4.893l-21.92 59.109-15.32-43.423c-.98-2.78-3.498-4.728-6.436-4.978-2.934-.254-5.748 1.244-7.186 3.816l-14.712 26.353h-35.216c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h39.618c2.718 0 5.224-1.471 6.549-3.844l8.763-15.695 16.691 47.31c1.051 2.979 3.854 4.979 7.013 5.005h.061c3.133 0 5.94-1.95 7.031-4.893l22.283-60.088 10.733 27.438c1.125 2.875 3.896 4.768 6.984 4.768h40.43c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5z" />
</g>
</g>
</svg>
</div>
</div>
<div class="p-text">
<h3>DATA
<br>
</h3>
<h4>
Business Analytics
</h4>
<h4></h4>
<p>Scrape the brand comments from PTT forum for branding analysis of ASUS and analyze
brand's strengths and
weaknesses with word segmentation and modeling.</p>
<!-- <p>Scrape the SEC websites for US's funds and fund families reports.</p> -->
<a href="https://github.com/yichiehliu/Machine-Learning-for-NCTS">
VIEW MORE
</a>
</div>
</div>
<div class="project project-4">
<div class="project-svg">
<div class="p-svg-inner">
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_5" enable-background="new 0 0 64 64"
height="512" viewBox="0 0 64 64" width="512">
<g>
<path
d="m49 23v-2c1.654 0 3-1.346 3-3s-1.346-3-3-3h-2c-.552 0-1-.448-1-1s.448-1 1-1h3v1h2v-3h-3v-2h-2v2c-1.654 0-3 1.346-3 3s1.346 3 3 3h2c.552 0 1 .448 1 1s-.448 1-1 1h-3v-1h-2v3h3v2z" />
<path
d="m59 16c0-6.065-4.935-11-11-11s-11 4.935-11 11 4.935 11 11 11 11-4.935 11-11zm-20 0c0-4.963 4.037-9 9-9s9 4.037 9 9-4.037 9-9 9-9-4.037-9-9z" />
<path
d="m63 16c0-8.271-6.729-15-15-15s-15 6.729-15 15c0 6.368 3.995 11.808 9.606 13.98l-2.02 2.02h-8.04l-7 8h-11.983l-12.297 13.321 1.469 1.357 11.703-12.678h12.017l7-8h7.96l3.359-3.359c.916.202 1.863.314 2.833.339l-5.021 5.02h-9.086l-6 8h-11.954l-14.546 16.624v2.376h58v-36.836c2.474-2.676 4-6.241 4-10.164zm-28 0c0-7.168 5.832-13 13-13s13 5.832 13 13-5.832 13-13 13-13-5.832-13-13zm16 14.698v30.302h-4v-26.586l3.665-3.665c.111-.02.225-.029.335-.051zm-7.586 7.302 1.586-1.586v24.586h-4v-23zm-28.414 23h-4v-8.767l4-4.571zm2-15h4v15h-4zm6 0h4v15h-4zm6-.667 4-5.333v21h-4zm6-7.333h4v23h-4zm-26 16.519v6.481h-5.671zm44 6.481v-30.875c1.449-.515 2.794-1.244 4-2.153v33.028z" />
<path d="m7 38h2v-4h2v-12h-2v-4h-2v4h-2v12h2zm0-14h2v8h-2z" />
<path d="m15 33h2v-4h2v-10h-2v-4h-2v4h-2v10h2zm0-12h2v6h-2z" />
<path d="m23 26h2v-4h2v-8h-2v-4h-2v4h-2v8h2zm0-10h2v4h-2z" />
</g>
</svg>
</div>
</div>
<div class="p-text">
<h3>QUANTITATIVE
<br>
</h3>
<h4>
Stock Trading System
</h4>
<h4></h4>
<p>Build a stock trading back testing system and trading strategies with python and hope to
find the alpha strategies of the market.</p>
<a href="https://github.com/yichiehliu/volume-test">
VIEW MORE
</a>
</div>
</div>
</div>
</div>
<a class="anchor" id="internships"></a>
<div class="title intern-title" id="particles-js">
<div class="title intern-title-text">
<h1>
INTERNSHIPS
</h1>
<h4>
<!-- Blockchain
<br>
Finance
<br>
Data
<br>
Computer Science -->
</h4>
</div>
</div>
<div class="internships" id="internships">
<div class="intern-infos">
<div class="intern-sticky animate-1">
<div class="intern-info intern-info-1">
<h3>
AEGIS CUSTODY
<div class="title-underline">
</h3>
<h4>
Software Engineering Intern / QA Intern
<br>
2020 - present
</h4>
<p>
Set up testing scenario and workflow, and practiced the scenario for products. Reaearch
the blockchain stable coin structure.
<br>
<br>
Tested the API for backend using Flask framework
and researched the potential Blockchain techniques for products.
</p>
</div>
<div class="intern-info intern-info-2">
<h3>
NTU
<div class="title-underline">
</h3>
<h4>
Research Assistant at Electrical Engineering Department
<br>
2019 - present
</h4>
<p>
Constructed market mechanism and developed a new form of implementation of Blockchain in
automobile industry and built the backend connected the Quorum node.</p>
</p>
</div>
<div class="intern-info intern-info-3">
<h3>
NTU
<div class="title-underline">
</h3>
<h4>Research Assistant at Finance Department
<br>
2018 - 2020 </h4>
<p>Scraped the websites for CRS research of US companies, and skilled labor risks research
in 10-k files.</p>
</div>
<div class="intern-info intern-info-4">
<h3>
TAISHIN BANK
<div class="title-underline">
</h3>
<h4>Macroeconomics Research Intern
<br>
2018</h4>
<p>
Built the financial model with Bloomberg terminal and Excel to cross check the actual 45
global markets performance and the investment recommendations from the department of
securities investment consulting
</p>
</div>
</div>
</div>
<div class="intern-pics">
<div class="intern-pic intern-pic-1" data-step="1">
<img class="intern-pic-ani" src="resized_image/discuss.jpg" alt="meeting">
<div class="rwd-content rwd-content-1">
<h3>
AEGIS CUSTODY
<div class="title-underline">
</h3>
<h4>
Software Engineering Intern / QA Intern
<br>
2019 - present
</h4>
<p>
Set up testing scenario and workflow, and practiced the scenario for products. Reaearch
the blockchain stable coin structure.
<br>
<br>
Tested the API for backend using Flask framework
and researched the potential Blockchain techniques for products.
</p>
</div>
</div>
<div class="intern-pic intern-pic-2" data-step="2">
<img class="intern-pic-ani" src="resized_image/RA1.jpg" alt="ra">
<div class="rwd-content">
<h3>
NTU
<div class="title-underline">
</h3>
<h4>
Research Assistant at Electrical Engineering Department
</h4>
<h4>
2019 - present
</h4>
<p>
Constructed market mechanism and developed a new form of implementation of Blockchain in
automobile industry and built the backend connected the Quorum node.</p>
</p>
</div>
</div>
<div class="intern-pic intern-pic-3" data-step="3">
<img class="intern-pic-ani" src="resized_image/RA2.jpg" alt="ra2">
<div class="rwd-content rwd-content-1">
<h3>
NTU
<div class="title-underline">
</h3>
<h4>Research Assistant at Finance Department</h4>
<h4>2018 - 2020</h4>
<p>Scraped the websites for CRS research of US companies, and skilled labor risks research
in 10-k files.</p>
</div>
</div>
<div class="intern-pic intern-pic-4" data-step="4">
<img class="intern-pic-ani" src="resized_image/taishin.png" alt="taishin">
<div class="rwd-content rwd-content-1">
<h3>
TAISHIN BANK
<div class="title-underline">
</h3>
<h4>Macroeconomics Research Intern</h4>
<h4>2018</h4>
<p>
Built the financial model with Bloomberg terminal and Excel to cross check the actual 45
global markets performance and the investment recommendations from the department of
securities investment consulting
</p>
</div>
</div>
</div>
<div class="indicators">
<!-- <div class="intern-ind intern-ind-1">
Internships 1 / 4
</div>
<div class="intern-ind intern-ind-2">
Internships 2 / 4
</div>
<div class="intern-ind intern-ind-3">
Internships 3 / 4
</div>
<div class="intern-ind intern-ind-4">
Internships 4 / 4
</div> -->
</div>
</div>
<a class="anchor" id="activities"></a>
<div class="activities">
<div class="title act-title">
<h3>ACTIVITIES
<div class="title-underline">
</div>
</h3>
<h4>Build up the connections around the world.
<br>
Get prepared to start my own bussiness in the future.
</h4>
</div>
<div class="act-pic">
<div class="act-sets act-set-1" id="act-sets">
<a href="https://tokyo.slush.org/" class="act1">
<div class="item act-pic-1">
<img src="resized_image/slush.jpg" alt="">
</div>
<div class="act-intro act-intro-1">
<h2>
Executive Officer
</h2>
<h4>Slush Tokyo</h4>
<h4>
Mar 2017, Japan
</h4>
</div>
</a>
</div>
<div class="act-sets act-set-2" id="act-sets">
<a href="https://www.facebook.com/pg/nfacntu/about/?ref=page_internal" class="act2">
<div class="item act-pic-2">
<img id="nfac" src="resized_image/nfac.jpg" alt="">
</div>
<div class="act-intro act-intro-2">
<h2>
Chief of Academia
</h2>
<h4>
National Finance Apex Conference
</h4>
<h4>
Feb 2020, Taipei
</h4>
</div>
</a>
</div>
<div class="act-sets act-set-3" id="act-sets">
<a href="https://www.facebook.com/GISTaiwan/" class="act2">
<div class="item act-pic-3">
<img src="resized_image/gis.jpg" alt="">
</div>
<div class="act-intro act-intro-3">
<h2>
Officer of Academia
</h2>
<h4>
Global Initiatives Symposium
</h4>
<h4>
Aug 2018, Taipei
</h4>
</div>
</a>
</div>
<div class="act-sets act-set-4" id="act-sets">
<a href="https://facebook.com/liuyichieh/posts/2007314005974995" class="act2">
<div class="item act-pic-4">
<img src="resized_image/yanxing.jpg" alt="">
</div>
<div class="act-intro act-intro-4">
<h2>
Speaker
</h2>
<h4>
YanXing China Foundation
</h4>
<h4>
Aug 2018, Henan China
</h4>
</div>
</a>
</div>
<!-- Add Scrollbar -->
<div class="swiper-scrollbar"></div>
</div>
</div>
</div>
</main>
<div class="footer" id="contact">
<!-- <div class="wrap"> -->
<div class="form-img">
<!-- <img src="resized_image/mountain.jpg" alt="korea"> -->
<!-- <div class="wrap"> -->
<div class="form">
<form class="contact-form" method="POST">
<h4>Send Me a Message</h4>
<input type="name" id="name" name="name" placeholder="Name" required="">
<input type="email" id="email" name="email" placeholder="Email" required="">
<textarea name="message" id="message" placeholder="Message" required=""
spellcheck="false"></textarea>
<button type="submit" class="btn">Send Message</button>
</form>
</div>
<!-- </div> -->
</div>
<div class="contact">
<div class="contact-info">
<h3>CONTACT</h3>
<h4>YJ LIU</h4>
<ul class="s-media">
<li>
<a href="mailto:[email protected]">
<img src="icons/mail.svg" alt="email">
</a>
</li>
<li>
<a href="https://linkedin.com/in/jess-liu-4015b6139">
<img src="icons/linkedin.svg" alt="linkedin">
</a>
</li>
<li>
<a href="https://github.com/yichiehliu">
<img src="icons/github.svg" alt="github">
</a>
</li>
<li>
<a href="https://www.facebook.com/liuyichieh">
<img src="icons/facebook.svg" alt="facebook">
</a>
</li>
</ul>
</div>
</div>
<div class="copyrights">
<p>© Copyrights. All rights reserved 2020</p>
</div>
<!-- </div> -->
</div>
<div class="menu-overlay">
<div class="unfold_menu">
<div class="menu-close">
<img src="icons/cross.svg" alt="cross">
</div>
<ul>
<li>
<a href="#about">
<p>ABOUT</p>
</a>
</li>
<li>
<a href="#projects">
<p>PROJECTS</p>
</a>
</li>
<li>
<a href="#internships">
<p>INTERNSHIPS</p>
</a>
</li>
<li>
<a href="#activities">
<p>ACTIVITIES</p>
</a>
</li>
<li>
<a href="#contact">
<p>CONTACT</p>
</a>
</li>
</ul>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script src="https://unpkg.com/scrollama"></script>
<script src="https://unpkg.com/[email protected]/dist/d3.min.js"></script>
<script src="https://unpkg.com/[email protected]/intersection-observer.js"></script>
<script src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/email.min.js"></script>
<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
<script src="canvas.js"></script>
<script src="index.js"></script>
<!-- <script src="sticky-side.js"></script> -->
</body>
</html>