-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProfessor.html
More file actions
198 lines (175 loc) · 15.6 KB
/
Professor.html
File metadata and controls
198 lines (175 loc) · 15.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DASH LAB - Professor Simon S. Woo Profile</title>
<!-- External Libraries -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<!-- Custom Shared Resources -->
<link rel="stylesheet" href="css/style.css">
<script src="js/common.js"></script>
</head>
<body class="bg-gray-50 flex flex-col min-h-screen">
<!-- Navbar is injected here by common.js -->
<div class="container mx-auto px-4 pt-8 max-w-6xl flex-grow">
<!-- Main Grid -->
<div class="grid md:grid-cols-1 gap-8">
<div class="space-y-6">
<!-- SUMMARY CARD -->
<div class="dash-card">
<div class="flex flex-col sm:flex-row gap-8 items-start">
<div class="flex-shrink-0 mx-auto sm:mx-0">
<img src="" onerror="this.src=getImg('img/member_images/SimonWoo_new.jpg')" class="rounded-lg shadow-lg w-48 h-auto object-cover" alt="Simon S. Woo">
</div>
<div class="flex-grow text-center sm:text-left">
<h3 class="text-3xl font-bold text-gray-900 mb-2">Simon S. Woo</h3>
<p class="text-blue-600 font-bold text-lg mb-1">Tenured Associate Professor</p>
<p class="text-gray-500 mb-4">Sungkyunkwan University (SKKU)</p>
<div class="space-y-1 text-sm text-gray-700">
<p><i class="fas fa-envelope w-6 text-center"></i> swoo @ g.skku.edu</p>
<p><i class="fas fa-map-marker-alt w-6 text-center"></i> N Center 86401, SKKU, Suwon</p>
</div>
</div>
</div>
</div>
<!-- EDUCATION & CAREER HIGHLIGHTS -->
<div class="dash-card bg-white p-6 shadow-md border border-gray-100">
<div class="flex flex-col md:flex-row items-start gap-8">
<div class="flex-grow">
<h5 class="text-xl font-bold text-blue-700 mb-4 pb-2 border-b-2 border-blue-700">Education & Career Highlights</h5>
<div class="text-gray-700 leading-loose text-sm md:text-base">
<p>• <strong>SKKU Fellowship Professor</strong>, 2022 (<a href="https://cs.skku.edu/ko/edures/education/view/7054" target="_top" class="text-blue-600 hover:text-blue-800">News</a>)<br /></p>
<p>• <strong>Early Tenure Granted</strong>, 2024<br /></p>
<p>• <strong>Ph.D.</strong> Computer Science, University of Southern California (USC), Los Angeles, CA<br /></p>
<p>• <strong>M.S.</strong> Computer Science, University of Southern California (USC), Los Angeles, CA<br /></p>
<p>• <strong>M.S.</strong> Electrical and Computer Engineering, University of California, San Diego (UCSD), CA<br /></p>
<p>• <strong>B.S.</strong> Electrical Engineering, University of Washington (UW), Seattle, WA<br /></p>
<div class="mt-4 p-3 bg-blue-50 border-l-4 border-blue-600 rounded">
<em class="text-gray-600">Fluent in Korean and English</em>
</div>
</div>
</div>
</div>
</div>
<!-- RESEARCH PHILOSOPHY -->
<div class="dash-card p-6 shadow-md border border-gray-100">
<h5 class="text-xl font-bold text-blue-700 mb-4">Research Philosophy</h5>
<p class="mb-4 text-gray-700"><strong>Breaking Boundaries.</strong> My mission is to guide students beyond their comfort zones, fostering intellectual growth that transcends technical expertise. I encourage them to embrace diverse perspectives and challenge conventional thinking, cultivating both professional excellence and personal development.</p>
<p class="mb-4 text-gray-700"><strong>Global Excellence.</strong> Our vision extends far beyond institutional or national recognition. I am committed to developing globally competitive scholars who contribute meaningfully to the international research community, establishing themselves as leaders in their fields.</p>
<p class="text-gray-700"><strong>Diversity as Strength.</strong> Having experienced two decades as an immigrant and minority scholar, I have witnessed firsthand the transformative power of diversity and mutual respect. I am dedicated to creating synergistic collaborations between Korean and international students, where different backgrounds and perspectives become catalysts for innovation and growth.</p>
</div>
<!-- WORK EXPERIENCE -->
<div class="dash-card p-6 shadow-md border border-gray-100">
<h5 class="text-xl font-bold text-blue-700 mb-4 pb-2 border-b-2 border-blue-700">Work Experience</h5>
<div class="text-gray-700 leading-relaxed text-sm md:text-base space-y-4">
<div>
<strong class="text-blue-700">• Tenured Associate Professor</strong>, Sungkyunkwan University (SKKU), 2019-Present<br />
<div class="ml-5 mt-2 text-gray-600 space-y-1">
<p>➤ Applied Data Science (데이터사이언스)</p>
<p>➤ <a href="https://swb.skku.edu/security2020/index.do" target="_blank" class="text-blue-600 hover:text-blue-800">CSE (소프트웨어/융합보안대학원)</a></p>
<p>➤ <a href="https://skb.skku.edu/skkuaai/index.do" target="_blank" class="text-blue-600 hover:text-blue-800">Applied AI Dept. (인공지능융합학과)</a></p>
<p>➤ <a href="https://ai.skku.edu" target="_blank" class="text-blue-600 hover:text-blue-800">AI (인공지능학과)</a></p>
<p>➤ <a href="https://intelligentsw.skku.edu/intelligentsw/index.do" target="_blank" class="text-blue-600 hover:text-blue-800">지능형소프트웨어학과</a></p>
</div>
</div>
<p>• <strong>Research Assistant Professor</strong>, Stony Brook University (SBU), Stonybrook, NY, 2017-2019</p>
<p>• <strong>Assistant Professor</strong>, The State University of New York (SUNY), Korea, 2017-2019</p>
<p>• <strong>Member of Technical Staff</strong>, NASA Jet Propulsion Lab (JPL), Pasadena, CA, 2005-2014</p>
<p>• <strong>Researcher</strong>, Verisign Research Lab, Reston, VA, 2016</p>
<p>• <strong>Co-op Intern</strong>, Intel Corp, 2001, 2002</p>
<div class="mt-4 p-3 bg-yellow-50 border-l-4 border-yellow-600 rounded">
<em class="text-gray-600">Part-time cook at Burger King, Waiter & Dishwasher, once upon a time in highschool/college years</em>
</div>
</div>
</div>
<!-- RESEARCH INTERESTS -->
<div class="dash-card p-6 shadow-md border border-gray-100">
<h5 class="text-xl font-bold text-blue-700 mb-4 pb-2 border-b-2 border-blue-700">Research Interests</h5>
<div class="text-gray-700 leading-relaxed text-sm md:text-base space-y-2">
<p>• <strong>Generative AI Model</strong><br />
<div class="ml-5 mt-1 mb-2 text-xs text-gray-500">
Media Coverage:
<a href="https://www.joongang.co.kr/article/25140582#home" target="_blank" class="text-blue-600 hover:text-blue-800">중앙일보</a>,
<a href="https://sports.khan.co.kr/entertainment/sk_index.html?art_id=202306220218003&sec_id=540201&pt=nv" target="_blank" class="text-blue-600 hover:text-blue-800">경향신문</a>,
<a href="https://www.arirang.com/tv/37/archive?board=147&id=28137&sort=episode" target="_blank" class="text-blue-600 hover:text-blue-800">아리랑TV</a>
</div>
</p>
<p>• <strong>AI Security</strong></p>
<p>• <strong>Deepfake Detection and Generation</strong></p>
<p>• <strong>Time Series Analysis / Anomaly Detection</strong></p>
<p>• <strong>Computer Security</strong> (Usable Security, Blockchain, Intrusion/Anomaly Detection)</p>
<p>• <strong>Satellite Image Processing</strong>, Object Detection, Communications and Protocols</p>
<p>• <strong>Data Science</strong></p>
</div>
<div class="mt-6 text-center">
<img src="" onerror="this.src=getImg('img/교수님_기사사진.jpg')" alt="Research Visualization" class="max-w-full h-auto rounded-lg shadow-xl mx-auto" />
<p class="mt-2 text-xs text-gray-500">
영국 BBC도 도움 요청했다…'딥페이크 범죄' 잡는 韓교수
[출처:<a href="https://www.joongang.co.kr/article/25344739" target="_blank" class="text-blue-600 hover:text-blue-800">중앙일보</a>]
</p>
</div>
</div>
<!-- INTERNATIONAL HONORS AND AWARDS -->
<div class="dash-card p-6 shadow-md border border-gray-100">
<h5 class="text-xl font-bold text-blue-700 mb-4 pb-2 border-b-2 border-blue-700">International Honors and Awards</h5>
<div class="text-gray-700 leading-relaxed text-sm md:text-base space-y-2">
<p>🏆 <strong>2024</strong> - The 28th Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD), <a href="https://pakdd2024.org/award24awardpakdd24/" target="_top" class="text-blue-600 hover:text-blue-800">Best Paper Running-Up Award</a> (2nd Place out of 720 papers)</p>
<p>🏆 <strong>2023</strong> - The 38th ACM/SIGAPP Symposium on Applied Computing (SAC), <a href="https://www.sigapp.org/sac/sac2023/" target="_blank" class="text-blue-600 hover:text-blue-800">Best Paper Award (AI and Agents)</a> (<a href="https://www.acm.org/conferences/best-paper-awards" target="_blank" class="text-blue-600 hover:text-blue-800">ACM Archive</a>)</p>
<p>🎓 <strong>2023</strong> - Invited for Schloss Dagstuhl (Leibniz Center for Informatics) on 23021 Media Forensics and the Challenge of Big Data</p>
<p>🏆 <strong>2021</strong> - PLP 2021: Workshop on Programming Language Processing, <a href="https://sw.skku.edu/sw/news.do?mode=view&articleNo=150622&article.offset=10&articleLimit=10&srSearchVal=우사이먼" target="_top" class="text-blue-600 hover:text-blue-800">Best Paper Award</a>, KDD</p>
<p>🏆 <strong>2016</strong> - The 17th World Conference on Information Security Applications (WISA), Best Paper Award</p>
<p>🎓 <strong>2003</strong> - Mary Gates Scholar, University of Washington, Seattle, USA</p>
</div>
</div>
<!-- PROFESSIONAL SERVICES -->
<div class="dash-card p-6 shadow-md border border-gray-100">
<h5 class="text-xl font-bold text-blue-700 mb-4 pb-2 border-b-2 border-blue-700">Professional Services</h5>
<div class="text-gray-700 leading-relaxed text-sm md:text-base space-y-4">
<div>
<strong class="text-blue-700">📌 Leadership Roles (2024-2025)</strong><br />
<ul class="ml-5 mt-1 list-disc list-inside space-y-1 text-gray-600">
<li>KDD Research Track Area Chair</li>
<li>CIKM Senior PC on Resource/Demo Track</li>
<li>IJCAI Web Chair</li>
<li>ACML Area Chair</li>
</ul>
</div>
<div>
<strong class="text-blue-700">📌 Conference/Workshop Chairing</strong><br />
<ul class="ml-5 mt-1 list-disc list-inside space-y-1 text-gray-600">
<li>ACM CoNext Finance Chair (2017)</li>
<li>EAI CyDiP Technical Program Committee Chair (2021)</li>
</ul>
</div>
<div>
<strong class="text-blue-700">📌 Technical Program Committees</strong><br />
<div class="ml-5 mt-1 text-gray-600">
SecureComm, SOUPS, TheWebConf (WWW), ACM SAC ML Track, ECCV, ACCV, BMVC, ICCV, CSET, CIKM, AAAI, KDD, IJCAI, WACV, ICML, CVPR, ICPR, SDM, NeurIPS (2019-2024)
</div>
</div>
<div>
<strong class="text-blue-700">📌 Editorial Boards</strong><br />
<ul class="ml-5 mt-1 list-disc list-inside space-y-1 text-gray-600">
<li>TIIS Editor (2019-2021)</li>
<li>IEEE TIFS (2019)</li>
<li>AIAA Journal of Aerospace Information Systems (2020)</li>
</ul>
</div>
<div>
<strong class="text-blue-700">📌 Workshop Organizer</strong><br />
<ul class="ml-5 mt-1 list-disc list-inside space-y-1 text-gray-600">
<li>ACM AsiaCCS Workshop on Deepfakes and Cheapfakes (WDC) (<a href="https://sites.google.com/view/wdc-2022/" target="_blank" class="text-blue-600 hover:text-blue-800">2022</a>, <a href="https://sites.google.com/view/wdc-2023/" target="_blank" class="text-blue-600 hover:text-blue-800">2023</a>, <a href="https://sites.google.com/view/wdc-2024/" target="_blank" class="text-blue-600 hover:text-blue-800">2024</a>)</li>
<li><a href="https://sites.google.com/view/ansd23?pli=1" target="_blank" class="text-blue-600 hover:text-blue-800">ANSD Workshop</a> at CIKM 2023, Birmingham UK</li>
<li>AIMM 2024 at <a href="https://insights.sei.cmu.edu/news/international-conference-on-conceptual-modeling-er-2024-opens-call-for-papers/" target="_blank" class="text-blue-600 hover:text-blue-800">ER 2024</a>, Carnegie Mellon University</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer is injected here by common.js -->
</body>
</html>