Skip to content

Commit 489b959

Browse files
committed
TL: prepared update + some cleaning
1 parent 95e289f commit 489b959

File tree

8 files changed

+50
-27
lines changed

8 files changed

+50
-27
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ We use **docker** to *prevent version* and *system differences*. So please, espe
1818
docker-compose -f docker-compose-bundle.yml up
1919
```
2020

21+
> 📣 For some systems (e.g Ubuntu), docker compose comes already with docker. But you have to use it like this (without the dash):
22+
23+
```bash
24+
docker compose [...]
25+
```
26+
2127
### Start the live preview of the page
2228

2329
**Note:** The **live reload** of jekyll is not perfect. Therefore, **don't expect** it to work as intended. Sometimes, you need to <u>re-run the command</u> in order to see the **newest changes**.

_events_past/2011-06-03-1st-pint-workshop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ invited:
2020
- name: Julien Cortial
2121
- name: Michael Minion
2222
- name: Stefan Güttel
23-
permalink:
23+
permalink: events/1st-pint-workshop/
2424
subtitle: Brief overview
2525
page_type: event_page
2626
---
@@ -32,4 +32,4 @@ Programme:
3232
- Martin J. Gander, University of Geneva: *Space-time Parallel Methods: From Waveform Relaxation tothe Parareal Algorithm*
3333
- Julien Cortial, Stanford University: *Time-Parallel Methods for Accelerating the Solution of Structural Dynamics Problems*
3434
- Michael L. Minion, University of North Carolina: *Efficient Parallel in Time Methods for Partial Differential Equations*
35-
- Stefan Guettel, University of Geneva: *Time-Parallel Integration of Linear Initial Value Problems*
35+
- Stefan Güttel, University of Geneva: *Time-Parallel Integration of Linear Initial Value Problems*
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,40 @@
11
---
22
layout: page_event
3+
hide_hero: true
34
title: "PinT 2025: 14th Workshop on Parallel-in-Time Integration"
45
date: 2024-04-13 12:00:00 +0000
56
event_location: Edinburgh, UK
67
event_start: 2025-07-07 00:00
78
event_end: 2025-07-11 24:00
8-
event_url:
9+
event_url: https://icms.ac.uk/activities/workshop/parallel-in-time-algorithms-for-exascale-applications
910
navbar: Events
1011
subnavbar: Upcoming
1112
organizers:
1213
- name: Jemma Shipton
1314
homepage: https://mathematics.exeter.ac.uk/people/profile/index.php?web_id=js1075
1415
- name: David Acreman
15-
homepage:
16+
homepage:
1617
- name: Beth Wingate
1718
homepage: https://mathematics.exeter.ac.uk/people/profile/index.php?web_id=bw290
1819
- name: Hiroe Yamazaki
1920
homepage: https://www.imperial.ac.uk/people/h.yamazaki
2021
invited:
22+
- name: Josh Hope-Collins
23+
- name: Juliane Rosemeier
24+
- name: Giancarlo Antonucci
25+
- name: Rob Falgout
26+
- name: Felix Kwok
2127

2228
permalink: /events/14th-pint-workshop/
23-
subtitle: "Brief overview"
2429
page_type: event_page
2530
no_lead: true
2631
---
2732

28-
PinT 2025: the 14th Workshop on Parallel-in-time Integration will be hosted at the ICMS in Edinburgh, UK. Please visit the conference website at https://www.icms.org.uk/workshops/2025/parallel-time-algorithms-exascale-applications for more information.
33+
### Brief overview
34+
35+
PinT 2025: the 14th Workshop on Parallel-in-time Integration will be hosted at the ICMS in Edinburgh, UK.
36+
Please visit the [conference website for more information.](https://icms.ac.uk/activities/workshop/parallel-in-time-algorithms-for-exascale-applications/)
37+
38+
### Closing Discussion Summary
39+
40+
🛠️ In construction ...

_includes/article.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
</p>
1212
{% endunless %}
1313
{% if index %}
14-
<h1 class="entry-title"><a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{%
15-
else %}{{ post.title }}{% endif %}</a></h1>
14+
<h1 class="entry-title"><a href="{{ root_url }}{{ post.url }}">
15+
{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}
16+
</a></h1>
1617
{% else %}
1718
<h1 class="entry-title">
1819
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}

_includes/asides/event_meta.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h3 class="panel-title">
2323
{% else %}
2424
<button class="btn btn-sm btn-link" disabled title="Event's homepage not available" data-toggle="tooltip">
2525
{% endif %}
26+
original event's website
2627
<i class="fa fa-fw fa-globe"></i>
2728
{% if page.event_url | size > 0 %}
2829
</a>
@@ -33,6 +34,7 @@ <h3 class="panel-title">
3334
{% if page.wayback_url %}
3435
<span class="pull-right">
3536
<a href="{{ page.wayback_url }}" target="_blank" title="Event web site in Archive.org Wayback machine">
37+
archived website
3638
<i class="fa fa-history fa-fw"></i>
3739
</a>
3840
</span>

_includes/asides/event_subnav.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
<nav id="subnav" class="clearfix" role="navigation">
99
<ul class="nav nav-tabs">
10-
<li role="presentation" {% if event_index_url==page.url %} class="active" {% endif %}>
11-
<a href="{{ event_index_url }}">Event's Main Page</a>
12-
</li>
1310
{% assign sorted_pages = site.events_upcoming | sort:'subtitle' %}
1411
{% for subpage in sorted_pages %}
1512
{% unless subpage.page_type == 'event_page' %}

_includes/landingpage/block_1.html

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
<section>
22
<h3>A new community resource</h3>
3-
<p>This website collects information about people, methods and software in the field of
4-
parallel-in-time integration methods.</p>
5-
<p>If you would like for your group, your method, your code or your event to be mentioned here,
6-
it is (relatively) simple to add content: The website is based on
7-
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io"
8-
target="_blank">GitHub Pages</a>, making it easy for everyone to contribute: See the
3+
<p>Information about people, events, methods and software in the field of
4+
Parallel-in-Time (PinT) integration methods.</p>
5+
<p>
6+
The website is based on GitHub Pages, making it easy for everyone to contribute.
7+
See the
98
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/wiki"
10-
target="_blank">Wiki</a> for more detailed information.</p>
11-
<h4>Literature list</h4>
12-
<p>We also maintain an extensive <a href="/references/" target="_blank">literature list</a> in BibTex format. Feel free to use it and to add your own PINT-related publications if they are missing!</p>
9+
target="_blank">Wiki for more details ...</a>
10+
</p>
11+
12+
13+
<h4><a href="/references/" target="_blank">Literature list</a></h4>
14+
<p>
15+
Extensive list of PinT related publications in BibTex format, <a href="/references/">see here ...</a>
16+
Feel free to use it!
17+
<blockquote>
18+
In case one is missing, you can simply add it by <strong>opening a <a
19+
href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/issues/new?template=new-papers-for-bibbot-.md">
20+
"New Papers for BibBot Issue"
21+
</a>
22+
</strong> and provide the DOI or arXiv URL ...
23+
</blockquote>
24+
</p>
1325

1426
</section>

_layouts/landingpage.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010

1111
<body>
1212
<main>
13-
<div class="jumbotron">
14-
<div class="container">
15-
<h1>Parallel-in-Time</h1>
16-
<p>About Parallel-in-Time Methods</p>
17-
</div>
18-
</div>
19-
2013
<div class="container">
2114
{{ content | expand_urls: root_url }}
2215
</div>

0 commit comments

Comments
 (0)