Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
galaxyproject
GitHub Repository: galaxyproject/training-material
Path: blob/main/faqs/gtn/gtn_stats.md
2650 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.gtn-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 events = site.pages | where:"layout", "event" %} {% assign events_ext = site.pages | where:"layout", "event-external" %} {% assign events_s = events | size %} {% assign events_ext_s = events_ext | size %} {% assign videos = site | list_videos %} {% assign editors = site | list_editors_flat %} {% assign workflow_count = site | count_workflows %} {% assign orgs = site.data['organisations'] %}

{% if include.compact %}

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

{% else %}

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

Community Stats

{{ contributors | size }}
Contributors
{{ editors | size }}
Editorial Board Members
{{ events_s | plus: events_ext_s }}
Events
{{ orgs | where_exp: "org", "org.gtn-halloffame != 'no'" | size }}
Supporting Organisations
{% endif %}