-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
138 lines (122 loc) · 5.79 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>News</title>
<link rel="icon" href="lw-icon.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Oxygen">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!--link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'-->
<!--link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'-->
<!-- Custom styles for this template -->
<link href="css/stylesheet.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<div class="container text-center">
<img src="images/harry.jpg" class="img-fluid img-thumbnail img-circle">
<!--figcaption class="caption">Urban Light - Los Angeles</figcaption-->
</div>
<!-- Navigation -->
<div class="container">
<nav class="navbar navbar-expand-sm justify-content-center">
<a class="nav-link" href="index.html">About</a>
<a class="nav-link" href="publications.html">Publications</a>
<a class="nav-link active" href="news.html">News</a>
</nav>
</div>
<!-- About -->
<div class="container">
<h4 align='center'>News</h4>
<ul>
<li>
09/22/2023: Mentor for Grace Hopper Open Source Day
</li>
<li>
06/13/2022: Started new job as a Machine Learning Engineer at Meta on the AI Content Understanding team
</li>
<li>
01/26/2022: Published a blog <a href="https://medium.com/wovenplanetlevel5/improving-machine-learning-models-for-autonomous-vehicles-54f30a1aacc7">post</a>
with Level 5 on a ML tool to improve understanding of our model performances
</li>
<li>
04/05/2021: Awarded Finalist for the Governor General's Gold Medal (only 4 awarded in the Master's level)
</li>
<li>
11/12/2020: <a href="https://ml4ad.github.io/#papers">Poster presentation</a> at NeurIPS 2020 Machine Learning for Autonomous Driving
</li>
<li>
11/11/2020: Paper published in <a href="https://www.nature.com/articles/s41598-020-76550-z">Nature Scientific Reports</a>
</li>
<li>
23/10/2020: Published a blog post about my Masters experience on <a href="https://lindawangg.medium.com/how-to-maximize-your-masters-experience-5421c0d63fd4">Medium</a>
</li>
<li>
21/10/2020: UWaterloo published a <a href="https://uwaterloo.ca/stories/redirecting-research-during-pandemic">story</a> on my research during Masters
</li>
<li>
16/09/2020: Awarded Finalist for the Alumni Gold Medal (only 4 awarded in the Master's level)
</li>
<li>
06/07/2020: Started full-time at Lyft Level 5 on the Perception team as a ML/Software Engineer working on autonomous vehicles
</li>
<li>
02/09/2020: Submitted Masters <a href="https://uwspace.uwaterloo.ca/handle/10012/16227">thesis</a>
</li>
<li>
14/06/2020: <a href="https://sites.google.com/view/wicvworkshop-cvpr2020/program/poster-presentations">Poster presentation</a>
at CVPR 2020 Women in Computer Vision Workshop
</li>
<li>
23/03/2020: COVID-Net project reported by
<a href="https://www.technologyreview.com/s/615399/coronavirus-neural-network-can-help-spot-covid-19-in-chest-x-ray-pneumonia/">
MIT Technology Review</a>
</li>
<li>
22/03/2020: Release of <a href="https://github.com/lindawangg/COVID-Net">COVID-Net and COVIDx</a> to help stop the spread of COVID-19!
</li>
<li>
10/03/2020: Paper published in <a href="https://www.mdpi.com/1424-8220/20/5/1539">Sensors: Biomedical Imaging and Sensing</a>
</li>
<li>
03/03/2020: Panelist for
<a href="https://uwaterloo.ca/engineering/events/artificial-intelligence-ethics-and-healthcare">
Artificial Intelligence, Ethics and Healthcare: The Need for Diverse Perspectives</a>
</li>
<li>
09/12/2019: <a href="pdfs/WiML_NeurIPS2019.pdf">Poster presentation</a>
at NeurIPS 2019 Women in Machine Learning Workshop
</li>
<li>
05/11/2019: Featured in
<a href="https://medium.com/lyftlevel5/behind-the-scenes-interning-at-level-5-dfe2c1eb2218">
Behind the Scenes: Interning at Level 5</a>
</li>
<li>
17/06/2019: <a href="https://arxiv.org/abs/1905.07844">Oral and poster presentation</a>
at CVPR 2019 Fairness, Accountability, Transparency and Ethics in Computer Vision Workshop
</li>
<li>
16/06/2019: <a href="https://arxiv.org/abs/1905.07836">Poster presentation</a>
at CVPR 2019 Women in Computer Vision Workshop
</li>
</ul>
</div>
<!-- Footer -->
<div class="container text-center">
<p class="copyright">Copyright © 2021</p>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>