Skip to content

Latest commit

 

History

History
112 lines (102 loc) · 2.44 KB

opportunities.md

File metadata and controls

112 lines (102 loc) · 2.44 KB
layout title subTitle
simple
Opportunities
Conferences, Jobs, Fellowships, Internships

Conferences

{% for opp in site.data.opportunities %}{% if opp.post %}{% if opp.type == 'conference'%} {% endif %}{% endif %}{% endfor %}
Conference Opportunity Location Deadline
{{ opp.name }} {{ opp.headline }} {{ opp.location }} {{ opp.closing }}

Jobs

{% for opp in site.data.opportunities %}{% if opp.post %}{% if opp.type == 'job'%} {% endif %}{% endif %}{% endfor %}
Title Institution Location Closing
{{ opp.name }} {{ opp.institution }} {{ opp.location }} {{ opp.closing }}

Internships

{% for opp in site.data.opportunities %}{% if opp.post %}{% if opp.type == 'internship'%} {% endif %}{% endif %}{% endfor %}
Title Institution Location Closing
{{ opp.name }} {{ opp.institution }} {{ opp.location }} {{ opp.closing }}

Fellowships

{% for opp in site.data.opportunities %}{% if opp.post %}{% if opp.type == 'fellowship'%} {% endif %}{% endif %}{% endfor %}
Title Institution Location Closing
{{ opp.name }} {{ opp.institution }} {{ opp.location }} {{ opp.closing }}

Funding Opportunities

{% for opp in site.data.opportunities %}{% if opp.post %}{% if opp.type == 'funding'%} {% endif %}{% endif %}{% endfor %}
Funding Opportunity Funder Deadline Summary
{{ opp.name }} {{ opp.institution }} {{ opp.closing }} {{ opp.Headline }}

If you would like to post a position or opportunity, please email info@zephyrtransport.org.