-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeldon_exoplanet.bib
More file actions
6276 lines (5887 loc) · 246 KB
/
meldon_exoplanet.bib
File metadata and controls
6276 lines (5887 loc) · 246 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
% -*- coding: utf-8 -*-
@BOOK{Xuan1992,
title = {天文学史},
author = {宣焕灿},
year = {1992},
publisher = {北京高等教育出版社},
}
@WEBPAGE{wikipedia_astronomer,
title = {{天文学家}},
author = {{Wikipedia contributors}},
publisher = {Wikipedia, The Free Encyclopedia},
year = {2015},
url = {https://en.wikipedia.org/wiki/List_of_astronomers},
citedate = {2017/02/12}
}
@WEBPAGE{Bruno1584,
title = {{De l'Infinito, Universo e Mondi}},
author = {Giordano Bruno},
year = {1584},
}
@WEBPAGE{Copernicus1543,
title = {{De revolutionibus orbium coelestium}},
author = {Nicolaus Copernicus},
publisher = {Johannes Petreius},
year = {1543},
}
@BOOK{SternMitton2005,
author = {{Stern}, A. and {Mitton}, J.},
title = "{Pluto and Charon: Ice Worlds on the Ragged Edge of the Solar System}",
booktitle = {Pluto and Charon: Ice Worlds on the Ragged Edge of the Solar System by Alan Stern and Jacqueline Mitton.~Wiley, 2005.~ISBN: 978-3-527-40556-5},
year = 2005,
adsurl = {http://adsabs.harvard.edu/abs/2005plch.book.....S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Baraffe2003,
author = {{Baraffe}, I. and {Chabrier}, G. and {Barman}, T.~S. and {Allard}, F. and
{Hauschildt}, P.~H.},
title = "{Evolutionary models for cool brown dwarfs and extrasolar giant planets. The case of HD 209458}",
journal = {\aap},
eprint = {astro-ph/0302293},
keywords = {planetary systems, stars: brown dwarfs, stars: evolution, stars: individual (HD 209458)},
year = 2003,
month = may,
volume = 402,
pages = {701-712},
doi = {10.1051/0004-6361:20030252},
adsurl = {http://adsabs.harvard.edu/abs/2003A%26A...402..701B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Jacob1855,
author = {{Jacob}, W.~S.},
title = "{On certain Anomalies presented by the Binary Star 70 Ophiuchi}",
journal = {\mnras},
year = 1855,
month = jun,
volume = 15,
pages = {228},
doi = {10.1093/mnras/15.9.228},
adsurl = {http://adsabs.harvard.edu/abs/1855MNRAS..15..228J},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Moulton1899,
author = {{Moulton}, F.~R.},
title = "{The limits of temporary stability of satellite motion, with an application to the question of the existence of an unseen body in the binary system 70 Ophiuchi}",
journal = {\aj},
year = 1899,
month = may,
volume = 20,
pages = {33-37},
doi = {10.1086/103096},
adsurl = {http://adsabs.harvard.edu/abs/1899AJ.....20...33M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{vandeKamp1963,
author = {{van de Kamp}, P.},
title = "{Astrometric study of Barnard's star from plates taken with the 24-inch Sproul refractor.}",
journal = {\aj},
year = 1963,
month = sep,
volume = 68,
pages = {515-521},
doi = {10.1086/109001},
adsurl = {http://adsabs.harvard.edu/abs/1963AJ.....68..515V},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Struve1952,
author = {{Struve}, O.},
title = "{Proposal for a project of high-precision stellar radial velocity work}",
journal = {The Observatory},
year = 1952,
month = oct,
volume = 72,
pages = {199-200},
adsurl = {http://adsabs.harvard.edu/abs/1952Obs....72..199S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Latham1989,
author = {{Latham}, D.~W. and {Stefanik}, R.~P. and {Mazeh}, T. and {Mayor}, M. and
{Burki}, G.},
title = "{The unseen companion of HD114762 - A probable brown dwarf}",
journal = {\nat},
keywords = {Brown Dwarf Stars, Companion Stars, Stellar Orbits, Extrasolar Planets, Orbital Mechanics, Stellar Mass},
year = 1989,
month = may,
volume = 339,
pages = {38-40},
doi = {10.1038/339038a0},
adsurl = {http://adsabs.harvard.edu/abs/1989Natur.339...38L},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{WolszczanFrail1992,
author = {{Wolszczan}, A. and {Frail}, D.~A.},
title = "{A planetary system around the millisecond pulsar PSR1257 + 12}",
journal = {\nat},
keywords = {Binary Stars, Extrasolar Planets, Orbital Mechanics, Planetary Systems, Pulsars, Accretion Disks, Least Squares Method, Neutron Stars, Radio Astronomy, Supernova Remnants},
year = 1992,
month = jan,
volume = 355,
pages = {145-147},
doi = {10.1038/355145a0},
adsurl = {http://adsabs.harvard.edu/abs/1992Natur.355..145W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Walkeretal1995,
author = {{Walker}, G.~A.~H. and {Walker}, A.~R. and {Irwin}, A.~W. and
{Larson}, A.~M. and {Yang}, S.~L.~S. and {Richardson}, D.~C.
},
title = "{A search for Jupiter-mass companions to nearby stars.}",
journal = {\icarus},
keywords = {Planetary Companions: Nearby Stars, Planetary Companions: Detection},
year = 1995,
month = aug,
volume = 116,
pages = {359-375},
doi = {10.1006/icar.1995.1130},
adsurl = {http://adsabs.harvard.edu/abs/1995Icar..116..359W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{MayorQueloz1995,
author = {{Mayor}, M. and {Queloz}, D.},
title = "{A Jupiter-mass companion to a solar-type star}",
journal = {\nat},
year = 1995,
month = nov,
volume = 378,
pages = {355-359},
doi = {10.1038/378355a0},
adsurl = {http://adsabs.harvard.edu/abs/1995Natur.378..355M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{WoolfAngel1998,
author = {{Woolf}, N. and {Angel}, J.~R.},
title = "{Astronomical Searches for Earth-Like Planets and Signs of Life}",
journal = {\araa},
year = 1998,
volume = 36,
pages = {507-538},
doi = {10.1146/annurev.astro.36.1.507},
adsurl = {http://adsabs.harvard.edu/abs/1998ARA%26A..36..507W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Boruckietal2010,
author = {{Borucki}, W.~J. and {Koch}, D. and {Basri}, G. and {Batalha}, N. and
{Brown}, T. and {Caldwell}, D. and {Caldwell}, J. and {Christensen-Dalsgaard}, J. and
{Cochran}, W.~D. and {DeVore}, E. and {Dunham}, E.~W. and {Dupree}, A.~K. and
{Gautier}, T.~N. and {Geary}, J.~C. and {Gilliland}, R. and
{Gould}, A. and {Howell}, S.~B. and {Jenkins}, J.~M. and {Kondo}, Y. and
{Latham}, D.~W. and {Marcy}, G.~W. and {Meibom}, S. and {Kjeldsen}, H. and
{Lissauer}, J.~J. and {Monet}, D.~G. and {Morrison}, D. and
{Sasselov}, D. and {Tarter}, J. and {Boss}, A. and {Brownlee}, D. and
{Owen}, T. and {Buzasi}, D. and {Charbonneau}, D. and {Doyle}, L. and
{Fortney}, J. and {Ford}, E.~B. and {Holman}, M.~J. and {Seager}, S. and
{Steffen}, J.~H. and {Welsh}, W.~F. and {Rowe}, J. and {Anderson}, H. and
{Buchhave}, L. and {Ciardi}, D. and {Walkowicz}, L. and {Sherry}, W. and
{Horch}, E. and {Isaacson}, H. and {Everett}, M.~E. and {Fischer}, D. and
{Torres}, G. and {Johnson}, J.~A. and {Endl}, M. and {MacQueen}, P. and
{Bryson}, S.~T. and {Dotson}, J. and {Haas}, M. and {Kolodziejczak}, J. and
{Van Cleve}, J. and {Chandrasekaran}, H. and {Twicken}, J.~D. and
{Quintana}, E.~V. and {Clarke}, B.~D. and {Allen}, C. and {Li}, J. and
{Wu}, H. and {Tenenbaum}, P. and {Verner}, E. and {Bruhweiler}, F. and
{Barnes}, J. and {Prsa}, A.},
title = "{Kepler Planet-Detection Mission: Introduction and First Results}",
journal = {Science},
year = 2010,
month = feb,
volume = 327,
pages = {977},
doi = {10.1126/science.1185402},
adsurl = {http://adsabs.harvard.edu/abs/2010Sci...327..977B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Perryman2000,
author = {{Perryman}, M.~A.~C.},
title = "{Extra-solar planets}",
journal = {Reports on Progress in Physics},
eprint = {astro-ph/0005602},
year = 2000,
month = aug,
volume = 63,
pages = {1209-1272},
doi = {10.1088/0034-4885/63/8/202},
adsurl = {http://adsabs.harvard.edu/abs/2000RPPh...63.1209P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Udry2003HD73256,
author = {{Udry}, S. and {Mayor}, M. and {Clausen}, J.~V. and {Freyhammer}, L.~M. and
{Helt}, B.~E. and {Lovis}, C. and {Naef}, D. and {Olsen}, E.~H. and
{Pepe}, F. and {Queloz}, D. and {Santos}, N.~C.},
title = "{The CORALIE survey for southern extra-solar planets. X. A Hot Jupiter orbiting HD 73256}",
journal = {\aap},
eprint = {astro-ph/0304248},
keywords = {techniques: radial velocities, techniques: photometric, stars: binaries: spectroscopic, stars: individual: HD 73256, stars: activity, stars: planetary systems},
year = 2003,
month = aug,
volume = 407,
pages = {679-684},
doi = {10.1051/0004-6361:20030815},
adsurl = {http://adsabs.harvard.edu/abs/2003A%26A...407..679U},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Eggenberger2006HD142022,
author = {{Eggenberger}, A. and {Mayor}, M. and {Naef}, D. and {Pepe}, F. and
{Queloz}, D. and {Santos}, N.~C. and {Udry}, S. and {Lovis}, C.
},
title = "{The CORALIE survey for southern extrasolar planets. XIV. HD 142022 b: a long-period planetary companion in a wide binary}",
journal = {\aap},
eprint = {astro-ph/0510561},
keywords = {techniques: radial velocities, stars: individual: HD 142022, stars: binaries: visual, stars: planetary systems},
year = 2006,
month = mar,
volume = 447,
pages = {1159-1163},
doi = {10.1051/0004-6361:20053720},
adsurl = {http://adsabs.harvard.edu/abs/2006A%26A...447.1159E},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Tamuz2008HD4113,
author = {{Tamuz}, O. and {S{\'e}gransan}, D. and {Udry}, S. and {Mayor}, M. and
{Eggenberger}, A. and {Naef}, D. and {Pepe}, F. and {Queloz}, D. and
{Santos}, N.~C. and {Demory}, B.-O. and {Figuera}, P. and {Marmier}, M. and
{Montagnier}, G.},
title = "{The CORALIE survey for southern extra-solar planets. XV. Discovery of two eccentric planets orbiting <ASTROBJ>HD 4113</ASTROBJ> and <ASTROBJ>HD 156846</ASTROBJ>}",
journal = {\aap},
archivePrefix = "arXiv",
eprint = {0710.5028},
keywords = {stars: planetary systems, techniques: radial velocities, methods: observational, stars: low-mass, brown dwarfs},
year = 2008,
month = mar,
volume = 480,
pages = {L33-L36},
doi = {10.1051/0004-6361:20078737},
adsurl = {http://adsabs.harvard.edu/abs/2008A%26A...480L..33T},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Perryman2014,
author = {{Perryman}, M.},
title = "{Resource Letter Exo-1: Exoplanets}",
journal = {American Journal of Physics},
archivePrefix = "arXiv",
eprint = {1311.2521},
primaryClass = "astro-ph.EP",
year = 2014,
month = jun,
volume = 82,
pages = {552-563},
doi = {10.1119/1.4830455},
adsurl = {http://adsabs.harvard.edu/abs/2014AmJPh..82..552P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Murphyetal2007lasercomb,
author = {{Murphy}, M.~T. and {Udem}, T. and {Holzwarth}, R. and {Sizmann}, A. and
{Pasquini}, L. and {Araujo-Hauck}, C. and {Dekker}, H. and {D'Odorico}, S. and
{Fischer}, M. and {H{\"a}nsch}, T.~W. and {Manescau}, A.},
title = "{High-precision wavelength calibration of astronomical spectrographs with laser frequency combs}",
journal = {\mnras},
eprint = {astro-ph/0703622},
keywords = {instrumentation: detectors, instrumentation: spectrographs, methods: laboratory, techniques: spectroscopic},
year = 2007,
month = sep,
volume = 380,
pages = {839-847},
doi = {10.1111/j.1365-2966.2007.12147.x},
adsurl = {http://adsabs.harvard.edu/abs/2007MNRAS.380..839M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@BOOK{Perryman2014exohb,
author = {{Perryman}, M.},
title = "{The Exoplanet Handbook}",
booktitle = {The Exoplanet Handbook, by Michael Perryman, Cambridge, UK: Cambridge University Press, 2014},
year = 2014,
month = jan,
adsurl = {http://adsabs.harvard.edu/abs/2014exha.book.....P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@BOOK{Seager2010exobook,
author = {{Seager}, S.},
title = "{Exoplanets}",
booktitle = {Exoplanets},
year = 2010,
month = dec,
adsurl = {http://adsabs.harvard.edu/abs/2010exop.book.....S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Henryetal2000,
author = {{Henry}, G.~W. and {Marcy}, G.~W. and {Butler}, R.~P. and {Vogt}, S.~S.
},
title = "{A Transiting ``51 Peg-like'' Planet}",
journal = {\apjl},
keywords = {STARS: PLANETARY SYSTEMS, STARS: INDIVIDUAL: HENRY DRAPER NUMBER: HD 209458, Stars: Planetary Systems, Stars: Individual: Henry Draper Number: HD 209458},
year = 2000,
month = jan,
volume = 529,
pages = {L41-L44},
doi = {10.1086/312458},
adsurl = {http://adsabs.harvard.edu/abs/2000ApJ...529L..41H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Charbonneauetal2000,
author = {{Charbonneau}, D. and {Brown}, T.~M. and {Latham}, D.~W. and
{Mayor}, M.},
title = "{Detection of Planetary Transits Across a Sun-like Star}",
journal = {\apjl},
eprint = {astro-ph/9911436},
keywords = {STARS: BINARIES: ECLIPSING, STARS: PLANETARY SYSTEMS, STARS: INDIVIDUAL: HENRY DRAPER NUMBER: HD 209458, TECHNIQUES: PHOTOMETRIC, TECHNIQUES: RADIAL VELOCITIES, Stars: Binaries: Eclipsing, Stars: Planetary Systems, Stars: Individual: Henry Draper Number: HD 209458, Techniques: Photometric, Techniques: Radial Velocities},
year = 2000,
month = jan,
volume = 529,
pages = {L45-L48},
doi = {10.1086/312457},
adsurl = {http://adsabs.harvard.edu/abs/2000ApJ...529L..45C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Alonsoetal2004TrES,
author = {{Alonso}, R. and {Brown}, T.~M. and {Torres}, G. and {Latham}, D.~W. and
{Sozzetti}, A. and {Mandushev}, G. and {Belmonte}, J.~A. and
{Charbonneau}, D. and {Deeg}, H.~J. and {Dunham}, E.~W. and
{O'Donovan}, F.~T. and {Stefanik}, R.~P.},
title = "{TrES-1: The Transiting Planet of a Bright K0 V Star}",
journal = {\apjl},
eprint = {astro-ph/0408421},
keywords = {Stars: Binaries: Eclipsing, Stars: Planetary Systems, Stars: Individual: Alphanumeric: GSC 02652-01324, Techniques: Photometric, Techniques: Radial Velocities},
year = 2004,
month = oct,
volume = 613,
pages = {L153-L156},
doi = {10.1086/425256},
adsurl = {http://adsabs.harvard.edu/abs/2004ApJ...613L.153A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{McCulloughetal2005XO,
author = {{McCullough}, P.~R. and {Stys}, J.~E. and {Valenti}, J.~A. and
{Fleming}, S.~W. and {Janes}, K.~A. and {Heasley}, J.~N.},
title = "{The XO Project: Searching for Transiting Extrasolar Planet Candidates}",
journal = {\pasp},
eprint = {astro-ph/0505560},
keywords = {Instrumentation: Miscellaneous, Telescopes, Techniques: Photometric, Stars: Planetary Systems, Stars: Variables: Other},
year = 2005,
month = aug,
volume = 117,
pages = {783-795},
doi = {10.1086/432024},
adsurl = {http://adsabs.harvard.edu/abs/2005PASP..117..783M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Bakosetal2007HAT,
author = {{Bakos}, G.~{\'A}. and {Noyes}, R.~W. and {Kov{\'a}cs}, G. and
{Latham}, D.~W. and {Sasselov}, D.~D. and {Torres}, G. and {Fischer}, D.~A. and
{Stefanik}, R.~P. and {Sato}, B. and {Johnson}, J.~A. and {P{\'a}l}, A. and
{Marcy}, G.~W. and {Butler}, R.~P. and {Esquerdo}, G.~A. and
{Stanek}, K.~Z. and {L{\'a}z{\'a}r}, J. and {Papp}, I. and {S{\'a}ri}, P. and
{Sip{\H o}cz}, B.},
title = "{HAT-P-1b: A Large-Radius, Low-Density Exoplanet Transiting One Member of a Stellar Binary}",
journal = {\apj},
eprint = {astro-ph/0609369},
keywords = {Stars: Binaries: General, Stars: Planetary Systems, stars: individual (ADS 16402AB)},
year = 2007,
month = feb,
volume = 656,
pages = {552-559},
doi = {10.1086/509874},
adsurl = {http://adsabs.harvard.edu/abs/2007ApJ...656..552B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Pollaccoetal2006WASP,
author = {{Pollacco}, D.~L. and {Skillen}, I. and {Collier Cameron}, A. and
{Christian}, D.~J. and {Hellier}, C. and {Irwin}, J. and {Lister}, T.~A. and
{Street}, R.~A. and {West}, R.~G. and {Anderson}, D.~R. and
{Clarkson}, W.~I. and {Deeg}, H. and {Enoch}, B. and {Evans}, A. and
{Fitzsimmons}, A. and {Haswell}, C.~A. and {Hodgkin}, S. and
{Horne}, K. and {Kane}, S.~R. and {Keenan}, F.~P. and {Maxted}, P.~F.~L. and
{Norton}, A.~J. and {Osborne}, J. and {Parley}, N.~R. and {Ryans}, R.~S.~I. and
{Smalley}, B. and {Wheatley}, P.~J. and {Wilson}, D.~M.},
title = "{The WASP Project and the SuperWASP Cameras}",
journal = {\pasp},
eprint = {astro-ph/0608454},
keywords = {Instrumentation: Photometers, Stars: Planetary Systems, Techniques: Photometric},
year = 2006,
month = oct,
volume = 118,
pages = {1407-1418},
doi = {10.1086/508556},
adsurl = {http://adsabs.harvard.edu/abs/2006PASP..118.1407P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Bargeetal2008CoRoT,
author = {{Barge}, P. and {Baglin}, A. and {Auvergne}, M. and {Rauer}, H. and
{L{\'e}ger}, A. and {Schneider}, J. and {Pont}, F. and {Aigrain}, S. and
{Almenara}, J.-M. and {Alonso}, R. and {Barbieri}, M. and {Bord{\'e}}, P. and
{Bouchy}, F. and {Deeg}, H.~J. and {La Reza}, D. and {Deleuil}, M. and
{Dvorak}, R. and {Erikson}, A. and {Fridlund}, M. and {Gillon}, M. and
{Gondoin}, P. and {Guillot}, T. and {Hatzes}, A. and {Hebrard}, G. and
{Jorda}, L. and {Kabath}, P. and {Lammer}, H. and {Llebaria}, A. and
{Loeillet}, B. and {Magain}, P. and {Mazeh}, T. and {Moutou}, C. and
{Ollivier}, M. and {P{\"a}tzold}, M. and {Queloz}, D. and {Rouan}, D. and
{Shporer}, A. and {Wuchterl}, G.},
title = "{Transiting exoplanets from the CoRoT space mission. I. CoRoT-Exo-1b: a low-density short-period planet around a G0V star}",
journal = {\aap},
archivePrefix = "arXiv",
eprint = {0803.3202},
keywords = {planetary systems, techniques: photometry, techniques: radial velocity},
year = 2008,
month = may,
volume = 482,
pages = {L17-L20},
doi = {10.1051/0004-6361:200809353},
adsurl = {http://adsabs.harvard.edu/abs/2008A%26A...482L..17B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{GaiaCo2016,
author = {{Gaia Collaboration} and {Prusti}, T. and {de Bruijne}, J.~H.~J. and
{Brown}, A.~G.~A. and {Vallenari}, A. and {Babusiaux}, C. and
{Bailer-Jones}, C.~A.~L. and {Bastian}, U. and {Biermann}, M. and
{Evans}, D.~W. and et al.},
title = "{The Gaia mission}",
journal = {\aap},
archivePrefix = "arXiv",
eprint = {1609.04153},
primaryClass = "astro-ph.IM",
keywords = {space vehicles: instruments, Galaxy: structure, astrometry, parallaxes, proper motions, telescopes},
year = 2016,
month = nov,
volume = 595,
eid = {A1},
pages = {A1},
doi = {10.1051/0004-6361/201629272},
adsurl = {http://adsabs.harvard.edu/abs/2016A%26A...595A...1G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Marois2010,
author = {{Marois}, C. and {Zuckerman}, B. and {Konopacky}, Q.~M. and
{Macintosh}, B. and {Barman}, T.},
title = "{Images of a fourth planet orbiting HR 8799}",
journal = {\nat},
archivePrefix = "arXiv",
eprint = {1011.4918},
primaryClass = "astro-ph.EP",
year = 2010,
month = dec,
volume = 468,
pages = {1080-1083},
doi = {10.1038/nature09684},
adsurl = {http://adsabs.harvard.edu/abs/2010Natur.468.1080M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Marois2008HR8799,
author = {{Marois}, C. and {Macintosh}, B. and {Barman}, T. and {Zuckerman}, B. and
{Song}, I. and {Patience}, J. and {Lafreni{\`e}re}, D. and {Doyon}, R.
},
title = "{Direct Imaging of Multiple Planets Orbiting the Star HR 8799}",
journal = {Science},
archivePrefix = "arXiv",
eprint = {0811.2606},
year = 2008,
month = nov,
volume = 322,
pages = {1348},
doi = {10.1126/science.1166585},
adsurl = {http://adsabs.harvard.edu/abs/2008Sci...322.1348M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Kalas2008,
author = {{Kalas}, P. and {Graham}, J.~R. and {Chiang}, E. and {Fitzgerald}, M.~P. and
{Clampin}, M. and {Kite}, E.~S. and {Stapelfeldt}, K. and {Marois}, C. and
{Krist}, J.},
title = "{Optical Images of an Exosolar Planet 25 Light-Years from Earth}",
journal = {Science},
archivePrefix = "arXiv",
eprint = {0811.1994},
year = 2008,
month = nov,
volume = 322,
pages = {1345},
doi = {10.1126/science.1166609},
adsurl = {http://adsabs.harvard.edu/abs/2008Sci...322.1345K},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Lagrange2010,
author = {{Lagrange}, A.-M. and {Bonnefoy}, M. and {Chauvin}, G. and {Apai}, D. and
{Ehrenreich}, D. and {Boccaletti}, A. and {Gratadour}, D. and
{Rouan}, D. and {Mouillet}, D. and {Lacour}, S. and {Kasper}, M.
},
title = "{A Giant Planet Imaged in the Disk of the Young Star {$\beta$} Pictoris}",
journal = {Science},
archivePrefix = "arXiv",
eprint = {1006.3314},
primaryClass = "astro-ph.EP",
year = 2010,
month = jul,
volume = 329,
pages = {57},
doi = {10.1126/science.1187187},
adsurl = {http://adsabs.harvard.edu/abs/2010Sci...329...57L},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Seager2010,
author = {{Seager}, S. and {Deming}, D.},
title = "{Exoplanet Atmospheres}",
journal = {\araa},
archivePrefix = "arXiv",
eprint = {1005.4037},
primaryClass = "astro-ph.EP",
year = 2010,
month = sep,
volume = 48,
pages = {631-672},
doi = {10.1146/annurev-astro-081309-130837},
adsurl = {http://adsabs.harvard.edu/abs/2010ARA%26A..48..631S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Macintosh2014,
author = {{Macintosh}, B. and {Graham}, J.~R. and {Ingraham}, P. and {Konopacky}, Q. and
{Marois}, C. and {Perrin}, M. and {Poyneer}, L. and {Bauman}, B. and
{Barman}, T. and {Burrows}, A.~S. and {Cardwell}, A. and {Chilcote}, J. and
{De Rosa}, R.~J. and {Dillon}, D. and {Doyon}, R. and {Dunn}, J. and
{Erikson}, D. and {Fitzgerald}, M.~P. and {Gavel}, D. and {Goodsell}, S. and
{Hartung}, M. and {Hibon}, P. and {Kalas}, P. and {Larkin}, J. and
{Maire}, J. and {Marchis}, F. and {Marley}, M.~S. and {McBride}, J. and
{Millar-Blanchaer}, M. and {Morzinski}, K. and {Norton}, A. and
{Oppenheimer}, B.~R. and {Palmer}, D. and {Patience}, J. and
{Pueyo}, L. and {Rantakyro}, F. and {Sadakuni}, N. and {Saddlemyer}, L. and
{Savransky}, D. and {Serio}, A. and {Soummer}, R. and {Sivaramakrishnan}, A. and
{Song}, I. and {Thomas}, S. and {Wallace}, J.~K. and {Wiktorowicz}, S. and
{Wolff}, S.},
title = "{First light of the Gemini Planet Imager}",
journal = {Proceedings of the National Academy of Science},
archivePrefix = "arXiv",
eprint = {1403.7520},
primaryClass = "astro-ph.EP",
year = 2014,
month = sep,
volume = 111,
pages = {12661-12666},
doi = {10.1073/pnas.1304215111},
adsurl = {http://adsabs.harvard.edu/abs/2014PNAS..11112661M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Chauvin2005,
author = {{Chauvin}, G. and {Lagrange}, A.-M. and {Dumas}, C. and {Zuckerman}, B. and
{Mouillet}, D. and {Song}, I. and {Beuzit}, J.-L. and {Lowrance}, P.
},
title = "{Giant planet companion to 2MASSW J1207334-393254}",
journal = {\aap},
eprint = {astro-ph/0504659},
year = 2005,
month = aug,
volume = 438,
pages = {L25-L28},
doi = {10.1051/0004-6361:200500116},
adsurl = {http://adsabs.harvard.edu/abs/2005A%26A...438L..25C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Einstein1936,
author = {{Einstein}, A.},
title = "{Lens-Like Action of a Star by the Deviation of Light in the Gravitational Field}",
journal = {Science},
year = 1936,
month = dec,
volume = 84,
pages = {506-507},
doi = {10.1126/science.84.2188.506},
adsurl = {http://adsabs.harvard.edu/abs/1936Sci....84..506E},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Mao1991,
author = {{Mao}, S. and {Paczynski}, B.},
title = "{Gravitational microlensing by double stars and planetary systems}",
journal = {\apjl},
keywords = {Double Stars, Galactic Bulge, Gravitational Lenses, Planetary Systems, Brown Dwarf Stars, Milky Way Galaxy},
year = 1991,
month = jun,
volume = 374,
pages = {L37-L40},
doi = {10.1086/186066},
adsurl = {http://adsabs.harvard.edu/abs/1991ApJ...374L..37M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Udalskietal2002OGLE,
author = {{Udalski}, A. and {Paczynski}, B. and {Zebrun}, K. and {Szymanski}, M. and
{Kubiak}, M. and {Soszynski}, I. and {Szewczyk}, O. and {Wyrzykowski}, L. and
{Pietrzynski}, G.},
title = "{The Optical Gravitational Lensing Experiment. Search for Planetary and Low-Luminosity Object Transits in the Galactic Disk. Results of 2001 Campaign}",
journal = {\actaa},
eprint = {astro-ph/0202320},
keywords = {planetary systems, Stars: low-mass, brown dwarfs, binaries: eclipsing},
year = 2002,
month = mar,
volume = 52,
pages = {1-37},
adsurl = {http://adsabs.harvard.edu/abs/2002AcA....52....1U},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Bond2004MOA,
author = {{Bond}, I.~A. and {Udalski}, A. and {Jaroszy{\'n}ski}, M. and
{Rattenbury}, N.~J. and {Paczy{\'n}ski}, B. and {Soszy{\'n}ski}, I. and
{Wyrzykowski}, L. and {Szyma{\'n}ski}, M.~K. and {Kubiak}, M. and
{Szewczyk}, O. and {{\.Z}ebru{\'n}}, K. and {Pietrzy{\'n}ski}, G. and
{Abe}, F. and {Bennett}, D.~P. and {Eguchi}, S. and {Furuta}, Y. and
{Hearnshaw}, J.~B. and {Kamiya}, K. and {Kilmartin}, P.~M. and
{Kurata}, Y. and {Masuda}, K. and {Matsubara}, Y. and {Muraki}, Y. and
{Noda}, S. and {Okajima}, K. and {Sako}, T. and {Sekiguchi}, T. and
{Sullivan}, D.~J. and {Sumi}, T. and {Tristram}, P.~J. and {Yanagisawa}, T. and
{Yock}, P.~C.~M. and {OGLE Collaboration}},
title = "{OGLE 2003-BLG-235/MOA 2003-BLG-53: A Planetary Microlensing Event}",
journal = {\apjl},
eprint = {astro-ph/0404309},
keywords = {Cosmology: Gravitational Lensing, Stars: Planetary Systems, Stars: Individual: Alphanumeric: MOA 2003-BLG-53, Stars: Individual: Alphanumeric: OGLE 2003-BLG-235},
year = 2004,
month = may,
volume = 606,
pages = {L155-L158},
doi = {10.1086/420928},
adsurl = {http://adsabs.harvard.edu/abs/2004ApJ...606L.155B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Ford2011TTV,
author = {{Ford}, E.~B. and {Rowe}, J.~F. and {Fabrycky}, D.~C. and {Carter}, J.~A. and
{Holman}, M.~J. and {Lissauer}, J.~J. and {Ragozzine}, D. and
{Steffen}, J.~H. and {Batalha}, N.~M. and {Borucki}, W.~J. and
{Bryson}, S. and {Caldwell}, D.~A. and {Dunham}, E.~W. and {Gautier}, III, T.~N. and
{Jenkins}, J.~M. and {Koch}, D.~G. and {Li}, J. and {Lucas}, P. and
{Marcy}, G.~W. and {McCauliff}, S. and {Mullally}, F.~R. and
{Quintana}, E. and {Still}, M. and {Tenenbaum}, P. and {Thompson}, S.~E. and
{Twicken}, J.~D.},
title = "{Transit Timing Observations from Kepler. I. Statistical Analysis of the First Four Months}",
journal = {\apjs},
archivePrefix = "arXiv",
eprint = {1102.0544},
primaryClass = "astro-ph.EP",
keywords = {methods: statistical, planetary systems, planets and satellites: detection, planets and satellites: dynamical evolution and stability, techniques: miscellaneous},
year = 2011,
month = nov,
volume = 197,
eid = {2},
pages = {2},
doi = {10.1088/0067-0049/197/1/2},
adsurl = {http://adsabs.harvard.edu/abs/2011ApJS..197....2F},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Xie2013,
author = {{Xie}, J.-W.},
title = "{Transit Timing Variation of Near-resonance Planetary Pairs: Confirmation of 12 Multiple-planet Systems}",
journal = {\apjs},
archivePrefix = "arXiv",
eprint = {1208.3312},
primaryClass = "astro-ph.EP",
keywords = {planetary systems, planets and satellites: detection, planets and satellites: dynamical evolution and stability },
year = 2013,
month = oct,
volume = 208,
eid = {22},
pages = {22},
doi = {10.1088/0067-0049/208/2/22},
adsurl = {http://adsabs.harvard.edu/abs/2013ApJS..208...22X},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Silvotti2007,
author = {{Silvotti}, R. and {Schuh}, S. and {Janulis}, R. and {Solheim}, J.-E. and
{Bernabei}, S. and {{\O}stensen}, R. and {Oswalt}, T.~D. and
{Bruni}, I. and {Gualandi}, R. and {Bonanno}, A. and {Vauclair}, G. and
{Reed}, M. and {Chen}, C.-W. and {Leibowitz}, E. and {Paparo}, M. and
{Baran}, A. and {Charpinet}, S. and {Dolez}, N. and {Kawaler}, S. and
{Kurtz}, D. and {Moskalik}, P. and {Riddle}, R. and {Zola}, S.
},
title = "{A giant planet orbiting the `extreme horizontal branch' star V391 Pegasi}",
journal = {\nat},
year = 2007,
month = sep,
volume = 449,
pages = {189-191},
doi = {10.1038/nature06143},
adsurl = {http://adsabs.harvard.edu/abs/2007Natur.449..189S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Murphy2016,
author = {{Murphy}, S.~J. and {Bedding}, T.~R. and {Shibahashi}, H.},
title = "{A Planet in an 840 Day Orbit around a Kepler Main-sequence A Star Found from Phase Modulation of Its Pulsations}",
journal = {\apjl},
archivePrefix = "arXiv",
eprint = {1608.02945},
primaryClass = "astro-ph.SR",
keywords = {planets and satellites: detection, stars: oscillations, stars: variables: delta Scuti},
year = 2016,
month = aug,
volume = 827,
eid = {L17},
pages = {L17},
doi = {10.3847/2041-8205/827/1/L17},
adsurl = {http://adsabs.harvard.edu/abs/2016ApJ...827L..17M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{HolmanMurray2005,
author = {{Holman}, M.~J. and {Murray}, N.~W.},
title = "{The Use of Transit Timing to Detect Terrestrial-Mass Extrasolar Planets}",
journal = {Science},
eprint = {astro-ph/0412028},
year = 2005,
month = feb,
volume = 307,
pages = {1288-1291},
doi = {10.1126/science.1107822},
adsurl = {http://adsabs.harvard.edu/abs/2005Sci...307.1288H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@BOOK{Spitzer1978,
author = {{Spitzer}, L.},
title = "{Physical processes in the interstellar medium}",
keywords = {Astrophysics, Interstellar Chemistry, Interstellar Matter, Dissociation, Excitation, Gravitational Effects, H Ii Regions, Ionization, Optical Properties, Polarized Electromagnetic Radiation, Radiative Transfer, Shock Waves, Thermodynamic Equilibrium},
booktitle = {Physical processes in the interstellar medium, by Lyman Spitzer.~ New York Wiley-Interscience, 1978.~333 p.},
year = 1978,
doi = {10.1002/9783527617722},
adsurl = {http://adsabs.harvard.edu/abs/1978ppim.book.....S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@BOOK{Lequeux2005,
author = {{Lequeux}, J.},
title = "{The Interstellar Medium}",
booktitle = {The interstellar medium, Translation from the French language edition of: Le Milieu Interstellaire by James Lequeux, EDP Sciences, 2003 Edited by J.~Lequeux.~ Astronomy and astrophysics library, Berlin: Springer, 2005},
year = 2005,
doi = {10.1007/b137959},
adsurl = {http://adsabs.harvard.edu/abs/2005ism..book.....L},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Andreetal2000,
author = {{Andre}, P. and {Ward-Thompson}, D. and {Barsony}, M.},
title = "{From Prestellar Cores to Protostars: the Initial Conditions of Star Formation}",
journal = {Protostars and Planets IV},
eprint = {astro-ph/9903284},
year = 2000,
month = may,
pages = {59},
adsurl = {http://adsabs.harvard.edu/abs/2000prpl.conf...59A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@BOOK{Armitage2010,
author = {{Armitage}, P.~J.},
title = "{Astrophysics of Planet Formation}",
keywords = {planets and satellites: formation, solar system: formation, protoplanetary disks, planets and satellites: dynamical evolution and stability},
booktitle = {Astrophysics of Planet Formation, by Philip J.~Armitage, pp.~294.~ISBN 978-0-521-88745-8 (hardback).~Cambridge, UK: Cambridge University Press, 2010.},
year = 2010,
pages = {294},
adsurl = {http://adsabs.harvard.edu/abs/2010apf..book.....A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Armitage2007,
author = {{Armitage}, P.~J.},
title = "{Lecture notes on the formation and early evolution of planetary systems}",
journal = {ArXiv Astrophysics e-prints},
eprint = {astro-ph/0701485},
keywords = {Astrophysics},
year = 2007,
month = jan,
adsurl = {http://adsabs.harvard.edu/abs/2007astro.ph..1485A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Pringle1981,
author = {{Pringle}, J.~E.},
title = "{Accretion discs in astrophysics}",
journal = {\araa},
keywords = {Astrophysics, Disks (Shapes), Gravitational Effects, Mass Transfer, Radiative Transfer, Stellar Mass Accretion, Angular Momentum, Circular Orbits, Neutron Stars, Orbital Mechanics, Rotating Fluids, Stellar Radiation, Viscosity},
year = 1981,
volume = 19,
pages = {137-162},
doi = {10.1146/annurev.aa.19.090181.001033},
adsurl = {http://adsabs.harvard.edu/abs/1981ARA%26A..19..137P},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Johnstone1998,
author = {{Johnstone}, D. and {Hollenbach}, D. and {Bally}, J.},
title = "{Photoevaporation of Disks and Clumps by Nearby Massive Stars: Application to Disk Destruction in the Orion Nebula}",
journal = {\apj},
keywords = {Accretion, Accretion Disks, Stars: Circumstellar Matter, ISM: H II Regions, ISM: General, Galaxy: Open Clusters and Associations: Individual: Name: Orion Nebula Cluster},
year = 1998,
month = may,
volume = 499,
pages = {758-776},
doi = {10.1086/305658},
adsurl = {http://adsabs.harvard.edu/abs/1998ApJ...499..758J},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Hollenbach1994,
author = {{Hollenbach}, D. and {Johnstone}, D. and {Lizano}, S. and {Shu}, F.
},
title = "{Photoevaporation of disks around massive stars and application to ultracompact H II regions}",
journal = {\apj},
keywords = {Astronomical Models, Deposition, Disk Galaxies, Evaporation, Galactic Evolution, H Ii Regions, Massive Stars, Photons, Stellar Winds, Mass Flow, Numerical Analysis, Photoionization, Radiative Transfer},
year = 1994,
month = jun,
volume = 428,
pages = {654-669},
doi = {10.1086/174276},
adsurl = {http://adsabs.harvard.edu/abs/1994ApJ...428..654H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Shakura1973,
author = {{Shakura}, N.~I. and {Sunyaev}, R.~A.},
title = "{Black holes in binary systems. Observational appearance.}",
journal = {\aap},
year = 1973,
volume = 24,
pages = {337-355},
adsurl = {http://adsabs.harvard.edu/abs/1973A%26A....24..337S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Gammie1996,
author = {{Gammie}, C.~F.},
title = "{Layered Accretion in T Tauri Disks}",
journal = {\apj},
keywords = {ACCRETION, ACCRETION DISKS, STARS: MAGNETIC FIELDS, STARS: PRE-MAIN-SEQUENCE},
year = 1996,
month = jan,
volume = 457,
pages = {355},
doi = {10.1086/176735},
adsurl = {http://adsabs.harvard.edu/abs/1996ApJ...457..355G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Haisch2001,
author = {{Haisch}, Jr., K.~E. and {Lada}, E.~A. and {Lada}, C.~J.},
title = "{Disk Frequencies and Lifetimes in Young Clusters}",
journal = {\apjl},
eprint = {astro-ph/0104347},
keywords = {Infrared: Stars, Galaxy: Open Clusters and Associations: General, Stars: Planetary Systems: Protoplanetary Disks, Stars: Formation},
year = 2001,
month = jun,
volume = 553,
pages = {L153-L156},
doi = {10.1086/320685},
adsurl = {http://adsabs.harvard.edu/abs/2001ApJ...553L.153H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Hernandez2007,
author = {{Hern{\'a}ndez}, J. and {Hartmann}, L. and {Megeath}, T. and
{Gutermuth}, R. and {Muzerolle}, J. and {Calvet}, N. and {Vivas}, A.~K. and
{Brice{\~n}o}, C. and {Allen}, L. and {Stauffer}, J. and {Young}, E. and
{Fazio}, G.},
title = "{A Spitzer Space Telescope Study of Disks in the Young {$\sigma$} Orionis Cluster}",
journal = {\apj},
eprint = {astro-ph/0701476},
keywords = {Infrared: Stars, open clusters and associations: individual ({$\sigma$} Orionis cluster), Stars: Planetary Systems: Protoplanetary Disks, Stars: Formation, Stars: Pre-Main-Sequence},
year = 2007,
month = jun,
volume = 662,
pages = {1067-1081},
doi = {10.1086/513735},
adsurl = {http://adsabs.harvard.edu/abs/2007ApJ...662.1067H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{WilliamsCieza2011,
author = {{Williams}, J.~P. and {Cieza}, L.~A.},
title = "{Protoplanetary Disks and Their Evolution}",
journal = {\araa},
archivePrefix = "arXiv",
eprint = {1103.0556},
primaryClass = "astro-ph.GA",
year = 2011,
month = sep,
volume = 49,
pages = {67-117},
doi = {10.1146/annurev-astro-081710-102548},
adsurl = {http://adsabs.harvard.edu/abs/2011ARA%26A..49...67W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Weidenschilling1977,
author = {{Weidenschilling}, S.~J.},
title = "{The distribution of mass in the planetary system and solar nebula}",
journal = {\apss},
keywords = {Astronomical Models, Mass Distribution, Planetary Composition, Planetary Mass, Solar System, Asteroids, Cosmology, Nebulae, Space Density},
year = 1977,
month = sep,
volume = 51,
pages = {153-158},
doi = {10.1007/BF00642464},
adsurl = {http://adsabs.harvard.edu/abs/1977Ap%26SS..51..153W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Hayashi1981,
author = {{Hayashi}, C.},
title = "{Structure of the Solar Nebula, Growth and Decay of Magnetic Fields and Effects of Magnetic and Turbulent Viscosities on the Nebula}",
journal = {Progress of Theoretical Physics Supplement},
year = 1981,
volume = 70,
pages = {35-53},
doi = {10.1143/PTPS.70.35},
adsurl = {http://adsabs.harvard.edu/abs/1981PThPS..70...35H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{IdaLin2004,
author = {{Ida}, S. and {Lin}, D.~N.~C.},
title = "{Toward a Deterministic Model of Planetary Formation. I. A Desert in the Mass and Semimajor Axis Distributions of Extrasolar Planets}",
journal = {\apj},
eprint = {astro-ph/0312144},
keywords = {Planets and Satellites: Formation, Solar System: Formation, Stars: Statistics},
year = 2004,
month = mar,
volume = 604,
pages = {388-413},
doi = {10.1086/381724},
adsurl = {http://adsabs.harvard.edu/abs/2004ApJ...604..388I},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{Dullemond2005,
author = {{Dullemond}, C.~P. and {Dominik}, C.},
title = "{Dust coagulation in protoplanetary disks: A rapid depletion of small grains}",
journal = {\aap},
eprint = {astro-ph/0412117},
keywords = {accretion, accretion disks, stars: circumstellar matter, stars: formation, stars: pre-main sequence, infrared: stars, ISM: dust, extinction},
year = 2005,
month = may,
volume = 434,
pages = {971-986},
doi = {10.1051/0004-6361:20042080},
adsurl = {http://adsabs.harvard.edu/abs/2005A%26A...434..971D},