-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocs.html
executable file
·63 lines (61 loc) · 3.87 KB
/
docs.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
<!DOCTYPE html>
<!-- Style adapted from https://startbootstrap.com/themes/freelancer/ -->
<html lang="en">
<!--#include virtual="includes/head.inc" -->
<body id="page-top">
<nav class="navbar navbar-expand-lg bg-secondary fixed-top" id="mainNav">
<div class="container"><a class="navbar-brand js-scroll-trigger" href="#page-top">PhotoDissociation Region Toolbox</a>
<button class="navbar-toggler navbar-toggler-right font-weight-bold bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu <i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="/index.html">HOME</a>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="/tools.html">TOOLS</a>
</li>
<li class="nav-item dropdown mx-0 mx-lg-1">
<a class="nav-link dropdown-toggle py-3 px-0 px-lg-3 rounded" href="#" id="navbarDarkDropdownMenuLink" role="button" data-toggle="dropdown" data-bs-toggle="dropdown" aria-expanded="false">
MODELS
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDarkDropdownMenuLink">
<li><a class="dropdown-item" href="/models.html">PDR Code Descriptions</a></li>
<li><a class="dropdown-item" href="/models/index.html">PDR Model Plots & FITS Files</a></li>
<li><a class="dropdown-item" href="/hiiregion/index.html">H II Region Diagnostics</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<header class="mymasthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Subheading-->
<h2 class="pre-wrap mymasthead-heading font-weight-bold mb-0">Documents & Presentations</h2>
<p style="text-align:left">
Below are links to relevant papers and to presentations we have made.
<ul>
<li class="myp"><a class="mya" href="docs/PDRT-t40.pdf"><i>The PhotoDissociation Region Toolbox: Past & Future</i></a>, Marc W. Pound & Mark G. Wolfire. Poster presented at <a class="mya" href="https://tielens2019.sciencesconf.org">Celebrating the First 40 Years of Alexander Tielens' Contribution to Science: The Physics and Chemistry of the ISM.</a>, 2019
</li>
<li class="myp"><a class="mya" href="docs/wolfire_PDR30.pdf"><i>The Physics of PDRs</i></a>, Mark G. Wolfire, Invited Talk at <a class="mya" href="http://pdr30.strw.leidenuniv.nl/">30 Years of Photodissociation Regions: A Symposium to Honor David Hollenbach's Lifetime in Science</a>, 2015
</li>
<li class="myp"><a class="mya" href="docs/Wolfire-Phases.pptx"><i>Observational and Theoretical Review
of the Multiphase ISM</i></a>, Mark G. Wolfire
</li>
</li>
<li class="myp">
<a class="mya" href="https://ui.adsabs.harvard.edu/abs/2008ASPC..394..654P/abstract" target="_blank">
<i>The Photo Dissociation Region Toolbox</i></a>,
Marc W. Pound & Mark G. Wolfire, 2008
</li>
<li class="myp">
<a class="mya" href="https://ui.adsabs.harvard.edu/abs/2006ApJ...644..283K/abstract" target="_blank">
<i>[Si II], [Fe II], [C II], and H<sub>2</sub> Emission from Massive Star-forming Regions</i>
</a>
Michael J. Kaufman, Mark G. Wolfire, & David J. Hollenbach, 2006
</li>
<li class="myp"><a class="mya" href="docs/pdrt.bib">BibTeX file</a> of papers you should cite if you used the PDR Toolbox.
</ul>
</p>
</div>
</header>
<!--#include virtual="includes/footer.inc" -->
</body>
</html>