-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.json
157 lines (157 loc) · 4.17 KB
/
people.json
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
{
"current": [
{
"name": "Shrisudhan Govindarajan",
"degree": "PhD candidate",
"time": "2023-",
"currently": "SFU",
"homepage": "https://shrisudhan.github.io"
},
{
"name": "Ahan Shabanov",
"degree": "PhD candidate",
"time": "2022-",
"currently": "SFU",
"homepage": "https://ahanio.github.io"
},
{
"name": "Maria Taktasheva",
"degree": "PhD candidate",
"time": "2024-",
"currently": "SFU",
"homepage": "https://scholar.google.com/citations?user=CcUdBLcAAAAJ"
},
{
"name": "Yalda Foroutan",
"degree": "PhD candidate",
"time": "2024-",
"currently": "SFU",
"homepage": "https://scholar.google.com/citations?user=mkzIURcAAAAJ"
},
{
"name": "Aryan Mikaeili",
"degree": "PhD candidate",
"time": "2024-",
"coadvisors": "Prof. Arash (Ali) Mahdavi-Amiri",
"currently": "SFU",
"homepage": "https://aryanmikaeili.github.io"
},
{
"name": "Zhen (Colin) Li",
"degree": "MSc thesis",
"time": "2024-",
"currently": "SFU",
"homepage": ""
},
{
"name": "Daniel Rebain",
"degree": "PhD candidate (graduating)",
"time": "2020-2024",
"currently": "UBC",
"coadvisors": "Prof. Kwang Moo Yi",
"homepage": "http://drebain.com",
"honors": "NSERC CGS"
},
{
"name": "Daniel Ajisafe",
"degree": "PhD candidate",
"time": "2023-",
"currently": "UBC",
"coadvisors": "Prof. Kwang Moo Yi",
"homepage": "https://danielajisafe.github.io"
},
{
"name": "Gopal Sharma",
"degree": "Postdoc",
"time": "2022-",
"currently": "UBC",
"coadvisors": "Prof. Kwang Moo Yi",
"homepage": "https://hippogriff.github.io"
},
{
"name": "Lily Goli",
"degree": "PhD candidate",
"time": "2021-",
"currently": "UofT",
"coadvisors": "Prof. Alec Jacobson",
"homepage": "https://lilygoli.github.io"
},
{
"name": "Sherwin Bahmani",
"degree": "PhD candidate",
"time": "2023-",
"coadvisors": "Prof. David Lindell",
"currently": "UofT",
"homepage": "https://sherwinbahmani.github.io"
},
{
"name": "Sara Sabour",
"degree": "PhD candidate (graduating)",
"time": "2021-2024",
"coadvisors": "Prof. David Fleet",
"currently": "UofT",
"homepage": "https://research.google/people/105557"
}
]
,
"alumni": [
{
"name": "Dr. Anastasia Tkach",
"degree": "PhD",
"time": "2014-2018",
"currently": "Software Engineer, Facebook Reality Labs",
"coadvisors": "Prof. Mark Pauly",
"homepage": "https://scholar.google.com/citations?user=hc35dk4AAAAJ&hl=en"
},
{
"name": "Dr. Baptiste Angles",
"degree": "PhD",
"time": "2016-2019",
"currently": "Software Engineer, Apple Inc.",
"coadvisors": "Prof. Loic Barthe",
"homepage": "https://scholar.google.ca/citations?user=TINTysAAAAAJ&hl=en"
},
{
"name": "Abhishek Kumar Bojja",
"degree": "MSc",
"time": "2017-2019",
"currently": "Software Engineer, Algolux",
"coadvisors": "Prof. Kwang Moo Yi",
"homepage": "https://ca.linkedin.com/in/abojja9"
},
{
"name": "Daniel Rebain",
"degree": "MSc",
"time": "2017-2019",
"currently": "PhD candidate at UBC",
"coadvisors": "Prof. Kwang Moo Yi",
"homepage": "http://drebain.com"
},
{
"name": "Boyang Deng",
"degree": "Google Brain Resident",
"time": "2020-2021",
"currently": "Research Scientist, Waymo",
"coadvisors": "Prof. Geoffrey Hinton",
"homepage": "https://boyangdeng.com"
},
{
"name": "Weiwei Sun",
"degree": "PhD",
"time": "2020-2024",
"currently": "Research Scientist, Amazon",
"coadvisors": "Prof. Kwang Moo Yi",
"homepage": "https://wsunid.github.io"
}
]
,
"incoming": [
{
"name": "Maria Taktasheva",
"degree": "PhD candidate",
"time": "Incoming (May. 2024)",
"currently": "SFU",
"homepage": "https://dblp.org/pid/244/2434.html"
}
]
}