Blame view

config.yml 5.4 KB
9390ec89   Goutte   Initial experimen...
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
# 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
08569a6b   Goutte   Add a zooming bru...
26
      role: Code Reviewer
9390ec89   Goutte   Initial experimen...
27
      mail: myriam.bouchemit@irap.omp.eu
9390ec89   Goutte   Initial experimen...
28
29
30
    - name: Nicolas André
      role: Project Lead
      mail: nicolas.andre@irap.omp.eu
08569a6b   Goutte   Add a zooming bru...
31
    - name: Vincent Génot
9390ec89   Goutte   Initial experimen...
32
33
34
      role: Project Coordinator
      mail: vincent.genot@irap.omp.eu

8644387c   Goutte   Use real data.
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

amda: "http://cdpp.irap.omp.eu/BASE/DDService/getDataUrl.php?dataSet={dataSet}&StartTime={startTime}&StopTime={stopTime}"

#Targets
#Earth 		earth_orb_all
#Jupiter 	jupiter_orb_all
#Mars		mars_orb_all
#Mercury		mercury_orb_all
#Neptune		neptune_orb_all
#Venus		venus_orb_all
#Uranus		uranus_orb_all
#
#Comets
#67P		p67_orb_all
#
#Probes
#Maven 		maven_orb_cruise
#Juno		juno_cruise_all
#Exomars		exomars_cruise_all
#Rosetta		ros_orb_cruise

a79c5268   Goutte   Add probes and co...
56
57
58
59
60
# `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
7d6dee0f   Goutte   Continue refacto ...
61
targets:
a79c5268   Goutte   Add probes and co...
62
63
64
65
    - type: 'planet'
      slug: 'mercury'
      name: 'Mercury'
      title: 'Mercury (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
66
      orbit:
80352490   Goutte   Multi model suppo...
67
68
        models:
          - slug: 'mercury_orb_all'
8644387c   Goutte   Use real data.
69
70
71
72
      models:
          - slug: 'tao_mercury_sw'
            started_at: "1990-01-01T01:30:00"
            stopped_at: "2017-02-19T00:00:00"
a79c5268   Goutte   Add probes and co...
73
74
75
76
77
      locked: true
      default: true
    - type: 'planet'
      slug: 'venus'
      name: 'Venus'
a21f81d9   Goutte   Enable Venus and ...
78
79
      title: 'Venus'
      orbit:
80352490   Goutte   Multi model suppo...
80
81
        models:
          - slug: 'venus_orb_all'
a21f81d9   Goutte   Enable Venus and ...
82
83
        semimajor: 0.72333199
        semiminor: 0.7233154
8644387c   Goutte   Use real data.
84
85
86
87
      models:
          - slug: 'tao_venus_sw'
            started_at: "1990-01-01T01:30:00"
            stopped_at: "2017-02-19T00:00:00"
a21f81d9   Goutte   Enable Venus and ...
88
      locked: false
a79c5268   Goutte   Add probes and co...
89
90
91
92
93
      default: true
    - type: 'planet'
      slug: 'earth'
      name: 'Earth'
      title: 'Earth (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
94
      orbit:
80352490   Goutte   Multi model suppo...
95
96
        models:
          - slug: 'earth_orb_all'
8644387c   Goutte   Use real data.
97
      #model: 'tao_earth_sw'
a79c5268   Goutte   Add probes and co...
98
99
100
101
102
      locked: true
      default: true
    - type: 'planet'
      slug: 'mars'
      name: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
103
      title: 'Mars'
8644387c   Goutte   Use real data.
104
105
106
107
      models:
          - slug: 'tao_mars_sw'
            started_at: "1990-01-01T01:30:00"
            stopped_at: "2017-02-19T00:00:00"
a21f81d9   Goutte   Enable Venus and ...
108
      orbit:
80352490   Goutte   Multi model suppo...
109
110
        models:
          - slug: 'mars_orb_all'
a21f81d9   Goutte   Enable Venus and ...
111
112
        semimajor: 1.52366231
        semiminor: 1.51700011
