# HG changeset patch # User Jens-Uwe Grooss # Date 1738166082 -3600 # Node ID bc114089a22007945bdfb6165e48da6e526e372b # Parent e643bce8906c66e14ed4f3dec58c402249e76649 update of ESKP pages to new institute name diff -r e643bce8906c -r bc114089a220 eskp.py --- a/eskp.py Wed Jan 29 09:01:31 2025 +0100 +++ b/eskp.py Wed Jan 29 16:54:42 2025 +0100 @@ -76,7 +76,7 @@ ('/ozoneloss/uvi', _(u'uv increase')), ('/ozoneloss/decadal', _(u'decadal')))), ('/eskp', _(u'ESKP'), (None, None)), - ('/iek-7', _(u'IEK-7'), (None, None)) + ('/ice-4', _(u'ICE-4'), (None, None)) ] return menue @@ -372,9 +372,9 @@ -@app.route("/iek-7") +@app.route("/ice-4") def institute(): - filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst") + filename = os.path.join("templates", get_locale(), "rst", "ice-4.rst") content = get_content(filename) vcard_file = os.path.join("vcards", "sas.vcf") author = u"" @@ -384,11 +384,11 @@ card = None if card is not None: qr_image = qr_image_data(card) - author = render_template("/author_info.html", act="author", title=_(u"IEK-7"), + author = render_template("/author_info.html", act="author", title=_(u"ICE-4"), card=card, image=qr_image, contact=_(u"Contact"), exit=_(u"Close")) - return render_template("/iek-7.html", act="iek-7", content=content, - author=author, card=card, contact=u"IEK-7") + return render_template("/ice-4.html", act="ice-4", content=content, + author=author, card=card, contact=u"ICE-4") @app.route("/imprint") diff -r e643bce8906c -r bc114089a220 templates/de/html/footer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/de/html/footer.html Wed Jan 29 16:54:42 2025 +0100 @@ -0,0 +1,18 @@ + + diff -r e643bce8906c -r bc114089a220 templates/de/rst/ice-4.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/de/rst/ice-4.rst Wed Jan 29 16:54:42 2025 +0100 @@ -0,0 +1,18 @@ +`ICE-4: Stratosphäre`_ +====================== + + +Im Klimabereich des Institute of Climate and Energy Systems des +`Forschungszentrum Jülich`_ steht die Atmosphäre im Mittelpunkt. Das +`ICE-4`_ untersucht Chemie, Dynamik und Mikrophysik in der +Stratosphäre und Tropopausenregion und deren Rolle im Klimasystem. + +Hierzu werden flugzeug- und ballongestützte Experimente durchgeführt, um +Prozesse auf vorwiegend lokalen und regionalen Skalen aufzuklären. Die +Auswertung und Nutzung von Satellitendaten erweitert diese Studien bis +zu globalen und klimatologischen Skalen. Die Auswertung der Messdaten +erfolgt in enger Verzahnung mit Modellrechnungen. + + +.. _ICE-4: https://www.fz-juelich.de/de/ice/ice-4 +.. _Forschungszentrum Jülich: http://www.fz-juelich.de/portal/DE/Home/home_node.html diff -r e643bce8906c -r bc114089a220 templates/de/rst/iek-7_author.rst --- a/templates/de/rst/iek-7_author.rst Wed Jan 29 09:01:31 2025 +0100 +++ b/templates/de/rst/iek-7_author.rst Wed Jan 29 16:54:42 2025 +0100 @@ -1,7 +1,7 @@ Kontakt ~~~~~~~ -Sekretariat IEK-7 +Sekretariat ICE-4 Sandra Stein diff -r e643bce8906c -r bc114089a220 templates/de/rst/imprint.rst --- a/templates/de/rst/imprint.rst Wed Jan 29 09:01:31 2025 +0100 +++ b/templates/de/rst/imprint.rst Wed Jan 29 16:54:42 2025 +0100 @@ -6,7 +6,7 @@ :: Forschungszentrum Jülich GmbH - IEK-7 + ICE-4 Wilhelm-Johnen-Straße 52428 Jülich @@ -24,11 +24,9 @@ Geschäftsführung: ~~~~~~~~~~~~~~~~~~ :: - - Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender) - Karsten Beneke (Stellvertr. Vorsitzender) - Prof. Dr. Astrid Lambrecht - Prof. Dr. Frauke Melchior +Prof. Dr. Astrid Lambrecht (Vorsitzende), +Dr. Stephanie Bauer (stellv. Vorsitzende), +Prof. Dr. Ir. Pieter Jansens Kontakt: ~~~~~~~~~~ @@ -67,7 +65,7 @@ Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz: DE 213/5700/0033 - Vorsitzender des Aufsichtsrats: Ministerialdirektor Volker Rieke + Vorsitzender des Aufsichtsrats: Ministerialdirektor Stefan Müller Haftungsausschluss: ~~~~~~~~~~~~~~~~~~~~~~ diff -r e643bce8906c -r bc114089a220 templates/de/rst/ozoneloss_author.rst --- a/templates/de/rst/ozoneloss_author.rst Wed Jan 29 09:01:31 2025 +0100 +++ b/templates/de/rst/ozoneloss_author.rst Wed Jan 29 16:54:42 2025 +0100 @@ -2,9 +2,9 @@ ================ Dr. Jens-Uwe Grooß -Institut für Energie- und Klimaforschung +Institute of Climate and Energy Systems -Stratosphäre (IEK-7) +Stratosphäre (ICE-4) Email: j.-u.grooss@fz-juelich.de diff -r e643bce8906c -r bc114089a220 templates/en/html/footer.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/en/html/footer.html Wed Jan 29 16:54:42 2025 +0100 @@ -0,0 +1,18 @@ + + diff -r e643bce8906c -r bc114089a220 templates/en/rst/ice-4.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/en/rst/ice-4.rst Wed Jan 29 16:54:42 2025 +0100 @@ -0,0 +1,17 @@ +ICE-4 +===== +In the climate division of the Institute of Climate and Energy Systems + +at `Forschungszentrum Jülich`_, the focus is on the atmosphere. +ICE-4 investigates chemistry, dynamics and microphysics in the stratosphere +and tropopause region and their role in the climate system. + +To this end, aircraft and balloon-based experiments are carried out to +elucidate processes on predominantly local and regional scales. +The evaluation and use of satellite data extends these studies to global and +climatological scales. The evaluation of the measurement data is closely +interlinked with model calculations. + + +.. _ICE-4: https://www.fz-juelich.de/de/ice/ice-4 +.. _Forschungszentrum Jülich: http://www.fz-juelich.de/portal/DE/Home/home_node.html diff -r e643bce8906c -r bc114089a220 templates/en/rst/imprint.rst --- a/templates/en/rst/imprint.rst Wed Jan 29 09:01:31 2025 +0100 +++ b/templates/en/rst/imprint.rst Wed Jan 29 16:54:42 2025 +0100 @@ -6,7 +6,7 @@ :: Forschungszentrum Jülich GmbH - IEK-7 + ICE-4 Wilhelm-Johnen-Straße 52428 Jülich Germany @@ -26,11 +26,9 @@ Management Board: ~~~~~~~~~~~~~~~~~ :: - - Prof. Dr.-Ing. Wolfgang Marquardt (Chairman) - Karsten Beneke (Deputy Chairman) - Prof. Dr. Astrid Lambrecht - Prof. Dr. Frauke Melchior +Prof. Dr. Astrid Lambrecht (Chairman), +Dr. Stephanie Bauer (Deputy Chairman), +Prof. Dr. Ir. Pieter Jansens Kontakt: ~~~~~~~~~~ @@ -72,7 +70,7 @@ Sales tax identification number according to §27 a sales tax law: DE 213/5700/0033 - Chairman of the Supervisory Board: Ministerial Director Volker Rieke + Chairman of the Supervisory Board: Ministerial Director Stefan Müller Disclaimer of liability: ~~~~~~~~~~~~~~~~~~~~~~~~ diff -r e643bce8906c -r bc114089a220 templates/en/rst/ozoneloss_author.rst --- a/templates/en/rst/ozoneloss_author.rst Wed Jan 29 09:01:31 2025 +0100 +++ b/templates/en/rst/ozoneloss_author.rst Wed Jan 29 16:54:42 2025 +0100 @@ -2,9 +2,9 @@ ======= Dr. Jens-Uwe Grooß -Institut für Energie- und Klimaforschung +Institute of Climate and Energy Systems -Stratosphäre (IEK-7) +Stratosphäre (ICE-4) Email: j.-u.grooss@fz-juelich.de diff -r e643bce8906c -r bc114089a220 templates/ice-4.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/ice-4.html Wed Jan 29 16:54:42 2025 +0100 @@ -0,0 +1,15 @@ +{% extends "theme.html" %} +{% block body %} +
+ + +
+ +
+ {{ content|safe }} +
+ {{ author|safe }} + {% include "info_link.html" %} +
+
+{% endblock %} diff -r e643bce8906c -r bc114089a220 templates/index.html --- a/templates/index.html Wed Jan 29 09:01:31 2025 +0100 +++ b/templates/index.html Wed Jan 29 16:54:42 2025 +0100 @@ -8,7 +8,7 @@

