File tree Expand file tree Collapse file tree 6 files changed +25
-6
lines changed
Expand file tree Collapse file tree 6 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ There are many ways to contribute:
5151 [ maintainers] [ tutorial-maintainers ] have final say over what gets merged into
5252 the tutorial.
5353
54+ * Information on how to write a software carpentry lesson,
55+ can be found [ here] ( https://carpentries.github.io/lesson-example/ ) .
56+
57+ * Guidelines on how to develop a software carpentry style curriculum
58+ can be found [ here] ( https://carpentries.github.io/curriculum-development/ ) .
59+
5460## Tutorial guidelines
5561
5662This section demonstrates all the instructions for developing a lesson in the
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ kind: "lesson"
3131repository : <USERNAME>/<PROJECT>
3232
3333# Email address, no mailto:
34- email : " esmvaltool @listserv.dfn.de"
34+ email : " esmvaltool_user_engagement_team @listserv.dfn.de"
3535
3636# Sites.
3737amy_site : " https://amy.carpentries.org/workshops"
@@ -50,9 +50,9 @@ training_site: "https://carpentries.github.io/instructor-training"
5050workshop_repo : " https://github.com/carpentries/workshop-template"
5151workshop_site : " https://carpentries.github.io/workshop-template"
5252cc_by_human : " https://creativecommons.org/licenses/by/4.0/"
53- ea_github : " https://github.com/escience-academy /"
54- ea_pages : " https://github.com/escience-academy/escience-academy.github .io"
55- ea_site : " https://escience-academy. github.io "
53+ esmvaltool_site : " https://www.esmvaltool.org /"
54+ esmvaltool_rtd : " https://esmvaltool.readthedocs .io"
55+ esmvaltool_github : " https://github.com/ESMValGroup "
5656
5757# Surveys.
5858pre_survey : " https://carpentries.typeform.com/to/wi32rS?slug="
Original file line number Diff line number Diff line change 3333 < img class ="navbar-logo " src ="{{ relative_root_path }}{% link /assets/img/cp-logo-blue.svg %} " alt ="The Carpentries logo " />
3434 </ a >
3535 {% elsif site.carpentry == "ea" %}
36- < a href ="{{ site.ea_site }} " class ="pull-left ">
37- < img class ="navbar-logo " src ="{{ relative_root_path }}{% link /assets/img/escience-academy- logo.png %} " alt ="eScienceAcademy logo " />
36+ < a href ="{{ site.esmvaltool_site }} " class ="pull-left ">
37+ < img class ="navbar-logo " src ="{{ relative_root_path }}{% link /assets/img/ESMValTool- logo.png %} " alt ="ESMValTool logo " />
3838 </ a >
3939 {% endif %}
4040
Original file line number Diff line number Diff line change 22layout : reference
33---
44
5+ ## Glossary
6+
7+
8+ ## References:
9+
10+ [ ESMValTool main website] ( https://www.esmvaltool.org/ )
11+
12+ [ ESMValTool Read the Docs] ( https://esmvaltool.readthedocs.io )
13+
14+ [ ESMValTool github] ( https://github.com/ESMValGroup )
15+
16+ [ ESMValTool technical paper] ( https://doi.org/10.5194/gmd-13-1179-2020 )
17+
518{% include links.md %}
You can’t perform that action at this time.
0 commit comments