Skip to content

Commit 3500060

Browse files
committed
Linkedin dev and new people
1 parent d573299 commit 3500060

File tree

7 files changed

+62
-2
lines changed

7 files changed

+62
-2
lines changed

_layouts/team.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ <h2 class="section-title">Principal Investigator</h2>
3535
<h3 class="card-title mb-0">{{ person.name }}</h3>
3636
<strong class="team-title">{{ person.title }}</strong>
3737
{{ person | markdownify }}
38+
39+
<!-- LinkedIn Link -->
40+
{% if person.linkedin %}
41+
<div class="linkedin-link mt-2">
42+
<a href="{{ person.linkedin }}" target="_blank" rel="noopener noreferrer" class="btn btn-outline-primary btn-sm">
43+
<i class="fab fa-linkedin"></i> LinkedIn
44+
</a>
45+
</div>
46+
{% endif %}
3847
</div>
3948
</div>
4049
</div>
@@ -74,6 +83,13 @@ <h2 class="section-title">Post Doctoral Researchers</h2>
7483
<h3 class="card-title mb-0">{{ person.name }}</h3>
7584
<strong class="team-title">{{ person.title }}</strong>
7685
{{ person | markdownify }}
86+
{% if person.linkedin %}
87+
<div class="linkedin-link mt-2">
88+
<a href="{{ person.linkedin }}" target="_blank" rel="noopener noreferrer" class="btn btn-outline-primary btn-sm">
89+
<i class="fab fa-linkedin"></i> LinkedIn
90+
</a>
91+
</div>
92+
{% endif %}
7793
</div>
7894
</div>
7995
</div>
@@ -113,6 +129,13 @@ <h2 class="section-title">Grad Students</h2>
113129
<h3 class="card-title mb-0">{{ person.name }}</h3>
114130
<strong class="team-title">{{ person.title }}</strong>
115131
{{ person | markdownify }}
132+
{% if person.linkedin %}
133+
<div class="linkedin-link mt-2">
134+
<a href="{{ person.linkedin }}" target="_blank" rel="noopener noreferrer" class="btn btn-outline-primary btn-sm">
135+
<i class="fab fa-linkedin"></i> LinkedIn
136+
</a>
137+
</div>
138+
{% endif %}
116139
</div>
117140
</div>
118141
</div>
@@ -152,6 +175,13 @@ <h2 class="section-title">Researchers</h2>
152175
<h3 class="card-title mb-0">{{ person.name }}</h3>
153176
<strong class="team-title">{{ person.title }}</strong>
154177
{{ person | markdownify }}
178+
{% if person.linkedin %}
179+
<div class="linkedin-link mt-2">
180+
<a href="{{ person.linkedin }}" target="_blank" rel="noopener noreferrer" class="btn btn-outline-primary btn-sm">
181+
<i class="fab fa-linkedin"></i> LinkedIn
182+
</a>
183+
</div>
184+
{% endif %}
155185
</div>
156186
</div>
157187
</div>
@@ -191,6 +221,13 @@ <h2 class="section-title">Undergraduate Students</h2>
191221
<h3 class="card-title mb-0">{{ person.name }}</h3>
192222
<strong class="team-title">{{ person.title }}</strong>
193223
{{ person | markdownify }}
224+
{% if person.linkedin %}
225+
<div class="linkedin-link mt-2">
226+
<a href="{{ person.linkedin }}" target="_blank" rel="noopener noreferrer" class="btn btn-outline-primary btn-sm">
227+
<i class="fab fa-linkedin"></i> LinkedIn
228+
</a>
229+
</div>
230+
{% endif %}
194231
</div>
195232
</div>
196233
</div>

_team/4100_logan_persyn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ im_height: 160
99
---
1010
Logan has a computer science degree from the integrated B.S./M.S. program. He is interested in machine learning and its applications in bioinformatics. His goal is to bridge these two fields of research. In his free time, he enjoys cooking and running.
1111

12-
13-
* 2025, University of Texas at Austin, B.S./M.S. Computer Science
12+
* 2025, University of Texas at Austin,
13+
B.S./M.S. Computer Science

_team/6101_daniel_nguyen.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Daniel Nguyen
3+
title: Research Assistant
4+
role: Researcher
5+
interests: Computational Biology
6+
image: /img/team/Daniel_nguyen.JPG
7+
im_width: 160
8+
im_height: 160
9+
---
10+
Daniel is passionate about computational genomics and translation research. In his free time, he enjoys bouldering, cooking, and live music.
11+
* 2025, Texas A&M University, United States,
12+
B.S. Molecular & Cell Biology

_team/8515_aden_le.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ interests: Computational & Wet Lab
66
image: /img/team/Aden_Le.png
77
im_width: 160
88
im_height: 160
9+
linkedin: https://www.linkedin.com/in/aden-le-bioinformatics
910
---
1011
Aden's passion lies in the realms of computational biology and genomics. Beyond the the lab, he finds fulfillment in giving back to his community through volunteering, spending time with friends, and embracing the challenge of the gym.

_team/8516_felix_tian.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Felix Tian
3+
title: Undergraduate Research Assistant
4+
role: Undergrad
5+
interests: Computational & Wet Lab
6+
image: /img/team/Felix_tian.JPG
7+
im_width: 160
8+
im_height: 160
9+
---
10+
Felix is a Molecular Biology and Computer Science student passionate about exploring gene regulation and protein translation. He is fascinated by how changes in regulatory elements influence gene expression. Outside the lab, Felix enjoys hiking, road and trail running and traveling, bringing his curiosity and energy to his research.

img/team/Daniel_nguyen.JPG

868 KB
Loading

img/team/Felix_tian.JPG

773 KB
Loading

0 commit comments

Comments
 (0)