|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +div_class: people |
| 4 | +permalink: /people/ |
| 5 | +title: people |
| 6 | +description: members of the lab or group |
| 7 | +nav: true |
| 8 | +nav_order: 4 |
| 9 | +tabs: true |
| 10 | +lab_pictures: assets/img/pair-group-pictures/ |
| 11 | +pretty_table: true |
| 12 | +images: |
| 13 | + compare: true |
| 14 | + slider: true |
| 15 | + spotlight: true |
| 16 | +display_categories: [pi, postdoc, phd, ms, ug, visitor] #ordered list |
| 17 | +display_status: [current, alumni] |
| 18 | +--- |
| 19 | + |
| 20 | +{% if page.lab_pictures %} |
| 21 | +{% assign lab_images = site.static_files | where_exp: "file", "file.path contains page.lab_pictures" %} |
| 22 | +{% assign highres_images = lab_images | where_exp: "img", "img.path contains '-1400.webp'" %} |
| 23 | +{% assign unique_images = highres_images | uniq: "basename" %} |
| 24 | +{% assign lab_images = unique_images %} |
| 25 | + <!-- <swiper-container keyboard="true" navigation="true" pagination="true" pagination-clickable="true" pagination-dynamic-bullets="true" rewind="true"> --> |
| 26 | +<div style="max-width: 900px; margin: 0 auto;"> |
| 27 | + <swiper-container |
| 28 | + style="--swiper-navigation-color: #fff; --swiper-pagination-color: #fff; width: 100%; height: 480px;" |
| 29 | + class="mySwiper" |
| 30 | + pagination-dynamic-bullets="true" |
| 31 | + thumbs-swiper=".mySwiper2" |
| 32 | + loop="true" |
| 33 | + space-between="10" |
| 34 | + navigation="true" |
| 35 | + > |
| 36 | + <style> |
| 37 | + @media (max-width: 600px) { |
| 38 | + .mySwiper { |
| 39 | + height: 180px !important; |
| 40 | + } |
| 41 | + .mySwiper .swiper-slide img { |
| 42 | + height: 160px !important; |
| 43 | + } |
| 44 | + } |
| 45 | + .mySwiper, .mySwiper .swiper-wrapper { |
| 46 | + width: 100% !important; |
| 47 | + height: 640px !important; |
| 48 | + min-height: 160px; |
| 49 | + } |
| 50 | + .mySwiper .swiper-slide img { |
| 51 | + width: 100%; |
| 52 | + height: 300px; |
| 53 | + object-fit: cover; |
| 54 | + object-position: center; |
| 55 | + display: block; |
| 56 | + border-radius: 8px; |
| 57 | + } |
| 58 | + </style> |
| 59 | + {% for lab_image in lab_images %} |
| 60 | + <swiper-slide> |
| 61 | + {% include figure.liquid loading="eager" path=lab_image.path class="img-fluid rounded z-depth-1" %} |
| 62 | + </swiper-slide> |
| 63 | + {% endfor %} |
| 64 | + </swiper-container> |
| 65 | +</div> |
| 66 | + |
| 67 | + <swiper-container class="mySwiper2" loop="true" space-between="10" slides-per-view="5" free-mode="true" watch-slides-progress="true"> |
| 68 | + {% for lab_image in lab_images %} |
| 69 | + <swiper-slide> |
| 70 | + {% include figure.liquid loading="eager" path=lab_image.path class="img-fluid rounded z-depth-1" %} |
| 71 | + </swiper-slide> |
| 72 | + {% endfor %} |
| 73 | + </swiper-container> |
| 74 | + |
| 75 | +{% endif %} |
| 76 | + |
| 77 | + |
| 78 | +<br> |
| 79 | +### Current Members |
| 80 | + |
| 81 | +<!-- pages/people.md --> |
| 82 | +<div class="people"> |
| 83 | + <!-- Display sorted list of people by role --> |
| 84 | + {% for category in page.display_categories %} |
| 85 | + {% assign categorized_people = site.people | where: "category", category %} |
| 86 | + {% assign sorted_people = categorized_people | sort_natural: "name" %} |
| 87 | + <!-- Generate cards for each person --> |
| 88 | + <div class="container"> |
| 89 | + <div class="row row-cols-1 row-cols-md-2"> |
| 90 | + {% for people in sorted_people %} |
| 91 | + {% if people.status contains "current" %} |
| 92 | + {% include people_card.liquid %} |
| 93 | + {% endif %} |
| 94 | + {% endfor %} |
| 95 | + </div> |
| 96 | + </div> |
| 97 | + {% endfor %} |
| 98 | +</div> |
| 99 | + |
| 100 | +<br> |
| 101 | +### Alumni |
| 102 | + |
| 103 | +We have been fortunate to work with exemplary colleagues over the years. |
| 104 | + |
| 105 | +{% details **Graduates/Postdocs** %} |
| 106 | + |
| 107 | +| Name | Institution | Degree | Year | Currently at | |
| 108 | +|--- | --- | --- | --- | --- | |
| 109 | +| [Kourosh Darvish](https://www.linkedin.com/in/kouroshdarvish/) | UofT | Postdoc | 2022-2024 | AC, UofT | |
| 110 | +| [Siqi Zhou](https://siqizhou.com) | UofT | Postdoc | 2022-2022 | TU Munich | |
| 111 | +| [Nikita Dvornik](https://www.linkedin.com/in/nikita-dvornik/) | UofT | Postdoc | 2021-2022 | Waabi | |
| 112 | +| [Irene Zhang](https://irenezhang30.github.io/) | UofT | MSc (CS) | 2020-2022 | PhD, Oxford| |
| 113 | +| [Matthew Zhang](https://scholar.google.com/citations?user=Y1y2jdoAAAAJ&hl=en) | UofT | MSc (CS) | 2020-2022 | PhD, UofT| |
| 114 | +| [Dylan Turpin](http://www.cs.toronto.edu/~dylanturpin/) | UofT | MSc (CS) | 2019-2021 | PhD, UofT| |
| 115 | +| [Homanga Bhardwaj](https://homangab.github.io/) | UofT | MSc (CS) | 2019-2021 | PhD, CMU| |
| 116 | + |
| 117 | +{% enddetails %} |
| 118 | + |
| 119 | +{% details **Undergraduates** %} |
| 120 | + |
| 121 | +| Name | Institution | Degree | Year | Currently at | |
| 122 | +|--- | --- | --- | --- | --- | |
| 123 | +| [Jia Lin (Alan) Yuan](https://www.linkedin.com/in/jalnyn/) | UofT | BS (CS)| 2021-2024 | MScAC, Instacart | |
| 124 | +| [Arthur Allshire](https://allshire.org) | UofT | Engg. Sci. | 2020-2023 | PhD, UC Berkeley | |
| 125 | +| [Ritvik Singh](https://www.linkedin.com/in/ritvik-singh/) | UofT | Engg. Sci. | 2020-2023 | Nvidia | |
| 126 | +| [Jingzhou (Jason) Liu](https://www.linkedin.com/in/jasonjzliu/) | UofT | Engg. Sci | 2020-2023 | PhD, CMU | |
| 127 | +| [Alice Zhuo](https://www.linkedin.com/in/alice-x-zhou/ca) | UofT | Engg. Sci | 2020-2023 | Google | |
| 128 | +| [Songheng Yin](https://www.linkedin.com/in/songheng-yin-549a78170/) | UofT | BS (CS) | 2020-2022 | Columbia, Mujin | |
| 129 | +| [Varun Lodaya](https://www.linkedin.com/in/varun-lodaya/) | UofT | BS (CS) | 2020-2022 | Deep Genomics | |
| 130 | +| [Advaya Gupta](https://www.linkedin.com/in/advaya-gupta-5a2263151) | UofT | BS (CS) | 2020-2022 | Stanford | |
| 131 | +| [Xintong (Oscar) Zhou](https://www.linkedin.com/in/xintong-zhou-066a1b179/) | UofT | BS (CS) | 2020-2023 | CMU | |
| 132 | +| [Richard Ren](https://www.linkedin.com/in/richard-ren-1762ab17a/) | UofT | Engg. Sci | 2020-2022 | | |
| 133 | +| [Helen Wang](https://www.linkedin.com/in/yi-ru-helen-wang/) | UofT | Engg. Sci | 2020-2022 | PhD, UW | |
| 134 | +| [Dhananjay Ashok](https://www.linkedin.com/in/dhananjay-ashok-576342142/) | UofT | BS (CS)| 2020-2022 | PhD, USC | |
| 135 | +| [Yanxin (Anna) Ding](https://www.linkedin.com/in/yanxin-anna-ding/) | UofT | BS (CS)| 2021-2022 | Google | |
| 136 | +| [Siyan Zhao](https://www.linkedin.com/in/siyanzhao/) | UofT | Engg. Sci.| 2021-2022 | Phd, UCLA | |
| 137 | +| [Quinxi (Quincy) Yu](https://www.linkedin.com/in/qinxi-yu-8b83b419a/?originalSubdomain=ca) | UofT | BS (CS)| 2021-2022 | AWS | |
| 138 | +| [Calvin Yu](https://www.linkedin.com/in/calvin00/) | UofT | BS (CS)| 2021-2022 | Apple | |
| 139 | +| [Ming Yu Wang](https://www.linkedin.com/in/ming-wang-2t4nsci) | UofT | Engg. Sci| 2021-2022 | Stripe | |
| 140 | +| [Umid Targuliyev](https://www.linkedin.com/in/umid-targuliyev/) | UofT | BS (CS)| 2021-2022 | Caspian Innovation Center | |
| 141 | +| [Shysta Sehgal](https://www.linkedin.com/in/shysta-sehgal/) | UofT | BS (CS, CogSci)| 2021-2022 | PhD, UofT | |
| 142 | +| [Liquan Wang](https://www.linkedin.com/in/liquan-wang-a37634196/?originalSubdomain=ca) | UofT | BS (CS) | 2019-2021 | PhD, Georgia Tech | |
| 143 | +| [Quanzhou Li](https://quanzhou-li.github.io/) | UofT | BS (ECE) | 2020-2021 | PhD, NTU | |
| 144 | +| [James Liang](http://jamesliang.ca/) | UofT | BS (Engg. Sci.) | 2020-2021 | In Memoriam | |
| 145 | +| [Samarth Sinha](https://www.samsinha.me/) | UofT | BS (ECE) | 2019-2021 | Luma Labs| |
| 146 | +| [Anup Deb](https://www.linkedin.com/in/anup-deb/) | UofT | Engg. Sci | 2020-2021 | Citadel | |
| 147 | +| [Tianxu An](https://www.linkedin.com/in/tianxu-an-a6b053154/) | UofT | Engg. Sci. (Rob) | 2020-2021 | PhD ETH | |
| 148 | +| [Winston Chen](https://www.linkedin.com/in/wenxinchen11/) | UofT | Engg. Sci. (Robotics) | 2019-2020 | Google | |
| 149 | +| | | | | | |
| 150 | +| [Keyu Long](https://www.linkedin.com/in/keyu-long/) | UofT | MScAC | 2020 | GPTZero| |
| 151 | +| [Panteha Naderian](https://www.linkedin.com/in/panteha-naderian/) | UofT | MScAC | 2020 | StackAdapt | |
| 152 | +| [Priya Thakur](https://www.linkedin.com/in/priyathakur95/) | UofT | MScAC | 2020 | Google | |
| 153 | +| [Mohan Zhang](https://www.linkedin.com/in/mohan-zhang-b00b94180/) | UofT | MScAC | 2020 | Sixty Degree Capital (VC) | |
| 154 | + |
| 155 | + {% enddetails %} |
| 156 | + |
| 157 | + {% details **Visitors & Collaborators** %} |
| 158 | + |
| 159 | + | Name | Institution | Degree | Year | Currently at | |
| 160 | +|--- | --- | --- | --- | --- | |
| 161 | +| [Theophile Gaudin](https://www.linkedin.com/in/th%C3%A9ophile-gaudin-a4a29381/) | UofT| PhD | 2019-2022 | Exscientia | |
| 162 | +| [Haoyu Xiong](https://haoyu-x.github.io/) | TJU| BS | 2020-2022 | MIT, PhD | |
| 163 | +| [Alexandra Volokhova](https://alexandravolokhova.github.io/) | MIPT | MSc | 2020-2021 | MILA, PhD | |
| 164 | +| [Jiankai (Jack) Sun](https://github.com/Jiankai-Sun) | CUHK | BS | 2020-2021 | Stanford, PhD | |
| 165 | +| [Chaitanya Devaguptatu](https://tdchaitanya.github.io/) | IIT Hyd | MSc | 2021 | Fujitsu Research | |
| 166 | +| [Chenjia Bai](https://scholar.google.com/citations?user=Rm_1y2kAAAAJ&hl=en) | [HIT](http://en.hit.edu.cn/) | PhD | 2021 | TeleAI | |
| 167 | +| [Mayank Mittal](https://mayankm96.github.io/) | ETH | MSc | 2020-2021 | PhD ETH | |
| 168 | +| [Sizhe Sui](https://www.linkedin.com/in/sizhe-sui/) | SJTU | BS | 2020 | PhD UT Austin | |
| 169 | + |
| 170 | + {% enddetails %} |
| 171 | + |
| 172 | +<!-- |
| 173 | +### [Spotlight JS](https://nextapps-de.github.io/spotlight/) |
| 174 | + --> |
| 175 | +<!-- Group 1 --> |
| 176 | +<!-- |
| 177 | +<div class="spotlight-group"> |
| 178 | + <a class="spotlight" href="https://cdn.photoswipe.com/photoswipe-demo-images/photos/1/img-2500.jpg"> |
| 179 | + <img src="https://cdn.photoswipe.com/photoswipe-demo-images/photos/1/img-200.jpg" /> |
| 180 | + </a> |
| 181 | + <a class="spotlight" href="https://cdn.photoswipe.com/photoswipe-demo-images/photos/2/img-2500.jpg"> |
| 182 | + <img src="https://cdn.photoswipe.com/photoswipe-demo-images/photos/2/img-200.jpg" /> |
| 183 | + </a> |
| 184 | + <a class="spotlight" href="https://cdn.photoswipe.com/photoswipe-demo-images/photos/3/img-2500.jpg"> |
| 185 | + <img src="https://cdn.photoswipe.com/photoswipe-demo-images/photos/3/img-200.jpg" /> |
| 186 | + </a> |
| 187 | +</div> |
| 188 | + --> |
0 commit comments