Skip to content

Commit ab946ac

Browse files
committed
deploy: dd0c17e
1 parent 3001737 commit ab946ac

6 files changed

Lines changed: 335 additions & 25 deletions

File tree

Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
<!DOCTYPE html>
2+
3+
4+
5+
6+
<html
7+
dir="ltr"
8+
lang="en"
9+
>
10+
<head>
11+
<meta charset="UTF-8">
12+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
13+
<title>PinT 2026 Workshop - Registration Open</title>
14+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
15+
<meta name="description" content="">
16+
<link rel="canonical" href="http://parallel-in-time.org/events/2026/03/24/pint2026-registration.html">
17+
<link rel="stylesheet" href="/assets/css/app.css">
18+
<script src="/assets/js/vendor/jquery-1.12.0.js"></script>
19+
<script src="/assets/js/vendor/bootstrap/affix.js"></script>
20+
<script src="/assets/js/vendor/bootstrap/alert.js"></script>
21+
<script src="/assets/js/vendor/bootstrap/button.js"></script>
22+
<script src="/assets/js/vendor/bootstrap/carousel.js"></script>
23+
<script src="/assets/js/vendor/bootstrap/collapse.js"></script>
24+
<script src="/assets/js/vendor/bootstrap/dropdown.js"></script>
25+
<script src="/assets/js/vendor/bootstrap/modal.js"></script>
26+
<script src="/assets/js/vendor/bootstrap/scrollspy.js"></script>
27+
<script src="/assets/js/vendor/bootstrap/tab.js"></script>
28+
<script src="/assets/js/vendor/bootstrap/transition.js"></script>
29+
<script src="/assets/js/vendor/bootstrap/tooltip.js"></script>
30+
<script src="/assets/js/vendor/bootstrap/popover.js"></script>
31+
<script src="/assets/js/vendor/Chart.min.js"></script>
32+
<script src="/assets/js/vendor/jquery.githubRepoWidget.js"></script>
33+
<script src="/assets/js/custom.js"></script>
34+
<script src="/assets/js/bib_stats.js"></script>
35+
<script defer src="https://unpkg.com/alpinejs@3.9.0/dist/cdn.min.js"></script>
36+
</head>
37+
38+
<body>
39+
<nav class="navbar is-primary " x-data="{ openNav: false }">
40+
<div class="container">
41+
<div class="navbar-brand">
42+
<a href="/" class="navbar-item">
43+
Parallel-in-Time
44+
</a>
45+
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu" :class="{ 'is-active': openNav }" x-on:click="openNav = !openNav">
46+
<span aria-hidden="true"></span>
47+
<span aria-hidden="true"></span>
48+
<span aria-hidden="true"></span>
49+
</a>
50+
</div>
51+
<div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }">
52+
<div class="navbar-start">
53+
<a href="/" class="navbar-item ">Home</a>
54+
55+
56+
57+
<a href="/news/" class="navbar-item ">News</a>
58+
59+
60+
61+
<div class="navbar-item has-dropdown is-hoverable ">
62+
<a href="" class="navbar-link ">Workshops</a>
63+
<div class="navbar-dropdown">
64+
65+
<a href="/events/" class="navbar-item ">Overview</a>
66+
67+
<a href="/events/upcoming/" class="navbar-item ">Upcoming</a>
68+
69+
<a href="/events/past/" class="navbar-item ">Past</a>
70+
71+
<a href="/events/bylaws.html" class="navbar-item ">Bylaws</a>
72+
73+
<a href="/events/scientific_committee.html" class="navbar-item ">Scientific Committee</a>
74+
75+
<a href="/events/travel_grants.html" class="navbar-item ">Travel Grants</a>
76+
77+
</div>
78+
</div>
79+
80+
81+
82+
<div class="navbar-item has-dropdown is-hoverable ">
83+
<a href="" class="navbar-link ">Research</a>
84+
<div class="navbar-dropdown">
85+
86+
<a href="/methods/" class="navbar-item ">Methods</a>
87+
88+
<a href="/codes/" class="navbar-item ">Codes</a>
89+
90+
<a href="/groups/" class="navbar-item ">Groups</a>
91+
92+
<a href="/projects/" class="navbar-item ">Projects</a>
93+
94+
</div>
95+
</div>
96+
97+
98+
99+
<a href="/references/index.html" class="navbar-item ">References</a>
100+
101+
102+
103+
<a href="/about/index.html" class="navbar-item ">About</a>
104+
105+
106+
107+
</div>
108+
109+
<div class="navbar-end">
110+
111+
</div>
112+
113+
</div>
114+
</div>
115+
</nav>
116+
117+
118+
119+
120+
121+
<section class="section">
122+
<div class="container">
123+
<div class="columns is-multiline">
124+
125+
<div class="column is-12">
126+
127+
128+
129+
130+
131+
132+
<div class="content">
133+
<div class="post">
134+
<header class="post-header">
135+
<h1>PinT 2026 Workshop - Registration Open</h1>
136+
</header>
137+
<article class="post-content">
138+
<p>Registration for the <a href="/events/15th-pint-workshop">15th Workshop on Parallel-in-Time Integration (PinT 2026)</a>,
139+
hosted at <a href="https://www.oeaw.ac.at/ricam/home">Johann Radon Institute for Computational and Applied Mathematics (RICAM)</a> in Linz, Austria, is now open.</p>
140+
141+
<p>The workshop will <strong>start at Monday, July 6</strong>, and will <strong>end at Friday, July 10</strong>, 2026.
142+
The program will include invited talks (60 mins incl. questions), contributed talks (25 mins incl. questions) as well as a poster session.</p>
143+
144+
<p>Please visit the webpage <a href="https://www.ricam.oeaw.ac.at/events/workshops/pint2026">https://www.ricam.oeaw.ac.at/events/workshops/pint2026</a> for more details as well as the registration form.
145+
The website is regularly updated.</p>
146+
147+
<p>We look forward welcoming you this summer in Linz.</p>
148+
149+
</article>
150+
<footer>
151+
152+
<i class="fa fa-user"></i> <span class="byline author vcard">Posted by <span class="fn">Thibaut</span></span>
153+
154+
&#8226;
155+
156+
157+
158+
159+
160+
<i class="fa fa-calendar"></i> Created on <time datetime="2026-03-24T15:43:00+00:00">24 Mar 2026</time>
161+
162+
163+
164+
165+
166+
167+
168+
</footer>
169+
170+
</div>
171+
172+
</div>
173+
</div>
174+
175+
</div>
176+
</div>
177+
</section>
178+
179+
<footer class="footer">
180+
<div class="container">
181+
182+
183+
<div class="columns is-multiline">
184+
185+
<div class="column has-text-centered">
186+
<div>
187+
<a href="/about/imprint.html" class="link">Imprint</a>
188+
</div>
189+
</div>
190+
191+
<div class="column has-text-centered">
192+
<div>
193+
<a href="https://help.github.com/articles/github-privacy-statement/" class="link">Privacy Policy</a>
194+
</div>
195+
</div>
196+
197+
<div class="column has-text-centered">
198+
<div>
199+
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io" class="link">Sources</a>
200+
</div>
201+
</div>
202+
203+
<div class="column has-text-centered">
204+
<div>
205+
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/issues" class="link">Found a Typo?</a>
206+
</div>
207+
</div>
208+
209+
</div>
210+
211+
212+
<div class="content is-small has-text-centered">
213+
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p>
214+
</div>
215+
</div>
216+
</footer>
217+
218+
219+
<script src="/assets/js/app.js" type="text/javascript"></script><!-- footer scripts --></body>
220+
</html>

