Skip to content

Commit 106dc55

Browse files
committed
Added Photos and member emplyment
1 parent 351ed8c commit 106dc55

8 files changed

Lines changed: 16 additions & 8 deletions

File tree

Professor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232
<div class="flex-grow text-center sm:text-left">
3333
<h3 class="text-3xl font-bold text-gray-900 mb-2">Simon S. Woo</h3>
34-
<p class="text-blue-600 font-bold text-lg mb-1">Tenured Associate Professor</p>
34+
<p class="text-blue-600 font-bold text-lg mb-1">Associate Professor</p>
3535
<p class="text-gray-500 mb-4">Sungkyunkwan University (SKKU)</p>
3636
<div class="space-y-1 text-sm text-gray-700">
3737
<p><i class="fas fa-envelope w-6 text-center"></i> swoo @ g.skku.edu</p>
@@ -77,7 +77,7 @@ <h5 class="text-xl font-bold text-blue-700 mb-4">Research Philosophy</h5>
7777
<h5 class="text-xl font-bold text-blue-700 mb-4 pb-2 border-b-2 border-blue-700">Work Experience</h5>
7878
<div class="text-gray-700 leading-relaxed text-sm md:text-base space-y-4">
7979
<div>
80-
<strong class="text-blue-700">Tenured Associate Professor</strong>, Sungkyunkwan University (SKKU), 2019-Present<br />
80+
<strong class="text-blue-700">• Associate Professor</strong>, Sungkyunkwan University (SKKU), 2019-Present<br />
8181
<div class="ml-5 mt-2 text-gray-600 space-y-1">
8282
<p>➤ Applied Data Science (데이터사이언스)</p>
8383
<p><a href="https://swb.skku.edu/security2020/index.do" target="_blank" class="text-blue-600 hover:text-blue-800">CSE (소프트웨어/융합보안대학원)</a></p>

_site/Professor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232
<div class="flex-grow text-center sm:text-left">
3333
<h3 class="text-3xl font-bold text-gray-900 mb-2">Simon S. Woo</h3>
34-
<p class="text-blue-600 font-bold text-lg mb-1">Tenured Associate Professor</p>
34+
<p class="text-blue-600 font-bold text-lg mb-1">Associate Professor</p>
3535
<p class="text-gray-500 mb-4">Sungkyunkwan University (SKKU)</p>
3636
<div class="space-y-1 text-sm text-gray-700">
3737
<p><i class="fas fa-envelope w-6 text-center"></i> swoo @ g.skku.edu</p>
@@ -77,7 +77,7 @@ <h5 class="text-xl font-bold text-blue-700 mb-4">Research Philosophy</h5>
7777
<h5 class="text-xl font-bold text-blue-700 mb-4 pb-2 border-b-2 border-blue-700">Work Experience</h5>
7878
<div class="text-gray-700 leading-relaxed text-sm md:text-base space-y-4">
7979
<div>
80-
<strong class="text-blue-700">Tenured Associate Professor</strong>, Sungkyunkwan University (SKKU), 2019-Present<br />
80+
<strong class="text-blue-700">• Associate Professor</strong>, Sungkyunkwan University (SKKU), 2019-Present<br />
8181
<div class="ml-5 mt-2 text-gray-600 space-y-1">
8282
<p>➤ Applied Data Science (데이터사이언스)</p>
8383
<p><a href="https://swb.skku.edu/security2020/index.do" target="_blank" class="text-blue-600 hover:text-blue-800">CSE (소프트웨어/융합보안대학원)</a></p>
4.02 MB
Loading

_site/js/imagedata.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// Load this in your HTML before news.js
44

55
const galleryData = [
6+
{
7+
src: 'img/dash_gallery/2026_BinhCongratsDinner.jpg',
8+
desc: 'Lab dinner with Professor Woo to celebrate Binh joining Meta'
9+
},
610
{
711
src: 'img/dash_gallery/alumni_dinner_2026.jpg',
812
desc: 'DASH Lab Alumni Dinner with Professor Woo'

_site/js/membersdata.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.02 MB
Loading

js/imagedata.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// Load this in your HTML before news.js
44

55
const galleryData = [
6+
{
7+
src: 'img/dash_gallery/2026_BinhCongratsDinner.jpg',
8+
desc: 'Lab dinner with Professor Woo to celebrate Binh joining Meta'
9+
},
610
{
711
src: 'img/dash_gallery/alumni_dinner_2026.jpg',
812
desc: 'DASH Lab Alumni Dinner with Professor Woo'

js/membersdata.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)