-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprevious_news_items.php
More file actions
103 lines (82 loc) · 4.19 KB
/
previous_news_items.php
File metadata and controls
103 lines (82 loc) · 4.19 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
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
<!-- $Id$ -->
<?php
include "inc/header.inc";
?>
<div class="centcolumnpad">
<h2>News archive</h2>
<ul>
<li class="separated">9 May 2024:<br>
The next Pencil Code User Meeting will be at the
<a href="https://indico.ice.csic.es/event/40/">Institute of Space Sciences (ICE-CSIC/IEEC)</a>.
</li>
<li class="separated">23 May 2024:<br>
The next Pencil Code Steering Committee (PCSC) meeting will be on 6th of June 2024, starting from 13:00 CEST.
The minutes of the previous meeting are posted on:
<a href="http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/">http://pencil-code.nordita.org/~brandenb/pencil-code/newsletter/PCSC/</a>
</li>
<li class="separated">18 March 2022:<br>
The next Pencil Code User Meeting will be via zoom hosted by
<a href="https://www.iiap.res.in/pcum2022/">IIA</a>
</li>
<li class="separated">18 March 2022:<br>
The minutes of the Pencil Code Steering Committee (PCSC) are posted on:
<a href="http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/">http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/</a>
</li>
<li class="separated">3 April 2021:<br>
The next Pencil Code User Meeting will be via zoom hosted by
<a href="https://www.epfl.ch/labs/lastro/meetings/pcum2021/">EPFL</a>
</li>
<li class="separated">3 December 2020:<br>
For detailed news, see the
<a href="http://pencil-code.nordita.org/~brandenb/pencil-code/newsletter/">Pencil Code Newsletter</a>
</li>
<li class="separated">3 December 2020:<br>
The minutes of the Pencil Code Steering Committee (PCSC) are posted on:
<a href="http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/">http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/</a>
</li>
<li class="separated">02 May 2019:<br>
The next
<a href="http://agenda.albanova.se/conferenceDisplay.py?confId=6785">Pencil Code User Meeting 2019</a> will be in Espoo, August 12-16.
</li>
<li class="separated">11 April 2018:<br>
The minutes of the Pencil Code Steering Committee (PCSC) are posted on:
<a href="http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/">http://pencil-code.nordita.org/~brandenb/pencil-code/PCSC/</a>
</li>
<li class="separated">11 April 2018:<br>
The next
<a href="http://agenda.albanova.se/conferenceDisplay.py?confId=6539">Pencil Code User Meeting 2018</a> will be in Boulder, June 11-15.
</li>
<li class="separated">17 Dec 2016:<br>
The Doodle for Pencil Code User Meeting 2017 is out:
<a href="http://doodle.com/poll/ci7d8bhdb4yxcxr5">http://doodle.com/poll/ci7d8bhdb4yxcxr5</a>
</li>
<li class="separated">13 Mar 2016:<br>
The <a href="http://pencil-code.nordita.org/UserMeetings/2016/">12th Pencil Code Meeting</a> will take place 8-12 Aug 2016 in Graz/Austria.
Don't forget to sign up.
</li>
<li class="separated">19 April 2015:
Pencil Code moved from Google Code to Github.<br>
We proudly announce the successful move to
<a href="http://github.com/pencil-code/">http://github.com/pencil-code/</a>
and thank Toby (aka tobson) for doing a splendid job!
The move became neccessary after Google announced to close Google Code.
Commands to download the code with git or svn are given on the <a href="download.php">download page</a>.
</li>
<li class="separated">24 Dec 2014:<br>
The <a href="http://agenda.albanova.se/conferenceDisplay.py?confId=4701">11th Pencil Code Meeting</a> will take place 11-15 May 2015 in Trondheim.
Don't forget to sign up.
</li>
<li class="separated">25 Jan 2014:<br>
The <a href="http://agenda.albanova.se/conferenceDisplay.py?confId=4213">10th Pencil Code Meeting</a> took place on 7-11 July 2014 in Göttingen.</li>
<li class="separated">20 Jun 2013:<br>
Welcome to the new Pencil Code homepage, designed and implemented during the <a href="http://www.astro.lu.se/~michiel/PC2013/">9th Pencil Code User Meeting</a> on 17-20 June 2013 in Lund.</li>
<li class="separated">21 Sep 2008:<br>
The code was moved to a <a href="http://pencil-code.googlecode.com/">Google Code repository</a>.</li>
<li class="separated">28 July 2006:<br>
All features of the eos branch have been incorporated into the main trunk.
There are some minor changes that will be necessary in the .in-files, such as adding eos_init_pars (possibly with gamma=1.) and viscosity_run_pars (with the value of nu).</li>
</ul>
</div>
<?php
include "inc/footer.inc";
?>