-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (80 loc) · 3.41 KB
/
index.html
File metadata and controls
111 lines (80 loc) · 3.41 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
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="New York Area Computational Astrophysics : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/iframe.css">
<title>New York Area Computational Astrophysics</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">New York Area Computational Astrophysics</h1>
<!-- <h2 id="project_tagline"></h2> -->
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Who Are We?</h3>
<p>Anyone in the NYC metro area interested in computational
astrophysics, in particular applications of, and algorithms
for astrophysical simulation codes.</p>
<p>This page attempts to loosely organize the different
computational astrophysics groups in the greater NYC area.</p>
<h3>Next Meeting</h3>
<ul>
<li>Our next meeting is on Friday, Sept. 29, 2017 at the
Center for Computational Astrophysics / Flatiron
Institute. Registration
is closed.</li>
<li>The schedule for the meeting is:
<iframe width="100%" height=700 src="https://docs.google.com/spreadsheets/d/e/2PACX-1vS7qCsjcosjJuz7ZyImfw0VdkIkLsxfn7F4WbrRiM1EzwiF27lK-wa0iv2AREkcbR41i2PAV9hbYLfO/pubhtml?gid=0&single=true&widget=false&headers=false&chrome=false&range=a1:e31"></iframe>
</li>
<li>In addition to the usual overview talks describing the work
done at each of the area institutions, we are going to discuss
the creation of a biweekly / monthly algorithms group that
meets at the CCA.
</li>
</ul>
<h3>Goals</h3>
<p>Our goals are:
<ul>
<li>Letting each other know what sort of research areas we
are active in and build new collaborations</li>
<li>Talking about the codes and techniques we have
available (both within your group and freely available
to the community)</li>
<li>Discuss ways to train our students better (maybe a
collaborative summer school?)</li>
<li>Geting our students talking and give them an
opportunity to present their work at the various
institutions and collaborate with one another</li>
<li>Working toward building a multi-institution NY-area
network to put us in a better position to go after big
grants (NSF Physics Frontiers, NNSA PSAAP, DOE SciDAC, ...)</li>
</ul>
</p>
<h3>Old Meetings</h3>
<ul>
<li>Our second meeting was on Friday April 8, 2016 at
AMNH. The agenda is still <a href="./meetings/2016-04">available</a>.</li>
<li>Our first meeting was on April 24, 2015.
The <a href="./meetings/2015-04">April 2015 Meeting
Summary</a> page summarizes the meetings and has links to
the presentations.</li>
</ul>
<h3>E-mail list</h3>
<p>Subscribe to the google group e-mail list: <a href="http://groups.google.com/group/nyaca">nyaca@googlegroups.com</a>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<a id="forkme_banner" href="https://github.com/NYACA">View on GitHub</a>
</footer>
</div>
</body>
</html>