From d3b419e3a4f6df35a7f5ebecf54e0b5beee9bde3 Mon Sep 17 00:00:00 2001 From: niryosef Date: Mon, 14 Oct 2024 16:32:44 +0300 Subject: [PATCH] Update and rename people_.md to people.md --- _pages/people.md | 10 ++++ _pages/people_.md | 124 ---------------------------------------------- 2 files changed, 10 insertions(+), 124 deletions(-) create mode 100644 _pages/people.md delete mode 100644 _pages/people_.md diff --git a/_pages/people.md b/_pages/people.md new file mode 100644 index 0000000..7c7e290 --- /dev/null +++ b/_pages/people.md @@ -0,0 +1,10 @@ +--- +layout: page +permalink: /people/ +title: people +description: +nav: true +--- + + + diff --git a/_pages/people_.md b/_pages/people_.md deleted file mode 100644 index 53294dd..0000000 --- a/_pages/people_.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -layout: page -permalink: /people/ -title: people -description: -nav: true ---- - - -{% for person in site.data.members %} - - -
- photo of {{person.name}} -
-

{{person.name}}{% if person.degrees %}, {{person.degrees}} {% endif %}

- {{person.position | markdownify}} - {{person.email}}
- {% if person.twitter %} - @{{person.twitter}}
- {% endif %} - {% if person.website %} - {{person.website}}
- {% endif %} - {% if person.github %} - {{person.github}}
- {% endif %} - {% if person.scholar %} - Scholar Citations
- {% endif %} - {% if person.orcid %} - {{person.orcid}}
- {% endif %} - -
-
-

{{person.description | markdownify}}

-
-
-
-{% endfor %} - -{% if site.data.affiliates %} -

affiliate members

- {% for person in site.data.affiliates %} -
- photo of {{person.name}} -
-

{{person.name}}{% if person.degrees %}, {{person.degrees}} {% endif %}

- {{person.position}}
- {{person.email}}
- {% if person.twitter %} - @{{person.twitter}}
- {% endif %} - {% if person.website %} - {{person.website}}
- {% endif %} - {% if person.github %} - {{person.github}}
- {% endif %} - {% if person.scholar %} - Scholar Citations
- {% endif %} - {% if person.orcid %} - {{person.orcid}}
- {% endif %} - -
-
-

{{person.description | markdownify}}

-
-
-
- {% endfor %} -{% endif %} - - -{% for student in site.data.students %} - - -
- {{student.name}}{% if student.degrees %}, {{student.degrees}} {% endif %}
- {{student.position}}
- {{student.email}}
- {% if student.description %} -
{{student.description}}
- {% else %} - {% for paper in site.data.publications %} - {% if paper.authors contains student.pubmed_name %} -
{{paper.authors | remove: '**'}} {{paper.title}} {{paper.details}}
- {% endif %} - {% endfor %} - {% endif %} -
- -{% endfor %} ---- - -## alumni -{% for alum in site.data.alumni %} - - - - {{alum.name}}{% if alum.degrees %}, {{alum.degrees}} {% endif %}
- previously: {{alum.previously}}
- first position: {{alum.now}}
- {% if alum.website %} {{alum.website}} {% endif %} - {% for paper in site.data.publications %} - {% if paper.authors contains alum.pubmed_name %} -
{{paper.authors | remove: '**'}} {{paper.title}} {{paper.details}}
- {% endif %} - {% endfor %} - -{% endfor %} - ---- - - - -{% for collaborator in site.data.collaborators %} -- {{collaborator.name}}{% if collaborator.degrees %}, {{collaborator.degrees}} {% endif %} - {{collaborator.position}} - {% if collaborator.website %} {{collaborator.website}} {% endif %} -{% endfor %}