Skip to content

Commit

Permalink
Merge pull request #31 from expfactory/add/experiments
Browse files Browse the repository at this point in the history
adding containers to recipes page to close #30
  • Loading branch information
vsoch committed Nov 17, 2017
2 parents a2de887 + c15cae8 commit beb669e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/_data/containers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- name: expfactory-games
base: "docker"
url: "https://hub.docker.com/r/vanessa/expfactory-games/"
maintainer: "@vsoch"
description: Example Docker container with all experiment factory (phaser) games
- name: expfactory-games
base: "docker"
url: "https://hub.docker.com/r/vanessa/expfactory-experiments/"
maintainer: "@vsoch"
description: Example Docker container with all experiment factory (jspsych) experiments
- name: expfactory-surveys
base: "docker"
url: "https://hub.docker.com/r/vanessa/expfactory-surveys/"
maintainer: "@vsoch"
description: Example Docker container with all experiment factory surveys
13 changes: 13 additions & 0 deletions docs/_includes/recipes_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
<td>{{ recipe.maintainer }}</td>
</tr>
{% endfor %}

{% for recipe in site.data.containers %}
<tr>
<td>
<a href="{{ recipe.url }}" target="_blank">
<span class="label label-primary">VIEW</span></a>
</td>
<td>container</td>
<td>{{ recipe.base }}</td>
<td></td>
<td>{{ recipe.maintainer }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
Expand Down

0 comments on commit beb669e

Please sign in to comment.