{% if site.life_cycle == "pre-alpha" %}
This lesson is still being designed and assembled (Pre-Alpha version)
{% elsif site.life_cycle == "alpha" %}
This lesson is in the early stages of development (Alpha version)
{% elsif site.life_cycle == "beta" %}
This lesson is being piloted (Beta version)
{% elsif site.life_cycle == "stable" %} {% comment %} We do not do anything special for lessons in stable {% endcomment %} {% comment %} Below we cover the 2 phases of lesson transition towards the Carpentries Workbench: Variables needed: - transition_date_prebeta: the date of the prebeta stage - transition_date_beta: the date of the beta stage - transition_date_prerelease: the date of the prerelease stage - transition-step-1: We notify that there is a snapshot of the lesson available for testing, and that it will supersede this version. - transition-step-2 We indicate that this version of the lesson is a snapshot and a new version of the lesson is avaiable and will supersede this version at a given date. {% endcomment %} {% elsif site.life_cycle == "transition-step-1" %} {% include check_transition_variables.html need_transition_date = 'true' %}
A snapshot of this lesson from {{ site.transition_date_prebeta }} is being tested on The Carpentries Workbench: https://preview.carpentries.org/{{ repo_name }}.
The Workbench version of this lesson will become default on {{ site.transition_date_prerelease }}.
{% elsif site.life_cycle == "transition-step-2" %} {% include check_transition_variables.html need_transition_date = 'true' %} {% endif %} {% comment %} For Carpentries Lab lessons we add a banner about the review status {% endcomment %} {% if site.carpentry == "lab" %} {% if site.doi contains "zenodo" %}{% assign listing=" on Zenodo" %} {% elsif site.doi contains "jose" %}{% assign listing=" in JOSE" %} {% else %}{% assign listing="none" %} {% endif %}
This lesson has passed peer-review! {% if site.doi != "" %}See the publication{{ listing }}.{% endif %}
{% endif %}