-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (237 loc) · 11.7 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
<!DOCTYPE html>
<html>
<head>
<title>Yin Lin</title>
<!--mobile apps-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="My Resume Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--mobile apps-->
<!--Custom Theme files-->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" href="css/swipebox.css">
<!--//Custom Theme files-->
<!--js-->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- //js -->
<!--web-fonts-->
<link href='//fonts.googleapis.com/css?family=Overlock:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--//web-fonts-->
<!--start-smooth-scrolling-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<link rel="icon" href="images/favicon.ico" />
<!--//end-smooth-scrolling-->
</head>
<body>
<!--banner-->
<div id="home" class="banner">
<div class="banner-info">
<div class="container">
<div class="col-md-4 header-left">
<img src="images/pic.jpeg" alt=""/>
</div>
<div class="col-md-8 header-right">
<h1>Yin Lin (林茵)</h1>
<ul class="address">
<li>
<ul class="address-text">
<li><b>E-MAIL</b></li>
<li>irenelin[at]umich[dot]edu</li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>Github </b></li>
<li><u><a href="https://github.com/niceIrene/">niceirene</a></u></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>CV </b></li>
<li><u><a href="images/Yin_Lin_cv.pdf">See my CV here! (Updated: Jun. 12, 2024)</a></u></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>Google Scholar </b></li>
<li><u><a href="https://scholar.google.com/citations?user=niOo1I4AAAAJ&hl"> Yin Lin</a></u></li>
</ul>
</li>
<li>
<ul class="address-text">
<li><b>LinkedIn </b></li>
<li><u><a href="https://www.linkedin.com/in/yin-lin-41a06b148/"> Yin Lin</a></u></li>
</ul>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//banner-->
<!--top-nav-->
<div class="top-nav wow">
<div class="container">
<div class="navbar-header logo">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
Menu
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="menu">
<ul class="nav navbar">
<li><a href="#about" class="scroll">About</a></li>
<li><a href="#education" class="scroll">Education</a></li>
<li><a href="#experience" class="scroll">Experience</a></li>
<li><a href="#work" class="scroll">Publications</a></li>
<li><a href="#contact" class="scroll">Scholarships and Awards</a></li>
<li><a href="#pc" class="scroll">Program Committees</a></li>
</ul>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!--//top-nav-->
<!--about-->
<div id="about" class="about">
<div class="container">
<h3 class="title"> About Me</h3>
<div class="col-md-8 about-left">
<p>Hi, my name is Yin Lin (林茵 in Chinese). I am a fifth-year Ph.D. student in the Computer Science and Engineering Department at the University of Michigan, Ann Arbor. I consider myself fortunate to be advised by <a href="https://web.eecs.umich.edu/~jag/">Dr. H. V. Jagadish</a>.
I am a member of the <a href:"http://dbgroup.eecs.umich.edu/">Database group</a>. My current research focuses on data equality systems preventing misuse and misinterpretation of big data.
</p><br><p>Prior to joining UM as a Ph.D. student, I got my bachelor's degree from Shanghai Jiao Tong University in 2019.
</p>
<br>
<HR>
<!-- <p>
Outside of my research and work, I love playing the GO game, badminton and running. I completed the Yangzhou half-marathon in 2016. I also like to play <a href="https://www.youtube.com/watch?v=Gl55EB-5rzo">Zheng</a> (A traditional Chinese instrument) and guitar!
You can know more about my personal interests in my <b><a href="https://photos.app.goo.gl/is7PyFsjDQgiaMhX7">photo site</a></b>.
</p> -->
<!-- <p>I have many genius friends and <a href="javascript:randomSite()"><b>This Link</b></a > will redirect you to one of them.-->
</p>
</div>
<div class="col-md-4 about-right">
<ul>
<h5>What's new!</h5>
<li><span class="glyphicon glyphicon-menu-right"></span>I'm actively seeking full-time roles in academic or industrial research for 2024. If you have any suitable opportunities, please feel free to reach out!</li>
</ul>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!--//about-->
<!--Publication-->
<div id="work" class="education">
<div class="container">
<h3 class="title">Publications</h3>
<b><h3 style="color:#508a88">1. Mitigating Subgroup Unfairness in Machine Learning Classifiers: A Data-Driven Approach </a></h3></b>
<br><h4 style="color:#508a88"><b>Yin Lin</b>, Samika Gupta, H. V. Jagadish</h4></h3></b>
<p><b>ICDE 2024</b></p>
<b><h3 style="color:#508a88">2. SMARTFEAT: Efficient Feature Construction through Feature-Level Foundation Model Interactions <a href="https://arxiv.org/pdf/2309.07856.pdf">(pdf)</a></h3></b>
<br><h4 style="color:#508a88"><b>Yin Lin</b>, Bolin Ding, H. V. Jagadish, Jingren Zhou</h4></h3></b>
<p><b>CIDR 2024</b></p>
<b><h3 style="color:#508a88">3. Predicate Pushdown for Data Science Pipelines. <a href="https://dl.acm.org/doi/10.1145/3589281">(pdf)</a></h3></b>
<br><h4 style="color:#508a88"> Cong Yan, <b>Yin Lin</b>, Yeye He. </h4></h3></b>
<a href="https://2023.sigmod.org/"><p><b>SIGMOD 2023 (best paper award)</b></p></a>
<b><h3 style="color:#508a88">4. Representation Bias in Data: A Survey on Identification and Resolution Techniques. <a href="https://dl.acm.org/doi/10.1145/3588433">(pdf)</a></h3></b>
<br><h4 style="color:#508a88"> Nima Shahbazi, <b>Yin Lin</b>, Abolfazl Asudeh, H. V. Jagadish. </h4></h3></b>
<a href="https://dl.acm.org/journal/csur"><p><b>ACM Computing Surveys</b></p></a>
<b><h3 style="color:#508a88">5. OREO: Detection of Cherry-picked Generalizations. <a href="https://www.vldb.org/pvldb/vol15/p3570-lin.pdf">(pdf)</a></h3></b>
<br><h4 style="color:#508a88"><b>Yin Lin</b>, Brit Youngmann, Yuval Moskovitch, H. V. Jagadish, Tova Milo</h4></h3></b>
<a href="https://vldb2022.org/"><p><b>VLDB 2022 - Demo</b></p></a>
<b><h3 style="color:#508a88">6. On Detecting Cherry-picked Generalizations. <a href="https://www.vldb.org/pvldb/vol15/p59-lin.pdf">(pdf)</a></h3></b>
<br><h4 style="color:#508a88"><b>Yin Lin</b>, Brit Youngmann, Yuval Moskovitch, H. V. Jagadish, Tova Milo</h4></h3></b>
<a href="https://vldb2022.org/"><p><b>VLDB 2022</b></p></a>
<b><h3 style="color:#508a88">7. Identifying Insufficient Data Coverage in Databases with Multiple Relations. <a href="http://www.vldb.org/pvldb/vol13/p2229-lin.pdf">(pdf)</a></h3></b>
<br><h4 style="color:#508a88"><b>Yin Lin</b>, Yifan Guan, Abolfazl Asudeh, H. V. Jagadish</h4></h3></b>
<a href="https://vldb2020.org/"><p><b>VLDB 2020</b></p></a>
<b><h3 style="color:#508a88">8. MithraDetective: A System for Cherry-picked Trendlines Detection. <a https://arxiv.org/abs/2010.08807">(pdf)</a></h3></b>
<br><h4 style="color:#508a88">Yoko Nagafuchi, <b>Yin Lin</b>, Kaushal Mamgain, Abolfazl Asudeh, H. V. Jagadish, You (Will) Wu, Cong Yu</h4></h3></b>
<p><b>CoRR, 2020, Arxiv/2010.08807</b></p>
<b><h3 style="color:#508a88">9. On Structural vs. Proximity-based Temporal Node Embeddings. <a href="http://www.mlgworkshop.org/2020/papers/MLG2020_paper_37.pdf">(pdf)</a></h3></b>
<br><h4 style="color:#508a88">Puja Trivedi, Alican Büyükçakır, <b>Yin Lin</b>, Yinlong Qian, Di Jin, Danai Koutra</h4></h3></b>
<a href="http://www.mlgworkshop.org/2020/"><p><b>MLG@KDD 2020</b></p></a>
<b><h3 style="color:#508a88">10. R2-Tree: An Efficient Indexing Scheme for Server-Centric Data Center Networks. <a href="images/R2-Tree_YinLin,XinyinChen.pdf">(pdf)</a></h3></b>
<br><h4 style="color:#508a88"><b>Yin Lin</b>, Xinyi Chen, Xiaofeng , Guihai Chen</h4>
<a href="http://www.dexa.org/"><p><b>DEXA 2018</b></p></a>
<br>
</div>
</div>
<!--//publication-->
<!--education-->
<div id="education" class="education">
<div class="container">
<h3 class="title">Education</h3>
<h4 style="color:#4682B4">Ph.D. student: Sept. 2019 - present</h4>
<h4><b>University of Michigan</b></h4>
<p>Computer Science and Engineering (CSE)</p>
<HR>
<h4 style="color:#4682B4">Bachelor: Sept. 2015 - June 2019</h4>
<h4><b>Shanghai Jiao Tong University</b></h4>
<p>Computer Science, School of Electronic Information and Electrical Engineering ( CS )</br> </p>
</div>
</div>
<!--//education-->
<!--education-->
<div id="experience" class="education">
<div class="container">
<h3 class="title">Experience</h3>
<h4 style="color:#4682B4">Reseach Intern: May 2023 - Aug. 2023</h4>
<h4><b>Alibaba Group, Data Analytics and Intelligence Lab (DAIL), Damo Academy</b></h4>
<HR>
<h4 style="color:#4682B4">Reseach Intern: June 2022 - Aug. 2022</h4>
<h4><b>Microsoft Research, Data Management, Exploration and Mining (DMX) </b></h4>
<HR>
<h4 style="color:#4682B4">Summer Intern: May 2018 - Jul. 2018</h4>
<h4><b>University of Waterloo, Software Architecture Group </b></h4>
</div>
</div>
<!--//experience>
<!--contact -->
<div class="education" id="contact">
<div class="container">
<h3 class="title">Scholarships and Awards</h3>
<p>Best Paper Award at SIGMOD 2023</p>
<p>NSF Travel Award for ICDE 2024</p>
<p>Rackham Dean’s and Named PhD fellowship</p>
<p>Outstanding Undergraduate in Shanghai Jiao Tong University</p>
<p>Chun Tsung Scholar from Shanghai Jiao Tong University</p>
</div>
</div>
<!--//contact -->
<!--pc -->
<div class="education" id="pc">
<div class="container">
<h3 class="title">Program Committees</h3>
<p>AAAI Workshop on Artificial Intelligence with Biased or Scarce Data (AIBSD), 2024</p>
<p>32nd ACM International Conference on Information and Knowledge Management (CIKM), 2023, 2024</p>
</div>
</div>
<!--//pc -->
<!--================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
<script src="js/friends_link.js"></script>
<HR>
<div class="divcss5-left">
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/6.js?i=5has6kwkmu3&m=7&c=e63100&cr1=ffffff&f=arial&l=0&bv=90&lx=-420&ly=420&hi=20&he=7&hc=a8ddff&rs=80" async="async"></script>
</div>
</body>
</html>