-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
83 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<div style="height: 2rem"></div> | ||
|
||
<!-- based on https://jekyllrb.com/docs/step-by-step/09-collections/#list-authors-posts --> | ||
{% assign filtered_people = site.people | where_exp: 'person', "include.people contains person.short_name" %} | ||
<people-list> | ||
{% for person in filtered_people %} | ||
{% if person.center %} | ||
{% assign object_pos = person.center %} | ||
{% else %} | ||
{% assign object_pos = "0 0" %} | ||
{% endif %} | ||
<people-card style="display:flex;align-items:center"> | ||
<h2> | ||
{{ person.name }} | ||
</h2> | ||
<img src="{{ person.picture }}" style="object-fit:cover;object-position:{{ object_pos }}" width="100" height="100"/> | ||
{% if person.job %} | ||
{{ person.job }} | ||
{% endif %} | ||
</people-card> | ||
{% endfor %} | ||
</people-list> | ||
|
||
<div style="height: 2rem"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Erik Schomburg | ||
short_name: schomburg | ||
picture: /assets/schomburg.avif | ||
job: Research Scientist, CCN | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Sofia Skromne Carrasco | ||
short_name: skromne-carrasco | ||
picture: /assets/skromne-carrasco.jpeg | ||
center: 0 30% | ||
job: PhD candidate, McGill University | ||
--- | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: Aramis Tanelus | ||
short_name: tanelus | ||
picture: /assets/Tanelus_Aramis-scaled.avif | ||
job: Research Associate, CCN | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters