Skip to content

Commit 8d405d3

Browse files
committed
clean up the membership
1 parent 3a5a8f6 commit 8d405d3

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

_data/team.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
- name: Dennis Yi Tenen
2-
affiliation: Department of English and Comparative Literature
2+
affiliation: English and Comparative Literature
33
university: Columbia University
4-
title: Founder, Faculty Associate
4+
title: Director
55
link: https://dennistenen.com/
66
image: denten.jpg
77
year:
88
- 2024
99
- 2025
1010

1111
- name: Jessica Merrill
12-
affiliation: Department of Slavic Languages
12+
affiliation: Slavic Languages
1313
university: Columbia University
1414
title: Faculty Associate
1515
link: https://slavic.columbia.edu/content/jessica-e-merrill
@@ -19,7 +19,7 @@
1919
- 2025
2020

2121
- name: Moira Weigel
22-
affiliation: Department of Comparative Literature
22+
affiliation: Comparative Literature
2323
university: Harvard University
2424
title: Faculty Associate
2525
link: https://complit.fas.harvard.edu/people/moira-weigel/
@@ -47,7 +47,7 @@
4747
- 2025
4848

4949
- name: Julia Meghan Walton
50-
affiliation: Department of English and Comparative Literature
50+
affiliation: English and Comparative Literature
5151
university: Columbia University
5252
title: Graduate Research Fellow
5353
link: https://english.columbia.edu/content/julia-meghan-walton
@@ -57,7 +57,7 @@
5757
- 2025
5858

5959
- name: Ramathi Bandaranayake
60-
affiliation: Department of English and Comparative Literature
60+
affiliation: English and Comparative Literature
6161
university: Columbia University
6262
title: Graduate Research Fellow
6363
link: https://english.columbia.edu/content/ramathi-bandaranayake
@@ -67,7 +67,7 @@
6767
- 2025
6868

6969
- name: Barbara Roskosa
70-
affiliation: Department of Anthropology
70+
affiliation: Anthropology
7171
university: Columbia University
7272
title: Graduate Research Fellow
7373
link: https://www.linkedin.com/in/barbara-rosko%C5%A1a-735257209
@@ -118,7 +118,7 @@
118118
- 2025
119119

120120
- name: Quynh Hai Luong
121-
affiliation: Department of East Asian Languages & Cultures
121+
affiliation: East Asian Languages & Cultures
122122
university: Columbia University
123123
title: Graduate Research Fellow
124124
link: null

_pages/team.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,36 @@
99

1010
<div class="mt-4 mx-8 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 max-w-5xl">
1111
{% for member in site.data.team %}
12-
<div class="bg-white rounded-md p-3 flex flex-col items-start gap-3">
12+
<div class="bg-white rounded-md p-3 flex flex-col items-start">
1313

1414
<!-- Profile Image (Left-Aligned for Balance) -->
1515
<img class="w-20 h-20 rounded-xl object-cover self-start"
1616
src="/assets/images/team/{{ member.image }}"
1717
alt="Profile photo of {{ member.name }}" />
1818

1919
<!-- Title Section -->
20-
<div class="flex items-center">
21-
<p class="text-sm ml-1 leading-none text-gray-500 font-ibmsans text-left">{{ member.title }}</p>
22-
</div>
23-
2420
<span class="p0 m0">
2521
<!-- Name (Left-Aligned) -->
2622
{% if member.link %}
27-
<a href="{{ member.link }}" target="_blank" class="hover:text-sky-800 text-base font-semibold mt-1 block text-left">
23+
<a href="{{ member.link }}" target="_blank" class="hover:text-sky-800 text-base font-semibold block text-left">
2824
<h2 class="font-ibmserif">{{ member.name }}</h2>
2925
</a>
3026
{% else %}
31-
<h2 class="font-ibmserif text-base font-semibold mt-1 text-left">{{ member.name }}</h2>
27+
<h2 class="font-ibmserif text-base font-semibold text-left">{{ member.name }}</h2>
3228
{% endif %}
3329

30+
<div class="flex items-center bg-gray-100">
31+
<small class="leading-none text-gray-600 text-left leading-tight">{{
32+
member.title }}</small>
33+
</div>
34+
35+
3436
<!-- Affiliation (Left-Aligned) -->
3537

36-
<small class="text-gray-600 font-ibmsans text-left block leading-tight">
38+
<small class="text-gray-600 text-left block leading-tight">
3739
{{ member.affiliation }}
3840
</small>
39-
<small class="font-ibmserif block leading-tight">
41+
<small class="text-gray-600 block leading-tight">
4042
{{ member.university }}
4143
</small>
4244
</span>

0 commit comments

Comments
 (0)