Skip to content

Commit

Permalink
first version of new ESMValtool website
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-lauer committed May 24, 2022
1 parent 5420dbd commit f0ca286
Show file tree
Hide file tree
Showing 93 changed files with 1,891 additions and 152 deletions.
4 changes: 1 addition & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

<div class="text-center">
<h1>Whoops, this page doesn't exist.</h1>
<h1>Move along. (404 error)</h1>
<h1>(error 404)</h1>
<br/>

<img src="{{ 'assets/img/404-southpark.jpg' | relative_url }}" alt="Not found" />
</div>
82 changes: 50 additions & 32 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,59 @@
# --- Required options --- #

# Name of website
title: My Website
title: ESMValTool

# Your name to show in the footer
author: Some Person
author: Deutsches Zentrum für Luft- und Raumfahrt (DLR) e.V.

# --- List of links in the navigation bar --- #

navbar-links:
About Me: "aboutme"
Resources:
- Beautiful Jekyll: "https://beautifuljekyll.com"
- Learn markdown: "https://www.markdowntutorial.com/"
Author's home: "https://deanattali.com"
Home: "index"
ESMValTool:
- About: "about"
- Documentation: "documentation"
- Gallery: "gallery"
- License: "license"
- References: "references"
- Roadmap: "roadmap"
- Tutorial: "tutorial"
Team:
- CMIP6 contributions: "cmip6"
- Development Team: "team"
- Meetings: "meetings"
- Presentations: "presentations"
- Publications: "publications"
- Register publication: "reg_publication"
Download: "download"

# --- Logo --- #

# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
avatar: "/assets/img/avatar-icon.png"
# avatar: "/assets/img/avatar-icon.png"

# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
round-avatar: true
round-avatar: false

# If you want to have an image logo in the top-left corner instead of having the title of the website,
# then specify the following parameter
#title-img: /path/to/image
#title-img: assets/img/ESMValTool-logo-new.png
title-img: assets/img/ESMValTool-logo-new-white-2b.png


# --- Footer social media links --- #

# Select the social network links that you want to show in the footer.
# Uncomment the links you want to show and add your information to each one.
social-network-links:
email: "[email protected]"
rss: true # remove this line if you don't want to show an RSS link at the bottom
facebook: deanattali
github: daattali
twitter: daattali
patreon: DeanAttali
youtube: c/daattali
#social-network-links:
# email: "[email protected]"
# rss: true # remove this line if you don't want to show an RSS link at the bottom
# facebook: deanattali
# github: daattali
# twitter: daattali
# patreon: DeanAttali
# youtube: c/daattali
# medium: yourname
# reddit: yourname
# linkedin: daattali
Expand All @@ -69,20 +82,20 @@ social-network-links:

# If you want your website to generate an RSS feed, provide a description
# The URL for the feed will be https://<your_website>/feed.xml
rss-description: This website is a virtual proof that I'm awesome
#rss-description: This website is a virtual proof that I'm awesome

# --- General options --- #

# Select which social network share links to show in posts
share-links-active:
twitter: true
facebook: true
linkedin: true
vk: false
#share-links-active:
# twitter: true
# facebook: true
# linkedin: true
# vk: false

# How to display the link to your website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "MyWebsite.com"
url-pretty: "https://www.esmvaltool.org"

# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
excerpt_length: 50
Expand All @@ -103,24 +116,29 @@ post_search: true

# Personalize the colours in your website. Colour values can be any valid CSS colour

navbar-col: "#EAEAEA"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
#navbar-col: "#EAEAEA"
navbar-col: "#003365"
#navbar-text-col: "#404040"
navbar-text-col: "#FFFFFF"
#navbar-border-col: "#DDDDDD"
navbar-border-col: "#00B0F0"
page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
footer-col: "#EAEAEA"
#footer-col: "#2C2C2C"
footer-text-col: "#777777"
footer-link-col: "#404040"
#footer-link-col: "#404040"
footer-link-col: "#00B0F0"
footer-hover-col: "#0085A1"

# Alternatively, the navbar, footer, and page background can be set to an image
# instead of colour

#navbar-img: "/assets/img/bgimage.png"
#footer-img: "/assets/img/bgimage.png"
#page-img: "/assets/img/bgimage.png"
#page-img: "/assets/img/Earth6391.jpg"

# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
#mobile-theme-col: "#0085A1"
Expand Down Expand Up @@ -241,6 +259,7 @@ defaults:
path: "" # any file that's not a post will be a "page" layout by default
values:
layout: "page"
footer-extra: footer-custom.html

# Exclude these files from production site
exclude:
Expand All @@ -258,5 +277,4 @@ plugins:
- jekyll-sitemap

# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189

