Skip to content

Commit

Permalink
Update people.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchris11 authored Feb 14, 2024
1 parent 146f37b commit 97ccbac
Showing 1 changed file with 46 additions and 3 deletions.
49 changes: 46 additions & 3 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ <h2>Master's Students</h2>
<div class="row">

<div class="people-student col-sm-2">
<a href="" target="_blank">
<a href="https://xcharxlie.github.io/" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Zhuoran Zhou</h5>
<h7>ECE MS</h7>
<h7>Research Assistant</h7>
<h6 class="text-muted"> zhouz47 [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Image Captioning</span>
Expand Down Expand Up @@ -268,7 +268,6 @@ <h6 class="text-muted"> hw228 [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Domain Adaptation</span>
<span class="tag tag-pill tag-info">Autonomous Driving</span>

</p>
</div>
</div>
Expand Down Expand Up @@ -316,6 +315,50 @@ <h6 class="text-muted"> preddy13 [at] uw.edu </h6>
</div>
</div>

<div class="people-student col-sm-2">
<a href="" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Andrew Jeon</h5>
<h7>ECE MS</h7>
<h6 class="text-muted"> ajjeon [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Computer Vision</span>
<span class="tag tag-pill tag-info">Autonomous Driving</span>
</p>
</div>
</div>

<div class="people-student col-sm-2">
<a href="" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Tejashree Khedkar </h5>
<h7> ECE MS</h7>
<h6 class="text-muted"> tejashri [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Mutli-Object Tracking</span>
<span class="tag tag-pill tag-info">Dense Object Counting</span>
</p>
</div>
</div>

<div class="people-student col-sm-2">
<a href="" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Chris Chang </h5>
<h7>ECE MS</h7>
<h6 class="text-muted"> juiwei [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Computer Vision</span>
</p>
</div>
</div>


</div>

Expand Down

0 comments on commit 97ccbac

Please sign in to comment.