forked from Phlow/feeling-responsive
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
135 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
- year: 2022 | ||
theses: | ||
- title: "Analyse der Auswirkungen räumlicher Komplexitätsreduktion auf die Verteilnetzausbauplanung mit Flexibilitäten" | ||
type: "Master's thesis" | ||
author: "M. Jahn" | ||
files: | ||
- title: "Download thesis" | ||
file: "2022_MA_Jahn_Raeumliche_Komplexitaetsreduktion.pdf" | ||
- title: "Vergleich von Methoden zur Reduktion der zeitlichen Komplexität für die Optimierung sektorgekoppelter Energiesysteme" | ||
type: "Master's thesis" | ||
author: "K. Esterl" | ||
files: | ||
- title: "Download thesis" | ||
file: "2022_MA_Esterl_Zeitliche_Komplexitätsreduktion.pdf" | ||
- title: "Modellierung synthetischer Verteilnetztopologien in urbanen Gebieten" | ||
type: "Master's thesis" | ||
author: "P. Dubielzig" | ||
files: | ||
- title: "Download thesis" | ||
file: "2022_MA_Dubielzig_Urbane_Verteilnetze.pdf" | ||
- year: 2021 | ||
theses: | ||
- title: "Using the concept of dynamic line rating to facilitate the integration of variable renewable energy and to optimize the expansion of the German power grid" | ||
type: "Master's thesis" | ||
author: "C. Epia" | ||
files: | ||
- title: "Download thesis" | ||
file: "2021_MA_Epia_Dynamic_line_rating.pdf" | ||
- title: "Generation of high spatial and temporal resolution heat demand profiles for Germany" | ||
type: "Master's thesis" | ||
author: "A. Malla" | ||
files: | ||
- title: "Download thesis" | ||
file: "2021_MA_Malla_Heat_demand_profiles.pdf" | ||
- title: "Integration von Demand Side Management in eTraGo" | ||
type: "Seminar paper" | ||
author: "K. Esterl and H. Dentzien" | ||
files: | ||
- title: "Download seminar paper" | ||
file: "2021_SP_Esterl_Dentzien_DSM-eTraGo.pdf" | ||
- title: "Räumliche Komplexitätsreduktion in eTraGo - Entwicklung eines k-medoids Dijkstra Clusterings" | ||
type: "Seminar paper" | ||
author: "K. Esterl" | ||
files: | ||
- title: "Download seminar paper" | ||
file: "2021_SP_Esterl_k-medoids-Dijkstra-Clustering.pdf" | ||
- year: 2020 | ||
theses: | ||
- title: "Technisch-ökonomische Optimierung des Übertragungsnetzausbaus in Deutschland unter Berücksichtigung von (n-1)-Ausfallanalysen" | ||
type: "Master's thesis" | ||
author: "C. Büttner" | ||
files: | ||
- title: "Download thesis" | ||
file: "2020_MA_Buettner_(n-1)Ausfallanalysen.pdf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% for d in site.data._theses %} | ||
<div class="publications__subsection row row__wrap"> | ||
<div class="columns publications__heading"> | ||
<h3>{{ d.year }}</h3> | ||
</div> | ||
{% for e in d.theses %} | ||
<div class="publications__presentation row row__wrap"> | ||
<div class="columns publications__heading-year"> | ||
<h4>{{ e.title }}</h4> | ||
</div> | ||
<div class="row"> | ||
{{ e.type }} by {{ e.author }} | ||
</div> | ||
<div> | ||
<ul style="list-style-type:none;"> | ||
{% for p in e.files %} | ||
<li> | ||
<a href="{{ site.url }}{{ site.baseurl }}/theses/{{ p.file }}">{{ p.title }}</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+3.19 MB
...lexibility_options_on_the_German_transmission_grid-A_sector-coupled_mid-term_scenario.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+22.5 MB
presentations/2023_eGon_Abschluss-WS_Session_I-B_Komplexitaetsreduktion.pdf
Binary file not shown.
Binary file added
BIN
+42.3 MB
presentations/2023_eGon_Abschluss-WS_Session_II-A_Uebertragungsnetzplanung.pdf
Binary file not shown.
Binary file added
BIN
+5.28 MB
presentations/2023_eGon_Abschluss-WS_Session_II-B_Verteilnetzplanung.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.