config.yml 3.12 KB
# 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"