-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
910 lines (771 loc) · 50.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
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>You Jeen Ha (하유진)</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="BreezyCV - Resume / CV / vCard Template" />
<meta name="keywords" content="vcard, resposnive, retina, resume, jquery, css3, bootstrap, Material CV, portfolio" />
<meta name="author" content="lmpixels" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap-grid.min.css" type="text/css">
<link rel="stylesheet" href="css/animations.css" type="text/css">
<link rel="stylesheet" href="css/perfect-scrollbar.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<!-- Verification -->
<meta name="google-site-verification" content="HzKtqMzYNswiz8OL3SDQ7aqmn7iEewRV3pHvNQfrpZQ" />
</head>
<body>
<!-- Animated Background -->
<div class="backgr-image" style="background-image: url(img/background.jpg);"></div>
<!-- /Animated Background -->
<!-- Loading animation -->
<div id= "loading" class="preloader">
<div class="preloader-animation">
<div class="preloader-spinner">
</div>
</div>
</div>
<!-- /Loading animation -->
<div class="page">
<div class="page-content">
<header id="site_header" class="header mobile-menu-hide">
<div class="header-content">
<div class="header-photo">
<img src="img/IMG_1526.jpg" alt="You Jeen Ha">
</div>
<div class="header-titles">
<h2>You Jeen Ha</h2>
<h3>(하유진)</h3>
<!--<h4>Tech Ethics & Policy</h4>-->
</div>
</div>
<ul class="main-menu">
<li class="active">
<a href="#home" class="nav-anim" data-animation="67">
<span class="menu-icon lnr lnr-home"></span>
<span class="link-text">Home</span>
</a>
</li>
<li>
<a href="#resume" class="nav-anim" data-animation="22">
<span class="menu-icon lnr lnr-graduation-hat"></span>
<span class="link-text">Publications & Presentations</span>
</a>
</li>
<li>
<a href="#portfolio" class="nav-anim" data-animation="45">
<span class="menu-icon lnr lnr-layers"></span>
<span class="link-text">Portfolio</span>
</a>
</li>
<li>
<a href="#blog" class="nav-anim" data-animation="60">
<span class="menu-icon lnr lnr-pencil"></span>
<span class="link-text">Blog</span>
</a>
</li>
<!--<li>
<a href="#contact" class="nav-anim">
<span class="menu-icon lnr lnr-envelope"></span>
<span class="link-text">Contact</span>
</a>
</li>-->
</ul>
<div class="social-links">
<ul>
<!--<li><a href="#" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>-->
<li><a href="https://github.com/hyoujeen" target="_blank"><i class="fab fa-github"></i></a>
<li><a href="https://medium.com/@hyoujeen" target="_blank"><i class="fab fa-medium"></i></a></li>
<li><a href="mailto:you-jeen.ha@fulbrightmail.org" target="_blank"><i class="fa fa-envelope"></i></i></a></li>
</ul>
</div>
<!--<div class="header-buttons">
<a href="" target="_blank" class="btn btn-primary">Download CV</a>
</div>-->
<div class="copyrights">© 2024.</div>
</header>
<!-- Mobile Navigation -->
<div class="menu-toggle">
<span></span>
<span></span>
<span></span>
</div>
<!-- End Mobile Navigation -->
<!-- Arrows Nav -->
<!--<div class="lmpixels-arrows-nav">
<div class="lmpixels-arrow-right"><i class="lnr lnr-chevron-right"></i></div>
<div class="lmpixels-arrow-left"><i class="lnr lnr-chevron-left"></i></div>
</div>-->
<!-- End Arrows Nav -->
<div class="content-area">
<div class="animated-sections">
<!-- Home Subpage -->
<section data-id="home" class="animated-section start-page">
<div class="section-content">
<div class="page-title">
<h2>Hello <span>!</span></h2>
</div>
<!-- Personal Information -->
<div class="row">
<div class="col-xs-12 col-sm-9">
<div class="white-space-20"></div>
<p>Hi, I'm <strong>You Jeen (유진)</strong>!</p>
<div class="white-space-20"></div>
<p>My interests lie within and between the fields of computer science, philosophy, and technology governance.
And as a Korean American motivated by her biculturalism, I seek to help foster cross-cultural collaboration at the intersection of these fields.</p>
<div class="white-space-20"></div>
<p>When I'm not working, I decompress by creating digital art, taking scenic photos, meditating, and running with my dog.</p>
</div>
<!--<div class="col-xs-12 col-sm-5">
<div class="info-list">
<ul>
<li>
<span class="title">Fields of Interest</span>
<span class="value">Computer Science, Philosophy, Policy</span>
</li>
<li>
<span class="title">Hobbies</span>
<span class="value">Digital painting, photography, podcasting, Sun Do meditation</span>
</li>
<li>
<span class="title">Residence</span>
<span class="value">USA</span>
</li>
</ul>
</div>
</div>-->
</div>
<!-- End of Personal Information -->
<div class="white-space-50"></div>
<!-- Services -->
<!--<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="block-title">
<h3>Passion <span>Projects</span></h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="col-inner">
<div class="info-list-w-icon">
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-store"></i>
</div>
<div class="ci-text">
<h4>Saram in the World</h4>
<p>After my Fulbright, I started a <a href="https://hyoujeen.podbean.com" target="_blank">podcast</a> for cross-national discussions surrounding tech ethics and policy. This platform seeks to to amplify voices in the MZ Generation, many of whom have walked through life as 'digital natives.'</p>
</div>
</div>
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-laptop-phone"></i>
</div><div class="ci-text">
<h4>Digital Art</h4>
<p>I believe that engaging with the creative arts calms the soul while also stimulating originality and open-minded thinking.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="col-inner">
<div class="info-list-w-icon">
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-pencil"></i>
</div>
<div class="ci-text">
<h4>Eudaimonia</h4>
<p>As an undergraduate, I founded Smith College's philosophy journal <a href="https://hyoujeen.github.io/eudaimoniasmith.github.io/" target="_blank">Eudaimonia</a> together with a close group of faculty and peers. Last year, the journal has evolved into <a href="https://smithcollegephilosophyjournal.wordpress.com/" target="_blank">Sátya सत्य</a>, and I'm excited to see where Smithies will take it!</p>
</div>
</div>
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-laptop-phone"></i>
</div><div class="ci-text">
IMAGE
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- End of Services -->
</div>
</section>
<!-- End of About Me Subpage -->
<!-- Resume Subpage -->
<section data-id="resume" class="animated-section">
<div class="section-content">
<div class="page-title">
<h2>Publications</h2>
</div>
<div class="row">
<div class="block-title">
<h4>Policy</h4>
</div>
<div class="timeline timeline-second-style clearfix">
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">May 2023</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Ha, Y.J., et al. Exploring the Impacts of Generative AI on the Future of Teaching and Learning. [Online]. Available <a href="https://cyber.harvard.edu/story/2023-06/impacts-generative-ai-teaching-learning" target="_blank">HERE</a>.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Feb 2023</h5>
<!--<span class="item-company">University of Oxford</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Lévesque, M. et al. Building on the Blueprint: We need everyone around the table to move AI principles into practice. [Online]. Available <a href="https://medium.com/berkman-klein-center/building-on-the-blueprint-9471276f2cce" target="_blank">HERE</a>.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Jan 2023</h5>
<!--<span class="item-company">University of Oxford</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Fjeld, J. et al. Comment to UNESCO regarding the Draft "Guidance for Regulating Digital Platforms: A Multistakeholder Approach."</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Jun 2022</h5>
<!--<span class="item-company">University of Oxford</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Ha, Y.J., “South Korean Public Value Coproduction Towards ’AI for Humanity’: A Synergy of Sociocultural Norms and Multistakeholder Deliberation in Bridging the Design and Implementation of National AI Ethics Guidelines”, in 2022 ACM Conference on Fairness, Accountability, and Transparency (FAccT ’22), Jun. 2022, 11 pages. [Online]. Available <a href="https://doi.org/10.1145/3531146.3533091" target="_blank">HERE</a>.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Jun 2020</h5>
<!--<span class="item-company">University of Oxford</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Ha, Y.J., “For or Against Progress?: Institutional Agency in a Time of Technological Exceptionalism”, in Paradigm Shifts in ICT Ethics: Proceedings of the ETHICOMP 2020, pp. 425–427. [Online]. Available <a href="https://www.unirioja.es/ethicomp/2020/assets/files/978-84-09-20272-0%20(PROCCEDINGS).pdf" target="_blank">HERE</a>.
</div>
</div>
<div class="white-space-20"></div>
<div class="block-title">
<h4>Computer Science & Philosophy</h4>
</div>
<div class="timeline timeline-second-style clearfix">
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Jun 2023</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Ha, Y.J. “David Hume and Dögen Zenji: Personhood, Identity, and Self.” In P. Stankov & M. Dufresne (Eds.), Comparative Reflections on Persons and Selves. Cambridge Scholars Publishing.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">May 2021</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Ha, Y.J. "AI Systems, Legal Personhood, & Patents." In A.M. Grubb (Ed.), Proceedings of the First and Second Seminar on Responsible Computing. [Online]. Available <a href="https://scholarworks.smith.edu/other_projects/51/" target="_blank">HERE</a>.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">May 2020</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Ha, Y.J., “Algorithmic (In)explainability : Causality and Machine Learning." [Online]. Available <a href="https://scholarworks.smith.edu/theses/2221/" target="_blank">HERE</a>.</p>
</div>
</div>
<!--End of timeline timeline-second-style clearfix-->
</div>
<div class="white-space-60"></div>
<!--Start of 2nd half of page content-->
<div class="page-title">
<h2>Presentations</h2>
</div>
<div class="timeline timeline-second-style clearfix">
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Jun 2022</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">“South Korean Public Value Coproduction towards ‘AI for Humanity.’" at 2022 ACM FAccT Conference (Seoul, South Korea).</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Jun 2020</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">Accepted to present “For or Against Progress?: Institutional Agency in a Time of Technological Exceptionalism” at ETHICOMP 2020 (Logroño, Spain).</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Dec 2018</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">“The Effects of Individual Differences on Visualization Use” at the 2018 Laboratory for Analytic Sciences Research Symposium (Raleigh, NC).</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Sep 2018</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title">“The Misguided Conflation of Epistemic Ontology & Epistemic Onticism in AGI Research” at ETHICOMP 2018 (Sopot, Poland).</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Aug 2018</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title"> “The Ethics of Computational Models of the Human Mind" during Professor Jordan Crouser's course in the Putney Pre-College Program (Amherst College, MA).</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Apr 2018</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title"> “David Hume and Dӧgen Zenji: Personhood, Identity, and Self” at the Five College Philosophy Conference (Mount Holyoke College, MA).</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">Mar 2018</h5>
<!--<span class="item-company">Smith College</span>-->
</div>
<div class="divider"></div>
<div class="right-part">
<p class="item-title"> “David Hume and Dӧgen Zenji: Personhood, Identity, and Self” at the 2018 UEHIRO Graduate Philosophy Conference (Honolulu, HI).</p>
</div>
</div>
<!--End of timeline timeline-second-style clearfix-->
</div>
<!-- End of row-->
</div>
<!-- End of section content-->
</div>
</section>
<!-- End of Resume Subpage -->
<!-- Portfolio Subpage -->
<section data-id="portfolio" class="animated-section">
<div class="section-content">
<div class="page-title">
<h2>Portfolio</h2>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12">
<!-- Portfolio Content -->
<div class="portfolio-content">
<ul class="portfolio-filters">
<li class="active">
<a class="filter btn btn-sm btn-link" data-group="category_all">All</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_digital art">Digital Art</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_photos">Photography</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_podcast">Podcast Episodes</a>
</li>
</ul>
<!-- Portfolio Grid -->
<div class="portfolio-grid three-columns">
<!--PODCAST EPS-->
<figure class="item lbaudio" data-groups='["category_all", "category_podcast"]'>
<div class="portfolio-item-img">
<img src="#" alt="Podcast Audio" title="" />
<a class="lightbox mfp-iframe" title="The Implications of a Computerized Society?"><iframe title="The Implications of a Computerized Society?" allowtransparency="true" height="300" width="100%" style="border: none; min-width: min(100%, 430px);height:300px;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?from=embed&i=4gpqk-129ba13-pb&square=1&share=1&download=1&fonts=Arial&skin=1&font-color=auto&rtl=0&logo_link=episode_page&btn-skin=7&size=300" loading="lazy" allowfullscreen=""></iframe></a>
<h5 class="name">EP6: The Implications of a Computerized Society?</h5>
</div>
<i class="fa fa-volume-up"></i>
<!--<span class="category">Podcast</span>-->
</figure>
<figure class="item lbaudio" data-groups='["category_all", "category_podcast"]'>
<div class="portfolio-item-img">
<img src="#" alt="Podcast Audio" title="" />
<a class="lightbox mfp-iframe" title="Self-Empowerment & Inclusivity in Tech Ethics"><iframe title="Self-Empowerment & Inclusivity in Tech Ethics" allowtransparency="true" height="300" width="100%" style="border: none; min-width: min(100%, 430px);height:300px;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?from=embed&i=39nhq-128d589-pb&square=1&share=1&download=1&fonts=Arial&skin=1&font-color=auto&rtl=0&logo_link=episode_page&btn-skin=7&size=300" loading="lazy" allowfullscreen=""></iframe></a>
<h5 class="name">EP5: Self-Empowerment & Inclusivity in Tech Ethics</h5>
</div>
<i class="fa fa-volume-up"></i>
<!--<span class="category">Podcast</span>-->
</figure>
<figure class="item lbaudio" data-groups='["category_all", "category_podcast"]'>
<div class="portfolio-item-img">
<img src="#" alt="Podcast Audio" title="" />
<a class="lightbox mfp-iframe" title="A World on Fire?: Finding Hope in Tech Ethics & the Values Within"><iframe title="A World on Fire?: Finding Hope in Tech Ethics & the Values Within" allowtransparency="true" height="300" width="100%" style="border: none; min-width: min(100%, 430px);height:300px;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?from=embed&i=gn3s7-126fe24-pb&square=1&share=1&download=1&fonts=Arial&skin=1&font-color=auto&rtl=0&logo_link=episode_page&btn-skin=7&size=300" loading="lazy" allowfullscreen=""></iframe></a>
<h5 class="name">EP4: A World on Fire?: Finding Hope in Tech Ethics</h5>
</div>
<i class="fa fa-volume-up"></i>
<!--<span class="category">Podcast</span>-->
</figure>
<figure class="item lbaudio" data-groups='["category_all", "category_podcast"]'>
<div class="portfolio-item-img">
<img src="#" alt="Podcast Audio" title="" />
<a class="lightbox mfp-iframe" title="Balancing the Real and the Virtual"><iframe title="Balancing the Real and the Virtual" allowtransparency="true" height="300" width="100%" style="border: none; min-width: min(100%, 430px);height:300px;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?from=embed&i=tphhe-1262ecc-pb&square=1&share=1&download=1&fonts=Arial&skin=1&font-color=auto&rtl=0&logo_link=episode_page&btn-skin=7&size=300" loading="lazy" allowfullscreen=""></iframe></a>
<h5 class="name">EP3: Balancing the Real & the Virtual</h5>
</div>
<i class="fa fa-volume-up"></i>
<!--<span class="category">Podcast</span>-->
</figure>
<figure class="item lbaudio" data-groups='["category_all", "category_podcast"]'>
<div class="portfolio-item-img">
<img src="#" alt="Podcast Audio" title="" />
<a class="lightbox mfp-iframe" title="Darth Vader, Tech Exceptionalism, and the Control Paradox"><iframe title="Darth Vader, Tech Exceptionalism, and the Control Paradox" allowtransparency="true" height="300" width="100%" style="border: none; min-width: min(100%, 430px);height:300px;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?from=embed&i=i4h7i-12611ac-pb&square=1&share=1&download=1&fonts=Arial&skin=1&font-color=auto&rtl=0&logo_link=episode_page&btn-skin=7&size=300" loading="lazy" allowfullscreen=""></iframe></a>
<h5 class="name">EP2: Vader, Tech Exceptionalism & Paradoxes</h5>
</div>
<i class="fa fa-volume-up"></i>
<!--<span class="category">Podcast</span>-->
</figure>
<figure class="item lbaudio" data-groups='["category_all", "category_podcast"]'>
<div class="portfolio-item-img">
<img src="#" alt="Podcast Audio" title="" />
<a class="lightbox mfp-iframe" title="Tech on the Daily and Control"><iframe title="Tech on the Daily and Control" allowtransparency="true" height="300" width="100%" style="border: none; min-width: min(100%, 430px);height:300px;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/player-v2/?from=embed&i=c3f54-1250321-pb&square=1&share=1&download=1&fonts=Arial&skin=1&font-color=auto&rtl=0&logo_link=episode_page&btn-skin=7&size=300" loading="lazy" allowfullscreen=""></iframe></a>
<h5 class="name">EP1: Tech on the Daily & Control</h5>
</div>
<i class="fa fa-volume-up"></i>
<!--<span class="category">Podcast</span>-->
</figure>
<!--DIGITAL ART-->
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/unknown.png" alt="Painting 10" title="" />
<a class="lightbox" title="The Unknown" href="img/portfolio/unknown.png"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/bokdong2.jpg" alt="Painting 9" title="" />
<a class="lightbox" title="A Girl's Best Friend 2" href="img/portfolio/bokdong2.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/VixxN_fate.jpg" alt="Painting 8" title="" />
<a class="lightbox" title="VIXX N's Fate" href="img/portfolio/VixxN_fate.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/orchid.jpg" alt="Painting 7" title="" />
<a class="lightbox" title="The Orchid" href="img/portfolio/orchid.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/apple.JPG" alt="Painting 6" title="" />
<a class="lightbox" title="Apple" href="img/portfolio/apple.JPG"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/cappuccino.PNG" alt="Painting 5" title="" />
<a class="lightbox" title="Cappuccino" href="img/portfolio/cappuccino.PNG"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/coffee.jpg" alt="Painting 4" title="" />
<a class="lightbox" title="Seoul Latte" href="img/portfolio/coffee.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/redrose.jpg" alt="Painting 3" title="" />
<a class="lightbox" title="A Flower of Love" href="img/portfolio/redrose.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/bluerose.jpg" alt="Painting 2" title="" />
<a class="lightbox" title="Shades of Blue" href="img/portfolio/bluerose.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/bokdong1.jpg" alt="Painting 1" title="" />
<a class="lightbox" title="A Girl's Best Friend 1" href="img/portfolio/bokdong1.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_digital art"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/violin.jpg" alt="Painting 0" title="" />
<a class="lightbox" title="Strings" href="img/portfolio/violin.jpg"></a>
</div>
<i class="far fa-file-alt"></i>
<h3 class="name"></h3>
<span class="category">Art</span>
</figure>
<!--PHOTOS-->
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/azalea.JPG" alt="Photo 9" title="" />
<a class="lightbox" title="Azalea" href="img/portfolio/azalea.JPG"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/cambridge.jpg" alt="Photo 8" title="" />
<a class="lightbox" title="A Cambridge Evening" href="img/portfolio/cambridge.jpg"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/harvard.jpg" alt="Photo 7" title="" />
<a class="lightbox" title="Crimson in Fall" href="img/portfolio/harvard.jpg"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/palace.jpeg" alt="Photo 6" title="" />
<a class="lightbox" title="Palace in Seoul" href="img/portfolio/palace.jpeg"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/train.jpg" alt="Photo 5" title="" />
<a class="lightbox" title="Toward A Place" href="img/portfolio/train.jpg"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/the_bod.jpg" alt="Photo 4" title="" />
<a class="lightbox" title="The Bodleian" href="img/portfolio/the_bod.jpg"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/england2.jpg" alt="Photo 3" title="" />
<a class="lightbox" title="The Choir" href="img/portfolio/england2.jpg"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/england.JPG" alt="Photo 2" title="" />
<a class="lightbox" title="A Cozy Street" href="img/portfolio/england.JPG"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_photos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/hawaii.jpg" alt="Photo 1" title="" />
<a class="lightbox" title="Honolulu Sunset" href="img/portfolio/hawaii.jpg"></a>
</div>
<i class="far fa-image"></i>
<h3 class="name"></h3>
<span class="category">Photo</span>
</figure>
<!--<figure class="item lbvideo" data-groups='["category_all", "category_vimeo-videos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/3.jpg" alt="Vimeo Video 1" title="" />
<a href="https://player.vimeo.com/video/158284739" class="lightbox mfp-iframe" title="Vimeo Video 1"></a>
</div>
<i class="fas fa-video"></i>
<h4 class="name">Vimeo Video 1</h4>
<span class="category">Vimeo Videos</span>
</figure>-->
<!--<figure class="item lbvideo" data-groups='["category_all", "category_youtube-videos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/6.jpg" alt="YouTube Video 1" title="" />
<a href="https://www.youtube.com/embed/bg0gv2YpIok" class="lightbox mfp-iframe" title="YouTube Video 1"></a>
</div>
<i class="fas fa-video"></i>
<h4 class="name">YouTube Video 1</h4>
<span class="category">YouTube Videos</span>
</figure>-->
</div>
</div>
<!-- End of Portfolio Content -->
</div>
</div>
</div>
</section>
<!-- End of Portfolio Subpage -->
<!-- Blog Subpage -->
<section data-id="blog" class="animated-section">
<div class="section-content">
<div class="page-title">
<h2>Blog</h2>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="blog-masonry two-columns clearfix">
<!-- Blog Post 3 -->
<div class="item post-3">
<div class="blog-card">
<div class="media-block">
<div class="category">
<a href="#" title="View all posts in Ethics">Ethics</a>
</div>
<a href="blog-post-3.html">
<img src="img/blog/techethics.jpg" class="size-blog-masonry-image-two-c" alt="What exactly is tech ethics, and what can the public do?" title="" />
<div class="mask"></div>
</a>
</div>
<div class="post-info">
<div class="post-date">14 Jul 2022</div>
<a href="blog-post-3.html">
<h4 class="blog-item-title">What exactly is tech ethics, and what can the public do?</h4>
</a>
</div>
</div>
</div>
<!-- End of Blog Post 1 -->
<!-- Blog Post 2 -->
<div class="item post-2">
<div class="blog-card">
<div class="media-block">
<div class="category">
<a href="#" title="View all posts in Ethics">Ethics</a>
</div>
<a href="blog-post-2.html">
<img src="img/blog/biotech.jpg" class="size-blog-masonry-image-two-c" alt="What are the top ethical issues facing the biotech industry?" title="" />
<div class="mask"></div>
</a>
</div>
<div class="post-info">
<div class="post-date">19 Jun 2022</div>
<a href="blog-post-2.html">
<h4 class="blog-item-title">What are the top ethical issues facing the biotech industry?</h4>
</a>
</div>
</div>
</div>
<!-- End of Blog Post 2 -->
<!-- Blog Post 1 -->
<div class="item post-1">
<div class="blog-card">
<div class="media-block">
<div class="category">
<a href="#" title="View all posts in General Thoughts">General Thoughts</a>
</div>
<a href="blog-post-1.html">
<img src="img/blog/binarydata.jpg" class="size-blog-masonry-image-two-c" alt="A Fascination with Binaries" title="" />
<div class="mask"></div>
</a>
</div>
<div class="post-info">
<div class="post-date">07 Jan 2020</div>
<a href="blog-post-1.html">
<h4 class="blog-item-title">A fascination with binaries</h4>
</a>
</div>
</div>
</div>
<!-- End of Blog Post 5 -->
</div>
</div>
</div>
</section>
<!-- End of Blog Subpage -->
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/animating.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src='js/perfect-scrollbar.min.js'></script>
<script src='js/jquery.shuffle.min.js'></script>
<script src='js/masonry.pkgd.min.js'></script>
<script src='js/owl.carousel.min.js'></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/validator.js"></script>
<script src="js/main.js"></script>
</body>
</html>