-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.php
More file actions
60 lines (54 loc) · 2.02 KB
/
contact.php
File metadata and controls
60 lines (54 loc) · 2.02 KB
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
<!-- $Id$ -->
<?php
include "inc/header.inc";
?>
<div class="centcolumnpad">
<h2>Contact</h2>
<h3>Pencil Code Office Hours</h3>
Please make use of the Pencil Code Office Hours, now usually every
<a href=http://norlx65.nordita.org/~brandenb/pencil-code/office_hours/>second Wednesday</a>
of the month at 13:00 Central European Time (CET) or Central European
Summer Time (CEST, in the Summer) to chat with the experts informally on
<a href=https://stockholmuniversity.zoom.us/j/69160607217>zoom:69160607217</a>.
All questions from everyone are welcome!
<h3>Newsletter</h3>
Regular updates are also provided in the Pencil Code
<a href="http://pencil-code.nordita.org/~brandenb/pencil-code/newsletter/">Newsletter</a>,
which appears several times per year.
<h3>Mailing list</h3>
Detailed questions regarding the code and its usage can be discussed on our <a href="http://groups.google.com/forum/?fromgroups#!forum/pencil-code-discuss">public mailing list</a>.
<h3>Steering Comittee</h3>
Issues of major concern to the Pencil Code community should be addressed
to the <a href="http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/">Pencil Code Steering Committee</a>.
</div>
<div class="centerdivider"></div>
<div class="centcolumnpad">
<h4>The current core-development team consists of:</h4>
<ul>
<li>Sven Bingert</li>
<li>Philippe-A. Bourdin</li>
<li>Axel Brandenburg (brandenb@nordita.org)</li>
<li>Simon Candelaresi</li>
<li>Piyali Chatterjee</li>
<li>Boris Dintrans</li>
<li>Wolfgang Dobler</li>
<li>Frederick Gent</li>
<li>Nils E. Haugen</li>
<li>Tobias Heinemann</li>
<li>Anders Johansen</li>
<li>Petri Käpylä</li>
<li>Maarit Korpi-Lagg</li>
<li>Wladimir Lyra</li>
<li>Dhruba Mitra</li>
<li>Matthias Rheinhardt</li>
<li>Alberto Roper Pol</li>
<li>Jennifer Schober</li>
<li>Jörn Warnecke</li>
<li>Chao-Chin Yang</li>
<li>Hongzhe Zhou</li>
</ul>
All the people involved in this project are <a href="http://github.com/pencil-code/pencil-code/graphs/contributors">listed here</a>.
</div>
<?php
include "inc/footer.inc";
?>