Skip to content

Latest commit

 

History

History
91 lines (79 loc) · 1.99 KB

teams.md

File metadata and controls

91 lines (79 loc) · 1.99 KB
layout title permalink redirect
page
Research Themes
/research/teams/
/research/themes/

Research Themes

{% if page.redirect %}

<script type="text/javascript"> window.location.href = "{{ page.redirect }}" </script>

If you are not redirected automatically, follow this link.

{% else %}

The following list is a list of the lab's research themes.

Active

{% for team in site.teams %} {% if team.active and team.team_home %}

{% endif %} {% endfor %}
{% if team.gallery.size > 0 %} {{ team.gallery.first[1] }} {% endif %} #### [{{ team.name }}]({{ team.url }}) {% if team.blurb %} {{ team.blurb }} {% else %} {{ team.content }} {% endif %}

Inactive

{% for team in site.teams %} {% if team.active != true and team.team_home%}

{% endif %} {% endfor %}
{% if team.gallery.size > 0 %} {{ team.gallery.first[1] }} {% endif %} #### [{{ team.name }}]({{ team.url }}) {% if team.blurb %} {{ team.blurb }} {% else %} {{ team.content }} {% endif %}
{% for website in team.websites %} {% if website.primary %}
{{team.name}} website
{% endif %} {% endfor %} {% for repo in team.github_repositories %} {% if repo.primary %}
{{team.name}} repository
{% endif %} {% endfor %}

{% endif %}