Skip to content

Commit 6115d64

Browse files
Merge pull request #14 from ESMValGroup/Adding_ESMValTool_elements
Apply ESMValTool theme
2 parents 34dfa33 + 9cc02ed commit 6115d64

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5662
This section demonstrates all the instructions for developing a lesson in the

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ kind: "lesson"
3131
repository: <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.
3737
amy_site: "https://amy.carpentries.org/workshops"
@@ -50,9 +50,9 @@ training_site: "https://carpentries.github.io/instructor-training"
5050
workshop_repo: "https://github.com/carpentries/workshop-template"
5151
workshop_site: "https://carpentries.github.io/workshop-template"
5252
cc_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.
5858
pre_survey: "https://carpentries.typeform.com/to/wi32rS?slug="

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
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

assets/img/ESMValTool-logo.png

45.7 KB
Loading
-28 KB
Binary file not shown.

reference.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,17 @@
22
layout: 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 %}

0 commit comments

Comments
 (0)