forked from pencil-code/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.php
55 lines (45 loc) · 2.85 KB
/
references.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
53
54
<!-- $Id$ -->
<?php
include "inc/header.inc";
?>
<div class="centcolumnpad">
<h2>References</h2>
<ul>
<li class="separated">
Brandenburg, A., & Dobler, W.: 2002, "Hydromagnetic turbulence in computer simulations", <em>Comp. Phys. Comm.</em> <b>147</b>, 471-475
(<a href="http://arXiv.org/abs/astro-ph/0111569"><i>astro-ph/0111569</i></a>,
<a href="http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2002CoPhC.147..471B&db_key=PHY&high=3ba10b02e000421">ADS</a>,
<a href="http://www.nordita.org/~brandenb/own/Bran+Dobl02.pdf">PDF</a>)
</li>
<li class="separated">
Brandenburg, A.: 2003, "Computational aspects of astrophysical MHD and turbulence", in <em>Advances in nonlinear dynamos (The Fluid Mechanics of Astrophysics and Geophysics, Vol. <b>9</b>)</em>, ed. A. Ferriz-Mas & M. Núñez, Taylor & Francis, London and New York, pp. 269-344
(<a href="http://arXiv.org/abs/astro-ph/0109497"><i>astro-ph/0109497</i></a>,
<a href="http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2003and..book..269B&amp;refs=CITATIONS&amp;db_key=PHY">ADS</a>,
<a href="http://www.nordita.org/~brandenb/own/Bran_comp03.pdf">PDF</a>)
</li>
<li class="separated">
Haugen, N. E. L., Brandenburg, A., & Dobler, W.: 2004, "Simulations of nonhelical hydromagnetic turbulence", <em>Phys. Rev.</em> <b>E 70</b>, 016308, 1-14
(<a href="http://arXiv.org/abs/astro-ph/0307059"><i>astro-ph/0307059</i></a>,
<a href="http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2004PhRvE..70a6308H&amp;db_key=PHY&amp;high=4080bca9ae20164">ADS</a>,
<a href="http://www.nordita.org/~brandenb/own/Hau+Bran+Dobl04.pdf">PDF</a>)
</li>
<li class="separated">
Dobler, W., Stix, M., & Brandenburg, A.: 2006, "Convection and magnetic field generation in fully convective spheres", <em>Astrophys. J.</em> <b>638</b>, 336-347
(<a href="http://arXiv.org/abs/astro-ph/0410645"><i>astro-ph/0410645</i></a>,
<a href="http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2006ApJ...638..336D&amp;db_key=AST&amp;data_type=HTML&amp;format=&amp;high=42689b430f26475">ADS</a>,
<a href="http://www.nordita.org/~brandenb/own/Dobl+Stix+Bran06.pdf">PDF</a>)
</li>
<li class="separated">
de Val-Borro, M. and 22 coauthors (incl. Lyra, W.): 2006, "A comparative study of disc-planet interaction", <em>Month. Not. Roy. Soc.</em>
(<a href="http://arXiv.org/abs/astro-ph/0605237"><i>astro-ph/0605237</i></a>)
</li>
<li class="separated">
Bourdin, Ph.-A., Bingert, S., & Peter, H.: 2013, "Observationally driven 3D magnetohydrodynamics model of the solar corona above an active region" <em>A&A</em> <b>555</b>, A123
(PDF: <a href="http://arXiv.org/abs/1305.5693"><i>arXiv:1305.5693</i></a>,
<a href="http://adsabs.harvard.edu/abs/2013A%26A...555A.123B">ADS</a>)
</li>
</ul>
</div>
<?php
include "inc/footer.inc";
?>