config.yml
3.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# WARNING : IF YOU BREAK THIS FILE YOU'LL BREAK THE WEBSITE. Tread carefully.
# Remember, you can test the website locally, see the README.
# The HTML metadata in the page header.
# Don't put double quotes (") in any of these fields.
meta:
title: Space Weather
keywords:
- science
- cdpp
- europlanet
- space
- weather
# Will be shown by search engines below the title of the page.
description: Space weather predictions around solar celestial bodies.
# A list of authors that will appear in the HTML metadata and possibly in the
# authorship page as well. The order does not matter, it will be shuffled.
authors:
- name: Antoine Goutenoir
role: Software Ninja
mail: antoine.goutenoir@irap.omp.eu
- name: Myriam Bouchemit
role: Server Maintenance
mail: myriam.bouchemit@irap.omp.eu
- name: Mikel Indurain
role: Simulation Software
mail: mindurain@irap.omp.eu
- name: Nicolas André
role: Project Lead
mail: nicolas.andre@irap.omp.eu
- name: Vincent Genot
role: Project Coordinator
mail: vincent.genot@irap.omp.eu
# `slug` used internally, and should match [a-z0-9]+
# `name` is displayed
# `title` appears on mouse hover
# `locked` is for sources that are "coming soon"
# `default` sources are shown to incoming visitors, others need user activation
sources:
- type: 'planet'
slug: 'mercury'
name: 'Mercury'
title: 'Mercury (coming soon)'
locked: true
default: true
- type: 'planet'
slug: 'venus'
name: 'Venus'
title: 'Venus (coming soon)'
locked: true
default: true
- type: 'planet'
slug: 'earth'
name: 'Earth'
title: 'Earth (coming soon)'
locked: true
default: true
- type: 'planet'
slug: 'mars'
name: 'Mars'
title: 'Mars (coming soon)'
locked: true
default: true
- type: 'planet'
slug: 'jupiter'
name: 'Jupiter'
title: 'Jupiter'
locked: false
default: true
- type: 'planet'
slug: 'saturn'
name: 'Saturn'
title: 'Saturn (coming soon)'
locked: true
default: true
- type: 'probe'
slug: 'rosetta'
name: 'Rosetta'
title: 'Rosetta (coming soon)'
locked: true
default: false
- type: 'probe'
slug: 'juno'
name: 'Juno'
title: 'Juno (coming soon)'
locked: true
default: false
- type: 'comet'
slug: 'tchouri'
name: 'Tchouri'
title: 'Tchouri (coming soon)'
locked: true
default: false
# Tao Model OMNI_input
#Rosetta tao_ros_sw 2014-01-01T00:00 2017-01-21T00:00
#Juno cruise tao_juno_sw 2012-01-01T00:00 2016-11-02T22:00
#Mercury tao_mercury_sw 1990-01-01T01:00 2017-02-19T00:00
#Venus tao_venus_sw 1990-01-01T01:00 2017-02-19T00:00
#Mars tao_mars_sw 1990-01-01T01:00 2017-02-19T00:00
#Jupiter tao_jup_sw 1990-01-01T01:00 2017-02-19T00:00
#Saturn tao_sat_sw 1990-01-01T01:30 2017-02-19T00:00
models:
jupiter:
name: Jupiter
model: tao_jup_sw
started_at: "1990-01-01T01:30:00"
stopped_at: "2017-02-19T00:00:00"