Skip to content

Commit ed4d2e0

Browse files
committed
degrees
1 parent a4eb67c commit ed4d2e0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

_layouts/profiles.liquid

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ layout: page
6262
{% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=profile.image %}
6363
{% endif %}
6464
<div class="profile-name">{{ profile.name }}</div> <!-- Name at the bottom -->
65+
<div class="profile-degree">{{ profile.degree }}</div>
6566
{% if profile.more_info %}
6667
<div class="more-info">{{ profile.more_info }}</div>
6768
{% endif %}
@@ -72,7 +73,7 @@ layout: page
7273
</div>
7374

7475
<!-- Alumni Header -->
75-
<h2>Alumni</h2>
76+
<h2>Alumnis</h2>
7677
<div class="row">
7778
{% for profile in page.profiles %}
7879
{% if profile.type == 'alumni' %}
@@ -90,6 +91,8 @@ layout: page
9091
{% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=profile.image %}
9192
{% endif %}
9293
<div class="profile-name">{{ profile.name }}</div> <!-- Name at the bottom -->
94+
<div class="profile-degree">{{ profile.degree }}</div>
95+
<div class="profile-now">{{ profile.now }}</div>
9396
{% if profile.more_info %}
9497
<div class="more-info">{{ profile.more_info }}</div>
9598
{% endif %}

_pages/profiles.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ profiles:
1414
type: student
1515
name: M Maruf
1616
image: maruf_upd.jpg
17+
degree: PhD Student
1718
content: about/about_sepideh.md
1819
image_circular: false # crops the image to make it circular
1920
more_info: >
@@ -39,6 +40,7 @@ profiles:
3940
type: student
4041
name: Medha Sawhney
4142
image: MedhaSawhney.jpg
43+
degree: PhD Student
4244
content: about/about_sepideh.md
4345
image_circular: false # crops the image to make it circular
4446
more_info: >
@@ -62,6 +64,7 @@ profiles:
6264
- align: left
6365
type: student
6466
name: Abhilash Neog
67+
degree: Masters Student
6568
image: Abhilash-Neog_upd.jpg
6669
content: about/about_sepideh.md
6770
image_circular: false # crops the image to make it circular
@@ -86,6 +89,7 @@ profiles:
8689
- align: left
8790
type: student
8891
name: Mridul Khurana
92+
degree: Masters Student
8993
image: Mridul-Khurana_upd.jpg
9094
content: about/about_sepideh.md
9195
image_circular: false # crops the image to make it circular
@@ -110,6 +114,7 @@ profiles:
110114
- align: left
111115
type: student
112116
name: Kazi Sajeed Mehrab
117+
degree: PhD Student
113118
image: Kazi-Sajeed-Mehrab_upd.jpg
114119
content: about/about_sepideh.md
115120
image_circular: false # crops the image to make it circular
@@ -134,6 +139,7 @@ profiles:
134139
- align: left
135140
type: student
136141
name: Harishbabu Manogaran
142+
degree: Masters Student
137143
image: Harish-Babu-Manogaran.jpg
138144
content: about/about_sepideh.md
139145
image_circular: false # crops the image to make it circular
@@ -158,6 +164,7 @@ profiles:
158164
- align: left
159165
type: student
160166
name: Amartya Dutta
167+
degree: Masters Student
161168
image: Amartya-Dutta_upd.jpg
162169
content: about/about_sepideh.md
163170
image_circular: false # crops the image to make it circular
@@ -182,6 +189,7 @@ profiles:
182189
- align: left
183190
type: student
184191
name: Sepideh Fatemi
192+
degree: PhD Student
185193
image: SepidehFatemi_upd.jpg
186194
content: about/about_sepideh.md
187195
image_circular: false # crops the image to make it circular
@@ -206,6 +214,7 @@ profiles:
206214
- align: left
207215
type: student
208216
name: Aanish Pradhan
217+
degree: Masters Student
209218
image: sample_img.jpg
210219
content: about/about_sepideh.md
211220
image_circular: false # crops the image to make it circular
@@ -230,6 +239,8 @@ profiles:
230239
- align: left
231240
type: alumni
232241
name: Arka Daw
242+
degree: PhD Student, 2023
243+
now: Distinguished Staff Fellow, ORNL
233244
image: Arka_pic-upd.jpg
234245
content: about/about_sepideh.md
235246
image_circular: false # crops the image to make it circular
@@ -254,6 +265,8 @@ profiles:
254265
- align: left
255266
type: alumni
256267
name: Jie Bu
268+
degree: PhD Student, 2023
269+
now: Machine Learning Engineer, Apple
257270
image: Jie_upd.jpg
258271
content: about/about_sepideh.md
259272
image_circular: false # crops the image to make it circular
@@ -278,6 +291,8 @@ profiles:
278291
- align: left
279292
type: alumni
280293
name: Mohannad Elhamod
294+
degree: PhD Student, 2023
295+
now: Clinical Assistant Professor, Boston University
281296
image: ElhamodMohannad.jpg
282297
content: about/about_sepideh.md
283298
image_circular: false # crops the image to make it circular

0 commit comments

Comments
 (0)