Skip to content

Latest commit

 

History

History
121 lines (116 loc) · 4 KB

mentorship.md

File metadata and controls

121 lines (116 loc) · 4 KB
layout title permalink
page
Mentorship
/mentorship/

Mentorship is so much more than being a supervisor or a boss. As scientists, we owe a great deal to our mentors in the classroom and lab, each of whom altruistically invested their time and confidence in us. We can thank them by doing the same for others, the same as they did for us.

My Mentors

    {% for entry in site.data.mentors %}
  • {{ entry.name }} {% if entry contains "orcid" %} ORCID logo {% endif %} {% if entry contains "linkedin" %} LinkedIn logo {% endif %} {% if entry contains "github" %} GitHub logo {% endif %} {% if entry contains "wikidata" %} WikiData logo {% endif %}
      {% for role in entry.roles %}
    • {{ role.name }}{% if role.location.group.name %} in the {% if role.location.group.url %} {{ role.location.group.name }} {% else %} {{ role.location.group.name }} {% endif %}{% endif %} in the {{ role.location.organization.name }} {% if role.location.institute.url %} {{ role.location.institute.name }} {% else %} {{ role.location.institute.name }} {% endif %} {% if role.end %} from {{ role.start.month }} {% if role.start.year != role.end.year %} {{ role.start.year }} {% endif %} to {{ role.end.month }} {{ role.end.year }} {% else %} starting {{ role.start.month }} {{ role.start.year }} {% endif %}
    • {% endfor %}
  • {% endfor %}

My Mentees

I've had the opportunity to recruit, mentor, and work with many wonderful students:

    {% for entry in site.data.mentees %}
  • {{ entry.name }} {% if entry contains "orcid" %} ORCID logo {% endif %} {% if entry contains "linkedin" %} LinkedIn logo {% endif %} {% if entry contains "github" %} GitHub logo {% endif %} {% if entry contains "wikidata" %} WikiData logo {% endif %}
      {% for role in entry.roles %}
    • {{ role.name }} {% if role.location.group.name %} in the {{ role.location.group.name }} {% endif %} in the {{ role.location.organization.name }} {{ role.location.institute.name }} from {{ role.start.month }} {% if role.start.year != role.end.year %} {{ role.start.year }} {% endif %} {% if role.end %} to {{ role.end.month }} {{ role.end.year }} {% else %} (current) {% endif %}
    • {% endfor %}
  • {% endfor %}