forked from Parallel-in-Time/parallel-in-time.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (201 loc) · 8.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Parallel-in-Time</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="canonical" href="http://parallelintime.org/">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/octicons/octicons.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
</head>
<body>
<header>
<nav>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Parallel-in-Time</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="/news/index.html">News</a>
</li>
<li>
<a href="/events/index.html">Workshops</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Research <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="/methods/index.html">Methods</a>
</li>
<li>
<a href="/codes/index.html">Codes</a>
</li>
<li>
<a href="/groups/index.html">Groups</a>
</li>
<li>
<a href="/projects/index.html">Projects</a>
</li>
</ul>
</li>
<li >
<a href="/references/index.html">References</a>
</li>
<li >
<a href="/about/index.html">About</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="jumbotron">
<div class="container">
<h1>Parallel-in-Time</h1>
<p>About Parallel-in-Time Methods</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<section>
<h3>A new community resource</h3>
<p>This website collects information about people, methods and software in the field of
parallel-in-time integration methods.</p>
<p>If you would like for your group, your method, your code or your event to be mentioned here,
it is (relatively) simple to add content: The website is based on
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io"
target="_blank">GitHub Pages</a>, making it easy for everyone to contribute: See the
<a href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/wiki"
target="_blank">Wiki</a> for more detailed information.</p>
</section>
</div>
<div class="col-md-4">
<section>
<h3>Parallel-in-time workshop series</h3>
<p>This website also provides all the information about the parallel-in-time workshop series.
Check out <a href=/events/index.html>workshops</a> for more information.</p>
</section>
<section>
<h3>Email list</h3>
<p>You can join our email list to send and receive information about events all around
parallel-in-time integration: Just send an email to
<em>parallelintime+subscribe[AT]googlegroups.com</em> and wait for your request to be accepted.</p>
</section>
</div>
<div class="col-md-4">
<section>
<a type="button" class="btn btn-default btn-sm pull-right" href="feed.xml" role="button" title="subscribe via RSS">
<i class="fa fa-rss"></i>
<span class="hidden-xs">RSS</span>
</a>
<h3>
Recent News
</h3>
<ul class="list-group">
<li class="list-group-item">
<span class="label label-default">26 Jun 2015</span>
<a href="/news/2015/06/26/sc-election-result.html">First scientific committee elected</a>
</li>
<li class="list-group-item">
<span class="label label-default">26 Jun 2015</span>
<a href="/news/2015/06/26/sc-election.html">Election of Scientific Committee</a>
</li>
<li class="list-group-item">
<span class="label label-default">04 Jun 2015</span>
<a href="/news/2015/06/04/bylaws.html">Bylaws for the PinT workshop series</a>
</li>
<li class="list-group-item">
<span class="label label-default">04 Jun 2015</span>
<a href="/news/2015/06/04/dresden-postnews.html">Successful workshop in Dresden</a>
</li>
<li class="list-group-item">
<span class="label label-default">24 Apr 2015</span>
<a href="/news/2015/04/24/email-list-announcement.html">New parallelintime email list</a>
</li>
<li class="list-group-item">
<span class="label label-default">20 Apr 2015</span>
<a href="/news/2015/04/20/toulouse-workshop-announcement.html">Workshop in Toulouse in January 2016</a>
</li>
<li class="list-group-item">
<span class="label label-default">19 Dec 2014</span>
<a href="/news/2014/12/19/workshop-in-2016-announcement.html">Workshop in Banff in 2016</a>
</li>
<li class="list-group-item">
<span class="label label-default">06 Nov 2014</span>
<a href="/news/2014/11/06/xbraid-release.html">Release of XBraid library for MGRIT</a>
</li>
<li class="list-group-item">
<span class="label label-default">30 Aug 2014</span>
<a href="/news/2014/08/30/new-pfasst-release.html">New release of PFASST++</a>
</li>
<li class="list-group-item">
<span class="label label-default">04 Aug 2014</span>
<a href="/news/2014/08/04/new-workshop-announcement.html">Workshop in Dresden in 2015</a>
</li>
</ul>
</section>
</div>
</div>
</div>
</main>
<footer id="site-footer">
<div class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4">
<p class="navbar-text">
<a class="navbar-link" href="/about/imprint.html">
©<span class="hidden-xs"> Imprint</span></a>
<!--<span class="seperator hidden-xs"></span>-->
</p>
</div>
<div class="col-md-4 col-lg-4 hidden-xs hidden-sm">
<p class="navbar-text small">
<span class="credit"><a class="navbar-link" href="http://octopress.org">Powered by Octopress</a></span>
</p>
</div>
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4">
<p class="navbar-text pull-right">
<a class="navbar-link" href="https://github.com/Parallel-in-Time/parallel-in-time.github.io">
<i class="fa fa-github fa-fw"></i><span class="hidden-xs">Sources</span></a>
<span class="seperator"></span>
<a class="navbar-link" href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/issues">
<i class="fa fa-bug fa-fw"></i><span class="hidden-xs">Found a typo?</span></a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/jquery.githubRepoWidget.min.js"></script>
<script type="text/javascript" src="/js/custom.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62723342-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</body>
</html>