Skip to content

Commit 401b592

Browse files
committed
test
1 parent f31d569 commit 401b592

8 files changed

Lines changed: 23 additions & 16 deletions

File tree

assets/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,3 +677,10 @@ footer:has-text("Made with") {
677677
footer.container.mx-auto.flex.flex-col.justify-items-center {
678678
display: none !important;
679679
}
680+
681+
/* Outreach page width adjustment to match publications page */
682+
body[data-page-type="landing"] .max-w-prose,
683+
body[data-page-type="landing"] .flex.max-w-prose,
684+
body[data-page-type="landing"] .prose.max-w-prose {
685+
max-width: 48rem !important; /* max-w-3xl equivalent */
686+
}

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ footer:
4242
copyright:
4343
notice: '© {year} Jana Gonnermann.'
4444
license:
45-
enable: false
45+
enable: true
4646
allow_derivatives: false
4747
share_alike: false
4848
allow_commercial: false

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2022-10-24
55
type: landing
66

77
design:
8-
spacing: '3rem'
8+
spacing: '2rem'
99

1010
# Page sections
1111
sections:

content/authors/admin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ work:
113113
summary: |
114114
---
115115

116-
I am a postdoctoral researcher at [Zuse Institute Berlin](https://www.zib.de/) in the [IOL Lab of Sebastian Pokutta](https://iol.zib.de/), where I lead the ['Humans and AI'](https://iol.zib.de/research/iol-human.html) research area.
116+
I am a postdoctoral researcher at [Zuse Institute Berlin](https://www.zib.de/) in the [IOL Lab of Sebastian Pokutta](https://iol.zib.de/), responsible for ['Humans and AI'](https://iol.zib.de/research/iol-human.html).
117117

118118
My work explores how agentic AI, machine learning, and human-centered design can be integrated to develop adaptive, personalized systems that support learning, decision-making, and broader societal impact.
119119

content/blog/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ date: 2023-10-24
44
type: landing
55

66
design:
7-
spacing: '3rem'
7+
spacing: '1rem'
88

99
# Page sections
1010
sections:
1111
- block: markdown
1212
content:
13-
title: 'FACET: Teacher-Centred LLM-Based Multi-Agent Systems - Preprint Published'
14-
subtitle: 'August 2025'
13+
title: blog
1514
text: |-
1615
<div class="news-light-blue">
16+
'FACET: Teacher-Centred LLM-Based Multi-Agent Systems - Preprint Published'
1717
Aug 2025 - Have a look at our recent preprint "FACET: Teacher-Centred LLM-Based Multi-Agent Systems—Towards Personalized Educational Worksheets" that has been published on arXiv.
1818
1919
The paper presents a teacher-centred LLM-based multi-agent system that supports teachers in developing personalized educational materials according to students characteristics.

content/experience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-10-24
44
type: landing
55

66
design:
7-
spacing: '3rem'
7+
spacing: '1rem'
88

99
# Note: `username` refers to the user's folder name in `content/authors/`
1010

content/outreach/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-10-24
44
type: landing
55

66
design:
7-
spacing: '5rem'
7+
spacing: '1rem'
88

99
# Page sections
1010
sections:
@@ -18,7 +18,7 @@ sections:
1818
November 26, 2025
1919
design:
2020
columns: '1'
21-
css_class: 'text-left text-sm leading-relaxed font-light'
21+
css_class: 'text-left'
2222

2323
- block: markdown
2424
content:
@@ -46,28 +46,28 @@ sections:
4646
April 1, 2025
4747
design:
4848
columns: '1'
49-
css_class: 'text-left text-sm leading-relaxed font-light'
49+
css_class: 'text-left'
5050

5151
- block: markdown
5252
content:
5353
title: 'conference talks'
5454
subtitle: ''
5555
text: |-
5656
**AMCIS 2023** - Influence of Pre-Experience on Learning in Virtual Environments
57-
*Americas Conference on Information Systems*
57+
*Americas Conference on Information Systems*
5858
*Panama City, Panama*
5959
August 10, 2023
6060
6161
**HICSS 2023** - To What Extent Can Individualisation in Terms of Different Types of Mode Improve Learning Outcomes and Learner Satisfaction?
62-
*Hawaii International Conference on System Sciences*
63-
*Maui, Hawaii**
62+
*Hawaii International Conference on System Sciences*
63+
*Maui, Hawaii*
6464
January 3, 2023
6565
6666
**ICIS 2024** - Value by Design: Reducing Cognitive Load by Using Visual Guidance in Augmented Reality-An Eye-Tracking Study
67-
*International Conference on Information Systems*
67+
*International Conference on Information Systems*
6868
*Bangkok, Thailand*
6969
December 15, 2024
7070
design:
7171
columns: '1'
72-
css_class: 'text-left text-sm leading-relaxed font-light'
72+
css_class: 'text-left'
7373
---

content/publications/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-10-24
44
type: landing
55

66
design:
7-
spacing: '3rem'
7+
spacing: '1rem'
88

99
# Page sections
1010
sections:

0 commit comments

Comments
 (0)