feed.xml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
<link>http://parallel-in-time.org/</link>
77
<atom:link href="http://parallel-in-time.org/feed.xml" rel="self" type="application/rss+xml" />
88

9+
<item>
10+
<title>PinT 2026 Workshop - Registration Open</title>
11+
<description>&lt;p&gt;Registration for the &lt;a href=&quot;/events/15th-pint-workshop&quot;&gt;15th Workshop on Parallel-in-Time Integration (PinT 2026)&lt;/a&gt;,
12+
hosted at &lt;a href=&quot;https://www.oeaw.ac.at/ricam/home&quot;&gt;Johann Radon Institute for Computational and Applied Mathematics (RICAM)&lt;/a&gt; in Linz, Austria, is now open.&lt;/p&gt;
13+
14+
&lt;p&gt;The workshop will &lt;strong&gt;start at Monday, July 6&lt;/strong&gt;, and will &lt;strong&gt;end at Friday, July 10&lt;/strong&gt;, 2026.
15+
The program will include invited talks (60 mins incl. questions), contributed talks (25 mins incl. questions) as well as a poster session.&lt;/p&gt;
16+
17+
&lt;p&gt;Please visit the webpage &lt;a href=&quot;https://www.ricam.oeaw.ac.at/events/workshops/pint2026&quot;&gt;https://www.ricam.oeaw.ac.at/events/workshops/pint2026&lt;/a&gt; for more details as well as the registration form.
18+
The website is regularly updated.&lt;/p&gt;
19+
20+
&lt;p&gt;We look forward welcoming you this summer in Linz.&lt;/p&gt;
21+
</description>
22+
<pubDate>Tue, 24 Mar 2026 15:43:00 +0000</pubDate>
23+
<link>http://parallel-in-time.org/events/2026/03/24/pint2026-registration.html</link>
24+
<guid isPermaLink="true">http://parallel-in-time.org/events/2026/03/24/pint2026-registration.html</guid>
25+
</item>
26+
927
<item>
1028
<title>PinT 2026 Workshop - Announcement</title>
1129
<description>&lt;p&gt;The &lt;a href=&quot;/events/15th-pint-workshop&quot;&gt;15th Workshop on Parallel-in-Time Integration (PinT 2026)&lt;/a&gt; will be hosted at &lt;a href=&quot;https://www.oeaw.ac.at/ricam/home&quot;&gt;Johann Radon Institute for Computational and Applied Mathematics (RICAM)&lt;/a&gt; from &lt;strong&gt;6. to 10. July 2026&lt;/strong&gt;.&lt;/p&gt;
@@ -134,18 +152,5 @@ to participate.&lt;/p&gt;
134152
<guid isPermaLink="true">http://parallel-in-time.org/jobs/2018/02/03/pint-ws-submission.html</guid>
135153
</item>
136154

