Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
galaxyproject
GitHub Repository: galaxyproject/training-material
Path: blob/main/faqs/gtn/gtn_stats.md
1677 views
---
title: GTN Stats area: other layout: faq box_type: none contributors: [hexylena] description: Statistics over the GTN
---

{% assign tutorials = site.pages | where:"layout", "tutorial_hands_on" | where_exp:"item","item.draft != true" %} {% assign faqs = site.pages | where:"layout", "faq" %} {% assign topics = site | list_topics_by_category: "science-technical" | to_keys %} {% assign contributors = site.data['contributors'] | where_exp: "item", "item.halloffame != 'no'" | sort: "joined" %} {% assign learning_pathways = site.pages | where:"layout", "learning-pathway" | where_exp:"item","item.draft != true" %} {% assign news = site.posts | where:"layout", "news" %} {% assign videos = site | list_videos %}

{% if include.compact %}

{{ contributors | size }}
Contributors
{{ topics | size }}
Topics
{{ tutorials | size }}
Tutorials
{{ site.age | round: 1}}
Years

{% else %}

{{ topics | size }}
Topics
{{ tutorials | size }}
Tutorials
{{ learning_pathways | size }}
Learning Paths
{{ faqs | size }}
FAQs
{{ contributors | size }}
Contributors
{{ site.age | round: 1}}
Years
{{ news | size }}
News Posts
{{ videos | size }}
Videos ({{ site | list_videos_total_time | round:1}}h)
{% endif %}