Skip to content

Commit 73c1ca1

Browse files
committed
TL: put PinT25 in past events, additional fixes
1 parent 6aca6bd commit 73c1ca1

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

_events_past/2024-13th-pint-workshop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ event_start: 2024-02-05 00:00
88
event_end: 2024-02-09 24:00
99
event_url: https://time-x.eu/pint-2024/
1010
navbar: Events
11-
subnavbar: Upcoming
11+
subnavbar: Past
1212
organizers:
1313
- name: Giovanni Samaey
1414
homepage: https://www.kuleuven.be/wieiswie/en/person/00038151

_events_upcoming/2025-14th-pint-workshop.md renamed to _events_past/2025-14th-pint-workshop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ event_start: 2025-07-07 00:00
88
event_end: 2025-07-11 24:00
99
event_url: https://icms.ac.uk/activities/workshop/parallel-in-time-algorithms-for-exascale-applications
1010
navbar: Events
11-
subnavbar: Upcoming
11+
subnavbar: Past
1212
organizers:
1313
- name: Jemma Shipton
1414
homepage: https://mathematics.exeter.ac.uk/people/profile/index.php?web_id=js1075

_posts/2025-07-11-pint2025-closing-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ categories:
88
- Events
99
---
1010

11-
The [14th Workshop on Parallel-in-Time Integration (PinT 2025)](../../../14th-pint-workshop) gathered around 40 people from all around the world, and was a great experience for sharing and discussing on the new advances on the field.
11+
The [14th Workshop on Parallel-in-Time Integration (PinT 2025)](/events/14th-pint-workshop) gathered around 40 people from all around the world, and was a great opportunity for sharing and discussing on the new advances on the field.
1212

13-
The closing notes from the last discussions at the end of the workshop have been summarized on the [event page](../../../14th-pint-workshop), feel free to check it out!
13+
The closing notes from the last discussions at the end of the workshop have been summarized on the [event page](/events/14th-pint-workshop), feel free to check it out!
1414

1515
<div style="text-align: center;">
1616
<img src='/assets/images/pint2025.jpg' alt="PinT-2025 Group Photo" style="width: 60%; height: auto;">

events/index.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ <h2>Upcoming</h2>
1515
<ul class="list-group">
1616
{% assign sorted_events = site.events_upcoming | sort:'event_start' %}
1717
{% for event in sorted_events %}
18-
{% if event.page_type == 'event_page' %}
19-
{% include event/overview_item.html %}
20-
{% endif %}
21-
<br>
22-
<br>
18+
{% if event.page_type == 'event_page' %}
19+
{% include event/overview_item.html %}
20+
<br>
21+
{% endif %}
2322
{% endfor %}
2423
</ul>
2524
<br>
@@ -29,11 +28,10 @@ <h2>Past</h2>
2928
<ul class="list-group">
3029
{% assign sorted_events = site.events_past | sort:'event_start' %}
3130
{% for event in sorted_events %}
32-
{% if event.page_type == 'event_page' %}
33-
{% include event/overview_item.html %}
34-
{% endif %}
35-
<br>
36-
<br>
31+
{% if event.page_type == 'event_page' %}
32+
{% include event/overview_item.html %}
33+
<br>
34+
{% endif %}
3735
{% endfor %}
3836
</ul>
3937
</div>

references/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
---
1010

1111
<p class="lead">
12-
This list of publications closely related to parallel-in-time integration is probably not complete.
1312
<blockquote>
13+
This list of publications closely related to parallel-in-time integration is probably not complete.
1414
In case you find one that is missing on the list, you can simply add it by <strong>opening a <a
1515
href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/issues/new?template=new-papers-for-bibbot-.md"
1616
target="_blank"

0 commit comments

Comments
 (0)