137-
<item>
138-
<title>PinT at SIAM Linear Algebra</title>
139-
<description>&lt;p&gt;Parallel-in-time integration present also at the &lt;a href=&quot;http://www.math.hkbu.edu.hk/siam-ala18/Minisymposia.php&quot;&gt;SIAM Conference on Applied Linear Algebra.&lt;/a&gt;&lt;/p&gt;
140-
141-
&lt;!--more--&gt;
142-
143-
&lt;p&gt;Thanks to Xiao-Chuan Cai and Hans De Sterck for putting together a mini symposium on &lt;em&gt;iterative solvers for parallel-in-time integration&lt;/em&gt; at SIAM ALA 2018 in Hong Kong. After PinT &lt;a href=&quot;/events/2016/12/23/siamcse-ms.html&quot;&gt;being present&lt;/a&gt; in all SIAM PP and SIAM CSE conferences since 2013, including this year’s &lt;a href=&quot;http://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=63542&quot;&gt;SIAM Parallel Processing 2018&lt;/a&gt;, this is the first time it features prominently at SIAM ALA.&lt;/p&gt;
144-
</description>
145-
<pubDate>Sat, 03 Feb 2018 14:07:00 +0000</pubDate>
146-
<link>http://parallel-in-time.org/jobs/2018/02/03/pint-siamla.html</link>
147-
<guid isPermaLink="true">http://parallel-in-time.org/jobs/2018/02/03/pint-siamla.html</guid>
148-
</item>
149-
150155
</channel>
151156
</rss>

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ <h3>
229229

