| layout | page |
|---|---|
| title | People |
| permalink | /people/ |
| author | benbfly |
{% if member.twitter %}
Twitter: @{{ member.twitter }}
{% endif %}
{% if member.github %}
GitHub: {{ member.github }}
{% endif %}
{% if member.website %}
Website: {{ member.website }}
{% endif %}
{% if member.orcid %}
ORCID: {{ member.orcid }}
{% endif %}
{% if member.email %}
Email: {{ member.email }}
{% endif %}
{% if member.current_address %}
{% if member.current_address_url %}
Current address: {{ member.current_address }}
{% else %}
Current address: {{ member.current_address }}
{% endif %}
{% endif %}
{% if member.twitter %}
Twitter: @{{ member.twitter }}
{% endif %}
{% if member.github %}
GitHub: {{ member.github }}
{% endif %}
{% if member.website %}
Website: {{ member.website }}
{% endif %}
{% if member.orcid %}
ORCID: {{ member.orcid }}
{% endif %}
{% if member.email %}
Email: {{ member.email }}
{% endif %}
{% if member.current_address %}
{% if member.current_address_url %}
Current address: {{ member.current_address }}
{% else %}
Current address: {{ member.current_address }}
{% endif %}
{% endif %}