Skip to content

Commit 9342b76

Browse files
committed
Adding new alumni and fixing linkedin icon/links
1 parent e14bbf0 commit 9342b76

5 files changed

Lines changed: 13 additions & 1 deletion

File tree

content/team/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,16 @@ alumni:
215215
description:
216216
people:
217217

218+
- name: Anna Bostoganashvili
219+
position: 2025 Women in Neuroscience Fellow (Intern at Icahn School of Medicine at Mt Sinai, Undergraduate in Neuroscience at Centre College)
220+
image: /img/people/anna_bostoganashvili.jpeg
221+
linkedin: https://www.linkedin.com/in/anna-bostoganashvili/
222+
223+
- name: Karen Herrera
224+
position: 2025 Women in Neuroscience Intern (Undergraduate in Neuroscience at Vanderbilt University)
225+
image: /img/people/karen_herrera.jpeg
226+
linkedin: https://www.linkedin.com/in/karen-herrera-67a1562a2/
227+
218228
- name: Sihang (Suna) Guo
219229
position: Ph.D. Student (Neuroscience, Machine Learning, Cognitive Neuroscience)
220230
image: /img/people/suna-guo.png

layouts/partials/team/pi.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h1>
2222
{{ if $Data.scholar }}<a href="{{ $Data.scholar }}"><i class="ai ai-google-scholar-square"></i></a>&nbsp;{{ end }}
2323
{{ if $Data.github }}<a href="{{ $Data.github }}"><span class="fab fa-github-square"></span></a>&nbsp;{{ end }}
2424
{{ if $Data.twitter }}<a href="{{ $Data.twitter }}"><span class="fab fa-twitter"></span></a>&nbsp;{{ end }}
25+
{{ if $Data.linkedin }}<a href="{{ $Data.linkedin }}"><span class="fab fa-linkedin"></span></a>&nbsp;{{ end }}
2526
</p>
2627
</div>
2728
</div>

layouts/partials/team/team.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ <h4>
5151
</h4>
5252
<p>{{ $person.position }}</p>
5353
<p>{{ $person.description }}</p>
54-
{{ if or ($person.scholar) ($person.github) ($person.twitter) }}
54+
{{ if or ($person.scholar) ($person.github) ($person.twitter) ($person.linkedin) }}
5555
<p>
5656
{{ if $person.scholar }}<a href="{{ $person.scholar }}"><i class="ai ai-google-scholar-square"></i></a>&nbsp;{{ end }}
5757
{{ if $person.github }}<a href="{{ $person.github }}"><span class="fab fa-github-square"></span></a>&nbsp;{{ end }}
5858
{{ if $person.twitter }}<a href="{{ $person.twitter }}"><span class="fab fa-twitter"></span></a>&nbsp;{{ end }}
59+
{{ if $person.linkedin }}<a href="{{ $person.linkedin }}"><span class="fab fa-linkedin"></span></a>&nbsp;{{ end }}
5960
</p>
6061
{{ end }}
6162
</div>
168 KB
Loading
9.18 KB
Loading

0 commit comments

Comments
 (0)