# 2fc73a3a967e97599c9763d05e564189
32 changes: 32 additions & 0 deletions _includes/footer-custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<head>
<script type="text/javascript">
function mail(user,domain,mailbody)
{
if (!domain) {
domain="dlr.de";
}
if (!mailbody){
mailbody=""
}
url="mail"+"to:"+user+"@"+domain+"?body="+mailbody;
window.location.href=url;
}
</script>
</head>

<table>
<tr>
<th>Contact</th>
<th>Impressum</th>
<th>Privacy</th>
<th>Acknowledgements</th>
</tr>
<tr>
<td><a href="javascript:mail('birgit.hassler','dlr.de')">Birgit Hassler (Project Co-PI)</a><br>
<a href="javascript:mail('axel.lauer','dlr.de')">Axel Lauer (Core Developer)</a><br>
<a href="javascript:mail('remi.kazeroni','dlr.de')">Remi Kazeroni (Technical Support)</a><br></td>
<td><a href="/legal_notice">Legal Notice</a></td>
<td><a href="/privacy">Privacy Notice</a></td>
<td><a href="/acknowledgements">ESMValTool Funding</a></td>
</tr>
</table>
17 changes: 0 additions & 17 deletions _posts/2020-02-26-flake-it-till-you-make-it.md

This file was deleted.

78 changes: 0 additions & 78 deletions _posts/2020-02-28-test-markdown.md

This file was deleted.

9 changes: 9 additions & 0 deletions _posts/2020-10-16-Workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
title: ESMValTool workshop
date: 2020-10-16
---

Next ESMValTool workshop (virtual meeting) scheduled for 24-26 November 2020.
Topics can still be proposed [here](https://github.com/ESMValGroup/ESMValTool/issues/1817).
Agenda coming soon.
8 changes: 8 additions & 0 deletions _posts/2020-10-18-New-paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: New ESMValTool paper
date: 2020-10-18
---

Paper on [Quantifying progress across different CMIP phases with the ESMValTool](https://doi.org/10.1029/2019JD032321)
published in J. Geophys. Res.
7 changes: 7 additions & 0 deletions _posts/2020-10-26-New-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
title: ESMValTool v2.1
date: 2020-10-26
---

ESMValTool v2.1 released! See changes [here](https://docs.esmvaltool.org/en/latest/changelog.html#v2-1-0).
8 changes: 8 additions & 0 deletions _posts/2020-11-03-Workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: Workshop preliminary agenda
date: 2020-11-03
---

[Preliminary agenda](https://github.com/ESMValGroup/ESMValTool/issues/1866#issuecomment-721071109)
for next ESMValTool workshop scheduled for 24-26 November 2020 is now open for discussion on GitHub.
8 changes: 8 additions & 0 deletions _posts/2020-11-30-Workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: Workshop summary
date: 2020-11-30
---

[Workshop Summary](https://www.esmvaltool.org/pdf/Summary_ESMValTool_Workshop_Nov_2020.pdf)
of 2nd Technical ESMValTool Workshop 2020 now available.
8 changes: 8 additions & 0 deletions _posts/2020-12-18-5-years-ESMValTool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: 5 years ESMValTool!
date: 2020-12-18
---

Version 1.0 of the ESMValTool was released on 18 December 2015 -
[5 years ESMvalTool!](https://www.esmvaltool.org/images/5-years-ESMValTool.jpg)
9 changes: 9 additions & 0 deletions _posts/2020-12-21-New-paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
title: New ESMValTool paper
date: 2020-12-21
---

ESMValTool paper on
[emergent constraints on equilibrium climate sensitivity](https://doi.org/10.5194/esd-11-1233-2020)
published in Earth Syst. Dynam.
7 changes: 7 additions & 0 deletions _posts/2021-02-25-New-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
title: ESMValTool v2.2
date: 2021-02-25
---

ESMValTool v2.2 released! See changes [here](https://docs.esmvaltool.org/en/latest/changelog.html#v2-2-0).
8 changes: 8 additions & 0 deletions _posts/2021-04-22-Workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: Workshop preliminary agenda
date: 2021-04-22
---

[Preliminary agenda](https://github.com/ESMValGroup/ESMValTool/issues/2067#issuecomment-824873768)
for next ESMValTool workshop scheduled for 4-6 May 2021 is now open for discussion on GitHub.
8 changes: 8 additions & 0 deletions _posts/2021-06-01-Workshop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
title: Workshop summary
date: 2021-06-01
---

[Workshop Summary](https://www.esmvaltool.org/pdf/Summary_ESMValTool_Workshop_May_2021.pdf)
of 1st Technical ESMValTool Workshop 2021 now available.
Loading

0 comments on commit f0ca286

Please sign in to comment.