Skip to content

Commit

Permalink
some fixes to people pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanovich committed Dec 6, 2023
1 parent 1b684dd commit 65dfb59
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _pages/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nav_order: 1
<div class="row mt-3">
<a href="/people/andrew">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/andrew.png" class="img-fluid rounded z-depth-1" my-style=true %}
{% include figure.html people-profile=true path="assets/img/people/andrew.jpg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Andrew Bell</b><br>
Graduate Research Fellow
Expand Down Expand Up @@ -134,7 +134,7 @@ nav_order: 1
</div>

<div class="row mt-3">
<a href="/people/meghana">
<a href="https://www.linkedin.com/in/meghana-shanbhogue/">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/meghana.png" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
Expand All @@ -151,7 +151,7 @@ nav_order: 1

<div class="row mt-3">

<a href="/people/daniel">
<a href="https://www.daniel-dominguez.com/">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/daniel.png" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
Expand Down
3 changes: 3 additions & 0 deletions _pages/people/armanda.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ nav: false

**Senior Research Scientist** -- *al861(at) nyu.edu* --

[Google Scholar](https://scholar.google.com/citations?user=4Hr_MfkAAAAJ&hl=en)
[LinkedIn](https://www.linkedin.com/in/armanda-lewis-708a96b8/)

{% include figure.html people-profile=true path="assets/img/people/armanda.jpg" title="armanda" class="img-fluid rounded z-depth-1" %}

Armanda is a doctoral candidate at NYU working at the intersection of the learning sciences, AI, and ethical HCI. Her dissertation, overseen by Professors Xavier Ochoa, Todd Gureckis, and He He, explores open questions on using multimodal large language models to model inclusion and facilitate how people can learn to be more inclusive. Her work as a senior research scientist at the Center for R/AI advances research on how people teach and learn about responsible AI topics. She holds an M.S. from the NYU Center for Data Science, a masters in interactive technology from NYU Tisch, and a doctorate in literature and ethics from Columbia University. In her free moments, she likes to spend time with her family, create interactive textile art, and read.
Expand Down
8 changes: 8 additions & 0 deletions _pages/people/joao.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ nav: false

**Visiting Research Scholar** -- *jpfonseca(at) novaims.unl.pt* -- [Personal Website](https://joaopfonseca.github.io/)

[Google Scholar](https://scholar.google.com/citations?user=WcekujkAAAAJ)
[LinkedIn](https://www.linkedin.com/in/jpmrfonseca)

{% include figure.html people-profile=true path="assets/img/people/joao.jpg" title="joao" class="img-fluid rounded z-depth-1" %}

João Fonseca worked as a Research Intern at NYU during spring 2023,
Expand All @@ -20,3 +23,8 @@ open questions on algorithmic recourse, Explainable AI, and Synthetic Data
Generation.

João likes to play guitar, padel tennis, bouldering and surfing.

**Selected publications**
<div class="publications-div">
{% bibliography -f papers -q @*[author ^= *Fonseca]%}
</div>

0 comments on commit 65dfb59

Please sign in to comment.