Skip to content

Commit

Permalink
Merge pull request #238 from alexDickhans/add-alex-d
Browse files Browse the repository at this point in the history
Add Alex to people page
  • Loading branch information
alecive authored Jun 20, 2024
2 parents fd66d14 + fa72b5c commit ab0dfeb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
16 changes: 11 additions & 5 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
url: https://idrissdjio.github.io
email: [email protected]
pic: idriss.jpg

- name: Rithik Kumar Athiganur Senthil
role: grad
url: https://www.linkedin.com/in/rithik-kumar-19a389238/
Expand All @@ -147,7 +147,7 @@
url: https://saikrishnasriram.netlify.app/
email: [email protected]
pic: KrishnaS.jpg

- name: Sai Pratheek KVDSNK
role: grad
url: https://www.linkedin.com/in/pratheekkv/
Expand Down Expand Up @@ -178,7 +178,7 @@
email: [email protected]
pic: calebk.jpg

- name: Noah Liska
- name: Noah Liska
role: undergrad
email: [email protected]
pic: noah.png
Expand All @@ -188,8 +188,14 @@
email: [email protected]
pic: weston.jpg



# High School Students
# [in order of first appearance in the lab]

- name: Alex Dickhans
role: highschool
email: [email protected]
pic: alex.jpg

# Collaborators
# [in order of first appearance in the lab]

Expand Down
Binary file added img/people/alex.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- phd
- grad
- undergrad
- highschool
- collaborator
- alumni
---
Expand Down Expand Up @@ -51,6 +52,13 @@ <h1>Undergraduate Research Assistants</h1>

{% include ppl.html role="undergrad" %}

{% assign highschool = site.data.people | where:"role","highschool" %}
{% if highschool != blank %}
<h1>High School Research Assistants</h1>

{% include ppl.html role="highschool" %}
{% endif %}

{% assign collaborator = site.data.people | where:"role","collaborator" %}
{% if collaborator != blank %}
<h1>External Collaborators</h1>
Expand All @@ -70,6 +78,3 @@ <h1>Alumni</h1>
</div>
</div>
</section>



0 comments on commit ab0dfeb

Please sign in to comment.