Ozonverlust in der Arktis

- Information vom Forschungszentrum Jülich (IEK-7) im Rahmen des ESKP
+ Information vom Forschungszentrum Jülich (ICE-4) im Rahmen des ESKP diff -r e643bce8906c -r bc114089a220 templates/theme.html --- a/templates/theme.html Wed Jan 29 09:01:31 2025 +0100 +++ b/templates/theme.html Wed Jan 29 16:54:42 2025 +0100 @@ -11,12 +11,12 @@ --> - - + + -Die ESKP Info Seite des IEK-7, Forschungszentrum Jülich GmbH +Die ESKP Info Seite des ICE-4, Forschungszentrum Jülich GmbH diff -r e643bce8906c -r bc114089a220 translations/eskp.pot --- a/translations/eskp.pot Wed Jan 29 09:01:31 2025 +0100 +++ b/translations/eskp.pot Wed Jan 29 16:54:42 2025 +0100 @@ -50,7 +50,7 @@ msgstr "" #: eskp.py:71 eskp.py:352 -msgid "IEK-7" +msgid "ICE-4" msgstr "" #: eskp.py:81 eskp.py:140 diff -r e643bce8906c -r bc114089a220 vcards/jug.vcf --- a/vcards/jug.vcf Wed Jan 29 09:01:31 2025 +0100 +++ b/vcards/jug.vcf Wed Jan 29 16:54:42 2025 +0100 @@ -1,7 +1,7 @@ BEGIN:VCARD VERSION:3.0 -ORG:Institut für Energie- und Klimaforschung Stratosphäre (IEK-7) -PHOTO;VALUE=URL;TYPE=JPG:http://www.fz-juelich.de/SharedDocs/Bilder/IEK/IEK-7/DE/Mitarbeiter/grooss_j_u.jpg?__blob=normal +ORG: Institute of Climate and Energy Systems - Stratosphere (ICE-4) +PHOTO;VALUE=URL;TYPE=JPG:https://www.fz-juelich.de/profile/grooss_j.-u/@@images/3fb14403-9a24-40b9-ab68-290e3aad3b1d.jpeg?__blob=normal TITLE:Dr. TEL: FN:Jens-Uwe Grooß diff -r e643bce8906c -r bc114089a220 vcards/sas.vcf --- a/vcards/sas.vcf Wed Jan 29 09:01:31 2025 +0100 +++ b/vcards/sas.vcf Wed Jan 29 16:54:42 2025 +0100 @@ -1,7 +1,7 @@ BEGIN:VCARD VERSION:3.0 -ORG:Institut für Energie- und Klimaforschung Stratosphäre (IEK-7) -FN:Sekretariat IEK-7 +ORG:Institute of Climate and Energy Systems - Stratosphere (ICE-4) +FN:Sekretariat ICE-4 TITLE: N:Stein; Sandra;;; TEL:02461-616065