-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
305 lines (283 loc) · 12.9 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="viewport" content="width=800">
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org">
<link rel="icon" type="image/png" href="sunny.png">
<title>Shiny Weng</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<script src="./utils.js"></script>
<style type="text/css">
a {
color: #1772d0;
text-decoration: none;
}
a:focus,
a:hover {
color: #f09228;
text-decoration: none;
}
body,
td,
th,
tr,
p,
a {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px
}
strong {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px;
}
heading {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 22px;
}
papertitle {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: 700
}
name {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 35px;
}
.one {
width: 160px;
height: 160px;
position: relative;
}
.two {
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
span.highlight {
background-color: #ffffd0;
}
</style>
</head>
<body>
<table width="800" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="67%" valign="middle">
<p align="center">
<name>Shiny Weng</name>
<span class="subtitle"><br> (shy-nee wae-ng)</span>
</p>
<p>
Hi there! 👋 I am an incoming Master's in Computer Science (MSCS) student at Stanford 🌲 with a specialization
in Artificial Intelligence. Recently, I graduated from UC Berkeley 🐻 with Honors,
where I double-majored in Computer Science and Statistics 💻📈.
<br>
<br>
My research interests lie in improving the reliability, robustness, and fairness of decision-making
in machine learning systems with significant social implications.
<br>
<br>
I am deeply passionate about the applications of data science and machine learning in healthcare and education!
Previously, I conducted research at UCSF's Big Data in Radiology Lab (BDRAD) and
UC Berkeley's Algorithms & Computing for Education (ACE) Lab 🥼🏫.
<br>
<br>
</p>
<p align=center>
<a href="https://drive.google.com/file/d/1noI0BM5lmIddgUTWFHFp1aUftZVLDPGQ/view?usp=drive_link"> Resume </a>  / 
<a href="https://github.com/shinyweng"> GitHub </a>  / 
<a href="https://www.linkedin.com/in/shinyweng/"> LinkedIn </a>  / 
<a href="mailto:shinyweng@stanford.edu"> Email </a>
</p>
</td>
<td width="33%">
<img src="self_img.png" style="width: 80%;">
</td>
</tr>
</table>
<!-- News -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="60%" valign="middle">
<heading>Recent Updates</heading>
<ul>
<li><b>May 2024:</b> I'm a UC Berkeley Graduate! 🎓</li>
<li><b>March 2024:</b> Received UC Berkeley's Outstanding Graduate Student Instructor Award! </li>
<li><b>October 2023:</b>
<i> EIT: Earnest Insight Toolkit for Evaluating Students' Earnestness in Interactive Lecture Participation Exercises</i> has been accepted to SIGCSE 2024!</li>
<li><b>July 2023:</b>
<i>Radiomics Analysis for Predicting Progression of Part-Solid Nodules on CT</i> has been accepted to RSNA 2023 for Digital and Hardcopy presentations!
</li>
<li><b>July 2023:</b>
<i>Clinical and Imaging Factors Associated with Growth of Subsolid Pulmonary Nodule on CT</i> has been accepted to RSNA 2023 for Digital presentation!
</li>
<!--<li><b>August 2020:</b>
Mimi (my dog) has been adopted and brought home!
</li> -->
</ul>
</td>
</tr>
</table>
<!-- Research Experience -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="60%" valign="middle">
<heading>Research Experience</heading>
<ul>
<li><b>Janurary 2021 - Present:</b> Machine Learning Researcher @ UCSF Big Data in Radiology (BDRAD) Lab</li>
<li><b>May 2022 - May 2024:</b> Machine Learning Researcher @ UC Berkeley Algorithms & Computing for Education (ACE) Lab</li>
<li><b>September 2021 - December 2021:</b> Machine Learning Researcher @ ReThink Media</li>
</ul>
</td>
</tr>
</table>
<!-- Publications -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="100%" valign="middle">
<heading>Publications</heading>
<br>
<br>
* Indicates Equal Contribution
</td>
</tr>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="10">
<tr>
<td width="25%" id="radiomics_rsna-img"></td>
<td valign="top" width="75%" id="radiomics_rsna-txt"></td>
</tr>
<script type="text/javascript">
createProjectElement(
id = "radiomics_rsna", {
title: "Radiomics Analysis for Predicting Progression of Part-Solid Nodules on CT",
authors: "<b>S. Weng</b>, M. Bondarenko, G. Chaudhari, A. Innaje, T. Chen, J. Sohn",
paper_url: "https://reg.meeting.rsna.org/flow/rsna/rsna23/RSNA2023/page/sessioncatalog/session/1695063018642047wmHI#:~:text=Radiomics%20Analysis%20for%20Predicting%20Progression%20of%20Part%2DSolid%20Nodules%20on%20CT%20%7C%20W5A%2DSPCH%2D5",
conference: "Radiological Society of North America Conference (RSNA) 2023",
image: "figures/[RSNA 2023] Hardcopy Learning Center Poster.png",
others: '<a href="https://shinyweng.github.io/figures/[RSNA%202023]%20Hardcopy%20Learning%20Center%20Poster.png"> [Poster] </a> <a href="https://github.com/shinyweng/shinyweng.github.io/blob/8615fa7d7465cff7b221e084039beb5235b8eafa/research/%5BRSNA%202023%20PPT%20PDF%5D%20Radiomics%20Analysis%20for%20Predicting%20Progression%20of%20Part-Solid%20Nodules.pdf">' +
'[Slides]</a> <span style="color: green;"> <br> <b>*Selected for Spotlighted Hardcopy 2nd Format </span></b><br>'
});
</script>
<tr>
<td width="25%" id="temp_radiomics_radiology-img"></td>
<td valign="top" width="75%" id="temp_radiomics_radiology-txt"></td>
</tr>
<script type="text/javascript">
createProjectElement(
id = "temp_radiomics_radiology", {
title: "Radiomics Analysis for Predicting Growth of Subsolid Lung Nodules on CT",
authors: "<b>S. Weng</b>, M. Bondarenko, G. Chaudhari, A. Innaje, T. Chen, B. Fields, J. Sohn",
paper_url: null,
conference: "In Submission to Radiology 2024",
image: "figures/radiology.png",
others: '<a href="soon!"> [Paper] </a>' +
'<a href="https://doi.org/10.1101/2023.12.05.23299456"> [medRxiv] </a><br>'
});
</script>
<tr>
<td width="25%" id="eit_pca-img"></td>
<td valign="top" width="75%" id="eit_pca-txt"></td>
</tr>
<script type="text/javascript">
createProjectElement(
id = "eit_pca", {
title: "EIT: Earnest Insight Toolkit for Evaluating Students' Earnestness in Interactive Lecture Participation Exercises",
authors: "M. Miroyan*, <b>S. Weng*</b>, R. Shah, N. Norouzi, L. Yan",
paper_url: "https://dl.acm.org/doi/10.1145/3626252.3630838",
conference: "ACM Special Interest Group in Computer Science Education (SIGCSE) 2024",
image: "figures/eit_pca-img.jpg",
others: '<a href="https://dl.acm.org/doi/10.1145/3626252.3630838"> [Paper] </a>' +
'<a href="https://github.com/shinyweng/Earnest-Insight-Toolkit"> [Code] </a><br>'
});
</script>
<tr>
<td width="25%" id="clinical_rsna-img"></td>
<td valign="top" width="75%" id="clinical_rsna-txt"></td>
</tr>
<script type="text/javascript">
createProjectElement(
id = "clinical_rsna", {
title: "Clinical and Imaging Factors Associated with Growth of Subsolid Pulmonary Nodule on CT",
authors: "M. Bondarenko, <b>S. Weng</b>, G. Chaudhari, A. Innaje, T. Chen, J. Sohn",
paper_url: null,
conference: "Radiological Society of North America Conference (RSNA) 2023",
image: "figures/clinical_rsna-img.png",
others: null
});
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7580334-1");
pageTracker._trackPageview();
} catch (err) {}
</script>
</td>
</tr>
</table>
<!-- Industry Experience -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="60%" valign="middle">
<heading>Industry Experience</heading>
<ul>
<li><b>Summer 2023, Summer 2024:</b> Software Development Engineering Intern @ Amazon, Seattle WA</li>
<li><b>Summer 2022:</b> Software Development Engineering Intern @ Amazon, Bellevue WA</li>
</ul>
</td>
</tr>
</table>
<!-- Teaching Experience -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="60%" valign="middle">
<heading>Teaching Experience</heading>
<ul>
<li><b>Fall 2023, Spring 2024:</b> Data 100/200 Head Undergraduate Student Instructor (uGSI/UCS2)</li>
<li><b>Spring 2023:</b> Data 100/200 Lead Undergraduate Student Instructor (uGSI/UCS2)</li>
<li><b>Fall 2022:</b> Data 100/200 Undergraduate Student Instructor (uGSI)</li>
<li><b>Fall 2021:</b> CS 61A Computer Science Mentors Junior Mentor</li>
<li><b>Fall 2021:</b> DSUS Modules Developer @ Haas School of Business</li>
<li><b>Spring 2021:</b> CS 61A Academic Intern</li>
</ul>
</td>
</tr>
</table>
<!-- Miscellaneous -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="60%" valign="middle">
<heading>Miscellaneous</heading>
<ul>
<li><b>2024:</b> Outstanding Graduate Student Instructor (oGSI) Award Recipient</li>
<li><b>2023:</b> EECS Honors Program Member (Emphasis on Data Science and Statistics)</li>
<li><b>2021:</b> Upsilon Pi Epsilon Member (UPE, Computer Science Honors Society)</li>
<li><b>2020:</b> Cal Alumni Leadership Award Recipient</li>
<li><b>2020 - Present:</b> Dean's Honors</li>
<li><b><a href="https://drive.google.com/file/d/1qlBJRyYPY-0sq33jttB8v-Fjv4BYXWpC/view?usp=drive_link">Mimi 🐕</a></b></li>
</ul>
</td>
</tr>
</table>
<div style="display:none;">
<a href="https://clustrmaps.com/site/1bztb" title="Visit tracker">
<img src="//www.clustrmaps.com/map_v2.png?d=IxGGRYQ9leC5ZDsvdsZ-6cAcyVMgW3snAc_jQIl9jx4&cl=ffffff">
</a>
</div>
</body>
</html>