1.1 --- a/eskp.py Wed Jan 29 09:01:31 2025 +0100
1.2 +++ b/eskp.py Wed Jan 29 16:54:42 2025 +0100
1.3 @@ -76,7 +76,7 @@
1.4 ('/ozoneloss/uvi', _(u'uv increase')),
1.5 ('/ozoneloss/decadal', _(u'decadal')))),
1.6 ('/eskp', _(u'ESKP'), (None, None)),
1.7 - ('/iek-7', _(u'IEK-7'), (None, None))
1.8 + ('/ice-4', _(u'ICE-4'), (None, None))
1.9 ]
1.10 return menue
1.11
1.12 @@ -372,9 +372,9 @@
1.13
1.14
1.15
1.16 -@app.route("/iek-7")
1.17 +@app.route("/ice-4")
1.18 def institute():
1.19 - filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst")
1.20 + filename = os.path.join("templates", get_locale(), "rst", "ice-4.rst")
1.21 content = get_content(filename)
1.22 vcard_file = os.path.join("vcards", "sas.vcf")
1.23 author = u""
1.24 @@ -384,11 +384,11 @@
1.25 card = None
1.26 if card is not None:
1.27 qr_image = qr_image_data(card)
1.28 - author = render_template("/author_info.html", act="author", title=_(u"IEK-7"),
1.29 + author = render_template("/author_info.html", act="author", title=_(u"ICE-4"),
1.30 card=card, image=qr_image, contact=_(u"Contact"), exit=_(u"Close"))
1.31
1.32 - return render_template("/iek-7.html", act="iek-7", content=content,
1.33 - author=author, card=card, contact=u"IEK-7")
1.34 + return render_template("/ice-4.html", act="ice-4", content=content,
1.35 + author=author, card=card, contact=u"ICE-4")
1.36
1.37
1.38 @app.route("/imprint")
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/templates/de/html/footer.html Wed Jan 29 16:54:42 2025 +0100
2.3 @@ -0,0 +1,18 @@
2.4 +<div id="footer">
2.5 + <div class="container module-footer">
2.6 + <div class="headline text-center">
2.7 + <div class="text-center module-imprint">
2.8 + <ul class="list-inline">
2.9 + <li><a href="/imprint">Impressum</a></li>
2.10 + <li><a href="/dataprotection">Datenschutzerklärung</a></li>
2.11 + </ul>
2.12 + </div>
2.13 + </div>
2.14 + </div>
2.15 + <div style="background-color:#ddf;">
2.16 + <span>
2.17 + <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Die ESKP Info Seite des ICE-4 </span> von <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.fz-juelich.de" property="cc:attributionName" rel="cc:attributionURL">Forschungszentrum Jülich GmbH</a> ist lizenziert unter einer <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz</a>.<br />Über diese Lizenz hinausgehende Erlaubnisse können Sie unter <a xmlns:cc="http://creativecommons.org/ns#" href="http://iek-7.eskp.fz-juelich.de/" rel="cc:morePermissions">http://iek-7.eskp.fz-juelich.de/</a> erhalten.
2.18 + </span>
2.19 + </div>
2.20 +</div>
2.21 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/templates/de/rst/ice-4.rst Wed Jan 29 16:54:42 2025 +0100
3.3 @@ -0,0 +1,18 @@
3.4 +`ICE-4: Stratosphäre`_
3.5 +======================
3.6 +
3.7 +
3.8 +Im Klimabereich des Institute of Climate and Energy Systems des
3.9 +`Forschungszentrum Jülich`_ steht die Atmosphäre im Mittelpunkt. Das
3.10 +`ICE-4`_ untersucht Chemie, Dynamik und Mikrophysik in der
3.11 +Stratosphäre und Tropopausenregion und deren Rolle im Klimasystem.
3.12 +
3.13 +Hierzu werden flugzeug- und ballongestützte Experimente durchgeführt, um
3.14 +Prozesse auf vorwiegend lokalen und regionalen Skalen aufzuklären. Die
3.15 +Auswertung und Nutzung von Satellitendaten erweitert diese Studien bis
3.16 +zu globalen und klimatologischen Skalen. Die Auswertung der Messdaten
3.17 +erfolgt in enger Verzahnung mit Modellrechnungen.
3.18 +
3.19 +
3.20 +.. _ICE-4: https://www.fz-juelich.de/de/ice/ice-4
3.21 +.. _Forschungszentrum Jülich: http://www.fz-juelich.de/portal/DE/Home/home_node.html
4.1 --- a/templates/de/rst/iek-7_author.rst Wed Jan 29 09:01:31 2025 +0100
4.2 +++ b/templates/de/rst/iek-7_author.rst Wed Jan 29 16:54:42 2025 +0100
4.3 @@ -1,7 +1,7 @@
4.4 Kontakt
4.5 ~~~~~~~
4.6
4.7 -Sekretariat IEK-7
4.8 +Sekretariat ICE-4
4.9
4.10 Sandra Stein
4.11
5.1 --- a/templates/de/rst/imprint.rst Wed Jan 29 09:01:31 2025 +0100
5.2 +++ b/templates/de/rst/imprint.rst Wed Jan 29 16:54:42 2025 +0100
5.3 @@ -6,7 +6,7 @@
5.4 ::
5.5
5.6 Forschungszentrum Jülich GmbH
5.7 - IEK-7
5.8 + ICE-4
5.9 Wilhelm-Johnen-Straße
5.10 52428 Jülich
5.11
5.12 @@ -24,11 +24,9 @@
5.13 Geschäftsführung:
5.14 ~~~~~~~~~~~~~~~~~~
5.15 ::
5.16 -
5.17 - Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender)
5.18 - Karsten Beneke (Stellvertr. Vorsitzender)
5.19 - Prof. Dr. Astrid Lambrecht
5.20 - Prof. Dr. Frauke Melchior
5.21 +Prof. Dr. Astrid Lambrecht (Vorsitzende),
5.22 +Dr. Stephanie Bauer (stellv. Vorsitzende),
5.23 +Prof. Dr. Ir. Pieter Jansens
5.24
5.25 Kontakt:
5.26 ~~~~~~~~~~
5.27 @@ -67,7 +65,7 @@
5.28
5.29 Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz: DE 213/5700/0033
5.30
5.31 - Vorsitzender des Aufsichtsrats: Ministerialdirektor Volker Rieke
5.32 + Vorsitzender des Aufsichtsrats: Ministerialdirektor Stefan Müller
5.33
5.34 Haftungsausschluss:
5.35 ~~~~~~~~~~~~~~~~~~~~~~
6.1 --- a/templates/de/rst/ozoneloss_author.rst Wed Jan 29 09:01:31 2025 +0100
6.2 +++ b/templates/de/rst/ozoneloss_author.rst Wed Jan 29 16:54:42 2025 +0100
6.3 @@ -2,9 +2,9 @@
6.4 ================
6.5 Dr. Jens-Uwe Grooß
6.6
6.7 -Institut für Energie- und Klimaforschung
6.8 +Institute of Climate and Energy Systems
6.9
6.10 -Stratosphäre (IEK-7)
6.11 +Stratosphäre (ICE-4)
6.12
6.13 Email: j.-u.grooss@fz-juelich.de
6.14
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
7.2 +++ b/templates/en/html/footer.html Wed Jan 29 16:54:42 2025 +0100
7.3 @@ -0,0 +1,18 @@
7.4 +<div id="footer">
7.5 + <div class="container module-footer">
7.6 + <div class="headline text-center">
7.7 + <div class="text-center module-imprint">
7.8 + <ul class="list-inline">
7.9 + <li><a href="/imprint">Impressum</a></li>
7.10 + <li><a href="/dataprotection">Data protection declaration</a></li>
7.11 + </ul>
7.12 + </div>
7.13 + </div>
7.14 + </div>
7.15 + <div style="background-color:#ddf;">
7.16 + <span>
7.17 + <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">The ESKP Info page of ICE-4 of</span> von <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.fz-juelich.de" property="cc:attributionName" rel="cc:attributionURL">Forschungszentrum Jülich GmbH</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution - Non-Commercial - Distribution under the same conditions 4.0 International License</a>.<br />Permissions beyond this license can be found at <a xmlns:cc="http://creativecommons.org/ns#" href="http://iek-7.eskp.fz-juelich.de/" rel="cc:morePermissions">http://iek-7.eskp.fz-juelich.de/</a>.
7.18 + </span>
7.19 + </div>
7.20 +</div>
7.21 +
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
8.2 +++ b/templates/en/rst/ice-4.rst Wed Jan 29 16:54:42 2025 +0100
8.3 @@ -0,0 +1,17 @@
8.4 +ICE-4
8.5 +=====
8.6 +In the climate division of the Institute of Climate and Energy Systems
8.7 +
8.8 +at `Forschungszentrum Jülich`_, the focus is on the atmosphere.
8.9 +ICE-4 investigates chemistry, dynamics and microphysics in the stratosphere
8.10 +and tropopause region and their role in the climate system.
8.11 +
8.12 +To this end, aircraft and balloon-based experiments are carried out to
8.13 +elucidate processes on predominantly local and regional scales.
8.14 +The evaluation and use of satellite data extends these studies to global and
8.15 +climatological scales. The evaluation of the measurement data is closely
8.16 +interlinked with model calculations.
8.17 +
8.18 +
8.19 +.. _ICE-4: https://www.fz-juelich.de/de/ice/ice-4
8.20 +.. _Forschungszentrum Jülich: http://www.fz-juelich.de/portal/DE/Home/home_node.html
9.1 --- a/templates/en/rst/imprint.rst Wed Jan 29 09:01:31 2025 +0100
9.2 +++ b/templates/en/rst/imprint.rst Wed Jan 29 16:54:42 2025 +0100
9.3 @@ -6,7 +6,7 @@
9.4 ::
9.5
9.6 Forschungszentrum Jülich GmbH
9.7 - IEK-7
9.8 + ICE-4
9.9 Wilhelm-Johnen-Straße
9.10 52428 Jülich
9.11 Germany
9.12 @@ -26,11 +26,9 @@
9.13 Management Board:
9.14 ~~~~~~~~~~~~~~~~~
9.15 ::
9.16 -
9.17 - Prof. Dr.-Ing. Wolfgang Marquardt (Chairman)
9.18 - Karsten Beneke (Deputy Chairman)
9.19 - Prof. Dr. Astrid Lambrecht
9.20 - Prof. Dr. Frauke Melchior
9.21 +Prof. Dr. Astrid Lambrecht (Chairman),
9.22 +Dr. Stephanie Bauer (Deputy Chairman),
9.23 +Prof. Dr. Ir. Pieter Jansens
9.24
9.25 Kontakt:
9.26 ~~~~~~~~~~
9.27 @@ -72,7 +70,7 @@
9.28
9.29 Sales tax identification number according to §27 a sales tax law: DE 213/5700/0033
9.30
9.31 - Chairman of the Supervisory Board: Ministerial Director Volker Rieke
9.32 + Chairman of the Supervisory Board: Ministerial Director Stefan Müller
9.33
9.34 Disclaimer of liability:
9.35 ~~~~~~~~~~~~~~~~~~~~~~~~
10.1 --- a/templates/en/rst/ozoneloss_author.rst Wed Jan 29 09:01:31 2025 +0100
10.2 +++ b/templates/en/rst/ozoneloss_author.rst Wed Jan 29 16:54:42 2025 +0100
10.3 @@ -2,9 +2,9 @@
10.4 =======
10.5 Dr. Jens-Uwe Grooß
10.6
10.7 -Institut für Energie- und Klimaforschung
10.8 +Institute of Climate and Energy Systems
10.9
10.10 -Stratosphäre (IEK-7)
10.11 +Stratosphäre (ICE-4)
10.12
10.13 Email: j.-u.grooss@fz-juelich.de
10.14
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
11.2 +++ b/templates/ice-4.html Wed Jan 29 16:54:42 2025 +0100
11.3 @@ -0,0 +1,15 @@
11.4 +{% extends "theme.html" %}
11.5 +{% block body %}
11.6 +<div class="container">
11.7 + <img src="/static/images/start_iek7.png">
11.8 +
11.9 + <div class="col-lg-12">
11.10 +
11.11 + <div class="row">
11.12 + {{ content|safe }}
11.13 + </div>
11.14 + {{ author|safe }}
11.15 + {% include "info_link.html" %}
11.16 + </div>
11.17 +</div>
11.18 +{% endblock %}
12.1 --- a/templates/index.html Wed Jan 29 09:01:31 2025 +0100
12.2 +++ b/templates/index.html Wed Jan 29 16:54:42 2025 +0100
12.3 @@ -8,7 +8,7 @@
12.4 <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">
12.5 Ozonverlust in der Arktis</h1>
12.6 <h5 class="" style="color:white">
12.7 - Information vom Forschungszentrum Jülich (IEK-7) im Rahmen des ESKP </h5>
12.8 + Information vom Forschungszentrum Jülich (ICE-4) im Rahmen des ESKP </h5>
12.9 </div>
12.10 </div>
12.11 </div>
13.1 --- a/templates/theme.html Wed Jan 29 09:01:31 2025 +0100
13.2 +++ b/templates/theme.html Wed Jan 29 16:54:42 2025 +0100
13.3 @@ -11,12 +11,12 @@
13.4 -->
13.5
13.6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
13.7 -<meta name="description" content="Die ESKP Info Seite des IEK-7, Forschungszentrum Jülich GmbH">
13.8 -<meta name="keywords" content="ESKP,IEK-7,Ozoneverlust">
13.9 +<meta name="description" content="Die ESKP Info Seite des ICE-4, Forschungszentrum Jülich GmbH">
13.10 +<meta name="keywords" content="ESKP,ICE-4,Ozoneverlust">
13.11 <meta name="author" content="Forschungszentrum Jülich GmbH">
13.12 <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
13.13
13.14 -<title>Die ESKP Info Seite des IEK-7, Forschungszentrum Jülich GmbH</title>
13.15 +<title>Die ESKP Info Seite des ICE-4, Forschungszentrum Jülich GmbH</title>
13.16
13.17 <!-- Bootstrap core CSS -->
13.18 <link href="/static/css/bootstrap.css" rel="stylesheet">
14.1 --- a/translations/eskp.pot Wed Jan 29 09:01:31 2025 +0100
14.2 +++ b/translations/eskp.pot Wed Jan 29 16:54:42 2025 +0100
14.3 @@ -50,7 +50,7 @@
14.4 msgstr ""
14.5
14.6 #: eskp.py:71 eskp.py:352
14.7 -msgid "IEK-7"
14.8 +msgid "ICE-4"
14.9 msgstr ""
14.10
14.11 #: eskp.py:81 eskp.py:140
15.1 --- a/vcards/jug.vcf Wed Jan 29 09:01:31 2025 +0100
15.2 +++ b/vcards/jug.vcf Wed Jan 29 16:54:42 2025 +0100
15.3 @@ -1,7 +1,7 @@
15.4 BEGIN:VCARD
15.5 VERSION:3.0
15.6 -ORG:Institut für Energie- und Klimaforschung Stratosphäre (IEK-7)
15.7 -PHOTO;VALUE=URL;TYPE=JPG:http://www.fz-juelich.de/SharedDocs/Bilder/IEK/IEK-7/DE/Mitarbeiter/grooss_j_u.jpg?__blob=normal
15.8 +ORG: Institute of Climate and Energy Systems - Stratosphere (ICE-4)
15.9 +PHOTO;VALUE=URL;TYPE=JPG:https://www.fz-juelich.de/profile/grooss_j.-u/@@images/3fb14403-9a24-40b9-ab68-290e3aad3b1d.jpeg?__blob=normal
15.10 TITLE:Dr.
15.11 TEL:
15.12 FN:Jens-Uwe Grooß
16.1 --- a/vcards/sas.vcf Wed Jan 29 09:01:31 2025 +0100
16.2 +++ b/vcards/sas.vcf Wed Jan 29 16:54:42 2025 +0100
16.3 @@ -1,7 +1,7 @@
16.4 BEGIN:VCARD
16.5 VERSION:3.0
16.6 -ORG:Institut für Energie- und Klimaforschung Stratosphäre (IEK-7)
16.7 -FN:Sekretariat IEK-7
16.8 +ORG:Institute of Climate and Energy Systems - Stratosphere (ICE-4)
16.9 +FN:Sekretariat ICE-4
16.10 TITLE:
16.11 N:Stein; Sandra;;;
16.12 TEL:02461-616065