-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreferences.bib
More file actions
1249 lines (1169 loc) · 83.9 KB
/
references.bib
File metadata and controls
1249 lines (1169 loc) · 83.9 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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for Kevin Bundy at 2019-10-29 10:11:39 -0700
%% Saved with string encoding Unicode (UTF-8)
@article{cherinka19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019AJ....158...74C},
Archiveprefix = {arXiv},
Author = {{Cherinka}, Brian and {Andrews}, Brett H. and {S{\'a}nchez-Gallego}, Jos{\'e} and {Brownstein}, Joel and {Argudo-Fern{\'a}ndez}, Mar{\'\i}a and {Blanton}, Michael and {Bundy}, Kevin and {Jones}, Amy and {Masters}, Karen and {Law}, David R. and {Rowlands}, Kate and {Weijmans}, Anne-Marie and {Westfall}, Kyle and {Yan}, Renbin},
Date-Added = {2019-10-29 10:11:38 -0700},
Date-Modified = {2019-10-29 10:11:39 -0700},
Doi = {10.3847/1538-3881/ab2634},
Eid = {74},
Eprint = {1812.03833},
Journal = {\aj},
Keywords = {astronomical databases: miscellaneous, methods: data analysis, surveys, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Astrophysics of Galaxies},
Month = {Aug},
Number = {2},
Pages = {74},
Primaryclass = {astro-ph.IM},
Title = {{Marvin: A Tool Kit for Streamlined Access and Visualization of the SDSS-IV MaNGA Data Set}},
Volume = {158},
Year = {2019},
Bdsk-Url-1 = {https://doi.org/10.3847/1538-3881/ab2634}}
@article{westfall19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019arXiv190100856W},
Archiveprefix = {arXiv},
Author = {{Westfall}, Kyle B. and {Cappellari}, Michele and {Bershady}, Matthew A. and {Bundy}, Kevin and {Belfiore}, Francesco and {Ji}, Xihan and {Law}, David R. and {Schaefer}, Adam and {Shetty}, Shravan and {Tremonti}, Christy A. and {Yan}, Renbin and {Andrews}, Brett H. and {Brownstein}, Joel R. and {Cherinka}, Brian and {Coccato}, Lodovico and {Drory}, Niv and {Maraston}, Claudia and {Parikh}, Taniya and {S{\'a}nchez-Gallego}, Jos{\'e} R. and {Thomas}, Daniel and {Weijmans}, Anne-Marie and {Barrera-Ballesteros}, Jorge and {Du}, Cheng and {Goddard}, Daniel and {Li}, Niu and {Masters}, Karen and {Ibarra Medel}, H{\'e}ctor Javier and {S{\'a}nchez}, Sebasti{\'a}n F. and {Yang}, Meng and {Zheng}, Zheng and {Zhou}, Shuang},
Date-Added = {2019-10-29 10:10:39 -0700},
Date-Modified = {2019-10-29 10:10:40 -0700},
Eid = {arXiv:1901.00856},
Eprint = {1901.00856},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = {Jan},
Pages = {arXiv:1901.00856},
Primaryclass = {astro-ph.GA},
Title = {{The Data Analysis Pipeline for the SDSS-IV MaNGA IFU Galaxy Survey: Overview}},
Year = {2019}}
@article{dorman12,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2012ApJ...752..147D},
Archiveprefix = {arXiv},
Author = {{Dorman}, Claire E. and {Guhathakurta}, Puragra and {Fardal}, Mark A. and {Lang}, Dustin and {Geha}, Marla C. and {Howley}, Kirsten M. and {Kalirai}, Jason S. and {Bullock}, James S. and {Cuilland re}, Jean-Charles and {Dalcanton}, Julianne J. and {Gilbert}, Karoline M. and {Seth}, Anil C. and {Tollerud}, Erik J. and {Williams}, Benjamin F. and {Yniguez}, Basilio},
Date-Added = {2019-10-23 15:16:55 -0700},
Date-Modified = {2019-10-23 15:16:56 -0700},
Doi = {10.1088/0004-637X/752/2/147},
Eid = {147},
Eprint = {1204.4455},
Journal = {\apj},
Keywords = {galaxies: individual: M31, galaxies: kinematics and dynamics, galaxies: spiral, Local Group, techniques: spectroscopic, Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {Jun},
Number = {2},
Pages = {147},
Primaryclass = {astro-ph.GA},
Title = {{The SPLASH Survey: Kinematics of Andromeda's Inner Spheroid}},
Volume = {752},
Year = {2012},
Bdsk-Url-1 = {https://doi.org/10.1088/0004-637X/752/2/147}}
@article{ferreras2013,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2013MNRAS.429L..15F},
Archiveprefix = {arXiv},
Author = {{Ferreras}, I. and {La Barbera}, F. and {de la Rosa}, I.~G. and {Vazdekis}, A. and {de Carvalho}, R.~R. and {Falc{\'o}n-Barroso}, J. and {Ricciardelli}, E.},
Date-Added = {2019-09-11 09:53:50 -0700},
Date-Modified = {2019-09-11 09:53:50 -0700},
Doi = {10.1093/mnrasl/sls014},
Eprint = {1206.1594},
Journal = {\mnras},
Keywords = {galaxies: elliptical and lenticular, cD, galaxies: evolution, galaxies: formation, galaxies: fundamental parameters, galaxies: stellar content},
Month = feb,
Pages = {L15-L19},
Primaryclass = {astro-ph.CO},
Title = {{Systematic variation of the stellar initial mass function with velocity dispersion in early-type galaxies}},
Volume = 429,
Year = 2013,
Bdsk-Url-1 = {http://dx.doi.org/10.1093/mnrasl/sls014}}
@article{conroy14,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2014ApJ...780...33C},
Archiveprefix = {arXiv},
Author = {{Conroy}, C. and {Graves}, G.~J. and {van Dokkum}, P.~G.},
Date-Added = {2019-09-11 09:52:40 -0700},
Date-Modified = {2019-09-11 09:52:40 -0700},
Doi = {10.1088/0004-637X/780/1/33},
Eid = {33},
Eprint = {1303.6629},
Journal = {\apj},
Keywords = {galaxies: abundances, galaxies: stellar content},
Month = jan,
Pages = {33},
Primaryclass = {astro-ph.CO},
Title = {{Early-type Galaxy Archeology: Ages, Abundance Ratios, and Effective Temperatures from Full-spectrum Fitting}},
Volume = 780,
Year = 2014,
Bdsk-Url-1 = {http://dx.doi.org/10.1088/0004-637X/780/1/33}}
@article{johansson12,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2012MNRAS.421.1908J},
Archiveprefix = {arXiv},
Author = {{Johansson}, J. and {Thomas}, D. and {Maraston}, C.},
Date-Added = {2019-09-11 09:52:24 -0700},
Date-Modified = {2019-09-11 09:52:24 -0700},
Doi = {10.1111/j.1365-2966.2011.20316.x},
Eprint = {1112.0322},
Journal = {\mnras},
Keywords = {galaxies: abundances, galaxies: elliptical and lenticular, cD, galaxies: evolution},
Month = apr,
Pages = {1908-1926},
Primaryclass = {astro-ph.CO},
Title = {{Chemical element ratios of Sloan Digital Sky Survey early-type galaxies}},
Volume = 421,
Year = 2012,
Bdsk-Url-1 = {http://dx.doi.org/10.1111/j.1365-2966.2011.20316.x}}
@article{kauffmann03a,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2003MNRAS.341...33K},
Author = {{Kauffmann}, G. and others},
Date-Added = {2019-09-11 09:52:14 -0700},
Date-Modified = {2019-09-11 09:52:14 -0700},
Doi = {10.1046/j.1365-8711.2003.06291.x},
Eprint = {astro-ph/0204055},
Journal = {\mnras},
Keywords = {galaxies: evolution, galaxies: formation, galaxies: stellar content},
Month = may,
Pages = {33-53},
Title = {{Stellar masses and star formation histories for 10$^{5}$ galaxies from the Sloan Digital Sky Survey}},
Volume = 341,
Year = 2003,
Bdsk-Url-1 = {http://dx.doi.org/10.1046/j.1365-8711.2003.06291.x}}
@article{yan16,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2016AJ....152..197Y},
Archiveprefix = {arXiv},
Author = {{Yan}, R. and {Bundy}, K. and {Law}, D.~R. and {Bershady}, M.~A. and {Andrews}, B. and {Cherinka}, B. and {Diamond-Stanic}, A.~M. and {Drory}, N. and {MacDonald}, N. and {S{\'a}nchez-Gallego}, J.~R. and {Thomas}, D. and {Wake}, D.~A. and {Weijmans}, A.-M. and {Westfall}, K.~B. and {Zhang}, K. and {Arag{\'o}n-Salamanca}, A. and {Belfiore}, F. and {Bizyaev}, D. and {Blanc}, G.~A. and {Blanton}, M.~R. and {Brownstein}, J. and {Cappellari}, M. and {D'Souza}, R. and {Emsellem}, E. and {Fu}, H. and {Gaulme}, P. and {Graham}, M.~T. and {Goddard}, D. and {Gunn}, J.~E. and {Harding}, P. and {Jones}, A. and {Kinemuchi}, K. and {Li}, C. and {Li}, H. and {Maiolino}, R. and {Mao}, S. and {Maraston}, C. and {Masters}, K. and {Merrifield}, M.~R. and {Oravetz}, D. and {Pan}, K. and {Parejko}, J.~K. and {Sanchez}, S.~F. and {Schlegel}, D. and {Simmons}, A. and {Thanjavur}, K. and {Tinker}, J. and {Tremonti}, C. and {van den Bosch}, R. and {Zheng}, Z.},
Date-Added = {2019-09-11 09:51:43 -0700},
Date-Modified = {2019-09-11 09:51:43 -0700},
Doi = {10.3847/0004-6256/152/6/197},
Eid = {197},
Eprint = {1607.08613},
Journal = {\aj},
Keywords = {galaxies: evolution, galaxies: general, surveys, techniques: imaging spectroscopy},
Month = dec,
Pages = {197},
Title = {{SDSS-IV MaNGA IFS Galaxy Survey---Survey Design, Execution, and Initial Data Quality}},
Volume = 152,
Year = 2016,
Bdsk-Url-1 = {http://dx.doi.org/10.3847/0004-6256/152/6/197}}
@article{kennicutt1998,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/1998ApJ...498..541K},
Author = {{Kennicutt}, Jr., R.~C.},
Date-Added = {2019-09-11 09:51:06 -0700},
Date-Modified = {2019-09-11 09:51:06 -0700},
Doi = {10.1086/305588},
Eprint = {astro-ph/9712213},
Journal = {\apj},
Keywords = {GALAXIES: EVOLUTION, GALAXIES: ISM, GALAXIES: SPIRAL, GALAXIES: STELLAR CONTENT, GALAXIES: STARBURST, STARS: FORMATION},
Month = may,
Pages = {541},
Title = {{The Global Schmidt Law in Star-forming Galaxies}},
Volume = 498,
Year = 1998,
Bdsk-Url-1 = {http://dx.doi.org/10.1086/305588}}
@article{calzetti01,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2001PASP..113.1449C},
Author = {{Calzetti}, D.},
Date-Added = {2019-09-11 09:50:58 -0700},
Date-Modified = {2019-09-11 09:50:58 -0700},
Doi = {10.1086/324269},
Eprint = {astro-ph/0109035},
Journal = {\pasp},
Keywords = {ISM: Dust, Extinction, Galaxies: ISM, Galaxies: Starburst, infrared: galaxies, ultraviolet: galaxies},
Month = dec,
Pages = {1449-1485},
Title = {{The Dust Opacity of Star-forming Galaxies}},
Volume = 113,
Year = 2001,
Bdsk-Url-1 = {http://dx.doi.org/10.1086/324269}}
@article{vanzee1996,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/1996AJ....112..129V},
Author = {{van Zee}, L. and {Haynes}, M.~P. and {Salzer}, J.~J. and {Broeils}, A.~H.},
Date-Added = {2019-09-11 09:50:49 -0700},
Date-Modified = {2019-09-11 09:50:49 -0700},
Doi = {10.1086/117994},
Journal = {\aj},
Keywords = {GALAXIES: IRREGULAR, GALAXIES: INDIVIDUAL: UGCA 20, GALAXIES: EVOLUTION},
Month = jul,
Pages = {129},
Title = {{Evolutionary Studies of the Low Metallicity Dwarf Irregular Galaxy UGCA 20}},
Volume = 112,
Year = 1996,
Bdsk-Url-1 = {http://dx.doi.org/10.1086/117994}}
@article{kewley02,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2002ApJS..142...35K},
Author = {{Kewley}, L.~J. and {Dopita}, M.~A.},
Date-Added = {2019-09-11 09:50:34 -0700},
Date-Modified = {2019-09-11 09:50:34 -0700},
Doi = {10.1086/341326},
Eprint = {astro-ph/0206495},
Journal = {\apjs},
Keywords = {Galaxies: Abundances, Galaxies: Evolution, Galaxies: Starburst, ISM: Abundances},
Month = sep,
Pages = {35-52},
Title = {{Using Strong Lines to Estimate Abundances in Extragalactic H II Regions and Starburst Galaxies}},
Volume = 142,
Year = 2002,
Bdsk-Url-1 = {http://dx.doi.org/10.1086/341326}}
@inproceedings{ferraro19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c..72F},
Archiveprefix = {arXiv},
Author = {{Ferraro}, Simone and {Wilson}, Michael J.},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:44:00 -0700},
Date-Modified = {2019-07-09 15:44:00 -0700},
Eid = {72},
Eprint = {1903.09208},
Keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics, Astrophysics - Astrophysics of Galaxies},
Month = {May},
Pages = {72},
Primaryclass = {astro-ph.CO},
Title = {{Inflation and Dark Energy from spectroscopy at z \> 2}},
Volume = {51},
Year = {2019}}
@inproceedings{mandelbaum19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c.363M},
Archiveprefix = {arXiv},
Author = {{Mandelbaum}, Rachel and {Blazek}, J. and {Chisari}, N.~E. and {Collett}, T. and {Galbany}, L. and {Gawiser}, E. and {Hlo{\v{z}}ek}, R.~A. and {Kim}, A.~G. and {Leonard}, C.~D. and {Lochner}, M.},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:41:47 -0700},
Date-Modified = {2019-07-09 15:41:48 -0700},
Eid = {363},
Eprint = {1903.09323},
Keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {May},
Pages = {363},
Primaryclass = {astro-ph.CO},
Title = {{Wide-field Multi-object Spectroscopy to Enhance Dark Energy Science from LSST}},
Volume = {51},
Year = {2019}}
@inproceedings{newman19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c.358N},
Archiveprefix = {arXiv},
Author = {{Newman}, Jeffrey and {Blazek}, J. and {Chisari}, N.~E. and {Clowe}, D. and {Dell'Antonio}, I. and {Gawiser}, E. and {Hlo{\v{z}}ek}, R.~A. and {Kim}, A.~G. and {von der Linden}, A. and {Lochner}, M.},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:39:47 -0700},
Date-Modified = {2019-07-09 15:39:47 -0700},
Eid = {358},
Eprint = {1903.09325},
Keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {May},
Pages = {358},
Primaryclass = {astro-ph.CO},
Title = {{Deep Multi-object Spectroscopy to Enhance Dark Energy Science from LSST}},
Volume = {51},
Year = {2019}}
@inproceedings{kartaltepe19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c.395K},
Archiveprefix = {arXiv},
Author = {{Kartaltepe}, Jeyhan and {Casey}, Caitlin and {Dickinson}, Mark and {Hathi}, Nimish and {Koekemoer}, Anton and {Lemaux}, Brian and {Postman}, Marc and {Rudnick}, Gregory},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:37:19 -0700},
Date-Modified = {2019-07-09 15:37:20 -0700},
Eid = {395},
Eprint = {1903.05026},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = {May},
Pages = {395},
Primaryclass = {astro-ph.GA},
Title = {{Assembly of the Most Massive Clusters at Cosmic Noon}},
Volume = {51},
Year = {2019}}
@inproceedings{behroozi19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c.125B},
Archiveprefix = {arXiv},
Author = {{Behroozi}, Peter and {Becker}, Matthew and {Bosch}, Frank C. van den and {Conroy}, Charlie and {Dickinson}, Mark and {Hirata}, Christopher M. and {Hearin}, Andrew and {Leauthaud}, Alexie and {Ly}, Chun and {Mao}, Yao-Yuan},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:35:14 -0700},
Date-Modified = {2019-07-09 15:35:14 -0700},
Eid = {125},
Eprint = {1903.04509},
Keywords = {Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {May},
Pages = {125},
Primaryclass = {astro-ph.GA},
Title = {{Empirically Constraining Galaxy Evolution}},
Volume = {51},
Year = {2019}}
@inproceedings{li19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c.252L},
Author = {{Li}, Ting and {Kaplinghat}, Manoj and {Pace}, Andrew B. and {Bechtol}, Keith and {Bolton}, Adam S. and {Bovy}, Jo and {Carleton}, Timothy and {Chang}, Chihway and {Courtois}, Helene and {Drlica-Wagner}, Alex},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:33:13 -0700},
Date-Modified = {2019-07-09 15:33:14 -0700},
Eid = {252},
Month = {May},
Pages = {252},
Title = {{Dark Matter Physics with Wide Field Spectroscopic Surveys}},
Volume = {51},
Year = {2019}}
@inproceedings{sanderson19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c.347S},
Archiveprefix = {arXiv},
Author = {{Sanderson}, Robyn and {Carlin}, Jeff and {Cunningham}, Emily and {Garavito-Camargo}, Nicolas and {Guhathakurta}, Puragra and {Johnston}, Kathryn and {Laporte}, Chervin and {Li}, Ting and {Sohn}, S. Tony and {Anderson}, Jay},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:29:46 -0700},
Date-Modified = {2019-07-09 15:29:47 -0700},
Eid = {347},
Eprint = {1903.07641},
Keywords = {Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {May},
Pages = {347},
Primaryclass = {astro-ph.GA},
Title = {{The Multidimensional Milky Way}},
Volume = {51},
Year = {2019}}
@inproceedings{dey19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019BAAS...51c.489D},
Author = {{Dey}, Arjun and {Najita}, Joan R. and {Koposov}, Sergey and {Rockosi}, Connie and {Li}, Ting and {Olsen}, Knut and {Prieto}, Carlos Allende and {Bonaca}, Ana and {Besla}, Gurtina and {Garavito-Camargo}, Nicolas},
Booktitle = {\baas},
Date-Added = {2019-07-09 15:27:29 -0700},
Date-Modified = {2019-07-09 15:27:30 -0700},
Eid = {489},
Month = {May},
Pages = {489},
Title = {{Mass Spectroscopy of the Milky Way}},
Volume = {51},
Year = {2019}}
@inproceedings{soukup10,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2010SPIE.7735E..4WS},
Author = {{Soukup}, Ian M. and {Beno}, Joseph H. and {Hayes}, Richard J. and {Heisler}, James T. and {Mock}, Jason R. and {Mollison}, Nicholas T. and {Good}, John M. and {Hill}, Gary J. and {Vattiat}, Brian L. and {Murphy}, Jeremy D.},
Booktitle = {Ground-based and Airborne Instrumentation for Astronomy III},
Date-Added = {2019-06-06 20:17:36 -0700},
Date-Modified = {2019-06-07 15:06:05 -0700},
Doi = {10.1117/12.856968},
Eid = {77354W},
Month = {Jul},
Pages = {77354W},
Series = {SPIE},
Title = {{Design of the fiber optic support system and fiber bundle accelerated life test for VIRUS}},
Volume = {7735},
Year = {2010},
Bdsk-Url-1 = {https://doi.org/10.1117/12.856968}}
@inproceedings{poppett16,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2016SPIE.9908E..9AP},
Author = {{Poppett}, Claire and {Sharples}, Ray and {Edelstein}, Jerry and {Schmoll}, J{\"u}rgen and {Bramall}, David and {Fagrelius}, Parker},
Booktitle = {Ground-based and Airborne Instrumentation for Astronomy VI},
Date-Added = {2019-06-06 20:15:22 -0700},
Date-Modified = {2019-06-07 15:06:54 -0700},
Doi = {10.1117/12.2234553},
Eid = {99089A},
Month = {Aug},
Pages = {99089A},
Series = {SPIE},
Title = {{Fiber system design for the Dark Energy Spectroscopic Instrument (DESI)}},
Volume = {9908},
Year = {2016},
Bdsk-Url-1 = {https://doi.org/10.1117/12.2234553}}
@article{davidzon19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019arXiv190513233D},
Archiveprefix = {arXiv},
Author = {{Davidzon}, Iary and {Laigle}, Clotilde and {Capak}, Peter L. and {Ilbert}, Olivier and {Masters}, Daniel C. and {Hemmati}, Shoubaneh and {Apostolakos}, Nikolaos and {Coupon}, Jean and {de la Torre}, Sylvain and {Devriendt}, Julien},
Date-Added = {2019-06-06 14:43:48 -0700},
Date-Modified = {2019-06-06 14:43:48 -0700},
Eid = {arXiv:1905.13233},
Eprint = {1905.13233},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {May},
Pages = {arXiv:1905.13233},
Primaryclass = {astro-ph.GA},
Title = {{Horizon-AGN virtual observatory - 2: Template-free estimates of galaxy properties from colours}},
Year = {2019}}
@article{salvato19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019NatAs...3..212S},
Archiveprefix = {arXiv},
Author = {{Salvato}, Mara and {Ilbert}, Olivier and {Hoyle}, Ben},
Date-Added = {2019-06-06 14:42:29 -0700},
Date-Modified = {2019-06-06 14:42:29 -0700},
Doi = {10.1038/s41550-018-0478-0},
Eprint = {1805.12574},
Journal = {Nature Astronomy},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = {Mar},
Pages = {212-222},
Primaryclass = {astro-ph.GA},
Title = {{The many flavours of photometric redshifts}},
Volume = {3},
Year = {2019},
Bdsk-Url-1 = {https://doi.org/10.1038/s41550-018-0478-0}}
@article{tumlinson17,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2017ARA&A..55..389T},
Archiveprefix = {arXiv},
Author = {{Tumlinson}, Jason and {Peeples}, Molly S. and {Werk}, Jessica K.},
Date-Added = {2019-06-06 14:07:38 -0700},
Date-Modified = {2019-06-06 14:42:26 -0700},
Doi = {10.1146/annurev-astro-091916-055240},
Eprint = {1709.09180},
Journal = {\araa},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = {Aug},
Number = {1},
Pages = {389-432},
Primaryclass = {astro-ph.GA},
Title = {{The Circumgalactic Medium}},
Volume = {55},
Year = {2017},
Bdsk-Url-1 = {https://doi.org/10.1146/annurev-astro-091916-055240}}
@article{horowitz19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019arXiv190309049H},
Archiveprefix = {arXiv},
Author = {{Horowitz}, Benjamin and {Lee}, Khee-Gan and {White}, Martin and {Krolewski}, Alex and {Ata}, Metin},
Date-Added = {2019-06-06 13:54:58 -0700},
Date-Modified = {2019-06-06 13:54:59 -0700},
Eid = {arXiv:1903.09049},
Eprint = {1903.09049},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics, Astrophysics - Astrophysics of Galaxies},
Month = {Mar},
Pages = {arXiv:1903.09049},
Primaryclass = {astro-ph.CO},
Title = {{TARDIS Paper I: A Constrained Reconstruction Approach to Modeling the z\raisebox{-0.5ex}\textasciitilde2.5 Cosmic Web Probed by Lyman-alpha Forest Tomography}},
Year = {2019}}
@article{krolewski18,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2018ApJ...861...60K},
Archiveprefix = {arXiv},
Author = {{Krolewski}, A. and {Lee}, K.-G. and {White}, M. and {Hennawi}, J.~F. and {Schlegel}, D.~J. and {Nugent}, P.~E. and {Luki{\'c}}, Z. and {Stark}, C.~W. and {Koekemoer}, A.~M. and {Le F{\`e}vre}, O. and {Lemaux}, B.~C. and {Maier}, C. and {Rich}, R.~M. and {Salvato}, M. and {Tasca}, L.},
Date-Added = {2019-06-06 13:54:16 -0700},
Date-Modified = {2019-06-06 13:54:16 -0700},
Doi = {10.3847/1538-4357/aac829},
Eid = {60},
Eprint = {1710.02612},
Journal = {\apj},
Keywords = {cosmology: observations, intergalactic medium, large-scale structure of universe, quasars: absorption lines},
Month = jul,
Pages = {60},
Title = {{Detection of z {\tilde} 2.3 Cosmic Voids from 3D Ly{$\alpha$} Forest Tomography in the COSMOS Field}},
Volume = 861,
Year = 2018,
Bdsk-Url-1 = {https://doi.org/10.3847/1538-4357/aac829}}
@article{lee16,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2016ApJ...817..160L},
Archiveprefix = {arXiv},
Author = {{Lee}, K.-G. and {Hennawi}, J.~F. and {White}, M. and {Prochaska}, J.~X. and {Font-Ribera}, A. and {Schlegel}, D.~J. and {Rich}, R.~M. and {Suzuki}, N. and {Stark}, C.~W. and {Le F{\`e}vre}, O. and {Nugent}, P.~E. and {Salvato}, M. and {Zamorani}, G.},
Date-Added = {2019-06-06 13:53:17 -0700},
Date-Modified = {2019-06-06 13:53:18 -0700},
Doi = {10.3847/0004-637X/817/2/160},
Eid = {160},
Eprint = {1509.02833},
Journal = {\apj},
Keywords = {cosmology: observations, galaxies: clusters: general, galaxies: high-redshift, intergalactic medium, quasars: absorption lines, techniques: spectroscopic},
Month = feb,
Pages = {160},
Title = {{Shadow of a Colossus: A z = 2.44 Galaxy Protocluster Detected in 3D Ly{$\alpha$} Forest Tomographic Mapping of the COSMOS Field}},
Volume = 817,
Year = 2016,
Bdsk-Url-1 = {https://doi.org/10.3847/0004-637X/817/2/160}}
@article{mse2018,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2018arXiv181008695H},
Archiveprefix = {arXiv},
Author = {{Hill}, Alexis and {Flagey}, Nicolas and {McConnachie}, Alan and {Szeto}, Kei and {Anthony}, Andre and {Ari{\~n}o}, Javier and {Babas}, Ferdinand and {Bagnoud}, Gregoire and {Baker}, Gabriella and {Barrick}, Gregory},
Eid = {arXiv:1810.08695},
Eprint = {1810.08695},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Instrumentation and Methods for Astrophysics},
Month = {Oct},
Pages = {arXiv:1810.08695},
Primaryclass = {astro-ph.IM},
Title = {{The Maunakea Spectroscopic Explorer Book 2018}},
Year = {2018}}
@article{huff13,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2013arXiv1311.1489H},
Archiveprefix = {arXiv},
Author = {{Huff}, Eric M. and {Krause}, Elisabeth and {Eifler}, Tim and {Fang}, Xiao and {George}, Matthew R. and {Schlegel}, David},
Date-Added = {2019-06-04 10:58:15 -0700},
Date-Modified = {2019-06-04 10:58:16 -0700},
Eid = {arXiv:1311.1489},
Eprint = {1311.1489},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {Nov},
Pages = {arXiv:1311.1489},
Primaryclass = {astro-ph.CO},
Title = {{Cosmic shear without shape noise}},
Year = {2013}}
@article{wilson19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019arXiv190413378W},
Archiveprefix = {arXiv},
Author = {{Wilson}, Michael J. and {White}, Martin},
Date-Added = {2019-06-04 09:21:27 -0700},
Date-Modified = {2019-06-04 09:21:28 -0700},
Eid = {arXiv:1904.13378},
Eprint = {1904.13378},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics, Astrophysics - Astrophysics of Galaxies},
Month = {Apr},
Pages = {arXiv:1904.13378},
Primaryclass = {astro-ph.CO},
Title = {{Cosmology with dropout selection: Straw-man surveys and CMB lensing}},
Year = {2019}}
@article{steidel14,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2014ApJ...795..165S},
Archiveprefix = {arXiv},
Author = {{Steidel}, C.~C. and {Rudie}, G.~C. and {Strom}, A.~L. and {Pettini}, M. and {Reddy}, N.~A. and {Shapley}, A.~E. and {Trainor}, R.~F. and {Erb}, D.~K. and {Turner}, M.~L. and {Konidaris}, N.~P. and {Kulas}, K.~R. and {Mace}, G. and {Matthews}, K. and {McLean}, I.~S.},
Date-Added = {2019-06-03 15:56:55 -0700},
Date-Modified = {2019-06-03 15:56:56 -0700},
Doi = {10.1088/0004-637X/795/2/165},
Eid = {165},
Eprint = {1405.5473},
Journal = {\apj},
Keywords = {cosmology: observations, galaxies: abundances, galaxies: evolution, galaxies: formation, galaxies: fundamental parameters, galaxies: high-redshift, galaxies: starburst, instrumentation: spectrographs},
Month = nov,
Pages = {165},
Title = {{Strong Nebular Line Ratios in the Spectra of z \~{} 2-3 Star Forming Galaxies: First Results from KBSS-MOSFIRE}},
Volume = 795,
Year = 2014,
Bdsk-Url-1 = {https://doi.org/10.1088/0004-637X/795/2/165}}
@article{kriek15,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2015ApJS..218...15K},
Archiveprefix = {arXiv},
Author = {{Kriek}, M. and {Shapley}, A.~E. and {Reddy}, N.~A. and {Siana}, B. and {Coil}, A.~L. and {Mobasher}, B. and {Freeman}, W.~R. and {de Groot}, L. and {Price}, S.~H. and {Sanders}, R. and {Shivaei}, I. and {Brammer}, G.~B. and {Momcheva}, I.~G. and {Skelton}, R.~E. and {van Dokkum}, P.~G. and {Whitaker}, K.~E. and {Aird}, J. and {Azadi}, M. and {Kassis}, M. and {Bullock}, J.~S. and {Conroy}, C. and {Dav{\'e}}, R. and {Kere{\v s}}, D. and {Krumholz}, M.},
Date-Added = {2019-06-03 15:54:17 -0700},
Date-Modified = {2019-06-03 15:54:24 -0700},
Doi = {10.1088/0067-0049/218/2/15},
Eid = {15},
Eprint = {1412.1835},
Journal = {\apjs},
Keywords = {galaxies: distances and redshifts, galaxies: evolution, galaxies: formation, galaxies: high-redshift, surveys},
Month = jun,
Pages = {15},
Title = {{The MOSFIRE Deep Evolution Field (MOSDEF) Survey: Rest-frame Optical Spectroscopy for \~{}1500 H-selected Galaxies at 1.37 $\lt$ z $\lt$ 3.8}},
Volume = 218,
Year = 2015,
Bdsk-Url-1 = {https://doi.org/10.1088/0067-0049/218/2/15}}
@article{law09,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2009ApJ...697.2057L},
Annote = {{abs only}
Argue that kinematics show disturbed systems, but no simple disk/merger dichotomy. Importance of cold gas!},
Archiveprefix = {arXiv},
Author = {{Law}, D.~R. and {Steidel}, C.~C. and {Erb}, D.~K. and {Larkin}, J.~E. and {Pettini}, M. and {Shapley}, A.~E. and {Wright}, S.~A.},
Date-Added = {2019-06-03 15:31:52 -0700},
Date-Modified = {2019-06-03 15:31:52 -0700},
Doi = {10.1088/0004-637X/697/2/2057},
Eprint = {0901.2930},
Journal = {\apj},
Keywords = {high-redshift, morphology},
Month = jun,
Pages = {2057-2082},
Title = {{The Kiloparsec-scale Kinematics of High-redshift Star-forming Galaxies}},
Volume = 697,
Year = 2009,
Bdsk-Url-1 = {http://dx.doi.org/10.1088/0004-637X/697/2/2057}}
@article{erb04,
Adsnote = {Provided by the Smithsonian/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2004ApJ...612..122E&db_key=AST},
Author = {{Erb}, D.~K. and {Steidel}, C.~C. and {Shapley}, A.~E. and {Pettini}, M. and {Adelberger}, K.~L.},
Date-Added = {2019-06-03 15:31:22 -0700},
Date-Modified = {2019-06-03 15:31:22 -0700},
Doi = {10.1086/422464},
Journal = {\apj},
Month = sep,
Pages = {122-130},
Title = {{The Kinematics of Morphologically Selected z\~{}2 Galaxies in the GOODS-North Field}},
Volume = 612,
Year = 2004,
Bdsk-Url-1 = {http://dx.doi.org/10.1086/422464}}
@article{miller11,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2011arXiv1102.3911M},
Archiveprefix = {arXiv},
Author = {{Miller}, S.~H. and {Bundy}, K. and {Sullivan}, M. and {Ellis}, R.~S. and {Treu}, T.},
Date-Added = {2019-06-03 15:30:49 -0700},
Date-Modified = {2019-06-03 15:30:49 -0700},
Eprint = {1102.3911},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Cosmology and Extragalactic Astrophysics, Astrophysics - Galaxy Astrophysics},
Month = feb,
Primaryclass = {astro-ph.CO},
Title = {{The Assembly History of Disk Galaxies: I - The Tully-Fisher Relation to z\~{}1.3 from Deep Exposures with DEIMOS}},
Year = 2011}
@article{bundy15,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {http://adsabs.harvard.edu/abs/2015ApJ...798....7B},
Archiveprefix = {arXiv},
Author = {{Bundy}, K. and {Bershady}, M.~A. and {Law}, D.~R. and {Yan}, R. and {Drory}, N. and {MacDonald}, N. and {Wake}, D.~A. and {Cherinka}, B. and {S{\'a}nchez-Gallego}, J.~R. and {Weijmans}, A.-M. and {Thomas}, D. and {Tremonti}, C. and {Masters}, K. and {Coccato}, L. and {Diamond-Stanic}, A.~M. and {Arag{\'o}n-Salamanca}, A. and {Avila-Reese}, V. and {Badenes}, C. and {Falc{\'o}n-Barroso}, J. and {Belfiore}, F. and {Bizyaev}, D. and {Blanc}, G.~A. and {Bland-Hawthorn}, J. and {Blanton}, M.~R. and {Brownstein}, J.~R. and {Byler}, N. and {Cappellari}, M. and {Conroy}, C. and {Dutton}, A.~A. and {Emsellem}, E. and {Etherington}, J. and {Frinchaboy}, P.~M. and {Fu}, H. and {Gunn}, J.~E. and {Harding}, P. and {Johnston}, E.~J. and {Kauffmann}, G. and {Kinemuchi}, K. and {Klaene}, M.~A. and {Knapen}, J.~H. and {Leauthaud}, A. and {Li}, C. and {Lin}, L. and {Maiolino}, R. and {Malanushenko}, V. and {Malanushenko}, E. and {Mao}, S. and {Maraston}, C. and {McDermid}, R.~M. and {Merrifield}, M.~R. and {Nichol}, R.~C. and {Oravetz}, D. and {Pan}, K. and {Parejko}, J.~K. and {Sanchez}, S.~F. and {Schlegel}, D. and {Simmons}, A. and {Steele}, O. and {Steinmetz}, M. and {Thanjavur}, K. and {Thompson}, B.~A. and {Tinker}, J.~L. and {van den Bosch}, R.~C.~E. and {Westfall}, K.~B. and {Wilkinson}, D. and {Wright}, S. and {Xiao}, T. and {Zhang}, K.},
Date-Added = {2019-06-03 15:21:58 -0700},
Date-Modified = {2019-06-03 15:21:58 -0700},
Doi = {10.1088/0004-637X/798/1/7},
Eid = {7},
Eprint = {1412.1482},
Journal = {\apj},
Keywords = {galaxies: evolution, galaxies: general, surveys, techniques: imaging spectroscopy},
Month = jan,
Pages = {7},
Title = {{Overview of the SDSS-IV MaNGA Survey: Mapping nearby Galaxies at Apache Point Observatory}},
Volume = 798,
Year = 2015,
Bdsk-Url-1 = {http://dx.doi.org/10.1088/0004-637X/798/1/7}}
@inproceedings{asee_peer_31030,
Address = {Salt Lake City, Utah},
Author = {{Barnes}, A. and {Ball}, T. and {Starr}, C.~R. and {Seagroves}, S. and {Perez}, K. and {Hunter}, L.},
Booktitle = {2018 ASEE Annual Conference \& Exposition},
Month = Jun,
Note = {https://peer.asee.org/31030},
Publisher = {ASEE Conferences},
Title = {{Successfully Building a Diverse Telescope Workforce: The Design of the Akamai Internship Program in Hawai'i}},
Year = 2018}
@article{2017AJ....154...28B,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2017AJ....154...28B},
Archiveprefix = {arXiv},
Author = {{Blanton}, Michael R. and {Bershady}, Matthew A. and {Abolfathi}, Bela and {Albareti}, Franco D. and {Allende Prieto}, Carlos and {Almeida}, Andres and {Alonso-Garc{\'\i}a}, Javier and {Anders}, Friedrich and {Anderson}, Scott F. and {Andrews}, Brett and {Aquino-Ort{\'\i}z}, Erik and {Arag{\'o}n-Salamanca}, Alfonso and {Argudo-Fern{\'a}ndez}, Maria and {Armengaud}, Eric and {Aubourg}, Eric and {Avila-Reese}, Vladimir and {Badenes}, Carles and {Bailey}, Stephen and {Barger}, Kathleen A. and {Barrera-Ballesteros}, Jorge and {Bartosz}, Curtis and {Bates}, Dominic and {Baumgarten}, Falk and {Bautista}, Julian and {Beaton}, Rachael and {Beers}, Timothy C. and {Belfiore}, Francesco and {Bender}, Chad F. and {Berlind}, Andreas A. and {Bernardi}, Mariangela and {Beutler}, Florian and {Bird}, Jonathan C. and {Bizyaev}, Dmitry and {Blanc}, Guillermo A. and {Blomqvist}, Michael and {Bolton}, Adam S. and {Boquien}, M{\'e}d{\'e}ric and {Borissova}, Jura and {van den Bosch}, Remco and {Bovy}, Jo and {Brandt}, William N. and {Brinkmann}, Jonathan and {Brownstein}, Joel R. and {Bundy}, Kevin and {Burgasser}, Adam J. and {Burtin}, Etienne and {Busca}, Nicol{\'a}s G. and {Cappellari}, Michele and {Delgado Carigi}, Maria Leticia and {Carlberg}, Joleen K. and {Carnero Rosell}, Aurelio and {Carrera}, Ricardo and {Chanover}, Nancy J. and {Cherinka}, Brian and {Cheung}, Edmond and {G{\'o}mez Maqueo Chew}, Yilen and {Chiappini}, Cristina and {Choi}, Peter Doohyun and {Chojnowski}, Drew and {Chuang}, Chia-Hsun and {Chung}, Haeun and {Cirolini}, Rafael Fernando and {Clerc}, Nicolas and {Cohen}, Roger E. and {Comparat}, Johan and {da Costa}, Luiz and {Cousinou}, Marie-Claude and {Covey}, Kevin and {Crane}, Jeffrey D. and {Croft}, Rupert A.~C. and {Cruz-Gonzalez}, Irene and {Garrido Cuadra}, Daniel and {Cunha}, Katia and {Damke}, Guillermo J. and {Darling}, Jeremy and {Davies}, Roger and {Dawson}, Kyle and {de la Macorra}, Axel and {Dell'Agli}, Flavia and {De Lee}, Nathan and {Delubac}, Timoth{\'e}e and {Di Mille}, Francesco and {Diamond-Stanic}, Aleks and {Cano-D{\'\i}az}, Mariana and {Donor}, John and {Downes}, Juan Jos{\'e} and {Drory}, Niv and {du Mas des Bourboux}, H{\'e}lion and {Duckworth}, Christopher J. and {Dwelly}, Tom and {Dyer}, Jamie and {Ebelke}, Garrett and {Eigenbrot}, Arthur D. and {Eisenstein}, Daniel J. and {Emsellem}, Eric and {Eracleous}, Mike and {Escoffier}, Stephanie and {Evans}, Michael L. and {Fan}, Xiaohui and {Fern{\'a}ndez-Alvar}, Emma and {Fernandez-Trincado}, J.~G. and {Feuillet}, Diane K. and {Finoguenov}, Alexis and {Fleming}, Scott W. and {Font-Ribera}, Andreu and {Fredrickson}, Alexander and {Freischlad}, Gordon and {Frinchaboy}, Peter M. and {Fuentes}, Carla E. and {Galbany}, Llu{\'\i}s and {Garcia-Dias}, R. and {Garc{\'\i}a-Hern{\'a}ndez}, D.~A. and {Gaulme}, Patrick and {Geisler}, Doug and {Gelfand}, Joseph D. and {Gil-Mar{\'\i}n}, H{\'e}ctor and {Gillespie}, Bruce A. and {Goddard}, Daniel and {Gonzalez-Perez}, Violeta and {Grabowski}, Kathleen and {Green}, Paul J. and {Grier}, Catherine J. and {Gunn}, James E. and {Guo}, Hong and {Guy}, Julien and {Hagen}, Alex and {Hahn}, ChangHoon and {Hall}, Matthew and {Harding}, Paul and {Hasselquist}, Sten and {Hawley}, Suzanne L. and {Hearty}, Fred and {Gonzalez Hern{\'a}ndez}, Jonay I. and {Ho}, Shirley and {Hogg}, David W. and {Holley-Bockelmann}, Kelly and {Holtzman}, Jon A. and {Holzer}, Parker H. and {Huehnerhoff}, Joseph and {Hutchinson}, Timothy A. and {Hwang}, Ho Seong and {Ibarra-Medel}, H{\'e}ctor J. and {da Silva Ilha}, Gabriele and {Ivans}, Inese I. and {Ivory}, KeShawn and {Jackson}, Kelly and {Jensen}, Trey W. and {Johnson}, Jennifer A. and {Jones}, Amy and {J{\"o}nsson}, Henrik and {Jullo}, Eric and {Kamble}, Vikrant and {Kinemuchi}, Karen and {Kirkby}, David and {Kitaura}, Francisco-Shu and {Klaene}, Mark and {Knapp}, Gillian R. and {Kneib}, Jean-Paul and {Kollmeier}, Juna A. and {Lacerna}, Ivan and {Lane}, Richard R. and {Lang}, Dustin and {Law}, David R. and {Lazarz}, Daniel and {Lee}, Youngbae and {Le Goff}, Jean-Marc and {Liang}, Fu-Heng and {Li}, Cheng and {Li}, Hongyu and {Lian}, Jianhui and {Lima}, Marcos and {Lin}, Lihwai and {Lin}, Yen-Ting and {Bertran de Lis}, Sara and {Liu}, Chao and {de Icaza Lizaola}, Miguel Angel C. and {Long}, Dan and {Lucatello}, Sara and {Lundgren}, Britt and {MacDonald}, Nicholas K. and {Deconto Machado}, Alice and {MacLeod}, Chelsea L. and {Mahadevan}, Suvrath and {Geimba Maia}, Marcio Antonio and {Maiolino}, Roberto and {Majewski}, Steven R. and {Malanushenko}, Elena and {Malanushenko}, Viktor and {Manchado}, Arturo and {Mao}, Shude and {Maraston}, Claudia and {Marques-Chaves}, Rui and {Masseron}, Thomas and {Masters}, Karen L. and {McBride}, Cameron K. and {McDermid}, Richard M. and {McGrath}, Brianne and {McGreer}, Ian D. and {Medina Pe{\~n}a}, Nicol{\'a}s and {Melendez}, Matthew and {Merloni}, Andrea and {Merrifield}, Michael R. and {Meszaros}, Szabolcs and {Meza}, Andres and {Minchev}, Ivan and {Minniti}, Dante and {Miyaji}, Takamitsu and {More}, Surhud and {Mulchaey}, John and {M{\"u}ller-S{\'a}nchez}, Francisco and {Muna}, Demitri and {Munoz}, Ricardo R. and {Myers}, Adam D. and {Nair}, Preethi and {Nandra}, Kirpal and {Correa do Nascimento}, Janaina and {Negrete}, Alenka and {Ness}, Melissa and {Newman}, Jeffrey A. and {Nichol}, Robert C. and {Nidever}, David L. and {Nitschelm}, Christian and {Ntelis}, Pierros and {O'Connell}, Julia E. and {Oelkers}, Ryan J. and {Oravetz}, Audrey and {Oravetz}, Daniel and {Pace}, Zach and {Padilla}, Nelson and {Palanque-Delabrouille}, Nathalie and {Alonso Palicio}, Pedro and {Pan}, Kaike and {Parejko}, John K. and {Parikh}, Taniya and {P{\^a}ris}, Isabelle and {Park}, Changbom and {Patten}, Alim Y. and {Peirani}, Sebastien and {Pellejero-Ibanez}, Marcos and {Penny}, Samantha and {Percival}, Will J. and {Perez-Fournon}, Ismael and {Petitjean}, Patrick and {Pieri}, Matthew M. and {Pinsonneault}, Marc and {Pisani}, Alice and {Poleski}, Rados{\l}aw and {Prada}, Francisco and {Prakash}, Abhishek and {Queiroz}, Anna B{\'a}rbara de Andrade and {Raddick}, M. Jordan and {Raichoor}, Anand and {Barboza Rembold}, Sand ro and {Richstein}, Hannah and {Riffel}, Rogemar A. and {Riffel}, Rog{\'e}rio and {Rix}, Hans-Walter and {Robin}, Annie C. and {Rockosi}, Constance M. and {Rodr{\'\i}guez-Torres}, Sergio and {Roman-Lopes}, A. and {Rom{\'a}n-Z{\'u}{\~n}iga}, Carlos and {Rosado}, Margarita and {Ross}, Ashley J. and {Rossi}, Graziano and {Ruan}, John and {Ruggeri}, Rossana and {Rykoff}, Eli S. and {Salazar-Albornoz}, Salvador and {Salvato}, Mara and {S{\'a}nchez}, Ariel G. and {Aguado}, D.~S. and {S{\'a}nchez-Gallego}, Jos{\'e} R. and {Santana}, Felipe A. and {Santiago}, Bas{\'\i}lio Xavier and {Sayres}, Conor and {Schiavon}, Ricardo P. and {da Silva Schimoia}, Jaderson and {Schlafly}, Edward F. and {Schlegel}, David J. and {Schneider}, Donald P. and {Schultheis}, Mathias and {Schuster}, William J. and {Schwope}, Axel and {Seo}, Hee-Jong and {Shao}, Zhengyi and {Shen}, Shiyin and {Shetrone}, Matthew and {Shull}, Michael and {Simon}, Joshua D. and {Skinner}, Danielle and {Skrutskie}, M.~F. and {Slosar}, An{\v{z}}e and {Smith}, Verne V. and {Sobeck}, Jennifer S. and {Sobreira}, Flavia and {Somers}, Garrett and {Souto}, Diogo and {Stark}, David V. and {Stassun}, Keivan and {Stauffer}, Fritz and {Steinmetz}, Matthias and {Storchi-Bergmann}, Thaisa and {Streblyanska}, Alina and {Stringfellow}, Guy S. and {Su{\'a}rez}, Genaro and {Sun}, Jing and {Suzuki}, Nao and {Szigeti}, Laszlo and {Taghizadeh-Popp}, Manuchehr and {Tang}, Baitian and {Tao}, Charling and {Tayar}, Jamie and {Tembe}, Mita and {Teske}, Johanna and {Thakar}, Aniruddha R. and {Thomas}, Daniel and {Thompson}, Benjamin A. and {Tinker}, Jeremy L. and {Tissera}, Patricia and {Tojeiro}, Rita and {Hernandez Toledo}, Hector and {de la Torre}, Sylvain and {Tremonti}, Christy and {Troup}, Nicholas W. and {Valenzuela}, Octavio and {Martinez Valpuesta}, Inma and {Vargas-Gonz{\'a}lez}, Jaime and {Vargas-Maga{\~n}a}, Mariana and {Vazquez}, Jose Alberto and {Villanova}, Sandro and {Vivek}, M. and {Vogt}, Nicole and {Wake}, David and {Walterbos}, Rene and {Wang}, Yuting and {Weaver}, Benjamin Alan and {Weijmans}, Anne-Marie and {Weinberg}, David H. and {Westfall}, Kyle B. and {Whelan}, David G. and {Wild}, Vivienne and {Wilson}, John and {Wood-Vasey}, W.~M. and {Wylezalek}, Dominika and {Xiao}, Ting and {Yan}, Renbin and {Yang}, Meng and {Ybarra}, Jason E. and {Y{\`e}che}, Christophe and {Zakamska}, Nadia and {Zamora}, Olga and {Zarrouk}, Pauline and {Zasowski}, Gail and {Zhang}, Kai and {Zhao}, Gong-Bo and {Zheng}, Zheng and {Zheng}, Zheng and {Zhou}, Xu and {Zhou}, Zhi-Min and {Zhu}, Guangtun B. and {Zoccali}, Manuela and {Zou}, Hu},
Doi = {10.3847/1538-3881/aa7567},
Eid = {28},
Eprint = {1703.00052},
Journal = {\aj},
Keywords = {cosmology: observations, galaxies: general, Galaxy: general, instrumentation: spectrographs, stars: general, surveys, Astrophysics - Astrophysics of Galaxies},
Month = {Jul},
Number = {1},
Pages = {28},
Primaryclass = {astro-ph.GA},
Title = {{Sloan Digital Sky Survey IV: Mapping the Milky Way, Nearby Galaxies, and the Distant Universe}},
Volume = {154},
Year = {2017},
Bdsk-Url-1 = {https://doi.org/10.3847/1538-3881/aa7567}}
@inproceedings{borne09,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Borne}, Kirk and {Accomazzi}, Alberto and {Bloom}, Joshua and {Brunner}, Robert and {Burke}, Douglas and {Butler}, Nathaniel and {Chernoff}, David F. and {Connolly}, Brian and {Connolly}, Andrew and {Connors}, Alanna and {Cutler}, Curt and {Desai}, Shantanu and {Djorgovski}, George and {Feigelson}, Eric and {Finn}, L. Samuel and {Freeman}, Peter and {Graham}, Matthew and {Gray}, Norman and {Graziani}, Carlo and {Guinan}, Edward F. and {Hakkila}, Jon and {Jacoby}, Suzanne and {Jefferys}, William and {Kashyap} and {Kelly}, Brandon and {Knuth}, Kevin and {Lamb}, Donald Q. and {Lee}, Hyunsook and {Loredo}, Thomas and {Mahabal}, Ashish and {Mateo}, Mario and {McCollum}, Bruce and {Muench}, August and {Pesenson}, Misha and {Petrosian}, Vahe and {Primini}, Frank and {Protopapas}, Pavlos and {Ptak}, Andy and {Quashnock}, Jean and {Raddick}, M. Jordan and {Rocha}, Graca and {Ross}, Nicholas and {Rottler}, Lee and {Scargle}, Jeffrey and {Siemiginowska}, Aneta and {Song}, Inseok and {Szalay}, Alex and {Tyson}, J. Anthony and {Vestrand}, Tom and {Wallin}, John and {Wandelt}, Ben and {Wasserman}, Ira M. and {Way}, Michael and {Weinberg}, Martin and {Zezas}, Andreas and {Anderes}, Ethan and {Babu}, Jogesh and {Becla}, Jacek and {Berger}, James and {Bickel}, Peter J. and {Clyde}, Merlise and {Davidson}, Ian and {van Dyk}, David and {Eastman}, Timothy and {Efron}, Bradley and {Genovese}, Chris and {Gray}, Alexander and {Jang}, Woncheol and {Kolaczyk}, Eric D. and {Kubica}, Jeremy and {Loh}, Ji Meng and {Meng}, Xiao-Li and {Moore}, Andrew and {Morris}, Robin and {Park}, Taeyoung and {Pike}, Robe and {Rice}, John and {Richards}, Joseph and {Ruppert}, David and {Saito}, Naoki and {Schafer}, Chad and {Stark}, Philip B. and {Stein}, Michael and {Sun}, Jiayang and {Wang}, Daniel and {Wang}, Ziao and {Wasserman}, Larry and {Wegman}, Edward J. and {Willett}, Rebecca and {Wolpert}, Robert and {Woodroofe}, Michael},
Booktitle = {astro2010: The Astronomy and Astrophysics Decadal Survey},
Date-Added = {2019-01-31 14:03:55 -0800},
Date-Modified = {2019-01-31 14:03:59 -0800},
Eprint = {0909.3892},
Keywords = {Astrophysics - Instrumentation and Methods for Astrophysics, Computer Science - Databases, Computer Science - Digital Libraries, Computer Science - Information Retrieval, Physics - Data Analysis, Statistics and Probability},
Month = Jan,
Pages = {P6},
Primaryclass = {astro-ph.IM},
Title = {{Astroinformatics: A 21st Century Approach to Astronomy}},
Volume = {2010},
Year = 2009}
@book{NAP21722,
Abstract = {New astronomical facilities, such as the under-construction Large Synoptic Survey Telescope and planned 30-meter-class telescopes, and new instrumentation on existing optical and infrared (OIR) telescopes, hold the promise of groundbreaking research and discovery. How can we extract the best science from these and other astronomical facilities in an era of potentially flat federal budgets for both the facilities and the research grants? Optimizing the U.S. Ground-Based Optical and Infrared Astronomy System provides guidance for these new programs that align with the scientific priorities and the conclusions and recommendations of two National Research Council (NRC) decadal surveys, New Worlds, New Horizons for Astronomy and Astrophysics and Vision and Voyages for Planetary Sciences in the Decade 2013-2022, as well as other NRC reports.\nThis report describes a vision for a U.S. OIR System that includes a telescope time exchange designed to enhance science return by broadening access to capabilities for a diverse community, an ongoing planning process to identify and construct next generation capabilities to realize decadal science priorities, and near-term critical coordination, planning, and instrumentation needed to usher in the era of LSST and giant telescopes.},
Address = {Washington, DC},
Author = {National Research Council},
Date-Added = {2019-01-31 09:44:30 -0800},
Date-Modified = {2019-01-31 09:44:30 -0800},
Doi = {10.17226/21722},
Isbn = {978-0-309-37186-5},
Publisher = {The National Academies Press},
Title = {Optimizing the U.S. Ground-Based Optical and Infrared Astronomy System},
Url = {https://www.nap.edu/catalog/21722/optimizing-the-us-ground-based-optical-and-infrared-astronomy-system},
Year = 2015,
Bdsk-Url-1 = {https://www.nap.edu/catalog/21722/optimizing-the-us-ground-based-optical-and-infrared-astronomy-system},
Bdsk-Url-2 = {https://doi.org/10.17226/21722}}
@article{2018arXiv180904082C,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Cunningham}, Emily C. and {Deason}, Alis J. and {Rockosi}, Constance M. and {Guhathakurta}, Puragra and {Jennings}, Zachary G. and {Kirby}, Evan N. and {Toloba}, Elisa and {Barro}, Guillermo},
Eid = {arXiv:1809.04082},
Eprint = {1809.04082},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = {Sep},
Pages = {arXiv:1809.04082},
Primaryclass = {astro-ph.GA},
Title = {{HALO7D I: The Line of Sight Velocities of Distant Main Sequence Stars in the Milky Way Halo}},
Year = {2018}}
@article{2018arXiv181012201C,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2018arXiv181012201C},
Archiveprefix = {arXiv},
Author = {{Cunningham}, Emily C. and {Deason}, Alis J. and {Sanderson}, Robyn E. and {Sohn}, Sangmo Tony and {Anderson}, Jay and {Guhathakurta}, Puragra and {Rockosi}, Constance M. and {van der Marel}, Roeland P. and {Loebman}, Sarah R. and {Wetzel}, Andrew},
Eid = {arXiv:1810.12201},
Eprint = {1810.12201},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = {Oct},
Pages = {arXiv:1810.12201},
Primaryclass = {astro-ph.GA},
Title = {{HALO7D II: The Halo Velocity Ellipsoid and Velocity Anisotropy with Distant Main Sequence Stars}},
Year = {2018}}
@inproceedings{2003SPIE.4834..161D,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2003SPIE.4834..161D},
Archiveprefix = {arXiv},
Author = {{Davis}, Marc and {Faber}, Sandra M. and {Newman}, Jeffrey and {Phillips}, Andrew C. and {Ellis}, Richard S. and {Steidel}, Charles C. and {Conselice}, C. and {Coil}, Alison L. and {Finkbeiner}, D.~P. and {Koo}, David C. and {Guhathakurta}, Puragra and {Weiner}, B. and {Schiavon}, Ricardo and {Willmer}, C. and {Kaiser}, Nicholas and {Luppino}, Gerard A. and {Wirth}, Gregory and {Connolly}, Andrew and {Eisenhardt}, Peter and {Cooper}, M. and {Gerke}, B.},
Booktitle = {Discoveries and Research Prospects from 6- to 10-Meter-Class Telescopes II},
Date-Modified = {2019-06-07 15:05:49 -0700},
Doi = {10.1117/12.457897},
Editor = {{Guhathakurta}, Puragra},
Eprint = {astro-ph/0209419},
Keywords = {Astrophysics},
Month = {Feb},
Pages = {161-172},
Primaryclass = {astro-ph},
Series = {SPIE},
Title = {{Science Objectives and Early Results of the DEEP2 Redshift Survey}},
Volume = {4834},
Year = {2003},
Bdsk-Url-1 = {https://doi.org/10.1117/12.457897}}
@article{2013ApJ...779..103D,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2013ApJ...779..103D},
Archiveprefix = {arXiv},
Author = {{Dorman}, Claire E. and {Widrow}, Lawrence M. and {Guhathakurta}, Puragra and {Seth}, Anil C. and {Foreman-Mackey}, Daniel and {Bell}, Eric F. and {Dalcanton}, Julianne J. and {Gilbert}, Karoline M. and {Skillman}, Evan D. and {Williams}, Benjamin F.},
Doi = {10.1088/0004-637X/779/2/103},
Eid = {103},
Eprint = {1310.4179},
Journal = {\apj},
Keywords = {galaxies: kinematics and dynamics, galaxies: spiral, galaxies: structure, Local Group, Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {Dec},
Number = {2},
Pages = {103},
Primaryclass = {astro-ph.GA},
Title = {{A New Approach to Detailed Structural Decomposition from the SPLASH and PHAT Surveys: Kicked-up Disk Stars in the Andromeda Galaxy?}},
Volume = {779},
Year = {2013},
Bdsk-Url-1 = {https://doi.org/10.1088/0004-637X/779/2/103}}
@article{2015ApJ...803...24D,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2015ApJ...803...24D},
Archiveprefix = {arXiv},
Author = {{Dorman}, Claire E. and {Guhathakurta}, Puragra and {Seth}, Anil C. and {Weisz}, Daniel R. and {Bell}, Eric F. and {Dalcanton}, Julianne J. and {Gilbert}, Karoline M. and {Hamren}, Katherine M. and {Lewis}, Alexia R. and {Skillman}, Evan D. and {Toloba}, Elisa and {Williams}, Benjamin F.},
Doi = {10.1088/0004-637X/803/1/24},
Eid = {24},
Eprint = {1502.03820},
Journal = {\apj},
Keywords = {galaxies: individual: M31, galaxies: kinematics and dynamics, galaxies: spiral, galaxies: stellar content, Astrophysics - Astrophysics of Galaxies},
Month = {Apr},
Number = {1},
Pages = {24},
Primaryclass = {astro-ph.GA},
Title = {{A Clear Age-Velocity Dispersion Correlation in Andromeda{\textquoteright}s Stellar Disk}},
Volume = {803},
Year = {2015},
Bdsk-Url-1 = {https://doi.org/10.1088/0004-637X/803/1/24}}
@article{2019ApJ...871..120E,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Author = {{Eilers}, Anna-Christina and {Hogg}, David W. and {Rix}, Hans-Walter and {Ness}, Melissa K.},
Doi = {10.3847/1538-4357/aaf648},
Eid = {120},
Journal = {\apj},
Keywords = {catalogs, Galaxy: disk, Galaxy: kinematics and dynamics, methods: statistical, stars: distances, techniques: spectroscopic},
Month = {Jan},
Pages = {120},
Title = {{The Circular Velocity Curve of the Milky Way from 5 to 25 kpc}},
Volume = {871},
Year = {2019},
Bdsk-Url-1 = {https://doi.org/10.3847/1538-4357/aaf648}}
@article{2011AJ....142...72E,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2011AJ....142...72E},
Archiveprefix = {arXiv},
Author = {{Eisenstein}, Daniel J. and {Weinberg}, David H. and {Agol}, Eric and {Aihara}, Hiroaki and {Allende Prieto}, Carlos and {Anderson}, Scott F. and {Arns}, James A. and {Aubourg}, {\'E}ric and {Bailey}, Stephen and {Balbinot}, Eduardo and {Barkhouser}, Robert and {Beers}, Timothy C. and {Berlind}, Andreas A. and {Bickerton}, Steven J. and {Bizyaev}, Dmitry and {Blanton}, Michael R. and {Bochanski}, John J. and {Bolton}, Adam S. and {Bosman}, Casey T. and {Bovy}, Jo and {Brandt}, W.~N. and {Breslauer}, Ben and {Brewington}, Howard J. and {Brinkmann}, J. and {Brown}, Peter J. and {Brownstein}, Joel R. and {Burger}, Dan and {Busca}, Nicolas G. and {Campbell}, Heather and {Cargile}, Phillip A. and {Carithers}, William C. and {Carlberg}, Joleen K. and {Carr}, Michael A. and {Chang}, Liang and {Chen}, Yanmei and {Chiappini}, Cristina and {Comparat}, Johan and {Connolly}, Natalia and {Cortes}, Marina and {Croft}, Rupert A.~C. and {Cunha}, Katia and {da Costa}, Luiz N. and {Davenport}, James R.~A. and {Dawson}, Kyle and {De Lee}, Nathan and {Porto de Mello}, Gustavo F. and {de Simoni}, Fernand o and {Dean}, Janice and {Dhital}, Saurav and {Ealet}, Anne and {Ebelke}, Garrett L. and {Edmondson}, Edward M. and {Eiting}, Jacob M. and {Escoffier}, Stephanie and {Esposito}, Massimiliano and {Evans}, Michael L. and {Fan}, Xiaohui and {Femen{\'\i}a Castell{\'a}}, Bruno and {Dutra Ferreira}, Leticia and {Fitzgerald}, Greg and {Fleming}, Scott W. and {Font-Ribera}, Andreu and {Ford}, Eric B. and {Frinchaboy}, Peter M. and {Garc{\'\i}a P{\'e}rez}, Ana Elia and {Gaudi}, B. Scott and {Ge}, Jian and {Ghezzi}, Luan and {Gillespie}, Bruce A. and {Gilmore}, G. and {Girardi}, L{\'e}o and {Gott}, J. Richard and {Gould}, Andrew and {Grebel}, Eva K. and {Gunn}, James E. and {Hamilton}, Jean-Christophe and {Harding}, Paul and {Harris}, David W. and {Hawley}, Suzanne L. and {Hearty}, Frederick R. and {Hennawi}, Joseph F. and {Gonz{\'a}lez Hern{\'a}ndez}, Jonay I. and {Ho}, Shirley and {Hogg}, David W. and {Holtzman}, Jon A. and {Honscheid}, Klaus and {Inada}, Naohisa and {Ivans}, Inese I. and {Jiang}, Linhua and {Jiang}, Peng and {Johnson}, Jennifer A. and {Jordan}, Cathy and {Jordan}, Wendell P. and {Kauffmann}, Guinevere and {Kazin}, Eyal and {Kirkby}, David and {Klaene}, Mark A. and {Knapp}, G.~R. and {Kneib}, Jean-Paul and {Kochanek}, C.~S. and {Koesterke}, Lars and {Kollmeier}, Juna A. and {Kron}, Richard G. and {Lampeitl}, Hubert and {Lang}, Dustin and {Lawler}, James E. and {Le Goff}, Jean-Marc and {Lee}, Brian L. and {Lee}, Young Sun and {Leisenring}, Jarron M. and {Lin}, Yen-Ting and {Liu}, Jian and {Long}, Daniel C. and {Loomis}, Craig P. and {Lucatello}, Sara and {Lundgren}, Britt and {Lupton}, Robert H. and {Ma}, Bo and {Ma}, Zhibo and {MacDonald}, Nicholas and {Mack}, Claude and {Mahadevan}, Suvrath and {Maia}, Marcio A.~G. and {Majewski}, Steven R. and {Makler}, Martin and {Malanushenko}, Elena and {Malanushenko}, Viktor and {Mand elbaum}, Rachel and {Maraston}, Claudia and {Margala}, Daniel and {Maseman}, Paul and {Masters}, Karen L. and {McBride}, Cameron K. and {McDonald}, Patrick and {McGreer}, Ian D. and {McMahon}, Richard G. and {Mena Requejo}, Olga and {M{\'e}nard}, Brice and {Miralda-Escud{\'e}}, Jordi and {Morrison}, Heather L. and {Mullally}, Fergal and {Muna}, Demitri and {Murayama}, Hitoshi and {Myers}, Adam D. and {Naugle}, Tracy and {Neto}, Angelo Fausti and {Nguyen}, Duy Cuong and {Nichol}, Robert C. and {Nidever}, David L. and {O'Connell}, Robert W. and {Ogando}, Ricardo L.~C. and {Olmstead}, Matthew D. and {Oravetz}, Daniel J. and {Padmanabhan}, Nikhil and {Paegert}, Martin and {Palanque-Delabrouille}, Nathalie and {Pan}, Kaike and {Pandey}, Parul and {Parejko}, John K. and {P{\^a}ris}, Isabelle and {Pellegrini}, Paulo and {Pepper}, Joshua and {Percival}, Will J. and {Petitjean}, Patrick and {Pfaffenberger}, Robert and {Pforr}, Janine and {Phleps}, Stefanie and {Pichon}, Christophe and {Pieri}, Matthew M. and {Prada}, Francisco and {Price-Whelan}, Adrian M. and {Raddick}, M. Jordan and {Ramos}, Beatriz H.~F. and {Reid}, I. Neill and {Reyle}, Celine and {Rich}, James and {Richards}, Gordon T. and {Rieke}, George H. and {Rieke}, Marcia J. and {Rix}, Hans-Walter and {Robin}, Annie C. and {Rocha-Pinto}, Helio J. and {Rockosi}, Constance M. and {Roe}, Natalie A. and {Rollinde}, Emmanuel and {Ross}, Ashley J. and {Ross}, Nicholas P. and {Rossetto}, Bruno and {S{\'a}nchez}, Ariel G. and {Santiago}, Basilio and {Sayres}, Conor and {Schiavon}, Ricardo and {Schlegel}, David J. and {Schlesinger}, Katharine J. and {Schmidt}, Sarah J. and {Schneider}, Donald P. and {Sellgren}, Kris and {Shelden}, Alaina and {Sheldon}, Erin and {Shetrone}, Matthew and {Shu}, Yiping and {Silverman}, John D. and {Simmerer}, Jennifer and {Simmons}, Audrey E. and {Sivarani}, Thirupathi and {Skrutskie}, M.~F. and {Slosar}, An{\v{z}}e and {Smee}, Stephen and {Smith}, Verne V. and {Snedden}, Stephanie A. and {Stassun}, Keivan G. and {Steele}, Oliver and {Steinmetz}, Matthias and {Stockett}, Mark H. and {Stollberg}, Todd and {Strauss}, Michael A. and {Szalay}, Alexander S. and {Tanaka}, Masayuki and {Thakar}, Aniruddha R. and {Thomas}, Daniel and {Tinker}, Jeremy L. and {Tofflemire}, Benjamin M. and {Tojeiro}, Rita and {Tremonti}, Christy A. and {Vargas Maga{\~n}a}, Mariana and {Verde}, Licia and {Vogt}, Nicole P. and {Wake}, David A. and {Wan}, Xiaoke and {Wang}, Ji and {Weaver}, Benjamin A. and {White}, Martin and {White}, Simon D.~M. and {Wilson}, John C. and {Wisniewski}, John P. and {Wood-Vasey}, W. Michael and {Yanny}, Brian and {Yasuda}, Naoki and {Y{\`e}che}, Christophe and {York}, Donald G. and {Young}, Erick and {Zasowski}, Gail and {Zehavi}, Idit and {Zhao}, Bo},
Doi = {10.1088/0004-6256/142/3/72},
Eid = {72},
Eprint = {1101.1529},
Journal = {\aj},
Keywords = {cosmology: observations, Galaxy: evolution, planets and satellites: detection, surveys, Astrophysics - Instrumentation and Methods for Astrophysics},
Month = {Sep},
Number = {3},
Pages = {72},
Primaryclass = {astro-ph.IM},
Title = {{SDSS-III: Massive Spectroscopic Surveys of the Distant Universe, the Milky Way, and Extra-Solar Planetary Systems}},
Volume = {142},
Year = {2011},
Bdsk-Url-1 = {https://doi.org/10.1088/0004-6256/142/3/72}}
@article{2011ApJS..197...35G,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Grogin}, Norman A. and {Kocevski}, Dale D. and {Faber}, S.~M. and {Ferguson}, Henry C. and {Koekemoer}, Anton M. and {Riess}, Adam G. and {Acquaviva}, Viviana and {Alexander}, David M. and {Almaini}, Omar and {Ashby}, Matthew L.~N. and {Barden}, Marco and {Bell}, Eric F. and {Bournaud}, Fr{\'e}d{\'e}ric and {Brown}, Thomas M. and {Caputi}, Karina I. and {Casertano}, Stefano and {Cassata}, Paolo and {Castellano}, Marco and {Challis}, Peter and {Chary}, Ranga-Ram and {Cheung}, Edmond and {Cirasuolo}, Michele and {Conselice}, Christopher J. and {Roshan Cooray}, Asantha and {Croton}, Darren J. and {Daddi}, Emanuele and {Dahlen}, Tomas and {Dav{\'e}}, Romeel and {de Mello}, Du{\'\i}lia F. and {Dekel}, Avishai and {Dickinson}, Mark and {Dolch}, Timothy and {Donley}, Jennifer L. and {Dunlop}, James S. and {Dutton}, Aaron A. and {Elbaz}, David and {Fazio}, Giovanni G. and {Filippenko}, Alexei V. and {Finkelstein}, Steven L. and {Fontana}, Adriano and {Gardner}, Jonathan P. and {Garnavich}, Peter M. and {Gawiser}, Eric and {Giavalisco}, Mauro and {Grazian}, Andrea and {Guo}, Yicheng and {Hathi}, Nimish P. and {H{\"a}ussler}, Boris and {Hopkins}, Philip F. and {Huang}, Jia-Sheng and {Huang}, Kuang-Han and {Jha}, Saurabh W. and {Kartaltepe}, Jeyhan S. and {Kirshner}, Robert P. and {Koo}, David C. and {Lai}, Kamson and {Lee}, Kyoung-Soo and {Li}, Weidong and {Lotz}, Jennifer M. and {Lucas}, Ray A. and {Madau}, Piero and {McCarthy}, Patrick J. and {McGrath}, Elizabeth J. and {McIntosh}, Daniel H. and {McLure}, Ross J. and {Mobasher}, Bahram and {Moustakas}, Leonidas A. and {Mozena}, Mark and {Nandra}, Kirpal and {Newman}, Jeffrey A. and {Niemi}, Sami- Matias and {Noeske}, Kai G. and {Papovich}, Casey J. and {Pentericci}, Laura and {Pope}, Alexandra and {Primack}, Joel R. and {Rajan}, Abhijith and {Ravindranath}, Swara and {Reddy}, Naveen A. and {Renzini}, Alvio and {Rix}, Hans-Walter and {Robaina}, Aday R. and {Rodney}, Steven A. and {Rosario}, David J. and {Rosati}, Piero and {Salimbeni}, Sara and {Scarlata}, Claudia and {Siana}, Brian and {Simard}, Luc and {Smidt}, Joseph and {Somerville}, Rachel S. and {Spinrad}, Hyron and {Straughn}, Amber N. and {Strolger}, Louis-Gregory and {Telford}, Olivia and {Teplitz}, Harry I. and {Trump}, Jonathan R. and {van der Wel}, Arjen and {Villforth}, Carolin and {Wechsler}, Risa H. and {Weiner}, Benjamin J. and {Wiklind}, Tommy and {Wild}, Vivienne and {Wilson}, Grant and {Wuyts}, Stijn and {Yan}, Hao-Jing and {Yun}, Min S.},
Doi = {10.1088/0067-0049/197/2/35},
Eid = {35},
Eprint = {1105.3753},
Journal = {The Astrophysical Journal Supplement Series},
Keywords = {cosmology: observations, galaxies: high-redshift, Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = Dec,
Pages = {35},
Primaryclass = {astro-ph.CO},
Title = {{CANDELS: The Cosmic Assembly Near-infrared Deep Extragalactic Legacy Survey}},
Volume = {197},
Year = 2011,
Bdsk-Url-1 = {https://doi.org/10.1088/0067-0049/197/2/35}}
@article{2013ApJ...772...82H,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2013ApJ...772...82H},
Archiveprefix = {arXiv},
Author = {{Harris}, W.~E. and {Harris}, G.~L.~H. and {Alessi}, M.},
Doi = {10.1088/0004-637X/772/2/82},
Eid = {82},
Eprint = {1306.2247},
Journal = {\apj},
Keywords = {galaxies: general, galaxies: star clusters: general, globular clusters: general},
Month = aug,
Pages = {82},
Title = {{A Catalog of Globular Cluster Systems: What Determines the Size of a Galaxy's Globular Cluster Population?}},
Volume = 772,
Year = 2013,
Bdsk-Url-1 = {https://doi.org/10.1088/0004-637X/772/2/82}}
@article{hemmati18,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Hemmati}, S. and {Capak}, P. and {Masters}, D. and {Davidzon}, I. and {Dore}, O. and {Mobasher}, B. and {Rhodes}, J. and {Scolnic}, D. and {Stern}, D.},
Date-Added = {2019-01-31 06:08:22 -0800},
Date-Modified = {2019-01-31 06:08:22 -0800},
Eprint = {1808.10458},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = aug,
Title = {{Photometric redshift calibration requirements for WFIRST Weak Lensing Cosmology: Predictions from CANDELS}},
Year = 2018}
@article{2017ApJ...836....5H,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Ho}, Anna Y.~Q. and {Ness}, Melissa K. and {Hogg}, David W. and {Rix}, Hans-Walter and {Liu}, Chao and {Yang}, Fan and {Zhang}, Yong and {Hou}, Yonghui and {Wang}, Yuefei},
Doi = {10.3847/1538-4357/836/1/5},
Eid = {5},
Eprint = {1602.00303},
Journal = {\apj},
Keywords = {catalogs, methods: data analysis, methods: statistical, stars: abundances, stars: fundamental parameters, techniques: spectroscopic, Astrophysics - Solar and Stellar Astrophysics, Astrophysics - Astrophysics of Galaxies},
Month = {Feb},
Pages = {5},
Primaryclass = {astro-ph.SR},
Title = {{Label Transfer from APOGEE to LAMOST: Precise Stellar Parameters for 450,000 LAMOST Giants}},
Volume = {836},
Year = {2017},
Bdsk-Url-1 = {https://doi.org/10.3847/1538-4357/836/1/5}}
@article{1990Natur.346...24K,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Author = {{Kohonen}, T.},
Doi = {10.1038/346024b0},
Journal = {\nat},
Month = Jul,
Pages = {24},
Title = {{Cortical maps}},
Volume = {346},
Year = 1990,
Bdsk-Url-1 = {https://doi.org/10.1038/346024b0}}
@article{2005A&A...439..845L,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Le F{\`e}vre}, O. and {Vettolani}, G. and {Garilli}, B. and {Tresse}, L. and {Bottini}, D. and {Le Brun}, V. and {Maccagni}, D. and {Picat}, J.~P. and {Scaramella}, R. and {Scodeggio}, M. and {Zanichelli}, A. and {Adami}, C. and {Arnaboldi}, M. and {Arnouts}, S. and {Bardelli}, S. and {Bolzonella}, M. and {Cappi}, A. and {Charlot}, S. and {Ciliegi}, P. and {Contini}, T. and {Foucaud}, S. and {Franzetti}, P. and {Gavignaud}, I. and {Guzzo}, L. and {Ilbert}, O. and {Iovino}, A. and {McCracken}, H.~J. and {Marano}, B. and {Marinoni}, C. and {Mathez}, G. and {Mazure}, A. and {Meneux}, B. and {Merighi}, R. and {Paltani}, S. and {Pell{\`o}}, R. and {Pollo}, A. and {Pozzetti}, L. and {Radovich}, M. and {Zamorani}, G. and {Zucca}, E. and {Bondi}, M. and {Bongiorno}, A. and {Busarello}, G. and {Lamareille}, F. and {Mellier}, Y. and {Merluzzi}, P. and {Ripepi}, V. and {Rizzo}, D.},
Doi = {10.1051/0004-6361:20041960},
Eprint = {astro-ph/0409133},
Journal = {\aap},
Keywords = {cosmology: observations, galaxies: high-redshift, galaxies: distances and redshift, surveys, galaxies:, evolution, cosmology: large scale structure of Universe, Astrophysics},
Month = Sep,
Pages = {845-862},
Primaryclass = {astro-ph},
Title = {{The VIMOS VLT deep survey. First epoch VVDS-deep survey: 11 564 spectra with 17.5 {\ensuremath{\leq}} IAB {\ensuremath{\leq}} 24, and the redshift distribution over 0 {\ensuremath{\leq}} z {\ensuremath{\leq}} 5}},
Volume = {439},
Year = 2005,
Bdsk-Url-1 = {https://doi.org/10.1051/0004-6361:20041960}}
@article{laureijs11,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Laureijs}, R. and {Amiaux}, J. and {Arduini}, S. and {Augu{\`e}res}, J.~-. and {Brinchmann}, J. and {Cole}, R. and {Cropper}, M. and {Dabin}, C. and {Duvet}, L. and {Ealet}, A. and et al.},
Date-Added = {2019-01-31 12:03:28 -0800},
Date-Modified = {2019-01-31 12:03:29 -0800},
Eprint = {1110.3193},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Cosmology and Extragalactic Astrophysics, Astrophysics - Galaxy Astrophysics},
Month = oct,
Primaryclass = {astro-ph.CO},
Title = {{Euclid Definition Study Report}},
Year = 2011}
@article{2019MNRAS.484.3425M,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Mart{\'\i}n-Navarro}, Ignacio and {Romanowsky}, Aaron J. and {Brodie}, Jean P. and {Ferr{\'e}-Mateu}, Anna and {Alabi}, Adebusola and {Forbes}, Duncan A. and {Sharina}, Margarita and {Villaume}, Alexa and {Pandya}, Viraj and {Martinez-Delgado}, David},
Doi = {10.1093/mnras/stz252},
Eprint = {1901.08068},
Journal = {\mnras},
Keywords = {galaxies: abundances, galaxies: evolution, galaxies: formation, galaxies: stellar content, Astrophysics - Astrophysics of Galaxies},
Month = {Apr},
Pages = {3425-3433},
Primaryclass = {astro-ph.GA},
Title = {{Extreme chemical abundance ratio suggesting an exotic origin for an ultradiffuse galaxy}},
Volume = {484},
Year = {2019},
Bdsk-Url-1 = {https://doi.org/10.1093/mnras/stz252}}
@article{masters15,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Archiveprefix = {arXiv},
Author = {{Masters}, D. and {Capak}, P. and {Stern}, D. and {Ilbert}, O. and {Salvato}, M. and {Schmidt}, S. and {Longo}, G. and {Rhodes}, J. and {Paltani}, S. and {Mobasher}, B. and {Hoekstra}, H. and {Hildebrandt}, H. and {Coupon}, J. and {Steinhardt}, C. and {Speagle}, J. and {Faisst}, A. and {Kalinich}, A. and {Brodwin}, M. and {Brescia}, M. and {Cavuoti}, S.},
Date-Added = {2019-01-31 12:01:12 -0800},
Date-Modified = {2019-01-31 12:01:13 -0800},
Doi = {10.1088/0004-637X/813/1/53},
Eid = {53},
Eprint = {1509.03318},
Journal = {\apj},
Keywords = {dark energy, dark matter, galaxies: distances and redshifts, large-scale structure of universe, methods: statistical},
Month = nov,
Pages = {53},
Title = {{Mapping the Galaxy Color-Redshift Relation: Optimal Photometric Redshift Calibration Strategies for Cosmology Surveys}},
Volume = 813,
Year = 2015,
Bdsk-Url-1 = {https://doi.org/10.1088/0004-637X/813/1/53}}
@article{masters19,
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
Adsurl = {https://ui.adsabs.harvard.edu/abs/2019arXiv190406394M},
Archiveprefix = {arXiv},
Author = {{Masters}, Daniel C. and {Stern}, Daniel K. and {Cohen}, Judith G. and {Capak}, Peter L. and {Stanford}, S. Adam and {Hernitschek}, Nina and {Galametz}, Audrey and {Davidzon}, Iary and {Rhodes}, Jason D. and {Sand ers}, Dave and {Mobasher}, Bahram and {Castander}, Francisco and {Pruett}, Kerianne and {Fotopoulou}, Sotiria},
Eid = {arXiv:1904.06394},
Eprint = {1904.06394},
Journal = {arXiv e-prints},
Keywords = {Astrophysics - Astrophysics of Galaxies, Astrophysics - Cosmology and Nongalactic Astrophysics},
Month = {Apr},
Pages = {arXiv:1904.06394},