forked from pencil-code/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprevious_news_items.php
53 lines (41 loc) · 2.04 KB
/
previous_news_items.php
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
<!-- $Id$ -->
<?php
include "inc/header.inc";
?>
<div class="centcolumnpad">
<h2>News archive</h2>
<ul>
<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="https://github.com/pencil-code/">https://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";
?>