Skip to content

Commit 4fcd867

Browse files
Update index.md
1 parent 3d6bb03 commit 4fcd867

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

alumni/index.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99
## Alumni
1010

1111
<p style="text-align: center;">
12-
Since the inception of Mangul lab, four postdoctoral fellows <a href="#postdoctoral-fellows">list</a>, one PhD student <a href="#phd-students">list</a>, and twenty Master’s students <a href="#masters-students">list</a> have graduated.
12+
Since the inception of Mangul lab, four <a href="#postdoctoral-fellows">postdoctoral fellows</a>, one <a href="#phd-students">PhD student</a>, and twenty <a href="#masters-students">Master students</a> have graduated.
1313
</p>
1414

1515
<p style="text-align: center;">
@@ -18,6 +18,27 @@ These are former lab alumni who have transitioned to various sectors, including
1818

1919
{% capture html %}
2020

21+
{% include alumni-tabled.html role="pi" group="alum" mini="true" %}
22+
<h3 style="text-align: start; width: 85%;" id="postdoctoral-fellows"> Postdoctoral Fellows </h3>
23+
{% include alumni-tabled.html role="postdoc" group="alum" mini="true" %}
24+
<h3 style="text-align: start; width: 85%;"> Bioinformatics Analysts </h3>
25+
{% include alumni-tabled.html role="bioinformatics-analyst" group="alum" mini="true" %}
26+
<h3 style="text-align: start; width: 85%;" id="phd-students"> PhD Students </h3>
27+
{% include alumni-tabled.html role="phd" group="alum" mini="true" %}
28+
<h3 style="text-align: start; width: 85%;"> PharmD Students </h3>
29+
{% include alumni-tabled.html role="pharmd" group="alum" mini="true" %}
30+
<h3 style="text-align: start; width: 85%;" id="masters-students"> Master’s Students </h3>
31+
{% include alumni-tabled.html role="masters" group="alum" mini="true" %}
32+
<h3 style="text-align: start; width: 85%;"> Undergraduate Students </h3>
33+
{% include alumni-tabled.html role="undergrad" group="alum" mini="true" %}
34+
<h3 style="text-align: start; width: 85%;"> High School Students </h3>
35+
{% include alumni-tabled.html role="highschool" group="alum" mini="true" %}
36+
<!-- <h3 style="text-align: start; width: 85%;"> Programmers </h3> -->
37+
{% include alumni-tabled.html role="programmer" group="alum" mini="true" %}
38+
<!-- <h3 style="text-align: start; width: 85%;"> Mascots </h3> -->
39+
{% include alumni-tabled.html role="mascot" group="alum" mini="true" %}
40+
41+
2142
{% include alumni-tabled.html role="pi" group="alum" mini="true" %}
2243
<h3 style="text-align: start; width: 85%;"> Postdoctoral Fellows </h3>
2344
{% include alumni-tabled.html role="postdoc" group="alum" mini="true" %}

0 commit comments

Comments
 (0)