1.1 --- a/eskp.py Tue May 06 16:32:30 2014 +0200
1.2 +++ b/eskp.py Wed May 07 09:52:18 2014 +0200
1.3 @@ -35,6 +35,7 @@
1.4
1.5 def get_topmenue():
1.6 menue = [
1.7 + ('/', _(u'Home')),
1.8 ('/ozoneloss', _(u'Ozoneloss')),
1.9 ('/eskp', _(u'ESKP')),
1.10 ('/iek-7', _(u'IEK-7')),
1.11 @@ -44,11 +45,11 @@
1.12 app.jinja_env.globals.update(get_topmenue=get_topmenue)
1.13
1.14 def get_ozone_dates():
1.15 - menue = [('/ozoneloss/2014', _(u'2014')),
1.16 - ('/ozoneloss/2013', _(u'2013')),
1.17 - ('/ozoneloss/2012', _(u'2012')),
1.18 - ('/ozoneloss/2011', _(u'2011')),
1.19 - ('/ozoneloss/2010', _(u'2010')),
1.20 + menue = [('/ozoneloss/years/2014', _(u'2014')),
1.21 + ('/ozoneloss/years/2013', _(u'2013')),
1.22 + ('/ozoneloss/years/2012', _(u'2012')),
1.23 + ('/ozoneloss/years/2011', _(u'2011')),
1.24 + ('/ozoneloss/years/2010', _(u'2010')),
1.25 ]
1.26 return menue
1.27
1.28 @@ -68,35 +69,35 @@
1.29 )
1.30
1.31
1.32 -@app.route('/ozoneloss/2014')
1.33 +@app.route('/ozoneloss/years/2014')
1.34 def y2014():
1.35 - filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst")
1.36 + filename = os.path.join("templates", get_locale(), "rst", "ozoneloss_years.rst")
1.37 content = get_content(filename)
1.38 - return render_template("/ozoneloss.html", act="ozoneloss/2014", content=content, year=2014)
1.39 + return render_template("/ozoneloss_years.html", act="ozoneloss/years/2014", content=content, year=2014)
1.40
1.41 -@app.route('/ozoneloss/2013')
1.42 +@app.route('/ozoneloss/years/2013')
1.43 def y2013():
1.44 - filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst")
1.45 + filename = os.path.join("templates", get_locale(), "rst", "ozoneloss_years.rst")
1.46 content = get_content(filename)
1.47 - return render_template("/ozoneloss.html", act="ozoneloss/2013", content=content, year=2013)
1.48 + return render_template("/ozoneloss_years.html", act="ozoneloss/years/2013", content=content, year=2013)
1.49
1.50 -@app.route('/ozoneloss/2012')
1.51 +@app.route('/ozoneloss/years/2012')
1.52 def y2012():
1.53 - filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst")
1.54 + filename = os.path.join("templates", get_locale(), "rst", "ozoneloss_years.rst")
1.55 content = get_content(filename)
1.56 - return render_template("/ozoneloss.html", act="ozoneloss/2012", content=content, year=2012)
1.57 + return render_template("/ozoneloss_years.html", act="ozoneloss/years/2012", content=content, year=2012)
1.58
1.59 -@app.route('/ozoneloss/2011')
1.60 +@app.route('/ozoneloss/years/2011')
1.61 def y2011():
1.62 - filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst")
1.63 + filename = os.path.join("templates", get_locale(), "rst", "ozoneloss_years.rst")
1.64 content = get_content(filename)
1.65 - return render_template("/ozoneloss.html", act="ozoneloss/2011", content=content, year=2011)
1.66 + return render_template("/ozoneloss_years.html", act="ozoneloss/years/2011", content=content, year=2011)
1.67
1.68 -@app.route('/ozoneloss/2010')
1.69 +@app.route('/ozoneloss/years/2010')
1.70 def y2010():
1.71 - filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst")
1.72 + filename = os.path.join("templates", get_locale(), "rst", "ozoneloss_years.rst")
1.73 content = get_content(filename)
1.74 - return render_template("/ozoneloss.html", act="ozoneloss/2010", content=content, year=2010)
1.75 + return render_template("/ozoneloss_years.html", act="ozoneloss/years/2010", content=content, year=2010)
1.76
1.77 @app.route('/de')
1.78 def de():
1.79 @@ -130,7 +131,13 @@
1.80 def task():
1.81 filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst")
1.82 content = get_content(filename)
1.83 - return render_template("/ozoneloss.html", act="ozoneloss", content=content, year=2014)
1.84 + return render_template("/ozoneloss.html", act="ozoneloss", content=content)
1.85 +
1.86 +@app.route("/ozoneloss/years")
1.87 +def task1():
1.88 + filename = os.path.join("templates", get_locale(), "rst", "ozoneloss_years.rst")
1.89 + content = get_content(filename)
1.90 + return render_template("/ozoneloss_years.html", act="ozoneloss/years", content=content)
1.91
1.92 @app.route("/iek-7")
1.93 def submission():
2.1 Binary file static/images/clams_do3col_11032812.png has changed
3.1 Binary file static/images/clams_o3col_11032812.png has changed
4.1 --- a/templates/de/rst/iek-7.rst Tue May 06 16:32:30 2014 +0200
4.2 +++ b/templates/de/rst/iek-7.rst Wed May 07 09:52:18 2014 +0200
4.3 @@ -2,8 +2,6 @@
4.4 ===================
4.5
4.6
4.7 -IEK-7
4.8 -
4.9 Das `IEK-7`_ untersucht Chemie, Dynamik und Mikrophysik in der Stratosphäre
4.10 und Tropopausenregion und deren Rolle im Klimasystem.
4.11
4.12 @@ -15,4 +13,4 @@
4.13
4.14
4.15
4.16 -.. _IEK-7: http://www.fz-juelich.de/iek/iek-7/DE/Home/home_node.html
4.17 \ No newline at end of file
4.18 +.. _IEK-7: http://www.fz-juelich.de/iek/iek-7/DE/Home/home_node.html
5.1 --- a/templates/de/rst/ozoneloss.rst Tue May 06 16:32:30 2014 +0200
5.2 +++ b/templates/de/rst/ozoneloss.rst Wed May 07 09:52:18 2014 +0200
5.3 @@ -3,14 +3,23 @@
5.4
5.5
5.6 Quantifizierung des chemisch bedingten Ozonverlusts im Nordwinter sowie
5.7 -dessen Auswirkungen auf mittlere Breiten in Europa:
5.8 +dessen Auswirkungen auf mittlere Breiten in Europa:
5.9 Im Winter 2010/11 wurde die bisher stärkste Ozonzerstörung im Bereich
5.10 des Arktischen Polarwirbels beobachtet. Die Auswirkungen solch starker
5.11 -Verluste auf Mittel-Europa waren im Jahr 2006 am stärksten. Im Rahmen
5.12 +Verluste auf Mitteleuropa waren im Jahr 2006 am stärksten. Im Rahmen
5.13 von ESKP soll ein Frühwarnsystem für solche Ereignisse etabliert werden.
5.14 -Grundlage sind Simulationen mit dem Jülicher Chemie-Transportmodell
5.15 -CLaMS, welches über innovative Transport- und Mischungsalgorithmen zur
5.16 +Grundlage sind Simulationen mit dem Jülicher Chemie-Transportmodell
5.17 +CLaMS, welches über innovative Transport- und Mischungsalgorithmen zur
5.18 Berechnung des Austauschs von Luftmassen zwischen polaren und mittleren
5.19 Breiten (z. B. Einmischung ozonarmer Luft über Europa) verfügt. Die
5.20 -realitätsnahen Simulationen werden durch Satellitenbeobachtungen
5.21 +realitätsnahen Simulationen werden durch Satellitenbeobachtungen
5.22 initialisiert und meteorologische Vorhersagen des ECMWF angetrieben.
5.23 +
5.24 +Berechnungen und Abschätzungen zum Ozonverlust für die arktischen Winter
5.25 +der einzelnen Jahre 2010-2014 werden `hier`_ dargestellt
5.26 +
5.27 +Das unten stehenden Bilder zeigen die geographische Verteilung des berechneten
5.28 +Ozons (oben) und Ozonverlustes (unten) für den 28. März 2011 (Säule zwischen
5.29 +xx und yy km in Dobson-Einheiten )
5.30 +
5.31 +.. _hier: /ozoneloss/years
6.1 --- a/templates/index.html Tue May 06 16:32:30 2014 +0200
6.2 +++ b/templates/index.html Wed May 07 09:52:18 2014 +0200
6.3 @@ -5,7 +5,7 @@
6.4 <div class="container">
6.5 <div class="col-md-6 col-yellow">
6.6 <div class="module-content">
6.7 - <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Die ESKP Info Seite des Forschungszentrum Jülich GmbH</h1>
6.8 + <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Die ESKP Info Seite des IEK-7 Forschungszentrum Jülich GmbH</h1>
6.9 <h4 class="" style="color:white;">Ozonverlust in der Arktis</h4>
6.10 </div>
6.11 </div>
7.1 --- a/templates/ozoneloss.html Tue May 06 16:32:30 2014 +0200
7.2 +++ b/templates/ozoneloss.html Wed May 07 09:52:18 2014 +0200
7.3 @@ -7,17 +7,12 @@
7.4 </div>
7.5
7.6
7.7 + <img src="/static/images/clams_o3col_11032812.png">
7.8 + <br>
7.9
7.10 -<ul class="nav navbar-nav navbar-right">
7.11 -{% for href, caption in get_ozone_dates(): %}
7.12 - {%- if href[1:] == act -%}
7.13 - <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
7.14 -
7.15 -{% endfor %}
7.16 -</ul>
7.17 -
7.18 - <img src="/static/images/ozoneloss/eskp_{{ year }}.svg" alt="{{ year }}">
7.19 + <br>
7.20 + <img src="/static/images/clams_do3col_11032812.png">
7.21 </div>
7.22
7.23 </div>
7.24 -{% endblock %}
7.25 \ No newline at end of file
7.26 +{% endblock %}