layout |
---|
base |
{% assign tutorials = site.pages | where:"layout", "tutorial_hands_on" | where_exp:"item","item.enable != false" %}
{% assign topics = site.data | where_exp: "item", "item.type" | where_exp:"item","item.enable != false" %} {% assign topics_science = topics | where: "type","use" | where_exp:"item","item.enable != false" | sort: "name" %} {% assign topics_technical = topics | where_exp: "item", "item.type != 'use'" | where_exp: "item", "item.type != 'map'" | where_exp:"item","item.enable != false" %}
{% assign contributors = site.data['contributors'] | where_exp: "item", "item.halloffame != 'no'" | sort: "joined" %} {% assign contributors_by_month = contributors | group_by: "joined" %} {% assign contributors_over_time = "" | split: ',' %} {% assign contributors_over_time_labels = "" | split: ',' %} {% assign contributors_count = 0 %} {% for m in contributors_by_month %} {% assign new_contributors = m.items | size %} {% assign contributors_count = contributors_count | plus: new_contributors%} {% assign contributors_over_time = contributors_over_time | push: contributors_count %} {% assign contributors_over_time_labels = contributors_over_time_labels | push: m.name %} {% endfor %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> <style type="text/css" media="all"> .card-title { font-size: 2rem; text-align: center; } </style>{% snippet faqs/gtn/gtn_stats.md %}
Welcome to our newest members!
{% assign new_members = site.data['contributors'] | most_recent_contributors: 10 %}
<ul>
{% for m in new_members %}
{% assign i = m[0] %}
<li>{% include _includes/contributor-badge.html id=i %}</li>
{% endfor %}
</ul>
<p class="card-text">Thanks a lot for your contributions!</p>
Date | Topic | Title |
---|---|---|
{{ tuto.last_modified_at | date: "%b %-d, %Y" }} | {{ topic.title }} | {{ tuto.title }} |
Thanks a lot for your contributions!
You get to see the same data that we do! Visit plausible.galaxyproject.eu.
<iframe src="https://plausible.galaxyproject.eu/training.galaxyproject.org" width="100%" height="1600px" frameBorder="0"></iframe>