File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed
Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ and to meet some of our community members.
4141 you can submit a pull request (PR).
4242 Instructions for doing this are [ included below] ( #using-github ) .
4343
44+ 4 . Information on how to write a software carpentry lesson,
45+ can be found [ here] ( https://carpentries.github.io/lesson-example/ ) .
46+
4447## Where to Contribute
4548
46491 . If you wish to change this tutorial,
@@ -71,7 +74,7 @@ and submitting [bug reports][issues]
7174about things that don't work, aren't clear, or are missing.
7275If you are looking for ideas, please see the 'Issues' tab for
7376a list of issues associated with this repository,
74- or you may also look at the issues for [ Data Carpentry] [ dc-issues ] ,
77+ or you may also look at the issues for [ Data Carpentry] [ dc-issues ] ,
7578[ Software Carpentry] [ swc-issues ] , and [ Library Carpentry] [ lc-issues ] projects.
7679
7780Comments on issues and reviews of pull requests are just as welcome:
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ training_site: "https://carpentries.github.io/instructor-training"
4949workshop_repo : " https://github.com/carpentries/workshop-template"
5050workshop_site : " https://carpentries.github.io/workshop-template"
5151cc_by_human : " https://creativecommons.org/licenses/by/4.0/"
52- ea_github : " https://github.com/escience-academy /"
53- ea_pages : " https://github.com/escience-academy/escience-academy.github .io"
54- ea_site : " https://escience-academy. github.io "
52+ esmvaltool_site : " https://www.esmvaltool.org /"
53+ esmvaltool_rtd : " https://esmvaltool.readthedocs .io"
54+ esmvaltool_github : " https://github.com/ESMValGroup "
5555
5656# Surveys.
5757pre_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 @@ -4,6 +4,13 @@ layout: reference
44
55## Glossary
66
7- FIXME
7+
8+ ## Refences:
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 )
815
916{% include links.md %}
You can’t perform that action at this time.
0 commit comments