Skip to content
Snippets Groups Projects
Unverified Commit 798ace29 authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Internal projects working

parent e2bded56
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ permalink: /projects/completed/ ...@@ -6,7 +6,7 @@ permalink: /projects/completed/
{% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "end_date" | reverse %} {% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "end_date" | reverse %}
#### Completed, externally funded Projects ([projects with current funding](../). #### Completed, externally funded Projects
<ul class="collection"> <ul class="collection">
{% for item in projects %} {% for item in projects %}
......
...@@ -6,11 +6,13 @@ permalink: /projects/ ...@@ -6,11 +6,13 @@ permalink: /projects/
{% assign projects = site.pages | where: "layout", "project" | where: "active", "true" | sort: "start_date" %} {% assign projects = site.pages | where: "layout", "project" | where: "active", "true" | sort: "start_date" %}
#### Projects with external funding ([completed projects](../completed)). #### Projects with external funding
<ul class="collection"> <ul class="collection">
{% for item in projects %} {% for item in projects %}
{% unless item.funding == 'internal' %} {% include psitem.html %} {% endunless %} {% unless item.funding == 'internal' %}
{% include psitem.html %}
{% endunless %}
{% endfor %} {% endfor %}
</ul> </ul>
...@@ -19,7 +21,9 @@ We also organize some of our research and development into Projects, ...@@ -19,7 +21,9 @@ We also organize some of our research and development into Projects,
<ul class="collection"> <ul class="collection">
{% for item in projects %} {% for item in projects %}
{% if item.funding == 'internal' %} {% include psitem.html %} {% endif %} {% if item.funding == 'internal' %}
{% include psitem.html %}
{% endif %}
{% endfor %} {% endfor %}
</ul> </ul>
......
...@@ -11,6 +11,8 @@ people: ...@@ -11,6 +11,8 @@ people:
- mkohlhase - mkohlhase
- dmueller - dmueller
- frabe - frabe
funding: internal
--- ---
The aim of the Tetrapod project is to produce tools for **trustworthy and efficient The aim of the Tetrapod project is to produce tools for **trustworthy and efficient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment