Skip to content

Commit 044b175

Browse files
committed
Format code with prettier.
1 parent 9c5e4f1 commit 044b175

19 files changed

Lines changed: 45911 additions & 22949 deletions

CUSTOMIZE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here we will give you some tips on how to customize the website. One important t
6262
- [How it works](#how-it-works)
6363
- [Configuration](#configuration-1)
6464
- [Disable related posts for a specific post](#disable-related-posts-for-a-specific-post)
65-
- [Additional configuration in _config.yml](#additional-configuration-in-_configyml)
65+
- [Additional configuration in \_config.yml](#additional-configuration-in-_configyml)
6666
- [Managing publication display](#managing-publication-display)
6767
- [Adding a Google Calendar](#adding-a-google-calendar)
6868
- [Basic usage](#basic-usage)

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
title: blank # the website title (if blank, full name will be used instead)
66
first_name: Deborah
7-
middle_name:
7+
middle_name:
88
last_name: Hendrych
99
email: hendrych[at]zib.de
1010
description: > # the ">" symbol means to ignore newlines until "footer_text:"

_data/coauthors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"Xiao":
4242
- firstname: ["Wenjie"]
4343
url: https://iol.zib.de/team/wenjie-xiao.html
44-
45-
"Zimmer":
44+
45+
"Zimmer":
4646
- firstname: ["Max"]
4747
url: https://maxzimmer.org
4848

_data/talks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
- linkname: "Poster PDF"
5757
link: "/assets/pdf/Boscia_Poster_I.pdf"
5858

59-
6059
- title: Attended Events
6160
type: time_table
6261
contents:
@@ -154,4 +153,3 @@
154153
description:
155154
- "Hosted by Dr. Mathieu Besançon"
156155
- "October - November 2024"
157-

_includes/header.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{%- assign url = p.url -%}
109109
{%- assign target = '' -%}
110110
{%- endif %}
111-
<a class="nav-link" href="{{ url | relative_url }}"{{ target }}>
111+
<a class="nav-link" href="{{ url | relative_url }}" {{ target }}>
112112
{{- p.title }}
113113
{% if page.url contains p.url %}
114114
<span class="sr-only">(current)</span>

_layouts/about.liquid

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ layout: default
77
<header class="post-header">
88
<h1 class="post-title">
99
{% if site.title == 'blank' %}
10-
{{ site.first_name }} {{ site.middle_name }}
10+
{{ site.first_name }}
11+
{{ site.middle_name }}
1112
{{ site.last_name }}
1213
{% else %}
1314
{{ site.title }}
@@ -50,7 +51,8 @@ layout: default
5051
<header class="post-header">
5152
<h1 class="post-title">
5253
{% if site.title == 'blank' %}
53-
{{ site.first_name }} {{ site.middle_name }}
54+
{{ site.first_name }}
55+
{{ site.middle_name }}
5456
{{ site.last_name }}
5557
{% else %}
5658
{{ site.title }}

_layouts/cv.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ layout: default
3838
</header>
3939

4040
{% if page.show_divider %}
41-
<hr />
41+
<hr>
4242
{% endif %}
4343

4444
<article>

_layouts/page.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layout: default
1515
</header>
1616

1717
{% if page.show_divider %}
18-
<hr />
18+
<hr>
1919
{% endif %}
2020

2121
<article>

_pages/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ profile:
1616
selected_papers: true # includes a list of papers marked as "selected={true}"
1717
social: true # includes social icons at the bottom of the page
1818

19+
1920
#announcements:
2021
# enabled: true # includes a list of news items
2122
# scrollable: true # adds a vertical scroll bar if there are more than 3 news items
@@ -28,6 +29,6 @@ social: true # includes social icons at the bottom of the page
2829
---
2930

3031
I am a PhD candidate at the [Interactive Learning and Optimization (IOL) Lab](https://iol.zib.de) led by [Sebastian Pokutta](https://www.pokutta.com) hosted at the [Zuse Institute Berlin](https://www.zib.de) and [Technical University Berlin](https://www.tu.berlin) and I lead research area on the continuous optimization [IOL.Opt](https://iol.zib.de/research/iol-opt.html).
31-
My research focuses on first-order optimization methods, mainly Frank-Wolfe methods, for both continuous as well as discrete problems.
32+
My research focuses on first-order optimization methods, mainly Frank-Wolfe methods, for both continuous as well as discrete problems.
3233
In particular, I am interested in problems with combinatorial structure, for example, Optimal Design of Experiments and Network Design.
3334
Part of my work is the development and further improvement of the [FrankWolfe.jl](https://github.com/ZIB-IOL/FrankWolfe.jl) and [Boscia.jl](https://github.com/ZIB-IOL/Boscia.jl) repositories.

_pages/legal-notice.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,58 @@
22
layout: page
33
title: "Legal Notice / Impressum"
44
permalink: /legal-notice/
5-
65
---
6+
77
_Last updated: November 2025_
88
_Aktualisiert: November 2025_
99

1010
## English Version
1111

1212
### 1. Operator of this Website
13-
This website (https://dhendryc.github.io) is operated by
13+
14+
This website (https://dhendryc.github.io) is operated by
1415

1516
**Deborah Hendrych**
1617
c/o Zuse Institute Berlin (ZIB)
1718
Takustraße 7
18-
14195 Berlin, Germany
19+
14195 Berlin, Germany
1920

2021
Email: [hendrych@zib.de](mailto:hendrych@zib.de)
2122

2223
### 2. Responsibility for Content
24+
2325
Content on this site has been prepared with the greatest care. However, no guarantee is given for accuracy, completeness, or timeliness. As the provider, I am responsible for my own content in accordance with § 7 (1) TMG. Under §§ 8–10 TMG, I am not obliged to monitor transmitted or stored external information or to search for circumstances indicating illegal activity.
2426

2527
### 3. Liability for Links
28+
2629
This website contains links to external third-party websites over whose content I have no influence. Therefore, I cannot accept any liability for those external contents. The respective provider or operator is always responsible for the content of the linked pages.
2730

2831
### 4. Copyright
29-
All texts, images, and other works on this website are subject to German copyright law. Any duplication, editing, distribution, or other use outside the limits of copyright law requires prior written permission from the respective author or creator.
32+
33+
All texts, images, and other works on this website are subject to German copyright law. Any duplication, editing, distribution, or other use outside the limits of copyright law requires prior written permission from the respective author or creator.
3034

3135
## Deutsche Version
3236

3337
### 1. Betreiber der Website
34-
Diese Website (https://dhendryc.github.io) wird betrieben von
38+
39+
Diese Website (https://dhendryc.github.io) wird betrieben von
3540

3641
**Deborah Hendrych**
3742
c/o Zuse Institute Berlin (ZIB)
3843
Takustraße 7
3944
14195 Berlin
40-
Deutschland
45+
Deutschland
4146

4247
E-Mail: [hendrych@zib.de](mailto:hendrych@zib.de)
4348

4449
### 2. Verantwortlichkeit für Inhalte
50+
4551
Die Inhalte dieser Website wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der Inhalte kann jedoch keine Gewähr übernommen werden. Als Diensteanbieter bin ich gemäß § 7 Abs. 1 TMG für eigene Inhalte auf diesen Seiten verantwortlich. Nach §§ 8 bis 10 TMG bin ich jedoch nicht verpflichtet, übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen.
4652

4753
### 3. Haftung für Links
54+
4855
Mein Angebot enthält Links zu externen Websites Dritter, auf deren Inhalte ich keinen Einfluss habe. Deshalb kann ich für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich.
4956

5057
### 4. Urheberrecht
51-
Die durch den Seitenbetreiber erstellten Inhalte und Werke auf dieser Website unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechts bedürfen der vorherigen schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers.
58+
59+
Die durch den Seitenbetreiber erstellten Inhalte und Werke auf dieser Website unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechts bedürfen der vorherigen schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers.

0 commit comments

Comments
 (0)