{% 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 unless this is a Carpentries Lab lesson {% 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 %} {% endif %}