forked from astropy/astropy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
507 lines (480 loc) · 16.8 KB
/
team.html
File metadata and controls
507 lines (480 loc) · 16.8 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Astropy. A Community Python Library for Astronomy." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.sidr.light.css" />
<style>
table.roles td {word-break:normal}
</style>
<title>Astropy Team</title>
<!-- Google analytics -->
<script src="js/analytics.js"></script>
</head>
<body>
<div id="wrapper">
<nav>
<div id="mobile-header">
<!-- Menu Icon -->
<a id="responsive-menu-button" href="#sidr-main"><div><svg senable-background="new 0 0 24 24" height="24px" id="Layer_1" version="1.1" viewBox="0 0 24 24" width="24px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g><g><path d="M23.244,17.009H0.75c-0.413,0-0.75,0.36-0.75,0.801v3.421C0,21.654,0.337,22,0.75,22h22.494c0.414,0,0.75-0.346,0.75-0.77 V17.81C23.994,17.369,23.658,17.009,23.244,17.009z M23.244,9.009H0.75C0.337,9.009,0,9.369,0,9.81v3.421 c0,0.424,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.345,0.75-0.769V9.81C23.994,9.369,23.658,9.009,23.244,9.009z M23.244,1.009H0.75C0.337,1.009,0,1.369,0,1.81V5.23c0,0.423,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.346,0.75-0.769V1.81 C23.994,1.369,23.658,1.009,23.244,1.009z"/></g></g></svg></div></a>
<!-- -->
</div>
<a href="index.html"><img src="images/astropy_word.svg" height="32" onerror="this.src='images/astropy_word_32.png; this.onerror=null;"/></a>
<div id="navigation">
<ul>
<li>
<div class="dropdown">
<a>About</a>
<div class="dropdown-content">
<ul>
<li><a href="about.html">About Astropy</a></li>
<li><a href="code_of_conduct.html">Code of Conduct</a></li>
<li><a href="acknowledging.html">Acknowledging & Citing</a></li>
</ul>
</div>
</div>
</li>
<li><a href="help.html">Get Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li>
<div class="dropdown">
<a href="http://docs.astropy.org">Documentation</a>
<div class="dropdown-content">
<ul>
<li><a href="http://docs.astropy.org" target="_blank">Current Release</a></li>
<li><a href="http://devdocs.astropy.org/" target="_blank">In Development</a></li>
<li><a href="https://astropy.readthedocs.io/en/lts/index.html" target="_blank">Long-Term Support</a></li>
</ul>
</div>
</div>
</li>
<li><a href="affiliated/index.html">Affiliated Packages</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</div>
<div class="search pull-right">
<form action="http://docs.astropy.org/en/stable/search.html" method="get">
<input type="text" name="q" placeholder="Search Documentation" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</nav>
<section>
<h1 id="astropy-team"> Astropy Team<a class="paralink" href="#astropy-team" title="Permalink to this headline">¶</a> </h1>
<h2 id="roles">Roles<a class="paralink" href="#roles" title="Permalink to this headline">¶</a></h2>
<p>The Astropy project is made possible through the efforts of
community members that perform numerous important roles. This
encompasses a broad scope of responsibilities ranging from
direct package development to communication, distribution, and
managerial activities. In this section we list the identified
project roles and responsible parties, both to formally
acknowledge those performing these duties and to solicit
volunteers for these roles to ensure sustainability. See
the <a href="#role-responsibilities">Astropy project role
responsibilities</a> section below for a full description of each
role.
<p>Some roles are currently unfilled and we
invite community members with an interest to inquire about
volunteering by emailing to
<a href="mailto:coordinators@astropy.org">coordinators@astropy.org</a>.
</p>
<table id="astropy-roles">
<thead>
<tr>
<th>Role</th>
<th>Sub-role</th>
<th>Person/People (last name alphabetical)</th>
</tr>
</thead>
<tbody id="roles-table"></tbody>
</table>
</section>
<section>
<h2 id="role-responsibilities">Astropy Project Role Responsibilities<a class="paralink" href="#role-responsibilities" title="Permalink to this headline">¶</a></h2>
<p>The Astropy project is made possible through the efforts of
community members that perform numerous important roles. This
encompasses a broad scope of responsibilities ranging from direct
package development to communication, distribution, and managerial
activities. In this section we list the responsibilities for each of
the identified project roles. The list of people fulfilling these
roles is found in the <a href="#roles">Roles</a> section.
</p>
<div id="roles-description"></div>
</section>
<section>
<h2 id="contributors">Contributors<a class="paralink" href="#contributors" title="Permalink to this headline">¶</a></h2>
<p>Astropy project packages are under continuous development by professional astronomers and software developers from around the world. The Project is community-driven, with decisions generally made by consensus, but with oversight and organization provided by the coordinating committee.</p>
<h3 id="core-package-contributors">Core Package Contributors<a class="paralink" href="#core-package-contributors" title="Permalink to this headline">¶</a></h3>
<ul class="team">
<li> Aaron Meisner </li>
<li> Aarya Patil </li>
<li> Abhinuv Nitin Pitale </li>
<li> Abigail Stevens </li>
<li> Adam Ginsburg </li>
<li> Adele Plunkett </li>
<li> Aditya Sharma </li>
<li> Adrian Price-Whelan </li>
<li> Akash Deshpande </li>
<li> Al Niessner </li>
<li> Albert Y. Shih </li>
<li> Aleh Khvalko </li>
<li> Alex Conley </li>
<li> Alex Drlica-Wagner </li>
<li> Alex Hagen </li>
<li> Alex Rudy </li>
<li> Alex de la Vega </li>
<li> Alexander Bakanov </li>
<li> Alexandre Beelen </li>
<li> Amit Kumar </li>
<li> Ana Posses </li>
<li> Anany Shrey Jain </li>
<li> Anchit Jain </li>
<li> Andreas Baumbach </li>
<li> Andrew Hearin </li>
<li> Aniket Kulkarni </li>
<li> Anirudh Katipally </li>
<li> Anne Archibald </li>
<li> Anthony Horton </li>
<li> Antony Lee </li>
<li> Arfon Smith </li>
<li> Arie Kurniawan </li>
<li> Arne de Laat </li>
<li> Arthur Eigenbrot </li>
<li> Asish Panda </li>
<li> Asra Nizami </li>
<li> Austen Groener </li>
<li> Axel Donath </li>
<li> Azalee Bostroem </li>
<li> Benjamin Alan Weaver </li>
<li> Benjamin Roulston </li>
<li> Benjamin Winkel </li>
<li> Bernardo Sulzbach </li>
<li> Bernie Simon </li>
<li> Bili Dong </li>
<li> Bogdan Nicula </li>
<li> Brett Morris </li>
<li> Brigitta Sipőcz </li>
<li> Bruno Oliveira </li>
<li> Bryce Kalmbach </li>
<li> Bryce Nordgren </li>
<li> Carl Osterwisch </li>
<li> Chris Beaumont </li>
<li> Chris Hanley </li>
<li> Christian Clauss </li>
<li> Christian Hettlage </li>
<li> Christoph Deil </li>
<li> Christoph Gohlke </li>
<li> Christopher Bonnett </li>
<li> Clara Brasseur </li>
<li> Clare Shanahan </li>
<li> Clément Robert </li>
<li> Cristian Ardelean </li>
<li> Curtis McCully </li>
<li> Dan Foreman-Mackey </li>
<li> Dan P. Cunningham </li>
<li> Dan Taranu </li>
<li> Daniel Bell </li>
<li> Daniel D'Avella </li>
<li> Daniel Datsev </li>
<li> Daniel Lenz </li>
<li> Danny Goldstein </li>
<li> Daria Cara </li>
<li> David Kirkby </li>
<li> David M. Palmer </li>
<li> David Pérez-Suárez </li>
<li> David Shiga </li>
<li> David Shupe </li>
<li> David Stansby </li>
<li> Demitri Muna </li>
<li> Derek Homeier </li>
<li> Devin Crichton </li>
<li> Dominik Klaes </li>
<li> Doug Burke </li>
<li> Drew Leonard </li>
<li> Duncan Macleod </li>
<li> Dylan Gregersen </li>
<li> Edward Betts </li>
<li> Eli Bressert </li>
<li> Elijah Bernstein-Cooper </li>
<li> Eloy Salinas </li>
<li> Emily Deibert </li>
<li> Emma Hogan </li>
<li> Eric Depagne </li>
<li> Eric Jeschke </li>
<li> Eric Koch </li>
<li> Erik M. Bray </li>
<li> Erik Tollerud </li>
<li> Esteban Pardo Sánchez </li>
<li> Evert Rol </li>
<li> Felix Yan </li>
<li> Francesco Biscani </li>
<li> Francesco Montanari </li>
<li> Francesco Montesano </li>
<li> Frédéric Chapoton </li>
<li> Frédéric Grollier </li>
<li> Gabriel Brammer </li>
<li> Geert Barentsen </li>
<li> Georgiana Ogrean </li>
<li> Gerrit Schellenberger </li>
<li> Giang Nguyen </li>
<li> Giorgio Calderone </li>
<li> Graham Kanarek </li>
<li> Grant Jenks </li>
<li> Gregory Dubois-Felsmann </li>
<li> Griffin Hosseinzadeh </li>
<li> Gustavo Bragança </li>
<li> Hannes Breytenbach </li>
<li> Hans Moritz Günther </li>
<li> Helen Sherwood-Taylor </li>
<li> Henry Ferguson </li>
<li> Himanshu Pathak </li>
<li> Hugo Buddelmeijer </li>
<li> Humna Awan </li>
<li> J. Goutin </li>
<li> J. Xavier Prochaska </li>
<li> JC Hsu </li>
<li> Jake VanderPlas </li>
<li> James Davies </li>
<li> James Dearman </li>
<li> James Noss </li>
<li> James Taylor </li>
<li> James Turner </li>
<li> Jane Rigby </li>
<li> Jani Šumak </li>
<li> Javier Pascual Granado </li>
<li> Jean Connelly </li>
<li> Jeff Taylor </li>
<li> Jeffrey McBeth </li>
<li> Jerry Ma </li>
<li> Joanna Power </li>
<li> Joe Hunkeler </li>
<li> Joe Lyman </li>
<li> Joe Philip Ninan </li>
<li> John Fisher </li>
<li> John Parejko </li>
<li> Johnny Greco </li>
<li> Jonas Große Sundrup </li>
<li> Jonathan Eisenhamer </li>
<li> Jonathan Foster </li>
<li> Jonathan Sick </li>
<li> Jonathan Whitmore </li>
<li> Jörg Dietrich </li>
<li> Joseph Jon Booker </li>
<li> Joseph Long </li>
<li> Joseph Ryan </li>
<li> Joseph Schlitz </li>
<li> José Sabater Montes </li>
<li> Juan Luis Cano Rodríguez </li>
<li> Juanjo Bazán </li>
<li> Julien Woillez </li>
<li> Jurien Huisman </li>
<li> Kacper Kowalik </li>
<li> Karan Grover </li>
<li> Karl Gordon </li>
<li> Karl Vyhmeister </li>
<li> Katrin Leinweber </li>
<li> Kelle Cruz </li>
<li> Kevin Gullikson </li>
<li> Kevin Sooley </li>
<li> Kewei Li </li>
<li> Kieran Leschinski </li>
<li> Kirill Tchernyshyov </li>
<li> Kris Stern </li>
<li> Kristin Berry </li>
<li> Kyle Barbary </li>
<li> Kyle Oman </li>
<li> Larry Bradley </li>
<li> Laura Watkins </li>
<li> Lauren Glattly </li>
<li> Leah Fulmer </li>
<li> Lehman Garrison </li>
<li> Lennard Kiehl </li>
<li> Leo Singer </li>
<li> Leonardo Ferreira </li>
<li> Lia Corrales </li>
<li> Lingyi Hu </li>
<li> Lisa Martin </li>
<li> Lisa Walter </li>
<li> Luigi Paioro </li>
<li> Luke G. Bouma </li>
<li> M Atakan Gürkan </li>
<li> Mabry Cervin </li>
<li> Madhura Parikh </li>
<li> Manas Satish Bedmutha </li>
<li> Maneesh Yadav </li>
<li> Mangala Gowri Krishnamoorthy </li>
<li> Manish Biswas </li>
<li> Mark Fardal </li>
<li> Mark Taylor </li>
<li> Marten van Kerkwijk </li>
<li> Martin Glatzle </li>
<li> Matej Stuchlik </li>
<li> Mathieu Servillat </li>
<li> Matt Davis </li>
<li> Matteo Bachetti </li>
<li> Matthew Bourque </li>
<li> Matthew Brett </li>
<li> Matthew Craig </li>
<li> Matthew Petroff </li>
<li> Matthew Turk </li>
<li> Mavani Bhautik </li>
<li> Max Silbiger </li>
<li> Maximilian Nöthe </li>
<li> Médéric Boquien </li>
<li> Megan Sosey </li>
<li> Michael Droettboom </li>
<li> Michael Hoenig </li>
<li> Michael Mueller </li>
<li> Michael Seifert </li>
<li> Michael Wood-Vasey </li>
<li> Michael Zhang </li>
<li> Michele Costa </li>
<li> Michele Mastropietro </li>
<li> Miguel de Val-Borro </li>
<li> Mihai Cara </li>
<li> Mike Alexandersen </li>
<li> Mike McCarty </li>
<li> Mikhail Minin </li>
<li> Miruna Oprescu </li>
<li> Moataz Hisham </li>
<li> Mohan Agrawal </li>
<li> Molly Peeples </li>
<li> Nabil Freij </li>
<li> Nadia Dencheva </li>
<li> Neil Crighton </li>
<li> Neil Parley </li>
<li> Nicholas S. Kern </li>
<li> Nicholas Saunders </li>
<li> Nick Murphy </li>
<li> Nimit Bhardwaj </li>
<li> Noah Zuckman </li>
<li> Nora Luetzgendorf </li>
<li> Ole Streicher </li>
<li> Orion Poplawski </li>
<li> Patricio Rojo </li>
<li> Patti Carroll </li>
<li> Paul Barrett </li>
<li> Paul Hirst </li>
<li> Paul Price </li>
<li> Paul Sladen </li>
<li> Pauline Barmby </li>
<li> Perry Greenfield </li>
<li> Peter Teuben </li>
<li> Pey Lian Lim </li>
<li> Prasanth Nair </li>
<li> Pratik Patel </li>
<li> Pritish Chakraborty </li>
<li> Ralf Gommers </li>
<li> Rashid Khan </li>
<li> Rasmus Handberg </li>
<li> Ray Plante </li>
<li> Régis Terrier </li>
<li> Ricardo Ogando </li>
<li> Ritiek Malhotra </li>
<li> Ritwick DSouza </li>
<li> Roban Hultman Kramer </li>
<li> Robert Cross </li>
<li> Rocio Kiman </li>
<li> Rohan Rajpal </li>
<li> Rohit Kapoor </li>
<li> Rohit Patil </li>
<li> Rui Xue </li>
<li> Ryan Abernathey </li>
<li> Ryan Cooke </li>
<li> Ryan Fox </li>
<li> Sadie Bartholomew </li>
<li> Sam Verstocken </li>
<li> Samuel Brice </li>
<li> Sanjeev Dubey </li>
<li> Sara Ogaz </li>
<li> Sarah Kendrew </li>
<li> Sashank Mishra </li>
<li> Saurav Sachidanand </li>
<li> Scott Thomas </li>
<li> Semyeong Oh </li>
<li> Serge Montagnac </li>
<li> Sergio Pascual </li>
<li> SF Graves </li>
<li> Shailesh Ahuja </li>
<li> Shantanu Srivastava </li>
<li> Shivan Sornarajah </li>
<li> Shresth Verma </li>
<li> Shreyas Bapat </li>
<li> Sigurd Næss </li>
<li> Simon Conseil </li>
<li> Simon Gibbons </li>
<li> Simon Liedtke </li>
<li> Simon Torres </li>
<li> Sourabh Cheedella </li>
<li> Srikrishna Sekhar </li>
<li> Stefan Becker </li>
<li> Stefan Nelson </li>
<li> Stephen Portillo </li>
<li> Steve Crawford </li>
<li> Steven Bamford </li>
<li> Stuart Littlefair </li>
<li> Stuart Mumford </li>
<li> Sudheesh Singanamalla </li>
<li> Sushobhana Patra </li>
<li> Swapnil Sharma </li>
<li> T. Carl Beery </li>
<li> Tanuj Rastogi </li>
<li> Thomas Erben </li>
<li> Thomas Robitaille </li>
<li> Thompson Le Blanc </li>
<li> Tiffany Jansen </li>
<li> Tim Jenness </li>
<li> Tim Plummer </li>
<li> Tito Dal Canton </li>
<li> Tom Aldcroft </li>
<li> Tom Donaldson </li>
<li> Tom J Wilson </li>
<li> Tom Kooij </li>
<li> Tomas Babej </li>
<li> Tyler Finethy </li>
<li> VSN Reddy Janga </li>
<li> Vatsala Swaroop </li>
<li> Vinayak Mehta </li>
<li> Vishnunarayan K I </li>
<li> Vital Fernández </li>
<li> Víctor Terrón </li>
<li> Víctor Zabalza </li>
<li> Wilfred Tyler Gee </li>
<li> Wolfgang Kerzendorf </li>
<li> Yannick Copin </li>
<li> Yash Kumar </li>
<li> Yash Sharma </li>
<li> Yingqi Ying </li>
<li> Zach Edwards </li>
<li> Zachary Kurtz </li>
<li> Zeljko Ivezic </li>
<li> Zé Vinicius </li>
</ul>
<h3 id="other-credits">Other Credits<a class="paralink" href="#other-credits" title="Permalink to this headline">¶</a></h3>
<ul>
<li>Kaylea Nelson for designing this web site.</li>
<li>Kyle Barbary for designing the Astropy logos and documentation themes.</li>
<li>Andrew Pontzen and the <a href="https://github.com/pynbody/pynbody" target="_blank">pynbody</a> team (For code that grew into astropy.units)</li>
<li>Everyone on <a href="http://groups.google.com/group/astropy-dev" target="_blank">astropy-dev</a> and the <a href="http://mail.python.org/mailman/listinfo/astropy" target="_blank">astropy mailing list</a> for contributing to many discussions and decisions!</li>
</ul>
<p>If you have contributed to the Astropy project and your name is missing,
please send an email to the coordinators, or <a href="https://github.com/astropy/astropy/edit/master/docs/credits.rst" target="_blank">open a pull request for the credits document</a> in the astropy repository.</p>
</section>
<footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jquery.sidr.min.js"></script>
<script src="js/functions.js"></script>
<hr>
<p>
<img style="vertical-align:middle" src="images/astropy_brandmark.png" height=20><span style="vertical-align:middle">
<a href="code_of_conduct.html"> The Astropy project is committed to fostering an inclusive community</a></span>.
</p>
</footer>
</div>
</body>
</html>