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.
-
{% for entry in site.data.mentors %}
-
{{ entry.name }}
{% if entry contains "orcid" %}
{% endif %}
{% if entry contains "linkedin" %}
{% endif %}
{% if entry contains "github" %}
{% endif %}
{% if entry contains "wikidata" %}
{% 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 %}
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" %}
{% endif %}
{% if entry contains "linkedin" %}
{% endif %}
{% if entry contains "github" %}
{% endif %}
{% if entry contains "wikidata" %}
{% 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 %}