7d6dee0f   Goutte   Continue refacto ...
113
      locked: false
a79c5268   Goutte   Add probes and co...
114
115
116
117
118
      default: true
    - type: 'planet'
      slug: 'jupiter'
      name: 'Jupiter'
      title: 'Jupiter'
8644387c   Goutte   Use real data.
119
120
121
122
      models:
          - slug: 'tao_jup_sw'
            started_at: "1990-01-01T01:30:00"
            stopped_at: "2017-02-19T00:00:00"
80352490   Goutte   Multi model suppo...
123
124
125
          - slug: 'tao_jup_swrt'
            started_at: "2017-01-01T00:00:00"
            stopped_at: ~
a21f81d9   Goutte   Enable Venus and ...
126
127
128
#      started_at: "1990-01-01T01:30:00"
#      stopped_at: "2017-02-19T00:00:00"
      orbit:
80352490   Goutte   Multi model suppo...
129
130
        models:
          - slug: 'jupiter_orb_all'
a21f81d9   Goutte   Enable Venus and ...
131
132
        semimajor: 5.45516759
        semiminor: 4.95155843
a79c5268   Goutte   Add probes and co...
133
134
135
136
137
      locked: false
      default: true
    - type: 'planet'
      slug: 'saturn'
      name: 'Saturn'
a21f81d9   Goutte   Enable Venus and ...
138
139
      title: 'Saturn'
      orbit:
80352490   Goutte   Multi model suppo...
140
141
        models:
          - slug: 'saturn_orb_all'
a21f81d9   Goutte   Enable Venus and ...
142
143
        semimajor: 9.53707032
        semiminor: 9.5230773
8644387c   Goutte   Use real data.
144
145
146
147
      models:
          - slug: 'tao_sat_sw'
            started_at: "1990-01-01T01:30:00"
            stopped_at: "2017-02-19T00:00:00"
a21f81d9   Goutte   Enable Venus and ...
148
      locked: false
a79c5268   Goutte   Add probes and co...
149
150
151
152
153
      default: true
    - type: 'probe'
      slug: 'rosetta'
      name: 'Rosetta'
      title: 'Rosetta (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
154
      orbit:
80352490   Goutte   Multi model suppo...
155
156
        models:
          - slug: 'ros_orb_cruise'
8644387c   Goutte   Use real data.
157
158
159
160
      models:
          - slug: 'tao_ros_sw'
            started_at: "1990-01-01T01:30:00"
            stopped_at: "2017-02-19T00:00:00"
a79c5268   Goutte   Add probes and co...
161
162
163
164
165
166
      locked: true
      default: false
    - type: 'probe'
      slug: 'juno'
      name: 'Juno'
      title: 'Juno (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
167
      orbit:
80352490   Goutte   Multi model suppo...
168
169
        models:
          - slug: 'juno_cruise_all'
8644387c   Goutte   Use real data.
170
171
172
173
      models:
          - slug: 'tao_juno_sw'
            started_at: "1990-01-01T01:30:00"
            stopped_at: "2017-02-19T00:00:00"
a79c5268   Goutte   Add probes and co...
174
175
176
177
      locked: true
      default: false
    - type: 'comet'
      slug: 'tchouri'
80352490   Goutte   Multi model suppo...
178
179
      name: 'Churyumov-Gerasimenko'
      title: 'Churyumov-Gerasimenko (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
180
      orbit:
80352490   Goutte   Multi model suppo...
181
182
        models:
          - slug: 'p67_orb_all'
a79c5268   Goutte   Add probes and co...
183
184
185
186
      locked: true
      default: false


6060b797   Goutte   Add config sample...
187
188
189
190
191
192
193
194
195
# 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

7d6dee0f   Goutte   Continue refacto ...
196
197
198
199
200
201
#models:
#    jupiter:
#        name: Jupiter
#        model: tao_jup_sw
#        started_at: "1990-01-01T01:30:00"
#        stopped_at: "2017-02-19T00:00:00"