Skip to content

Commit 0d761e6

Browse files
committed
Create new team design and structure
Update role description Update CDI program link in announcement Changed the external link for the Career Development Institute for Psychiatry (CDI) in the announcement to point to https://cdipsychiatry.org/ instead of the previous URL. Update team page title capitalization Changed the 'title' field in the team page front matter from 'Team' to 'team' for consistency in capitalization. Update team member roles and importance values Adjusted the 'importance' values for several team members and changed Dr. Shalaila Haas's category from 'Director' to 'Lab' to better reflect current team structure.
1 parent 6014a9a commit 0d761e6

15 files changed

Lines changed: 50 additions & 24 deletions

_includes/figure.liquid

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@
4646
{% else %}
4747
height="auto"
4848
{% endif %}
49-
{% if include['min-width'] or include['min-height'] or include['max-width'] or include['max-height'] %}
49+
{% if include.style or include['min-width'] or include['min-height'] or include['max-width'] or include['max-height'] %}
5050
style="
51+
{% if include.style %}
52+
{{ include.style }}
53+
{% endif %}
5154
{% if include['min-width'] %}
5255
min-width: {{ include.min-width }};
5356
{% endif %}

_includes/team_member.liquid

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<div class="col mb-4">
2+
<a href="{% if project.redirect %}{{ project.redirect }}{% else %}{{ project.url | relative_url }}{% endif %}" style="text-decoration: none; color: inherit;">
3+
<div class="card h-100 hoverable border-0 bg-transparent">
4+
{% if project.img %}
5+
<div class="text-center mt-3">
6+
{%
7+
include figure.liquid
8+
loading="eager"
9+
path=project.img
10+
sizes = "150px"
11+
alt="project thumbnail"
12+
class="rounded-circle img-fluid z-depth-1"
13+
style="width: 150px; height: 150px; object-fit: cover;"
14+
%}
15+
</div>
16+
{% endif %}
17+
<div class="card-body text-center p-2">
18+
<h5 class="card-title mb-1">{{ project.title }}</h5>
19+
<p class="card-text small text-muted">{{ project.description }}</p>
20+
</div>
21+
</div>
22+
</a>
23+
</div>

_news/announcement_7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ date: 2024-01-19 15:59:00-0400
44
inline: true
55
---
66

7-
I am excited to announce that I have been selected to participate in the 2024 Career Development Institute for Psychiatry (CDI). Further details about this exciting two-year career enhacement opportunity for early-stage clinical scientists are available [here](https://www.cdi.pitt.edu/about).
7+
I am excited to announce that I have been selected to participate in the 2024 Career Development Institute for Psychiatry (CDI). Further details about this exciting two-year career enhacement opportunity for early-stage clinical scientists are available [here](https://cdipsychiatry.org/).

_pages/team.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ permalink: /team/
44
title: team
55
description: Current and previous members of the lab
66
nav: true
7-
nav_order: 7
8-
display_categories: [Director, Undergraduate, Graduate, Collaborators, Alumni]
7+
nav_order: 6
8+
display_categories: [Lab, Collaborators, Alumni]
99
horizontal: true
1010
---
1111

@@ -21,9 +21,9 @@ horizontal: true
2121
<!-- Generate cards for each project -->
2222
{% if page.horizontal -%}
2323
<div class="container">
24-
<div class="row row-cols-2">
24+
<div class="row row-cols-2 row-cols-sm-3 row-cols-md-4 row-cols-lg-5">
2525
{%- for project in sorted_projects -%}
26-
{% include projects_horizontal.liquid %}
26+
{% include team_member.liquid %}
2727
{%- endfor %}
2828
</div>
2929
</div>
@@ -47,9 +47,9 @@ horizontal: true
4747
{% if page.horizontal -%}
4848

4949
<div class="container">
50-
<div class="row row-cols-2">
50+
<div class="row row-cols-2 row-cols-sm-3 row-cols-md-4 row-cols-lg-5">
5151
{%- for project in sorted_projects -%}
52-
{% include projects_horizontal.html %}
52+
{% include team_member.liquid %}
5353
{%- endfor %}
5454
</div>
5555
</div>

_team/edwards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: page
33
title: Sam Edwards
44
description: Research Coordinator
55
img: https://avatars.githubusercontent.com/u/195005691?v=4
6-
importance: 1
7-
category: Graduate
6+
importance: 2
7+
category: Lab
88
---
99

1010
<div class="profile float-right mb-3">

_team/fording.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Kendall Fording
44
description: Volunteer
55
img: https://avatars.githubusercontent.com/u/244421655?v=4
66
importance: 6
7-
category: Graduate
7+
category: Lab
88
---
99

1010
<div class="profile float-right mb-3">

_team/foster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Bree Foster
44
description: Volunteer
55
img: https://avatars.githubusercontent.com/u/244768533?v=4
66
importance: 6
7-
category: Graduate
7+
category: Lab
88
---
99

1010
<div class="profile float-right mb-3">

_team/franco.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Matthew Franco
44
description: Volunteer
55
img: https://avatars.githubusercontent.com/u/245443621?v=4
66
importance: 5
7-
category: Graduate
7+
category: Lab
88
---
99

1010
<div class="profile float-right mb-3">

_team/haas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: page
33
title: Dr. Shalaila Haas
4-
description: Assistant Professor at Mount Sinai
4+
description: Assistant Professor and Director of the MIND Lab
55
img: https://avatars.githubusercontent.com/u/13004398
66
importance: 1
7-
category: Director
7+
category: Lab
88
---
99

1010
<div class="profile rounded-circle float-right mb-3">

_team/obergh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Danielle Obergh
44
description: Volunteer
55
img: https://avatars.githubusercontent.com/u/244402906?v=4
66
importance: 4
7-
category: Graduate
7+
category: Lab
88
---
99

1010
<div class="profile float-right mb-3">

0 commit comments

Comments
 (0)