Skip to content

Commit 9bef3af

Browse files
committed
Update personal webiste, add link to ITWM website in header
1 parent e49e6a1 commit 9bef3af

2 files changed

Lines changed: 22 additions & 16 deletions

File tree

source/conf.py

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
sys.path.insert(0, os.path.abspath("../.."))
1313
sys.path.insert(0, os.path.abspath("."))
1414

15-
project = 'sblauth.github.io'
16-
copyright = '2023-2026, Sebastian Blauth'
17-
author = 'Sebastian Blauth'
15+
project = "sblauth.github.io"
16+
copyright = "2023-2026, Sebastian Blauth"
17+
author = "Sebastian Blauth"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2121

2222

2323
highlight_language = "python"
2424

25-
templates_path = ['_templates']
25+
templates_path = ["_templates"]
2626

2727
source_suffix = ".rst"
2828
exclude_patterns = ["_build"]
@@ -54,6 +54,18 @@
5454
"footer_start": ["copyright"],
5555
"footer_end": [],
5656
"icon_links": [
57+
{
58+
"name": "email",
59+
"url": "mailto:sebastian.blauth@itwm.fraunhofer.de",
60+
"icon": "fa-regular fa-envelope",
61+
"type": "fontawesome",
62+
},
63+
{
64+
"name": "ITWM Website",
65+
"url": "https://www.itwm.fraunhofer.de/en/departments/processes-materials/staff/sebastian-blauth.html",
66+
"icon": "fa-solid fa-passport",
67+
"type": "fontawesome",
68+
},
5769
{
5870
"name": "GitHub",
5971
"url": "https://github.com/sblauth",
@@ -66,12 +78,6 @@
6678
"icon": "fa-brands fa-orcid",
6779
"type": "fontawesome",
6880
},
69-
{
70-
"name": "email",
71-
"url": "mailto:sebastian.blauth@itwm.fraunhofer.de",
72-
"icon": "fa-regular fa-envelope",
73-
"type": "fontawesome",
74-
},
7581
{
7682
"name": "Google Scholar",
7783
"url": "https://scholar.google.com/citations?user=M-SEAnwAAAAJ&hl=en&oi=ao",
@@ -84,16 +90,16 @@
8490
"icon": "fa-brands fa-researchgate",
8591
"type": "fontawesome",
8692
},
87-
]
93+
],
8894
}
8995

9096
html_sidebars = {"**": []}
91-
#html_sidebars = {
97+
# html_sidebars = {
9298
# "**": ["sidebar-nav-bs", "sidebar-ethical-ads"]
93-
#}
99+
# }
94100

95101

96102
pygments_style = "sphinx"
97103

98-
html_static_path = ['_static']
104+
html_static_path = ["_static"]
99105
html_css_files = ["custom.css"]

source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Welcome!
2828

2929

3030

31-
Hi, I am Sebastian Blauth, a scientific employee at `Fraunhofer ITWM <https://www.itwm.fraunhofer.de/en.html>`_. I work in the department Flow Processes of the division `Processes and Materials <https://www.itwm.fraunhofer.de/en/departments/processes-materials.html>`_. There, I am part of the group `Fluid Dynamical Process Design <https://www.itwm.fraunhofer.de/en/departments/processes-materials/fluid-dynamical-process-design-optimization.html>`_. My research mainly focuses on shape optimization with particular regards to industrial applications and the development of efficient solution methods for such problems. You can find my website at ITWM `here <https://www.itwm.fraunhofer.de/en/departments/processes-materials/staff/sebastian-blauth.html>`_.
31+
Hi, I am Sebastian Blauth, a senior scientist in the research area "Fluid Dynamical Shape Optimization" at `Fraunhofer ITWM <https://www.itwm.fraunhofer.de/en.html>`_. I work in the department Flow Processes of the division `Processes and Materials <https://www.itwm.fraunhofer.de/en/departments/processes-materials.html>`_. There, I am part of the group `Fluid Dynamical Process Design <https://www.itwm.fraunhofer.de/en/departments/processes-materials/fluid-dynamical-process-design-optimization.html>`_. My research mainly focuses on shape optimization with particular regards to industrial applications and the development of efficient solution methods for such problems. You can find my website at ITWM `here <https://www.itwm.fraunhofer.de/en/departments/processes-materials/staff/sebastian-blauth.html>`_.
3232

3333
I am the main developer of the software package `cashocs <https://cashocs.readthedocs.io>`_, which is an open source software for the automated solution of shape optimization and optimal control problems. It can be used to solve problems in fluid dynamics and multiphysics contexts. If you are interested in applications solved with cashocs, you can find some of them `here <https://www.itwm.fraunhofer.de/en/departments/processes-materials/products-services/shape-optimization-cashocs-software.html>`_. Moreover, `here <https://youtu.be/mZerFCRLtgQ?si=MDl3SmvU3GcQz-7w>`_ you can find a recording of me giving giving an introduction to cashocs at the FEniCS 2024 conference.
3434

35-
Before becoming a scientific employee at Fraunhofer ITWM, I was a PhD student at TU Kaiserslautern (now RPTU Kaiserslautern Landau) and Fraunhofer ITWM under the supervision of `René Pinnau <https://math.rptu.de/en/wgs/techno/people/head/pinnau>`_ and `Christian Leithäuser <https://www.itwm.fraunhofer.de/en/departments/processes-materials/staff/christian-leithaeuser.html>`_, where I worked on PDE constrained shape optimization and optimal control in the field of microchannel systems. If you are interested, you can find my PhD Thesis `here <https://doi.org/10.24406/publica-fhg-283725>`_. Previous to that, I have studied mathematics (Bachelor) and industrial mathematics (Master) at TU Kaiserslautern (and you can find my Master's thesis `here <https://nbn-resolving.org/urn:nbn:de:hbz:386-kluedo-53727>`_).
35+
Before working at Fraunhofer ITWM, I was a PhD student at TU Kaiserslautern (now RPTU Kaiserslautern Landau) and Fraunhofer ITWM under the supervision of `René Pinnau <https://math.rptu.de/en/wgs/techno/people/head/pinnau>`_ and `Christian Leithäuser <https://www.itwm.fraunhofer.de/en/departments/processes-materials/staff/christian-leithaeuser.html>`_, where I worked on PDE constrained shape optimization and optimal control in the field of microchannel systems. If you are interested, you can find my PhD Thesis `here <https://doi.org/10.24406/publica-fhg-283725>`_. Previous to that, I have studied mathematics (Bachelor) and industrial mathematics (Master) at TU Kaiserslautern.
3636

3737

0 commit comments

Comments
 (0)