Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| projects:projects [2026/04/28 13:04] – ayush | projects:projects [2026/09/16 04:44] (current) – ayush | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| - | < | + | |
| - | < | + | < |
| - | | + | .projects-page { |
| + | width: 80%; | ||
| + | margin: 0 auto; | ||
| - | /* General styling */ | + | |
| - | body { | + | color: #333; |
| - | | + | line-height: |
| - | | + | |
| - | margin: 0 auto; | + | |
| - | background-color: | + | |
| - | | + | |
| - | line-height: | + | |
| - | } | + | |
| - | h2 { | + | background: transparent; |
| - | font-weight: 700; | + | } |
| - | | + | |
| - | text-align: center; | + | |
| - | margin-bottom: | + | |
| - | | + | |
| - | a { | + | .projects-page__header |
| - | text-decoration: none !important; | + | |
| - | } | + | border: 0; |
| + | box-shadow: none; | ||
| + | } | ||
| - | | + | |
| - | .nav-tabs { | + | |
| - | display: flex; | + | |
| - | justify-content: | + | |
| - | border-bottom: | + | |
| - | margin-bottom: | + | |
| - | background-color: | + | |
| - | border-radius: | + | |
| - | box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); | + | |
| - | overflow: hidden; | + | |
| - | } | + | |
| - | | + | |
| - | flex: 1; | + | |
| - | padding: 15px 20px; | + | |
| - | text-align: center; | + | |
| - | text-decoration: | + | |
| - | color: #2c3e50; | + | |
| - | font-weight: | + | |
| - | transition: all 0.3s ease; | + | |
| - | background-color: | + | |
| - | border-right: | + | |
| - | position: relative; | + | |
| - | } | + | |
| - | .nav-tabs a:last-child { | + | color: #2c3e50; |
| - | border-right: | + | |
| - | } | + | |
| - | | + | font-size: var(--h1-size, |
| - | | + | font-weight: 700; |
| - | } | + | line-height: 1.1; |
| + | | ||
| - | .nav-tabs a.active { | + | text-align: center; |
| - | background-color: #3498db; | + | } |
| - | | + | |
| - | border-bottom: | + | |
| - | font-weight: | + | |
| - | | + | |
| - | | + | /* |
| - | | + | * The box shrink-wraps to the natural width of the first line. |
| - | | + | * |
| - | | + | * max-inline-size prevents it from ever becoming wider than the |
| - | | + | * available page width, so browser zoom and narrow screens naturally |
| - | border-radius: 8px; | + | * cause the first segment to wrap rather than overflow. |
| - | | + | */ |
| - | | + | |
| - | } | + | |
| - | .tab-content.active { | + | max-inline-size: 100%; |
| - | display: block; | + | |
| - | } | + | |
| - | @keyframes fadeIn { | + | text-align: center; |
| - | from { | + | |
| - | opacity: 0; | + | |
| } | } | ||
| - | | + | |
| - | | + | /* |
| + | | ||
| + | * They are placed into consecutive rows automatically. | ||
| + | */ | ||
| + | .projects-page__title-first, | ||
| + | .projects-page__title-rest | ||
| + | | ||
| + | |||
| + | display: block; | ||
| + | |||
| + | min-inline-size: | ||
| + | |||
| + | overflow-wrap: | ||
| } | } | ||
| - | } | ||
| - | | + | |
| - | | + | * This element determines the intrinsic width of the title box. |
| - | | + | * |
| - | font-size: 1.3em; | + | * There is deliberately NO white-space: nowrap here. When sufficient |
| - | | + | * room exists it naturally remains one line and therefore ends at |
| - | | + | * " |
| - | } | + | * reflow instead of forcing horizontal scrolling. |
| + | */ | ||
| + | | ||
| + | inline-size: auto; | ||
| + | } | ||
| - | .funding-info { | + | /* |
| - | font-size: 1.1em; | + | * Inline-size containment prevents the longer remainder of the title |
| - | | + | * from making the title box wider. |
| - | | + | * |
| - | | + | * It therefore wraps within the width established by the first part. |
| - | | + | */ |
| - | } | + | |
| + | inline-size: 100%; | ||
| - | .funding-info span { | + | contain: inline-size; |
| - | color: #000; | + | |
| - | font-weight: 600; | + | |
| - | } | + | |
| - | /* Closed Project Style */ | + | |
| - | .closed-project a { | + | |
| - | color: #000; /* Black text for closed project links */ | + | |
| - | text-decoration: | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | } |
| - | padding: 3px 8px; | + | |
| - | background: #E0E0E0; | + | |
| - | color: #333; | + | |
| - | border-radius: | + | |
| - | margin-left: | + | |
| - | font-weight: | + | |
| - | | + | |
| - | .closed-project a:hover { | + | /* Tabs */ |
| - | color: #333; | + | |
| - | } | + | |
| - | /* Project Items */ | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | margin-top: 3rem; /* Little extra space under objective description */ | + | |
| - | } | + | |
| - | .project-item { | + | margin-bottom: 1.25rem; |
| - | /* Added to prevent breaks inside project items - suggestion by Silke */ | + | |
| - | break-inside: avoid; | + | |
| - | page-break-inside: | + | |
| - | -webkit-column-break-inside: | + | |
| - | /* Main styling */ | + | overflow: hidden; |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | margin-bottom: | + | |
| - | padding-bottom: | + | |
| - | border-bottom: | + | |
| - | transition: all 0.2s ease; | + | |
| - | } | + | |
| - | .project-item:hover { | + | border-bottom: 2px solid #ddd; |
| - | transform: translateY(-2px); | + | |
| - | box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); | + | |
| - | } | + | |
| - | .project-item img { | + | background: #fff; |
| - | width: 70px; | + | |
| - | height: 70px; | + | |
| - | border-radius: | + | |
| - | object-fit: cover; | + | |
| - | transition: all 0.2s ease; | + | |
| - | } | + | |
| - | .project-item img:hover { | + | box-shadow: 0 2px 5px rgb(0 0 0 / 0.1); |
| - | transform: scale(1.05); | + | } |
| - | } | + | |
| + | .projects-tabs a { | ||
| + | position: relative; | ||
| - | .project-description { | + | |
| - | margin-left: | + | |
| - | | + | |
| - | box-sizing: border-box; | + | |
| - | } | + | |
| - | .project-description h4 { | + | padding: 0.9375rem |
| - | margin: 0; | + | |
| - | font-size: | + | |
| - | color: #2980b9; | + | |
| - | font-weight: | + | |
| - | transition: color 0.2s ease; | + | |
| - | } | + | |
| - | .project-description h4:hover { | + | border-right: 1px solid #ddd; |
| - | color: #1abc9c; | + | |
| - | } | + | |
| - | .project-description p { | + | background: #f9f9f9; |
| - | margin: 5px 0 0; | + | color: #2c3e50; |
| - | | + | |
| - | | + | |
| - | } | + | |
| - | .project-description p a { | + | font-size: 1rem; |
| - | color: #2980b9; | + | font-weight: var(--font-weight-medium, |
| - | text-decoration: none; | + | line-height: 1.4; |
| - | | + | |
| - | transition: color 0.2s ease, border-bottom 0.2s ease; | + | |
| - | } | + | |
| - | .project-description p a:hover { | + | text-align: center; |
| - | color: #1abc9c; | + | |
| - | border-bottom: | + | |
| - | } | + | |
| - | /* Mobile Specific Adjustments */ | + | transition: |
| - | | + | |
| - | .nav-tabs { | + | color 0.3s ease; |
| - | flex-wrap: wrap; | + | |
| } | } | ||
| - | .nav-tabs a { | + | .projects-tabs a: |
| - | border-right: | + | border-right: |
| - | border-bottom: | + | |
| } | } | ||
| - | .nav-tabs a.active | + | .projects-tabs a: |
| - | | + | |
| - | border-radius: 8px 8px 0 0; | + | |
| } | } | ||
| - | .project-container | + | .projects-tabs a.is-active |
| - | | + | |
| + | |||
| + | background: #3498db; | ||
| + | color: #fff; | ||
| + | |||
| + | font-weight: | ||
| } | } | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| - | < | ||
| - | <div class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | PROM has two funding phases, some projects are included in both phases. | ||
| - | < | ||
| - | </p> | ||
| - | </ | ||
| - | <div class=" | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | </ | + | |
| - | <!-- Objective 1: Process Detection --> | + | .projects-tab-panel { |
| - | <div id="tab-obj_1" class=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | padding: 1.875rem; |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | border: 1px solid #ddd; |
| - | <img src=" | + | |
| - | | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | background: #fff; |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | box-shadow: 0 2px 10px rgb(0 0 0 / 0.05); |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | animation: projects-fade-in 0.3s ease-out; |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | | + | |
| - | | + | .projects-tab-panel.is-active { |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | <img src=" | + | |
| - | | + | |
| - | | + | |
| - | < | + | |
| - | | + | |
| - | </ | + | |
| - | <div class=" | + | to { |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | | + | /* Intro */ |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | | + | .projects-page__lead { |
| - | <img src=" | + | |
| - | | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | color: #34495e; |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | font-size: 1.25rem; |
| - | <img src=" | + | |
| - | | + | |
| - | < | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | </ | + | |
| - | </ | + | |
| - | <!-- Objective 2: Model Improvements --> | + | |
| - | <div id=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | color: #555; |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | font-size: 1.0625rem; |
| - | <img src=" | + | |
| - | | + | |
| - | < | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | | + | .projects-page__funding |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | | + | |
| - | </ | + | |
| - | <div class=" | + | font-weight: var(--font-weight-semibold, 600); |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | | + | |
| - | | + | .projects-page .is-closed a { |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | | + | .projects-page .is-closed |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | <img src=" | + | |
| - | | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | margin-left: 0.625rem; |
| - | <img src=" | + | |
| - | | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | border-radius: 0.75rem; |
| - | <img src=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | <!-- Objective | + | background: #e0e0e0; |
| - | < | + | color: #333; |
| - | <div class=" | + | |
| - | <p> | + | font-size: 0.75em; |
| - | <div class=" | + | font-weight: var(--font-weight-semibold, |
| - | <div class=" | + | } |
| - | <img src="https:// | + | |
| - | <div class=" | + | /* Project grid */ |
| - | <h4><a href="https:// | + | |
| - | <p>Project based at Karlsruhe Institute of Technology (KIT), Phase 1</p> | + | .projects-grid { |
| - | </div> | + | column-count: |
| + | column-gap: 1.25rem; | ||
| + | |||
| + | margin-top: 3rem; | ||
| + | } | ||
| + | |||
| + | .project-item { | ||
| + | display: flex; | ||
| + | align-items: | ||
| + | |||
| + | margin-bottom: | ||
| + | padding-bottom: | ||
| + | |||
| + | border-bottom: | ||
| + | |||
| + | break-inside: | ||
| + | page-break-inside: | ||
| + | -webkit-column-break-inside: | ||
| + | |||
| + | transition: | ||
| + | transform 0.2s ease, | ||
| + | box-shadow 0.2s ease; | ||
| + | } | ||
| + | |||
| + | .project-item: | ||
| + | transform: translateY(-2px); | ||
| + | |||
| + | box-shadow: 0 4px 10px rgb(0 0 0 / 0.05); | ||
| + | } | ||
| + | |||
| + | .project-item img { | ||
| + | width: 4.375rem; | ||
| + | height: 4.375rem; | ||
| + | |||
| + | flex: 0 0 4.375rem; | ||
| + | |||
| + | border-radius: | ||
| + | |||
| + | object-fit: cover; | ||
| + | |||
| + | transition: transform 0.2s ease; | ||
| + | } | ||
| + | |||
| + | .project-item img:hover { | ||
| + | transform: scale(1.05); | ||
| + | } | ||
| + | |||
| + | .project-description { | ||
| + | min-width: 0; | ||
| + | flex: 1; | ||
| + | |||
| + | margin-left: | ||
| + | } | ||
| + | |||
| + | /* | ||
| + | * Explicitly scoped so site-wide h4/p typography does not | ||
| + | * enlarge project cards. | ||
| + | */ | ||
| + | |||
| + | .dokuwiki .page .projects-page .project-description h4 { | ||
| + | margin: 0; | ||
| + | |||
| + | color: #2980b9; | ||
| + | |||
| + | font-size: 1.0625rem; | ||
| + | font-weight: | ||
| + | line-height: | ||
| + | letter-spacing: normal; | ||
| + | |||
| + | transition: color 0.2s ease; | ||
| + | } | ||
| + | |||
| + | .dokuwiki .page .projects-page .project-description h4:hover { | ||
| + | | ||
| + | } | ||
| + | |||
| + | .dokuwiki .page .projects-page .project-description p { | ||
| + | margin: 0.3125rem 0 0; | ||
| + | |||
| + | color: #7f8c8d; | ||
| + | |||
| + | font-size: 0.9375rem; | ||
| + | font-weight: | ||
| + | line-height: | ||
| + | } | ||
| + | |||
| + | .projects-page .project-description p a { | ||
| + | border-bottom: | ||
| + | |||
| + | color: #2980b9; | ||
| + | |||
| + | transition: | ||
| + | color 0.2s ease, | ||
| + | border-bottom-color 0.2s ease; | ||
| + | } | ||
| + | |||
| + | .projects-page .project-description p a:hover { | ||
| + | border-bottom-color: | ||
| + | |||
| + | color: #1abc9c; | ||
| + | } | ||
| + | |||
| + | /* Responsive */ | ||
| + | |||
| + | @media (max-width: 64rem) { | ||
| + | .projects-page { | ||
| + | width: 90%; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media (max-width: 48rem) { | ||
| + | .projects-page { | ||
| + | width: 100%; | ||
| + | } | ||
| + | |||
| + | .projects-tabs { | ||
| + | flex-wrap: wrap; | ||
| + | } | ||
| + | |||
| + | .projects-tabs a { | ||
| + | border-right: | ||
| + | border-bottom: | ||
| + | } | ||
| + | |||
| + | .projects-tabs a.is-active { | ||
| + | border-bottom: | ||
| + | border-radius: | ||
| + | } | ||
| + | |||
| + | .projects-tab-panel { | ||
| + | padding: 1.25rem; | ||
| + | } | ||
| + | |||
| + | .projects-grid { | ||
| + | column-count: | ||
| + | margin-top: 2rem; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media (max-width: 30rem) { | ||
| + | .projects-tabs a { | ||
| + | flex-basis: 100%; | ||
| + | } | ||
| + | |||
| + | .project-item img { | ||
| + | width: 3.75rem; | ||
| + | height: 3.75rem; | ||
| + | flex-basis: 3.75rem; | ||
| + | } | ||
| + | |||
| + | .project-description { | ||
| + | margin-left: | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media (prefers-reduced-motion: | ||
| + | .projects-tab-panel { | ||
| + | animation: none; | ||
| + | } | ||
| + | |||
| + | .project-item, | ||
| + | .project-item img, | ||
| + | .project-description h4, | ||
| + | .project-description p a { | ||
| + | transition: none; | ||
| + | } | ||
| + | } | ||
| + | </style> | ||
| + | | ||
| + | <body> | ||
| + | <main class=" | ||
| + | <div class=" | ||
| + | <h1 class=" | ||
| + | <span class=" | ||
| + | <span class=" | ||
| + | Polarimetric Radar Observations meet Atmospheric Modelling (PROM) – | ||
| + | | ||
| + | |||
| + | | ||
| + | Fusion of Radar Polarimetry and Numerical Atmospheric Modelling Towards an | ||
| + | Improved Understanding of Cloud and Precipitation Processes | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | | ||
| + | PROM has two funding phases, some projects are included in | ||
| + | both phases. | ||
| + | < | ||
| + | </p> | ||
| </ | </ | ||
| - | </ | ||
| - | </ | ||
| - | | + | |
| - | <div id="tab-obj_4" class=" | + | <a href="#tab-obj_1" class=" |
| - | < | + | >Objective 1<br />Process Detection</a |
| - | < | + | |
| - | <div class="project-container"> | + | <a href="#tab-obj_2">Objective 2<br />Model Improvements</a> |
| - | | + | <a href="#tab-obj_3">Objective 3<br />Energy Budgets</ |
| - | | + | |
| - | <div class="project-description"> | + | <a href="# |
| - | | + | |
| - | <p>Joint project between University of Bonn and Deutscher Wetterdienst (DWD), Phase 1 and 2</p> | + | |
| - | | + | |
| </ | </ | ||
| - | <div class=" | + | |
| - | <img src=" | + | <div id=" |
| - | <div class=" | + | <div class=" |
| - | < | + | <p> |
| - | < | + | Exploitation of radar polarimetry for quantitative process |
| + | detection in precipitating clouds and for model evaluation. | ||
| + | </ | ||
| + | <div class=" | ||
| + | | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project based at University of Leipzig, Phase 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between | ||
| + | Ludwig-Maximilians-University of Munich (LMU), | ||
| + | Deutscher Wetterdienst (DWD) and University of | ||
| + | Mainz, Phase 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project by Deutscher Wetterdienst (DWD); | ||
| + | collaboration with PROM partners, Phase 1 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between | ||
| + | Ludwig-Maximilians-University of Munich (LMU) | ||
| + | and Deutsches Zentrum für Luft- u. Raumfahrt | ||
| + | (DLR), Phase 1 and 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between Deutscher Wetterdienst | ||
| + | (DWD) and University of Cologne, Phase 1 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between University of Bonn and | ||
| + | Deutscher Wetterdienst (DWD), Phase 1 and 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project based at Leibniz Institute for | ||
| + | Tropospheric Research (TROPOS), Phase 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between Leibniz Institute for | ||
| + | Tropospheric Research (TROPOS) and University of | ||
| + | Leipzig, Phase 1 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between | ||
| + | Ludwig-Maximilians-University of Munich (LMU) | ||
| + | and Deutscher Wetterdienst (DWD), Phase 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | | ||
| + | | ||
| + | /> | ||
| + | <div class=" | ||
| + | <h4> | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | <p> | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between University of Bonn and | ||
| + | University of Mainz, Phase 1 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project based at Deutscher Wetterdienst (DWD), | ||
| + | Phase 1 | ||
| + | </ | ||
| + | </ | ||
| + | </div> | ||
| </ | </ | ||
| </ | </ | ||
| - | <div class=" | + | |
| - | <img src=" | + | <div id=" |
| - | <div class=" | + | <div class=" |
| - | < | + | <p> |
| - | < | + | Improvement of cloud and precipitation schemes in |
| + | atmospheric models based on process fingerprints detectable | ||
| + | in polarimetric observations. | ||
| + | </ | ||
| + | <div class=" | ||
| + | | ||
| + | <img | ||
| + | | ||
| + | | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project based at University of Leipzig, Phase 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between | ||
| + | Ludwig-Maximilians-University of Munich (LMU), | ||
| + | Deutscher Wetterdienst (DWD) and University of | ||
| + | Mainz, Phase 2 | ||
| + | </ | ||
| + | </div> | ||
| + | | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | <p> | ||
| + | Joint project between Deutscher Wetterdienst | ||
| + | (DWD) and University of Cologne, Phase 1 | ||
| + | </ | ||
| + | </div> | ||
| + | | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | >Life Cycle of Convective Storms</ | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project based at Karlsruhe Institute of | ||
| + | Technology (KIT), Phase 1 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | | ||
| + | University of Leipzig, Phase 1 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project based at Leibniz Institute for | ||
| + | Tropospheric Research (TROPOS), Phase 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between University of Cologne and | ||
| + | Deutscher Wetterdienst (DWD), Phase 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Project based at Leibniz Institute for | ||
| + | Tropospheric Research (TROPOS), Phase 1 | ||
| + | | ||
| + | </ | ||
| + | </div> | ||
| </ | </ | ||
| </ | </ | ||
| - | </ | ||
| - | </ | ||
| - | | + | |
| - | <div id=" | + | <div id=" |
| - | <div class=" | + | <div class=" |
| - | <p>Radar-based detection | + | <p> |
| - | <div class=" | + | Monitoring |
| - | <div class=" | + | changes in the cloudy, precipitating atmosphere for a better |
| - | <img src=" | + | understanding |
| - | <div class=" | + | |
| - | < | + | <div class=" |
| - | <p>Joint project between Ludwig-Maximilians-University | + | <div class=" |
| + | <img | ||
| + | | ||
| + | | ||
| + | /> | ||
| + | <div class=" | ||
| + | <h4> | ||
| + | | ||
| + | | ||
| + | | ||
| + | >< | ||
| + | | ||
| + | > | ||
| + | | ||
| + | <p> | ||
| + | Project based at Karlsruhe Institute | ||
| + | Technology | ||
| + | | ||
| + | </ | ||
| + | </div> | ||
| </ | </ | ||
| </ | </ | ||
| - | <div class=" | + | |
| - | <img src=" | + | <div id=" |
| - | <div class=" | + | <div class=" |
| - | < | + | <p> |
| - | < | + | Generation of precipitation system analyses by assimilation |
| + | of polarimetric radar observations into atmospheric models | ||
| + | for weather forecasting. | ||
| + | </ | ||
| + | <div class=" | ||
| + | | ||
| + | <img | ||
| + | | ||
| + | | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between University of Bonn and | ||
| + | Deutscher Wetterdienst | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | <h4> | ||
| + | | ||
| + | | ||
| + | | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between University of Cologne and | ||
| + | Deutscher Wetterdienst | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | | ||
| + | >< | ||
| + | > | ||
| + | > | ||
| + | | ||
| + | <p> | ||
| + | | ||
| + | Ludwig-Maximilians-University of Munich (LMU) | ||
| + | and Deutscher Wetterdienst (DWD), Phase 1 | ||
| + | | ||
| + | </ | ||
| + | </div> | ||
| </ | </ | ||
| </ | </ | ||
| - | <div class=" | + | |
| - | <img src=" | + | <div id=" |
| - | <div class=" | + | <div class=" |
| - | < | + | <p> |
| - | < | + | Radar-based detection of the initiation of convection for |
| + | the improvement of thunderstorm prediction. | ||
| + | </ | ||
| + | <div class=" | ||
| + | | ||
| + | <img | ||
| + | | ||
| + | | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project | ||
| + | Ludwig-Maximilians-University of Munich (LMU) | ||
| + | and Deutsches Zentrum für Luft- u. Raumfahrt | ||
| + | (DLR), Phase 1 and 2 | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | < | ||
| + | <a | ||
| + | href=" | ||
| + | > | ||
| + | RADar (WRAD)</ | ||
| + | > | ||
| + | </ | ||
| + | <p> | ||
| + | Joint project between Fraunhofer FHR and | ||
| + | University of Bonn, Phase 1 and 2 | ||
| + | </ | ||
| + | </div> | ||
| + | | ||
| + | |||
| + | <div class=" | ||
| + | <img | ||
| + | src=" | ||
| + | alt=" | ||
| + | /> | ||
| + | <div class=" | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | <p> | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | </div> | ||
| </ | </ | ||
| </ | </ | ||
| - | </div> | + | </main> |
| - | </div> | + | |
| - | | + | |
| - | document.addEventListener('DOMContentLoaded', function() { | + | document.addEventListener("DOMContentLoaded", function () { |
| - | // Function to sort project items alphabetically | + | const root = document.querySelector(".projects-page"); |
| - | function sortProjects(tabContent) { | + | |
| - | const container | + | |
| - | | + | |
| - | | + | |
| - | projects.sort((a, b) => { | + | const container |
| - | const nameA = a.querySelector('.project-description h4 a' | + | if (!container) return; |
| - | const nameB = b.querySelector(' | + | |
| - | if (nameA < nameB) return | + | |
| - | if (nameA > nameB) return 1; | + | |
| - | return 0; | + | |
| - | }); | + | |
| - | // Clear the container | + | const projects = [ |
| - | container.innerHTML = '' | + | ...container.querySelectorAll(" |
| + | ]; | ||
| - | // Append sorted projects | + | |
| - | | + | const nameA = |
| - | } | + | a |
| + | | ||
| + | ? | ||
| + | .toLowerCase() || "" | ||
| + | const nameB = | ||
| + | b | ||
| + | .querySelector(" | ||
| + | ? | ||
| + | .toLowerCase() || ""; | ||
| - | // Initial sort for all tab contents | + | return nameA.localeCompare(nameB); |
| - | document.querySelectorAll(' | + | |
| - | sortProjects(tabContent); | + | |
| - | }); | + | |
| - | + | ||
| - | // Sorting on tab activation | + | |
| - | document.querySelectorAll(' | + | |
| - | tab.addEventListener(' | + | |
| - | event.preventDefault(); | + | |
| - | document.querySelectorAll(' | + | |
| - | link.classList.remove(' | + | |
| }); | }); | ||
| - | tab.classList.add(' | ||
| - | | + | |
| - | | + | |
| - | | + | ); |
| - | const activeTabContent = document.querySelector(tab.getAttribute(' | + | } |
| - | activeTabContent.classList.add(' | + | |
| - | // Sort the projects | + | root.querySelectorAll(" |
| - | sortProjects(activeTabContent); | + | sortProjects, |
| + | ); | ||
| + | |||
| + | root.querySelectorAll(" | ||
| + | | ||
| + | event.preventDefault(); | ||
| + | |||
| + | root.querySelectorAll(" | ||
| + | (link) => link.classList.remove(" | ||
| + | ); | ||
| + | |||
| + | root.querySelectorAll(" | ||
| + | (panel) => panel.classList.remove(" | ||
| + | ); | ||
| + | |||
| + | tab.classList.add(" | ||
| + | |||
| + | const panel = root.querySelector( | ||
| + | tab.getAttribute(" | ||
| + | ); | ||
| + | if (!panel) return; | ||
| + | |||
| + | panel.classList.add(" | ||
| + | | ||
| + | }); | ||
| }); | }); | ||
| }); | }); | ||
| - | | + | </ |
| - | | + | </ |
| - | </ | + | |
| </ | </ | ||