230230
<ul class="list-group">
231231

232+
<li class="list-group-item">
233+
<span class="label label-default">24 Mar 2026</span>
234+
<a href="/events/2026/03/24/pint2026-registration.html">PinT 2026 Workshop - Registration Open</a>
235+
</li>
236+
232237
<li class="list-group-item">
233238
<span class="label label-default">04 Aug 2025</span>
234239
<a href="/events/2025/08/04/pint2026-announcement.html">PinT 2026 Workshop - Announcement</a>
@@ -249,11 +254,6 @@ <h3>
249254
<a href="/events/2021/06/11/pint2021-registration.html">PinT 2021 Workshop</a>
250255
</li>
251256

252-
<li class="list-group-item">
253-
<span class="label label-default">11 Jun 2020</span>
254-
<a href="/events/2020/06/11/gander_enla.html">PinT lecture at ENLA Seminar</a>
255-
</li>
256-
257257
</ul>
258258
</section>
259259

news/archive.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,41 @@ <h1><a href="/events/2025/08/04/pint2026-announcement.html">PinT 2026 Workshop -
13271327

13281328

13291329

1330+
<i class="fa fa-tags"></i>&nbsp;
1331+
<span class="categories">
1332+
1333+
Events
1334+
1335+
</span>
1336+
1337+
1338+
</p>
1339+
1340+
</article>
1341+
1342+
1343+
1344+
1345+
<h2>2026</h2>
1346+
1347+
<article class="page-header">
1348+
1349+
<h1><a href="/events/2026/03/24/pint2026-registration.html">PinT 2026 Workshop - Registration Open</a></h1>
1350+
<p class="meta text-muted">
1351+
1352+
1353+
1354+
1355+
1356+
<i class="fa fa-calendar"></i> Created on <time datetime="2026-03-24T15:43:00+00:00">24 Mar 2026</time>
1357+
1358+
1359+
1360+
1361+
1362+
1363+
1364+
13301365
<i class="fa fa-tags"></i>&nbsp;
13311366
<span class="categories">
13321367

news/index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,52 @@
143143

144144

145145

146+
<i class="fa fa-calendar"></i> Created on <time datetime="2026-03-24T15:43:00+00:00">24 Mar 2026</time>
147+
148+
149+
150+
151+
152+
153+
154+
</p>
155+
156+
157+
<h1 class="entry-title"><a href="/events/2026/03/24/pint2026-registration.html">
158+
PinT 2026 Workshop - Registration Open
159+
</a></h1>
160+
161+
</header>
162+
163+
164+
<div class="entry-content clearfix"><p>Registration for the <a href="/events/15th-pint-workshop">15th Workshop on Parallel-in-Time Integration (PinT 2026)</a>,
165+
hosted at <a href="https://www.oeaw.ac.at/ricam/home">Johann Radon Institute for Computational and Applied Mathematics (RICAM)</a> in Linz, Austria, is now open.</p>
166+
167+
<p>The workshop will <strong>start at Monday, July 6</strong>, and will <strong>end at Friday, July 10</strong>, 2026.
168+
The program will include invited talks (60 mins incl. questions), contributed talks (25 mins incl. questions) as well as a poster session.</p>
169+
170+
<p>Please visit the webpage <a href="https://www.ricam.oeaw.ac.at/events/workshops/pint2026">https://www.ricam.oeaw.ac.at/events/workshops/pint2026</a> for more details as well as the registration form.
171+
The website is regularly updated.</p>
172+
173+
<p>We look forward welcoming you this summer in Linz.</p>
174+
</div>
175+
176+
177+
178+
179+
</article>
180+
<hr />
181+
182+
<article class="post on-index ">
183+
184+
<header class="page-header">
185+
186+
<p class="meta text-muted text-uppercase">
187+
188+
189+
190+
191+
146192
<i class="fa fa-calendar"></i> Created on <time datetime="2025-08-04T13:30:00+00:00">04 Aug 2025</time>
147193

148194

0 commit comments

Comments
 (0)