File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2222 {{ if $Data.scholar }}< a href ="{{ $Data.scholar }} "> < i class ="ai ai-google-scholar-square "> </ i > </ a > {{ end }}
2323 {{ if $Data.github }}< a href ="{{ $Data.github }} "> < span class ="fab fa-github-square "> </ span > </ a > {{ end }}
2424 {{ if $Data.twitter }}< a href ="{{ $Data.twitter }} "> < span class ="fab fa-twitter "> </ span > </ a > {{ end }}
25+ {{ if $Data.linkedin }}< a href ="{{ $Data.linkedin }} "> < span class ="fab fa-linkedin "> </ span > </ a > {{ end }}
2526 </ p >
2627 </ div >
2728 </ div >
Original file line number Diff line number Diff line change 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 > {{ end }}
5757 {{ if $person.github }}< a href ="{{ $person.github }} "> < span class ="fab fa-github-square "> </ span > </ a > {{ end }}
5858 {{ if $person.twitter }}< a href ="{{ $person.twitter }} "> < span class ="fab fa-twitter "> </ span > </ a > {{ end }}
59+ {{ if $person.linkedin }}< a href ="{{ $person.linkedin }} "> < span class ="fab fa-linkedin "> </ span > </ a > {{ end }}
5960 </ p >
6061 {{ end }}
6162 </ div >
You can’t perform that action at this time.
0 commit comments