-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.bib
2000 lines (1844 loc) · 132 KB
/
main.bib
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
%%% contains utf-8, see: http://inspirehep.net/info/faq/general#utf8
%%% add \usepackage[utf8]{inputenc} to your latex preamble
%%%%%% Text Books
@book{knoll,
author = "Knoll, Glenn F",
title = "{Radiation detection and measurement}",
edition = "4",
publisher = "Wiley",
address = "New York, NY",
year = "2010",
url = "https://cds.cern.ch/record/1300754",
isbn = "9780470131480"
}
@book{Giunti,
author = "Giunti, Carlo and Kim, Chung W.",
title = "{Fundamentals of Neutrino Physics and Astrophysics}",
publisher = "Oxford University Press",
edition = "1",
month = "May",
year = "2007",
url = "https://cds.cern.ch/record/1300754",
isbn = "978-0198508717"
}
@book{Pais1988,
author = "Pais, Abraham.",
title = "{Inward Bound}",
publisher = "Oxford University Press",
edition = "1",
month = "Sept.",
year = "1988",
isbn = "978-0198519973"
}
%%%%%% Theory
@article{PDG2018,
title = {Review of Particle Physics},
author = {Tanabashi, M. and Hagiwara, K. and Hikasa, K. and Nakamura, K. and Sumino, Y. and Takahashi, F. and Tanaka, J. and Agashe, K. and Aielli, G. and Amsler, C. and Antonelli, M. and Asner, D. M. and Baer, H. and Banerjee, Sw. and Barnett, R. M. and Basaglia, T. and Bauer, C. W. and Beatty, J. J. and Belousov, V. I. and Beringer, J. and Bethke, S. and Bettini, A. and Bichsel, H. and Biebel, O. and Black, K. M. and Blucher, E. and Buchmuller, O. and Burkert, V. and Bychkov, M. A. and Cahn, R. N. and Carena, M. and Ceccucci, A. and Cerri, A. and Chakraborty, D. and Chen, M.-C. and Chivukula, R. S. and Cowan, G. and Dahl, O. and D'Ambrosio, G. and Damour, T. and de Florian, D. and de Gouv\^ea, A. and DeGrand, T. and de Jong, P. and Dissertori, G. and Dobrescu, B. A. and D'Onofrio, M. and Doser, M. and Drees, M. and Dreiner, H. K. and Dwyer, D. A. and Eerola, P. and Eidelman, S. and Ellis, J. and Erler, J. and Ezhela, V. V. and Fetscher, W. and Fields, B. D. and Firestone, R. and Foster, B. and Freitas, A. and Gallagher, H. and Garren, L. and Gerber, H.-J. and Gerbier, G. and Gershon, T. and Gershtein, Y. and Gherghetta, T. and Godizov, A. A. and Goodman, M. and Grab, C. and Gritsan, A. V. and Grojean, C. and Groom, D. E. and Gr\"unewald, M. and Gurtu, A. and Gutsche, T. and Haber, H. E. and Hanhart, C. and Hashimoto, S. and Hayato, Y. and Hayes, K. G. and Hebecker, A. and Heinemeyer, S. and Heltsley, B. and Hern\'andez-Rey, J. J. and Hisano, J. and H\"ocker, A. and Holder, J. and Holtkamp, A. and Hyodo, T. and Irwin, K. D. and Johnson, K. F. and Kado, M. and Karliner, M. and Katz, U. F. and Klein, S. R. and Klempt, E. and Kowalewski, R. V. and Krauss, F. and Kreps, M. and Krusche, B. and Kuyanov, Yu. V. and Kwon, Y. and Lahav, O. and Laiho, J. and Lesgourgues, J. and Liddle, A. and Ligeti, Z. and Lin, C.-J. and Lippmann, C. and Liss, T. M. and Littenberg, L. and Lugovsky, K. S. and Lugovsky, S. B. and Lusiani, A. and Makida, Y. and Maltoni, F. and Mannel, T. and Manohar, A. V. and Marciano, W. J. and Martin, A. D. and Masoni, A. and Matthews, J. and Mei\ss{}ner, U.-G. and Milstead, D. and Mitchell, R. E. and M\"onig, K. and Molaro, P. and Moortgat, F. and Moskovic, M. and Murayama, H. and Narain, M. and Nason, P. and Navas, S. and Neubert, M. and Nevski, P. and Nir, Y. and Olive, K. A. and Pagan Griso, S. and Parsons, J. and Patrignani, C. and Peacock, J. A. and Pennington, M. and Petcov, S. T. and Petrov, V. A. and Pianori, E. and Piepke, A. and Pomarol, A. and Quadt, A. and Rademacker, J. and Raffelt, G. and Ratcliff, B. N. and Richardson, P. and Ringwald, A. and Roesler, S. and Rolli, S. and Romaniouk, A. and Rosenberg, L. J. and Rosner, J. L. and Rybka, G. and Ryutin, R. A. and Sachrajda, C. T. and Sakai, Y. and Salam, G. P. and Sarkar, S. and Sauli, F. and Schneider, O. and Scholberg, K. and Schwartz, A. J. and Scott, D. and Sharma, V. and Sharpe, S. R. and Shutt, T. and Silari, M. and Sj\"ostrand, T. and Skands, P. and Skwarnicki, T. and Smith, J. G. and Smoot, G. F. and Spanier, S. and Spieler, H. and Spiering, C. and Stahl, A. and Stone, S. L. and Sumiyoshi, T. and Syphers, M. J. and Terashi, K. and Terning, J. and Thoma, U. and Thorne, R. S. and Tiator, L. and Titov, M. and Tkachenko, N. P. and T\"ornqvist, N. A. and Tovey, D. R. and Valencia, G. and Van de Water, R. and Varelas, N. and Venanzoni, G. and Verde, L. and Vincter, M. G. and Vogel, P. and Vogt, A. and Wakely, S. P. and Walkowiak, W. and Walter, C. W. and Wands, D. and Ward, D. R. and Wascko, M. O. and Weiglein, G. and Weinberg, D. H. and Weinberg, E. J. and White, M. and Wiencke, L. R. and Willocq, S. and Wohl, C. G. and Womersley, J. and Woody, C. L. and Workman, R. L. and Yao, W.-M. and Zeller, G. P. and Zenin, O. V. and Zhu, R.-Y. and Zhu, S.-L. and Zimmermann, F. and Zyla, P. A. and Anderson, J. and Fuller, L. and Lugovsky, V. S. and Schaffner, P.},
collaboration = {Particle Data Group},
journal = {Phys. Rev. D},
volume = {98},
issue = {3},
pages = {030001},
numpages = {1898},
year = {2018},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.98.030001},
url = {https://link.aps.org/doi/10.1103/PhysRevD.98.030001}
}
@Article{Fermi1934,
author="Fermi, E.",
title="Versuch einer Theorie der $\beta$-Strahlen. I",
journal="Zeitschrift f{\"u}r Physik",
year="1934",
month="Mar",
day="01",
volume="88",
number="3",
pages="161--177",
abstract="Eine quantitative Theorie des $\beta$-Zerfalls wird vorgeschlagen, in welcher man die Existenz des Neutrinos annimmt, und die Emission der Elektronen und Neutrinos aus einem Kern beim $\beta$-Zerfall mit einer {\"a}hnlichen Methode behandelt, wie die Emission eines Lichtquants aus einem angeregten Atom in der Strahlungstheorie. Formeln f{\"u}r die Lebensdauer und f{\"u}r die Form des emittierten kontinuierlichen $\beta$- Strahlenspektrums werden abgeleitet und mit der Erfahrung verglichen.",
issn="0044-3328",
doi="10.1007/BF01351864",
url="https://doi.org/10.1007/BF01351864"
}
@article {Cowan1957,
author = {Cowan, C. L. and Reines, F. and Harrison, F. B. and Kruse, H. W. and McGuire, A. D.},
title = {Detection of the Free Neutrino: a Confirmation},
volume = {124},
number = {3212},
pages = {103--104},
year = {1956},
doi = {10.1126/science.124.3212.103},
publisher = {American Association for the Advancement of Science},
issn = {0036-8075},
URL = {https://science.sciencemag.org/content/124/3212/103},
eprint = {https://science.sciencemag.org/content/124/3212/103.full.pdf},
journal = {Science}
}
@misc{Davis2002,
author = "Davis Jr., Raymond",
title = "Nobel Lecture",
month = "December",
year = "2002",
url = "<https://www.nobelprize.org/prizes/physics/2002/davis/lecture/>",
publisher = "Nobel Media AB"
}
@article{LeeYang1956,
title = {Question of Parity Conservation in Weak Interactions},
author = {Lee, T. D. and Yang, C. N.},
journal = {Phys. Rev.},
volume = {104},
issue = {1},
pages = {254--258},
numpages = {0},
year = {1956},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.104.254},
url = {https://link.aps.org/doi/10.1103/PhysRev.104.254}
}
@article{Wu1957,
title = {Experimental Test of Parity Conservation in Beta Decay},
author = {Wu, C. S. and Ambler, E. and Hayward, R. W. and Hoppes, D. D. and Hudson, R. P.},
journal = {Phys. Rev.},
volume = {105},
issue = {4},
pages = {1413--1415},
numpages = {0},
year = {1957},
month = {Feb},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.105.1413},
url = {https://link.aps.org/doi/10.1103/PhysRev.105.1413}
}
@article{Garwin1957,
title = {Observations of the Failure of Conservation of Parity and Charge Conjugation in Meson Decays: the Magnetic Moment of the Free Muon},
author = {Garwin, Richard L. and Lederman, Leon M. and Weinrich, Marcel},
journal = {Phys. Rev.},
volume = {105},
issue = {4},
pages = {1415--1417},
numpages = {0},
year = {1957},
month = {Feb},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.105.1415},
url = {https://link.aps.org/doi/10.1103/PhysRev.105.1415}
}
@article{Goldhaber1958,
title = {Helicity of Neutrinos},
author = {Goldhaber, M. and Grodzins, L. and Sunyar, A. W.},
journal = {Phys. Rev.},
volume = {109},
issue = {3},
pages = {1015--1017},
numpages = {0},
year = {1958},
month = {Feb},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.109.1015},
url = {https://link.aps.org/doi/10.1103/PhysRev.109.1015}
}
@article{Glashow1962,
title = "Partial-symmetries of weak interactions",
journal = "Nuclear Physics",
volume = "22",
number = "4",
pages = "579 - 588",
year = "1961",
issn = "0029-5582",
doi = "https://doi.org/10.1016/0029-5582(61)90469-2",
url = "http://www.sciencedirect.com/science/article/pii/0029558261904692",
author = "Sheldon L. Glashow",
}
@article{Weinberg1967,
title = {A Model of Leptons},
author = {Weinberg, Steven},
journal = {Phys. Rev. Lett.},
volume = {19},
issue = {21},
pages = {1264--1266},
numpages = {0},
year = {1967},
month = {Nov},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.19.1264},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.19.1264}
}
@article{Salam1968,
author = "Salam, Abdus",
title = "{Weak and Electromagnetic Interactions}",
booktitle = "{8th Nobel Symposium Lerum, Sweden, May 19-25, 1968}",
journal = "Conf. Proc.",
volume = "C680519",
year = "1968",
pages = "367-377",
SLACcitation = "%%CITATION = CONFP,C680519,367;%%"
}
@article{Danby1962,
title = {Observation of High-Energy Neutrino Reactions and the Existence of Two Kinds of Neutrinos},
author = {Danby, G. and Gaillard, J-M. and Goulianos, K. and Lederman, L. M. and Mistry, N. and Schwartz, M. and Steinberger, J.},
journal = {Phys. Rev. Lett.},
volume = {9},
issue = {1},
pages = {36--44},
numpages = {0},
year = {1962},
month = {Jul},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.9.36},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.9.36}
}
@article{Gargamelle1973,
title = "Observation of neutrino-like interactions without muon or electron in the gargamelle neutrino experiment",
journal = "Physics Letters B",
volume = "46",
number = "1",
pages = "138 - 140",
year = "1973",
issn = "0370-2693",
doi = "https://doi.org/10.1016/0370-2693(73)90499-1",
url = "http://www.sciencedirect.com/science/article/pii/0370269373904991",
author = "F.J. Hasert and S. Kabe and W. Krenz and J. Von Krogh and D. Lanske and J. Morfin and K. Schultze and H. Weerts and G.H. Bertrand-Coremans and J. Sacton and W. Van Doninck and P. Vilain and U. Camerini and D.C. Cundy and R. Baldi and I. Danilchenko and W.F. Fry and D. Haidt and S. Natali and P. Musset and B. Osculati and R. Palmer and J.B.M. Pattison and D.H. Perkins and A. Pullia and A. Rousset and W. Venus and H. Wachsmuth and V. Brisson and B. Degrange and M. Haguenauer and L. Kluberg and U. Nguyen-Khac and P. Petiau and E. Belotti and S. Bonetti and D. Cavalli and C. Conta and E. Fiorini and M. Rollier and B. Aubert and D. Blum and L.M. Chounet and P. Heusse and A. Lagarrigue and A.M. Lutz and A. Orkin-Lecourtois and J.P. Vialle and F.W. Bullock and M.J. Esten and T.W. Jones and J. McKenzie and A.G. Michette and G. Myatt and W.G. Scott",
abstract = "Events induced by neutral particles and producing hadrons, but no muon or electron, have been observed in the CERN neutrino experiment. These events behave as expected if they arise from neutral current induced processes. The rates relative to the corresponding charged current processes are evaluated."
}
@article{Arnison1983,
author = "Arnison, G. and others",
title = "{Experimental Observation of Lepton Pairs of Invariant
Mass Around 95-GeV/c**2 at the CERN SPS Collider}",
booktitle = "{30 years of weak neutral currents}",
collaboration = "UA1",
journal = "Phys. Lett.",
volume = "B126",
year = "1983",
pages = "398-410",
doi = "10.1016/0370-2693(83)90188-0",
note = "[,7.55(1983)]",
reportNumber = "CERN-EP-83-73",
SLACcitation = "%%CITATION = PHLTA,B126,398;%%"
}
@article{Bagnaia1983,
author = "Bagnaia, P. and others",
title = "{Evidence for Z0 ---> e+ e- at the CERN anti-p p
Collider}",
collaboration = "UA2",
journal = "Phys. Lett.",
volume = "B129",
year = "1983",
pages = "130-140",
doi = "10.1016/0370-2693(83)90744-X",
note = "[,7.69(1983)]",
reportNumber = "CERN-EP-83-112",
SLACcitation = "%%CITATION = PHLTA,B129,130;%%"
}
@article{ATLAS2012,
title = "Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC",
journal = "Physics Letters B",
volume = "716",
number = "1",
pages = "1 - 29",
year = "2012",
issn = "0370-2693",
doi = "https://doi.org/10.1016/j.physletb.2012.08.020",
url = "http://www.sciencedirect.com/science/article/pii/S037026931200857X",
author = "{ATLAS Collaboration}"
}
@article{CMS2012,
title = "Observation of a new boson at a mass of 125 GeV with the CMS experiment at the LHC",
journal = "Physics Letters B",
volume = "716",
number = "1",
pages = "30 - 61",
year = "2012",
issn = "0370-2693",
doi = "https://doi.org/10.1016/j.physletb.2012.08.021",
url = "http://www.sciencedirect.com/science/article/pii/S0370269312008581",
author = "{CMS Collaboration}",
keywords = "CMS, Physics, Higgs"
}
@article{DONUT2000,
title = "Observation of tau neutrino interactions",
journal = "Physics Letters B",
volume = "504",
number = "3",
pages = "218 - 224",
year = "2001",
issn = "0370-2693",
doi = "https://doi.org/10.1016/S0370-2693(01)00307-0",
url = "http://www.sciencedirect.com/science/article/pii/S0370269301003070",
author = "DONUT Collaboration",
xauthor = "K. Kodama and N. Ushida and C. Andreopoulos and N. Saoulidou and G. Tzanakos and P. Yager and B. Baller and D. Boehnlein and W. Freeman and B. Lundberg and J. Morfin and R. Rameika and J.C. Yun and J.S. Song and C.S. Yoon and S.H. Chung and P. Berghaus and M. Kubantsev and N.W. Reay and R. Sidwell and N. Stanton and S. Yoshida and S. Aoki and T. Hara and J.T. Rhee and D. Ciampa and C. Erickson and M. Graham and K. Heller and R. Rusack and R. Schwienhorst and J. Sielaff and J. Trammell and J. Wilcox and K. Hoshino and H. Jiko and M. Miyanishi and M. Komatsu and M. Nakamura and T. Nakano and K. Niwa and N. Nonaka and K. Okada and O. Sato and T. Akdogan and V. Paolone and C. Rosenfeld and A. Kulik and T. Kafka and W. Oliver and T. Patzak and J. Schneps",
abstract = "The DONUT experiment has analyzed 203 neutrino interactions recorded in nuclear emulsion targets. A decay search has found evidence of four tau neutrino interactions with an estimated background of 0.34 events. This number is consistent with the Standard Model expectation."
}
@article{Bahcall2005,
doi = {10.1086/428929},
url = {https://doi.org/10.1086%2F428929},
year = 2005,
month = {jan},
publisher = {{IOP} Publishing},
volume = {621},
number = {1},
pages = {L85--L88},
author = {John N. Bahcall and Aldo M. Serenelli and Sarbani Basu},
title = {New Solar Opacities, Abundances, Helioseismology, and Neutrino Fluxes},
journal = {The Astrophysical Journal}
}
@article{Cleveland1998,
doi = {10.1086/305343},
url = {https://doi.org/10.1086%2F305343},
year = 1998,
month = {mar},
publisher = {{IOP} Publishing},
volume = {496},
number = {1},
pages = {505--526},
author = {Bruce T. Cleveland and Timothy Daily and Raymond Davis, Jr. and James R. Distel and Kenneth Lande and C. K. Lee and Paul S. Wildenhain and Jack Ullman},
title = {Measurement of the Solar Electron Neutrino Flux with the Homestake Chlorine Detector},
journal = {The Astrophysical Journal}
}
@article{SageGallex1999,
title = {Measurement of the solar neutrino capture rate with gallium metal},
author = {Abdurashitov, J. N. and Gavrin, V. N. and Girin, S. V. and Gorbachev, V. V. and Ibragimova, T. V. and Kalikhov, A. V. and Khairnasov, N. G. and Knodel, T. V. and Mirmov, I. N. and Shikhin, A. A. and Veretenkin, E. P. and Vermul, V. M. and Yants, V. E. and Zatsepin, G. T. and Bowles, T. J. and Teasdale, W. A. and Wark, D. L. and Cherry, M. L. and Nico, J. S. and Cleveland, B. T. and Davis, R. and Lande, K. and Wildenhain, P. S. and Elliott, S. R. and Wilkerson, J. F.},
collaboration = {SAGE Collaboration},
journal = {Phys. Rev. C},
volume = {60},
issue = {5},
pages = {055801},
numpages = {32},
year = {1999},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevC.60.055801},
url = {https://link.aps.org/doi/10.1103/PhysRevC.60.055801}
}
@ARTICLE{Pontecorvo1957,
author = {{Pontecorvo}, B.},
title = "{Inverse beta processes and nonconservation of lepton charge}",
journal = { Zhurnal Eksperimental'noĭ i Teoreticheskoĭ Fiziki},
year = "1957",
volume = {34},
pages = {247},
}
@article{Maki1962,
author = "Maki, Ziro and Nakagawa, Masami and Sakata, Shoichi",
title = "{Remarks on the unified model of elementary particles}",
journal = "Prog. Theor. Phys.",
volume = "28",
year = "1962",
pages = "870-880",
doi = "10.1143/PTP.28.870",
note = "[,34(1962)]",
SLACcitation = "%%CITATION = PTPKA,28,870;%%"
}
@ARTICLE{Pontecorvo1969,
author = {{Gribov}, V. and {Pontecorvo}, B.},
title = "{Neutrino astronomy and lepton charge}",
journal = {Physics Letters B},
year = "1969",
month = "Jan",
volume = {28},
number = {7},
pages = {493-496},
doi = {10.1016/0370-2693(69)90525-5},
adsurl = {https://ui.adsabs.harvard.edu/abs/1969PhLB...28..493G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{superk1998,
title = {Evidence for Oscillation of Atmospheric Neutrinos},
author = {Fukuda, Y. and Hayakawa, T. and Ichihara, E. and Inoue, K. and Ishihara, K. and Ishino, H. and Itow, Y. and Kajita, T. and Kameda, J. and Kasuga, S. and Kobayashi, K. and Kobayashi, Y. and Koshio, Y. and Miura, M. and Nakahata, M. and Nakayama, S. and Okada, A. and Okumura, K. and Sakurai, N. and Shiozawa, M. and Suzuki, Y. and Takeuchi, Y. and Totsuka, Y. and Yamada, S. and Earl, M. and Habig, A. and Kearns, E. and Messier, M. D. and Scholberg, K. and Stone, J. L. and Sulak, L. R. and Walter, C. W. and Goldhaber, M. and Barszczxak, T. and Casper, D. and Gajewski, W. and Halverson, P. G. and Hsu, J. and Kropp, W. R. and Price, L. R. and Reines, F. and Smy, M. and Sobel, H. W. and Vagins, M. R. and Ganezer, K. S. and Keig, W. E. and Ellsworth, R. W. and Tasaka, S. and Flanagan, J. W. and Kibayashi, A. and Learned, J. G. and Matsuno, S. and Stenger, V. J. and Takemori, D. and Ishii, T. and Kanzaki, J. and Kobayashi, T. and Mine, S. and Nakamura, K. and Nishikawa, K. and Oyama, Y. and Sakai, A. and Sakuda, M. and Sasaki, O. and Echigo, S. and Kohama, M. and Suzuki, A. T. and Haines, T. J. and Blaufuss, E. and Kim, B. K. and Sanford, R. and Svoboda, R. and Chen, M. L. and Conner, Z. and Goodman, J. A. and Sullivan, G. W. and Hill, J. and Jung, C. K. and Martens, K. and Mauger, C. and McGrew, C. and Sharkey, E. and Viren, B. and Yanagisawa, C. and Doki, W. and Miyano, K. and Okazawa, H. and Saji, C. and Takahata, M. and Nagashima, Y. and Takita, M. and Yamaguchi, T. and Yoshida, M. and Kim, S. B. and Etoh, M. and Fujita, K. and Hasegawa, A. and Hasegawa, T. and Hatakeyama, S. and Iwamoto, T. and Koga, M. and Maruyama, T. and Ogawa, H. and Shirai, J. and Suzuki, A. and Tsushima, F. and Koshiba, M. and Nemoto, M. and Nishijima, K. and Futagami, T. and Hayato, Y. and Kanaya, Y. and Kaneyuki, K. and Watanabe, Y. and Kielczewska, D. and Doyle, R. A. and George, J. S. and Stachyra, A. L. and Wai, L. L. and Wilkes, R. J. and Young, K. K.},
collaboration = {Super-Kamiokande Collaboration},
journal = {Phys. Rev. Lett.},
volume = {81},
issue = {8},
pages = {1562--1567},
numpages = {0},
year = {1998},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.81.1562},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.81.1562}
}
@article{SNO2002,
title = {Direct Evidence for Neutrino Flavor Transformation from Neutral-Current Interactions in the Sudbury Neutrino Observatory},
author = {Ahmad, Q. R. and Allen, R. C. and Andersen, T. C. and D.Anglin, J. and Barton, J. C. and Beier, E. W. and Bercovitch, M. and Bigu, J. and Biller, S. D. and Black, R. A. and Blevis, I. and Boardman, R. J. and Boger, J. and Bonvin, E. and Boulay, M. G. and Bowler, M. G. and Bowles, T. J. and Brice, S. J. and Browne, M. C. and Bullard, T. V. and B\"uhler, G. and Cameron, J. and Chan, Y. D. and Chen, H. H. and Chen, M. and Chen, X. and Cleveland, B. T. and Clifford, E. T. H. and Cowan, J. H. M. and Cowen, D. F. and Cox, G. A. and Dai, X. and Dalnoki-Veress, F. and Davidson, W. F. and Doe, P. J. and Doucas, G. and Dragowsky, M. R. and Duba, C. A. and Duncan, F. A. and Dunford, M. and Dunmore, J. A. and Earle, E. D. and Elliott, S. R. and Evans, H. C. and Ewan, G. T. and Farine, J. and Fergani, H. and Ferraris, A. P. and Ford, R. J. and Formaggio, J. A. and Fowler, M. M. and Frame, K. and Frank, E. D. and Frati, W. and Gagnon, N. and Germani, J. V. and Gil, S. and Graham, K. and Grant, D. R. and Hahn, R. L. and Hallin, A. L. and Hallman, E. D. and Hamer, A. S. and Hamian, A. A. and Handler, W. B. and Haq, R. U. and Hargrove, C. K. and Harvey, P. J. and Hazama, R. and Heeger, K. M. and Heintzelman, W. J. and Heise, J. and Helmer, R. L. and Hepburn, J. D. and Heron, H. and Hewett, J. and Hime, A. and Howe, M. and Hykawy, J. G. and Isaac, M. C. P. and Jagam, P. and Jelley, N. A. and Jillings, C. and Jonkmans, G. and Kazkaz, K. and Keener, P. T. and Klein, J. R. and Knox, A. B. and Komar, R. J. and Kouzes, R. and Kutter, T. and Kyba, C. C. M. and Law, J. and Lawson, I. T. and Lay, M. and Lee, H. W. and Lesko, K. T. and Leslie, J. R. and Levine, I. and Locke, W. and Luoma, S. and Lyon, J. and Majerus, S. and Mak, H. B. and Maneira, J. and Manor, J. and Marino, A. D. and McCauley, N. and McDonald, A. B. and McDonald, D. S. and McFarlane, K. and McGregor, G. and Meijer Drees, R. and Mifflin, C. and Miller, G. G. and Milton, G. and Moffat, B. A. and Moorhead, M. and Nally, C. W. and Neubauer, M. S. and Newcomer, F. M. and Ng, H. S. and Noble, A. J. and Norman, E. B. and Novikov, V. M. and O'Neill, M. and Okada, C. E. and Ollerhead, R. W. and Omori, M. and Orrell, J. L. and Oser, S. M. and Poon, A. W. P. and Radcliffe, T. J. and Roberge, A. and Robertson, B. C. and Robertson, R. G. H. and Rosendahl, S. S. E. and Rowley, J. K. and Rusu, V. L. and Saettler, E. and Schaffer, K. K. and Schwendener, M. H. and Sch\"ulke, A. and Seifert, H. and Shatkay, M. and Simpson, J. J. and Sims, C. J. and Sinclair, D. and Skensved, P. and Smith, A. R. and Smith, M. W. E. and Spreitzer, T. and Starinsky, N. and Steiger, T. D. and Stokstad, R. G. and Stonehill, L. C. and Storey, R. S. and Sur, B. and Tafirout, R. and Tagg, N. and Tanner, N. W. and Taplin, R. K. and Thorman, M. and Thornewell, P. M. and Trent, P. T. and Tserkovnyak, Y. I. and Van Berg, R. and Van de Water, R. G. and Virtue, C. J. and Waltham, C. E. and Wang, J.-X. and Wark, D. L. and West, N. and Wilhelmy, J. B. and Wilkerson, J. F. and Wilson, J. R. and Wittich, P. and Wouters, J. M. and Yeh, M.},
collaboration = {SNO Collaboration},
journal = {Phys. Rev. Lett.},
volume = {89},
issue = {1},
pages = {011301},
numpages = {6},
year = {2002},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.89.011301},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.89.011301}
}
@article{kamland2003,
title = {First Results from KamLAND: Evidence for Reactor Antineutrino Disappearance},
author = {Eguchi, K. and Enomoto, S. and Furuno, K. and Goldman, J. and Hanada, H. and Ikeda, H. and Ikeda, K. and Inoue, K. and Ishihara, K. and Itoh, W. and Iwamoto, T. and Kawaguchi, T. and Kawashima, T. and Kinoshita, H. and Kishimoto, Y. and Koga, M. and Koseki, Y. and Maeda, T. and Mitsui, T. and Motoki, M. and Nakajima, K. and Nakajima, M. and Nakajima, T. and Ogawa, H. and Owada, K. and Sakabe, T. and Shimizu, I. and Shirai, J. and Suekane, F. and Suzuki, A. and Tada, K. and Tajima, O. and Takayama, T. and Tamae, K. and Watanabe, H. and Busenitz, J. and Djurcic, Z. and McKinny, K. and Mei, D.-M. and Piepke, A. and Yakushev, E. and Berger, B. E. and Chan, Y. D. and Decowski, M. P. and Dwyer, D. A. and Freedman, S. J. and Fu, Y. and Fujikawa, B. K. and Heeger, K. M. and Lesko, K. T. and Luk, K.-B. and Murayama, H. and Nygren, D. R. and Okada, C. E. and Poon, A. W. P. and Steiner, H. M. and Winslow, L. A. and Horton-Smith, G. A. and McKeown, R. D. and Ritter, J. and Tipton, B. and Vogel, P. and Lane, C. E. and Miletic, T. and Gorham, P. W. and Guillian, G. and Learned, J. G. and Maricic, J. and Matsuno, S. and Pakvasa, S. and Dazeley, S. and Hatakeyama, S. and Murakami, M. and Svoboda, R. C. and Dieterle, B. D. and DiMauro, M. and Detwiler, J. and Gratta, G. and Ishii, K. and Tolich, N. and Uchida, Y. and Batygov, M. and Bugg, W. and Cohn, H. and Efremenko, Y. and Kamyshkov, Y. and Kozlov, A. and Nakamura, Y. and Braeckeleer, L. De and Gould, C. R. and Karwowski, H. J. and Markoff, D. M. and Messimore, J. A. and Nakamura, K. and Rohm, R. M. and Tornow, W. and Young, A. R. and Wang, Y.-F.},
collaboration = {KamLAND Collaboration},
journal = {Phys. Rev. Lett.},
volume = {90},
issue = {2},
pages = {021802},
numpages = {6},
year = {2003},
month = {Jan},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.90.021802},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.90.021802}
}
@ARTICLE{Sakharov1967,
author = {{Sakharov}, A.~D.},
title = "{Violation of CP Invariance, C Asymmetry, and Baryon Asymmetry of the Universe}",
journal = {ZhETF Pisma Redaktsiiu},
year = "1967",
month = "Jan",
volume = {5},
pages = {32},
adsurl = {https://ui.adsabs.harvard.edu/abs/1967ZhPmR...5...32S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{Cirigliano2018_1,
title = {New Leading Contribution to Neutrinoless Double-$\ensuremath{\beta}$ Decay},
author = {Cirigliano, Vincenzo and Dekens, Wouter and de Vries, Jordy and Graesser, Michael L. and Mereghetti, Emanuele and Pastore, Saori and van Kolck, Ubirajara},
journal = {Phys. Rev. Lett.},
volume = {120},
issue = {20},
pages = {202001},
numpages = {6},
year = {2018},
month = {May},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.120.202001},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.120.202001}
}
@Article{Cirigliano2018_2,
author="Cirigliano, V.
and Dekens, W.
and de Vries, J.
and Graesser, M. L.
and Mereghetti, E.",
title="A neutrinoless double beta decay master formula from effective field theory",
journal="Journal of High Energy Physics",
year="2018",
month="Dec",
day="14",
volume="2018",
number="12",
pages="97",
issn="1029-8479",
doi="10.1007/JHEP12(2018)097",
url="https://doi.org/10.1007/JHEP12(2018)097"
}
@article{lobsterplot,
title = {New expectations and uncertainties on neutrinoless double beta decay},
author = {Dell'Oro, Stefano and Marcocci, Simone and Vissani, Francesco},
journal = {Phys. Rev. D},
volume = {90},
issue = {3},
pages = {033005},
numpages = {8},
year = {2014},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.90.033005},
url = {https://link.aps.org/doi/10.1103/PhysRevD.90.033005}
}
@article{Rodejohann2015,
doi = {10.1088/1367-2630/17/11/115010},
url = {https://doi.org/10.1088%2F1367-2630%2F17%2F11%2F115010},
year = 2015,
month = {nov},
publisher = {{IOP} Publishing},
volume = {17},
number = {11},
pages = {115010},
author = {Heinrich Päs and Werner Rodejohann},
title = {Neutrinoless double beta decay},
journal = {New Journal of Physics},
abstract = {We review the potential to probe new physics with neutrinoless double beta decay Both the standard long-range light neutrino mechanism as well as non-standard long-range and short-range mechanisms mediated by heavy particles are discussed. We also stress aspects of the connection to lepton number violation at colliders and the implications for baryogenesis.}
}
@article{Perez2015,
title = "New paradigm for baryon and lepton number violation",
journal = "Physics Reports",
volume = "597",
pages = "1 - 30",
year = "2015",
note = "New paradigm for baryon and lepton number violation",
issn = "0370-1573",
doi = "https://doi.org/10.1016/j.physrep.2015.09.001",
url = "http://www.sciencedirect.com/science/article/pii/S0370157315003932",
author = "Pavel Fileviez Pérez",
abstract = "The possible discovery of proton decay, neutron–antineutron oscillation, neutrinoless double beta decay in low energy experiments, and exotic signals related to the violation of the baryon and lepton numbers at collider experiments will change our understanding of the conservation of fundamental symmetries in nature. In this review we discuss the rare processes due to the existence of baryon and lepton number violating interactions. The simplest grand unified theories and the neutrino mass generation mechanisms are discussed. The theories where the baryon and lepton numbers are defined as local gauge symmetries spontaneously broken at the low scale are discussed in detail. The simplest supersymmetric gauge theory which predicts the existence of lepton number violating processes at the low scale is investigated. The main goal of this review is to discuss the main implications of baryon and lepton number violation in physics beyond the Standard Model."
}
@ARTICLE{Dirac1928,
author = {{Dirac}, P.~A.~M.},
title = "{The Quantum Theory of the Electron}",
journal = {Proceedings of the Royal Society of London Series A},
year = "1928",
month = "Feb",
volume = {117},
number = {778},
pages = {610-624},
doi = {10.1098/rspa.1928.0023},
adsurl = {https://ui.adsabs.harvard.edu/abs/1928RSPSA.117..610D},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@Article{Majorana1937,
author="Majorana, Ettore",
title="Teoria simmetrica dell'elettrone e del positrone",
journal="Il Nuovo Cimento (1924-1942)",
year="2008",
month="Sep",
day="21",
volume="14",
number="4",
pages="171",
issn="1827-6121",
doi="10.1007/BF02961314",
url="https://doi.org/10.1007/BF02961314"
}
@article{GoeppertMayer1935,
title = {Double Beta-Disintegration},
author = {Goeppert-Mayer, M.},
journal = {Phys. Rev.},
volume = {48},
issue = {6},
pages = {512--516},
numpages = {0},
year = {1935},
month = {Sep},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.48.512},
url = {https://link.aps.org/doi/10.1103/PhysRev.48.512}
}
@article{Inghram1950,
title = {Double Beta-Decay of ${\mathrm{Te}}^{130}$},
author = {Inghram, Mark G. and Reynolds, John H.},
journal = {Phys. Rev.},
volume = {78},
issue = {6},
pages = {822--823},
numpages = {0},
year = {1950},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.78.822.2},
url = {https://link.aps.org/doi/10.1103/PhysRev.78.822.2}
}
@article{Elliott1987,
title = {Direct evidence for two-neutrino double-beta decay in $^{82}\mathrm{Se}$},
author = {Elliott, S. R. and Hahn, A. A. and Moe, M. K.},
journal = {Phys. Rev. Lett.},
volume = {59},
issue = {18},
pages = {2020--2023},
numpages = {0},
year = {1987},
month = {Nov},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.59.2020},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.59.2020}
}
@article{Avignone2008,
title = {Double beta decay, Majorana neutrinos, and neutrino mass},
author = {Avignone, Frank T. and Elliott, Steven R. and Engel, Jonathan},
journal = {Rev. Mod. Phys.},
volume = {80},
issue = {2},
pages = {481--516},
numpages = {0},
year = {2008},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/RevModPhys.80.481},
url = {https://link.aps.org/doi/10.1103/RevModPhys.80.481}
}
@article{Saakyan2013,
author = {Saakyan, Ruben},
title = {Two-Neutrino Double-Beta Decay},
journal = {Annual Review of Nuclear and Particle Science},
volume = {63},
number = {1},
pages = {503-529},
year = {2013},
doi = {10.1146/annurev-nucl-102711-094904},
URL = {https://doi.org/10.1146/annurev-nucl-102711-094904},
eprint = { https://doi.org/10.1146/annurev-nucl-102711-094904 },
abstract = { Two-neutrino double-β decay is a radioactive process with the longest lifetime ever observed. It has been a subject of experimental research for more than 60 years and remains an important topic in modern nuclear and particle physics. This review examines the process in detail, covers its theoretical and experimental aspects, and describes the results obtained so far and future challenges. }
}
@article{Furry1939,
title = {On Transition Probabilities in Double Beta-Disintegration},
author = {Furry, W. H.},
journal = {Phys. Rev.},
volume = {56},
issue = {12},
pages = {1184--1193},
numpages = {0},
year = {1939},
month = {Dec},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.56.1184},
url = {https://link.aps.org/doi/10.1103/PhysRev.56.1184}
}
@article{Schechter1982,
title = {Neutrinoless double-$\ensuremath{\beta}$ decay in SU(2)$\times$U(1) theories},
author = {Schechter, J. and Valle, J. W. F.},
journal = {Phys. Rev. D},
volume = {25},
issue = {11},
pages = {2951--2954},
numpages = {0},
year = {1982},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.25.2951},
url = {https://link.aps.org/doi/10.1103/PhysRevD.25.2951}
}
@article{Engel2017,
doi = {10.1088/1361-6633/aa5bc5},
url = {https://doi.org/10.1088%2F1361-6633%2Faa5bc5},
year = 2017,
month = {mar},
publisher = {{IOP} Publishing},
volume = {80},
number = {4},
pages = {046301},
author = {Jonathan Engel and Javier Men{\'{e}}ndez},
title = {Status and future of nuclear matrix elements for neutrinoless double-beta decay: a review},
journal = {Reports on Progress in Physics}
}
@article{barabash2007,
title = "Statistics of neutrinos and the double beta decay",
journal = "Nuclear Physics B",
volume = "783",
number = "1",
pages = "90 - 111",
year = "2007",
issn = "0550-3213",
doi = "https://doi.org/10.1016/j.nuclphysb.2007.05.033",
url = "http://www.sciencedirect.com/science/article/pii/S0550321307004117",
author = "A.S. Barabash and A.D. Dolgov and R. Dvornický and F. Šimkovic and A.Yu. Smirnov"
}
@article{Ohlsson2014,
author = "Ohlsson, Tommy and Zhou, Shun",
title = "Renormalization group running of neutrino parameters",
journal = "Nature Communications",
volume = "5",
number = "5153",
month = "10",
year = "2014",
doi = "https://doi.org/10.1038/ncomms6153"
}
@article{Gysbers2019,
author = {Gysbers, P. and Hagen, G. and Holt, J. D. and Jansen, G. R. and Morris, T. D. and Navrátil, P. and Papenbrock, T. and Quaglioni, S. and Schwenk, A. and Stroberg, S. R. and Wendt, K. A.},
year = {2019},
month = {May},
title = {Discrepancy between experimental and theoretical $\beta$-decay rates resolved from first principles},
journal = {Nature Physics},
issn = {428-431},
volume = {15},
issue = {5},
pages = {1745-2481},
doi = {https://doi.org/10.1038/s41567-019-0450-7}
}
@article{SuperK:pdecay,
title = {Search for proton decay via $p\ensuremath{\rightarrow}{e}^{+}{\ensuremath{\pi}}^{0}$ and $p\ensuremath{\rightarrow}{\ensuremath{\mu}}^{+}{\ensuremath{\pi}}^{0}$ in $0.31\text{ }\text{ }\mathbf{\text{megaton}}\ifmmode\cdot\else\textperiodcentered\fi{}\mathbf{\text{years}}$ exposure of the Super-Kamiokande water Cherenkov detector},
author = {Abe, K. and Haga, Y. and Hayato, Y. and Ikeda, M. and Iyogi, K. and Kameda, J. and Kishimoto, Y. and Miura, M. and Moriyama, S. and Nakahata, M. and Nakajima, T. and Nakano, Y. and Nakayama, S. and Orii, A. and Sekiya, H. and Shiozawa, M. and Takeda, A. and Tanaka, H. and Tomura, T. and Wendell, R. A. and Akutsu, R. and Irvine, T. and Kajita, T. and Kaneyuki, K. and Nishimura, Y. and Richard, E. and Okumura, K. and Labarga, L. and Fernandez, P. and Gustafson, J. and Kachulis, C. and Kearns, E. and Raaf, J. L. and Stone, J. L. and Sulak, L. R. and Berkman, S. and Nantais, C. M. and Tanaka, H. A. and Tobayama, S. and Goldhaber, M. and Kropp, W. R. and Mine, S. and Weatherly, P. and Smy, M. B. and Sobel, H. W. and Takhistov, V. and Ganezer, K. S. and Hartfiel, B. L. and Hill, J. and Hong, N. and Kim, J. Y. and Lim, I. T. and Park, R. G. and Himmel, A. and Li, Z. and O'Sullivan, E. and Scholberg, K. and Walter, C. W. and Wongjirad, T. and Ishizuka, T. and Tasaka, S. and Jang, J. S. and Learned, J. G. and Matsuno, S. and Smith, S. N. and Friend, M. and Hasegawa, T. and Ishida, T. and Ishii, T. and Kobayashi, T. and Nakadaira, T. and Nakamura, K. and Oyama, Y. and Sakashita, K. and Sekiguchi, T. and Tsukamoto, T. and Suzuki, A. T. and Takeuchi, Y. and Yano, T. and Cao, S. V. and Hiraki, T. and Hirota, S. and Huang, K. and Kikawa, T. and Minamino, A. and Nakaya, T. and Suzuki, K. and Fukuda, Y. and Choi, K. and Itow, Y. and Suzuki, T. and Mijakowski, P. and Frankiewicz, K. and Hignight, J. and Imber, J. and Jung, C. K. and Li, X. and Palomino, J. L. and Wilking, M. J. and Yanagisawa, C. and Fukuda, D. and Ishino, H. and Kayano, T. and Kibayashi, A. and Koshio, Y. and Mori, T. and Sakuda, M. and Xu, C. and Kuno, Y. and Tacik, R. and Kim, S. B. and Okazawa, H. and Choi, Y. and Nishijima, K. and Koshiba, M. and Totsuka, Y. and Suda, Y. and Yokoyama, M. and Bronner, C. and Hartz, M. and Martens, K. and Marti, Ll. and Suzuki, Y. and Vagins, M. R. and Martin, J. F. and Konaka, A. and Chen, S. and Zhang, Y. and Wilkes, R. J.},
collaboration = {Super-Kamiokande Collaboration},
journal = {Phys. Rev. D},
volume = {95},
issue = {1},
pages = {012004},
numpages = {10},
year = {2017},
month = {Jan},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.95.012004},
url = {https://link.aps.org/doi/10.1103/PhysRevD.95.012004}
}
%%%%%% Germanium detectors
@ARTICLE{Luke1989,
author={P. N. {Luke} and F. S. {Goulding} and N. W. {Madden} and R. H. {Pehl}},
journal={IEEE Transactions on Nuclear Science},
title={Low capacitance large volume shaped-field germanium detector},
year={1989},
volume={36},
number={1},
pages={926-930},
keywords={semiconductor counters;large volume shaped-field germanium detector;full-depletion capacitance;impurity space charge;very-low-noise operation;direct detection;dark matter;pulse shapes;carrier-trapping effects;1 pF;Ge;Capacitance;Germanium;Detectors;Electrodes;Coaxial components;Spectroscopy;Shape;Geometry;Kinetic energy;Electrons},
doi={10.1109/23.34577},
ISSN={0018-9499},
month={Feb}
}
@article{Barbeau2007,
doi = {10.1088/1475-7516/2007/09/009},
url = {https://doi.org/10.1088%2F1475-7516%2F2007%2F09%2F009},
year = 2007,
month = {sep},
publisher = {{IOP} Publishing},
volume = {2007},
number = {09},
pages = {009--009},
author = {P S Barbeau and J I Collar and O Tench},
title = {Large-mass ultralow noise germanium detectors: performance and applications in neutrino and astroparticle physics},
journal = {Journal of Cosmology and Astroparticle Physics},
}
%%% The MJD papers
@article{mjd2014,
title = {The \textsc{Majorana Demonstrator} Neutrinoless Double-Beta Decay Experiment},
author = {Abgrall, N. and Aguayo, E. and Avignone, F. T. and Barabash, A. S. and Bertrand, F. E. and Boswell, M. and Brudanin, V. and Busch, M. and Caldwell, A. S. and Chan, Y.-D. and Christofferson, C. D. and Combs, D. C. and Detwiler, J. A. and Doe, P. J. and Efremenko, Yu. and Egorov, V. and Ejiri, H. and Elliott, S. R. and Esterline, J. and Fast, J. E. and Finnerty, P. and Fraenkle, F. M. and Galindo-Uribarri, A. and Giovanetti, G. K. and Goett, J. and Green, M. P. and Gruszko, J. and Guiseppe, V. E. and Gusev, K. and Hallin, A. L. and Hazama, R. and Hegai, A. and Henning, R. and Hoppe, E. W. and Howard, S. and Howe, M. A. and Keeter, K. J. and Kidd, M. F. and Knecht, A. and Kochetov, O. and Konovalov, S. I. and Kouzes, R. T. and LaFerriere, B. D. and Leon, J. and Leviner, L. E. and Loach, J. C. and Luke, P. N. and MacMullin, S. and Martin, R. D. and Mertens, S. and Mizouni, L. and Nomachi, M. and Orrell, J. L. and O'Shaughnessy, C. and Overman, N. R. and Phillips, David and Poon, A. W. P. and Pushkin, K. and Radford, D. C. and Rielage, K. and Robertson, R. G. H. and Ronquest, M. C. and Schubert, A. G. and Shanks, B. and Shima, T. and Shirchenko, M. and Snavely, K. J. and Snyder, N. and Steele, D. and Strain, J. and Suriano, A. M. and Thompson, J. and Timkin, V. and Tornow, W. and Varner, R. L. and Vasilyev, S. and Vetter, K. and Vorren, K. and White, B. R. and Wilkerson, J. F. and Williams, T. and Xu, W. and Yakushev, E. and Young, A. R. and Yu, C.-H. and Yumatov, V.},
collaboration = {Majorana Collaboration},
journal = {Advances in High Energy Physics},
volume = {2014},
pages = {365432},
numpages = {18},
year = {2014},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1155/2014/365432},
url = {https://www.hindawi.com/journals/ahep/2014/365432/}
}
@article{mjd2018,
title = {Search for Neutrinoless Double-$\ensuremath{\beta}$ Decay in $^{76}\mathrm{Ge}$ with the Majorana Demonstrator},
author = {Aalseth, C. E. and Abgrall, N. and Aguayo, E. and Alvis, S. I. and Amman, M. and Arnquist, I. J. and Avignone, F. T. and Back, H. O. and Barabash, A. S. and Barbeau, P. S. and Barton, C. J. and Barton, P. J. and Bertrand, F. E. and Bode, T. and Bos, B. and Boswell, M. and Bradley, A. W. and Brodzinski, R. L. and Brudanin, V. and Busch, M. and Buuck, M. and Caldwell, A. S. and Caldwell, T. S. and Chan, Y-D. and Christofferson, C. D. and Chu, P.-H. and Collar, J. I. and Combs, D. C. and Cooper, R. J. and Cuesta, C. and Detwiler, J. A. and Doe, P. J. and Dunmore, J. A. and Efremenko, Yu. and Ejiri, H. and Elliott, S. R. and Fast, J. E. and Finnerty, P. and Fraenkle, F. M. and Fu, Z. and Fujikawa, B. K. and Fuller, E. and Galindo-Uribarri, A. and Gehman, V. M. and Gilliss, T. and Giovanetti, G. K. and Goett, J. and Green, M. P. and Gruszko, J. and Guinn, I. S. and Guiseppe, V. E. and Hallin, A. L. and Haufe, C. R. and Hehn, L. and Henning, R. and Hoppe, E. W. and Hossbach, T. W. and Howe, M. A. and Jasinski, B. R. and Johnson, R. A. and Keeter, K. J. and Kephart, J. D. and Kidd, M. F. and Knecht, A. and Konovalov, S. I. and Kouzes, R. T. and LaFerriere, B. D. and Leon, J. and Lesko, K. T. and Leviner, L. E. and Loach, J. C. and Lopez, A. M. and Luke, P. N. and MacMullin, J. and MacMullin, S. and Marino, M. G. and Martin, R. D. and Massarczyk, R. and McDonald, A. B. and Mei, D.-M. and Meijer, S. J. and Merriman, J. H. and Mertens, S. and Miley, H. S. and Miller, M. L. and Myslik, J. and Orrell, J. L. and O'Shaughnessy, C. and Othman, G. and Overman, N. R. and Perumpilly, G. and Pettus, W. and Phillips, D. G. and Poon, A. W. P. and Pushkin, K. and Radford, D. C. and Rager, J. and Reeves, J. H. and Reine, A. L. and Rielage, K. and Robertson, R. G. H. and Ronquest, M. C. and Ruof, N. W. and Schubert, A. G. and Shanks, B. and Shirchenko, M. and Snavely, K. J. and Snyder, N. and Steele, D. and Suriano, A. M. and Tedeschi, D. and Tornow, W. and Trimble, J. E. and Varner, R. L. and Vasilyev, S. and Vetter, K. and Vorren, K. and White, B. R. and Wilkerson, J. F. and Wiseman, C. and Xu, W. and Yakushev, E. and Yaver, H. and Young, A. R. and Yu, C. -H. and Yumatov, V. and Zhitnikov, I. and Zhu, B. X. and Zimmermann, S.},
collaboration = {Majorana Collaboration},
journal = {Phys. Rev. Lett.},
volume = {120},
issue = {13},
pages = {132502},
numpages = {7},
year = {2018},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.120.132502},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.120.132502}
}
@article{mjd2019,
author = "Alvis, S. I. and others",
title = "{A Search for Neutrinoless Double-Beta Decay in $^{76}$Ge with 26 kg-yr of Exposure from the MAJORANA DEMONSTRATOR}",
journal = {Phys. Rev. Lett. (submitted)},
collaboration = "Majorana",
year = "2019",
eprint = "1902.02299",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
SLACcitation = "%%CITATION = ARXIV:1902.02299;%%"
}
@article{mjdlowE2017,
title = {New Limits on Bosonic Dark Matter, Solar Axions, Pauli Exclusion Principle Violation, and Electron Decay from the Majorana Demonstrator},
author = {Abgrall, N. and Arnquist, I. J. and Avignone, F. T. and Barabash, A. S. and Bertrand, F. E. and Bradley, A. W. and Brudanin, V. and Busch, M. and Buuck, M. and Caldwell, T. S. and Chan, Y.-D. and Christofferson, C. D. and Chu, P.-H. and Cuesta, C. and Detwiler, J. A. and Dunagan, C. and Efremenko, Yu. and Ejiri, H. and Elliott, S. R. and Gilliss, T. and Giovanetti, G. K. and Goett, J. and Green, M. P. and Gruszko, J. and Guinn, I. S. and Guiseppe, V. E. and Haufe, C. R. S. and Henning, R. and Hoppe, E. W. and Howard, S. and Howe, M. A. and Jasinski, B. R. and Keeter, K. J. and Kidd, M. F. and Konovalov, S. I. and Kouzes, R. T. and Lopez, A. M. and MacMullin, J. and Martin, R. D. and Massarczyk, R. and Meijer, S. J. and Mertens, S. and O'Shaughnessy, C. and Poon, A. W. P. and Radford, D. C. and Rager, J. and Reine, A. L. and Rielage, K. and Robertson, R. G. H. and Shanks, B. and Shirchenko, M. and Suriano, A. M. and Tedeschi, D. and Trimble, J. E. and Varner, R. L. and Vasilyev, S. and Vetter, K. and Vorren, K. and White, B. R. and Wilkerson, J. F. and Wiseman, C. and Xu, W. and Yakushev, E. and Yu, C.-H. and Yumatov, V. and Zhitnikov, I. and Zhu, B. X.},
collaboration = {Majorana Collaboration},
journal = {Phys. Rev. Lett.},
volume = {118},
issue = {16},
pages = {161801},
numpages = {6},
year = {2017},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.118.161801},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.118.161801}
}
@article{mjdavse,
title = {Multisite event discrimination for the majorana demonstrator},
author = {Alvis, S. I. and Arnquist, I. J. and Avignone, F. T. and Barabash, A. S. and Barton, C. J. and Basu, V. and Bertrand, F. E. and Bos, B. and Buuck, M. and Caldwell, T. S. and Chan, Y-D. and Christofferson, C. D. and Chu, P.-H. and Cuesta, C. and Detwiler, J. A. and Ejiri, H. and Elliott, S. R. and Gilliss, T. and Giovanetti, G. K. and Green, M. P. and Gruszko, J. and Guinn, I. S. and Guiseppe, V. E. and Haufe, C. R. and Hegedus, R. J. and Hehn, L. and Henning, R. and Hervas Aguilar, D. and Hoppe, E. W. and Howe, M. A. and Keeter, K. J. and Kidd, M. F. and Konovalov, S. I. and Kouzes, R. T. and Lopez, A. M. and Martin, R. D. and Massarczyk, R. and Meijer, S. J. and Mertens, S. and Myslik, J. and Othman, G. and Pettus, W. and Piliounis, A. and Poon, A. W. P. and Radford, D. C. and Rager, J. and Reine, A. L. and Rielage, K. and Ruof, N. W. and Shanks, B. and Shirchenko, M. and Tedeschi, D. and Varner, R. L. and Vasilyev, S. and White, B. R. and Wilkerson, J. F. and Wiseman, C. and Xu, W. and Yakushev, E. and Yu, C.-H. and Yumatov, V. and Zhitnikov, I. and Zhu, B. X.},
collaboration = {Majorana Collaboration},
journal = {Phys. Rev. C},
volume = {99},
issue = {6},
pages = {065501},
numpages = {8},
year = {2019},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevC.99.065501},
url = {https://link.aps.org/doi/10.1103/PhysRevC.99.065501}
}
@article{mjdlips2019,
title = {First Limit on the Direct Detection of Lightly Ionizing Particles for Electric Charge as Low as $e/1000$ with the Majorana Demonstrator},
author = {Alvis, S. I. and Arnquist, I. J. and Avignone, F. T. and Barabash, A. S. and Barton, C. J. and Bertrand, F. E. and Brudanin, V. and Busch, M. and Buuck, M. and Caldwell, T. S. and Chan, Y-D. and Christofferson, C. D. and Chu, P.-H. and Cuesta, C. and Detwiler, J. A. and Dunagan, C. and Efremenko, Yu. and Ejiri, H. and Elliott, S. R. and Gilliss, T. and Giovanetti, G. K. and Green, M. P. and Gruszko, J. and Guinn, I. S. and Guiseppe, V. E. and Haufe, C. R. and Hehn, L. and Henning, R. and Hoppe, E. W. and Howe, M. A. and Konovalov, S. I. and Kouzes, R. T. and Lopez, A. M. and Martin, R. D. and Massarczyk, R. and Meijer, S. J. and Mertens, S. and Myslik, J. and O'Shaughnessy, C. and Othman, G. and Pettus, W. and Poon, A. W. P. and Radford, D. C. and Rager, J. and Reine, A. L. and Rielage, K. and Robertson, R. G. H. and Ruof, N. W. and Shanks, B. and Shirchenko, M. and Suriano, A. M. and Tedeschi, D. and Varner, R. L. and Vasilyev, S. and Vorren, K. and White, B. R. and Wilkerson, J. F. and Wiseman, C. and Xu, W. and Yakushev, E. and Yu, C.-H. and Yumatov, V. and Zhitnikov, I. and Zhu, B. X.},
collaboration = {Majorana Collaboration},
journal = {Phys. Rev. Lett.},
volume = {120},
issue = {21},
pages = {211804},
numpages = {7},
year = {2018},
month = {May},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.120.211804},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.120.211804}
}
@article{mjdtrinuc2019,
title = {Search for trinucleon decay in the Majorana Demonstrator},
author = {Alvis, S. I. and Arnquist, I. J. and Avignone, F. T. and Barabash, A. S. and Barton, C. J. and Basu, V. and Bertrand, F. E. and Bos, B. and Brudanin, V. and Busch, M. and Buuck, M. and Caldwell, T. S. and Chan, Y-D. and Christofferson, C. D. and Chu, P.-H. and Cuesta, C. and Detwiler, J. A. and Efremenko, Yu. and Ejiri, H. and Elliott, S. R. and Gilliss, T. and Giovanetti, G. K. and Green, M. P. and Gruszko, J. and Guinn, I. S. and Guiseppe, V. E. and Haufe, C. R. and Hegedus, R. J. and Hehn, L. and Henning, R. and Hervas Aguilar, D. and Hoppe, E. W. and Howe, M. A. and Keeter, K. J. and Kidd, M. F. and Konovalov, S. I. and Kouzes, R. T. and Lopez, A. M. and Martin, R. D. and Massarczyk, R. and Meijer, S. J. and Mertens, S. and Myslik, J. and Othman, G. and Pettus, W. and Piliounis, A. and Poon, A. W. P. and Radford, D. C. and Rager, J. and Reine, A. L. and Rielage, K. and Ruof, N. W. and Shanks, B. and Shirchenko, M. and Tedeschi, D. and Varner, R. L. and Vasilyev, S. and White, B. R. and Wilkerson, J. F. and Wiseman, C. and Xu, W. and Yakushev, E. and Yu, C.-H. and Yumatov, V. and Zhitnikov, I. and Zhu, B. X.},
collaboration = {Majorana Collaboration},
journal = {Phys. Rev. D},
volume = {99},
issue = {7},
pages = {072004},
numpages = {8},
year = {2019},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.99.072004},
url = {https://link.aps.org/doi/10.1103/PhysRevD.99.072004}
}
@article{mjdeforming,
title = "Reduction of radioactive backgrounds in electroformed copper for ultra-sensitive radiation detectors",
journal = "Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment",
volume = "764",
pages = "116 - 121",
year = "2014",
issn = "0168-9002",
doi = "https://doi.org/10.1016/j.nima.2014.06.082",
url = "http://www.sciencedirect.com/science/article/pii/S0168900214008365",
author = "E.W. Hoppe and C.E. Aalseth and O.T. Farmer and T.W. Hossbach and M. Liezers and H.S. Miley and N.R. Overman and J.H. Reeves",
keywords = "Low background, Copper, Electroforming, Thorium, Uranium, ICP-MS",
abstract = "Ultra-pure construction materials are required for the next generation of neutrino physics, dark matter and environmental science applications. These materials are also important for use in high-purity germanium spectrometers used in screening materials for radiopurity. The next-generation science applications require materials with radiopurity levels at or below 1μBq/kg 232Th and 238U. Yet radiometric analysis lacks sensitivity below ~10μBq/kg for the U and Th decay chains. This limits both the selection of clean materials and the validation of purification processes. Copper is an important high-purity material for low-background experiments due to the ease with which it can be purified by electrochemical methods. Electroplating for purification into near-final shapes, known as electroforming, is one such method. Continued refinement of the copper electroforming process is underway, for the first time guided by an ICP-MS based assay method that can measure 232Th and 238U near the desired purity levels. An assay of electroformed copper at a μBq/kg level has been achieved and is described. The implications of electroformed copper at or better than this purity on next-generation low-background experiments are discussed."
}
@article{mjdHV,
title = "High voltage testing for the Majorana Demonstrator",
journal = "Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment",
volume = "823",
pages = "83 - 90",
year = "2016",
issn = "0168-9002",
doi = "https://doi.org/10.1016/j.nima.2016.04.006",
url = "http://www.sciencedirect.com/science/article/pii/S0168900216301668",
author = "N. Abgrall and I.J. Arnquist and F.T. Avignone and A.S. Barabash and F.E. Bertrand and A.W. Bradley and V. Brudanin and M. Busch and M. Buuck and D. Byram and A.S. Caldwell and Y-D. Chan and C.D. Christofferson and P.-H. Chu and C. Cuesta and J.A. Detwiler and P.J. Doe and C. Dunagan and Yu. Efremenko and H. Ejiri and S.R. Elliott and Z. Fu and A. Galindo-Uribarri and G.K. Giovanetti and J. Goett and M.P. Green and J. Gruszko and I.S. Guinn and V.E. Guiseppe and R. Henning and E.W. Hoppe and S. Howard and M.A. Howe and B.R. Jasinski and K.J. Keeter and M.F. Kidd and S.I. Konovalov and R.T. Kouzes and B.D. LaFerriere and J. Leon and A. Li and J. MacMullin and R.D. Martin and R. Massarczyk and S.J. Meijer and S. Mertens and J.L. Orrell and C. O'Shaughnessy and A.W.P. Poon and D.C. Radford and J. Rager and K. Rielage and R.G.H. Robertson and E. Romero-Romero and B. Shanks and M. Shirchenko and N. Snyder and A.M. Suriano and D. Tedeschi and A. Thompson and K.T. Ton and J.E. Trimble and R.L. Varner and S. Vasilyev and K. Vetter and K. Vorren and B.R. White and J.F. Wilkerson and C. Wiseman and W. Xu and E. Yakushev and C.-H. Yu and V. Yumatov",
keywords = "High-voltage, Micro-discharge, Vacuum, M",
abstract = "The Majorana Collaboration is constructing the Majorana Demonstrator, an ultra-low background, 44-kg modular high-purity Ge (HPGe) detector array to search for neutrinoless double-beta decay in 76Ge. The phenomenon of surface micro-discharge induced by high-voltage has been studied in the context of the Majorana Demonstrator. This effect can damage the front-end electronics or mimic detector signals. To ensure the correct performance, every high-voltage cable and feedthrough must be capable of supplying HPGe detector operating voltages as high as 5kV without exhibiting discharge. R&D measurements were carried out to understand the testing system and determine the optimum design configuration of the high-voltage path, including different improvements of the cable layout and feedthrough flange model selection. Every cable and feedthrough to be used at the Majorana Demonstrator was characterized and the micro-discharge effects during the Majorana Demonstrator commissioning phase were studied. A stable configuration has been achieved, and the cables and connectors can supply HPGe detector operating voltages without exhibiting discharge."
}
@article{mjdsig,
author = {Guinn,I. and Abgrall,N. and Arnquist,I. J. and Avignone,F. T. and Baldenegro-Barrera,C. X. and Barabash,A. S. and Bertrand,F. E. and Bradley,A. W. and Brudanin,V. and Busch,M. and Buuck,M. and Byram,D. and Caldwell,A. S. and Chan,Y-D. and Christofferson,C. D. and Cuesta,C. and Detwiler,J. A. and Efremenko,Yu. and Ejiri,H. and Elliott,S. R. and Galindo-Uribarri,A. and Gilliss,T. and Giovanetti,G. K. and Goett,J. and Green,M. P. and Gruszko,J. and Guiseppe,V. E. and Henning,R. and Hoppe,E. W. and Howard,S. and Howe,M. A. and Jasinski,B. R. and Keeter,K. J. and Kidd,M. F. and Konovalov,S. I. and Kouzes,R. T. and LaFerriere,B. D. and Leon,J. and MacMullin,J. and Martin,R. D. and Meijer,S. J. and Mertens,S. and Orrell,J. L. and O'Shaughnessy,C. and Poon,A. W. P. and Radford,D. C. and Rager,J. and Rielage,K. and Robertson,R. G. H. and Romero-Romero,E. and Shanks,B. and Shirchenko,M. and Snyder,N. and Suriano,A. M. and Tedeschi,D. and Trimble,J. E. and Varner,R. L. and Vasilyev,S. and Vetter,K. and Vorren,K. and White,B. R. and Wilkerson,J. F. and Wiseman,C. and Xu,W. and Yakushev,E. and Yu,C.-H. and Yumatov,V. and Zhitnikov,I. },
title = {Low background signal readout electronics for the MAJORANA DEMONSTRATOR},
journal = {AIP Conference Proceedings},
volume = {1672},
number = {1},
pages = {030001},
year = {2015},
doi = {10.1063/1.4927982},
URL = {https://aip.scitation.org/doi/abs/10.1063/1.4927982},
eprint = {https://aip.scitation.org/doi/pdf/10.1063/1.4927982},
abstract = { The MAJORANA Collaboration will seek neutrinoless double beta decay (0νββ) in 76Ge using isotopically enriched p-type point contact (PPC) high purity Germanium (HPGe) detectors. A tonne-scale array of HPGe detectors would require background levels below 1 count/ROI-tonne-year in the 4 keV region of interest (ROI) around the 2039 keV Q-value of the decay. In order to demonstrate the feasibility of such an experiment, the MAJORANA DEMONSTRATOR, a 40 kg HPGe detector array, is being constructed with a background goal of < 3 count/ROI-tonne-year, which is expected to scale down to < 1 count/ROI-tonne-year for a tonne-scale experiment. The signal readout electronics, which must be placed in close proximity to the detectors, present a challenge toward reaching this background goal. This talk will discuss the materials and design used to construct signal readout electronics with low enough backgrounds for the MAJORANA DEMONSTRATOR. }
}
@article{mjdptdb,
title = "The Majorana Parts Tracking Database",
journal = "Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment",
volume = "779",
pages = "52 - 62",
year = "2015",
issn = "0168-9002",
doi = "https://doi.org/10.1016/j.nima.2015.01.001",
url = "http://www.sciencedirect.com/science/article/pii/S0168900215000169",
author = "N. Abgrall and E. Aguayo and F.T. Avignone and A.S. Barabash and F.E. Bertrand and V. Brudanin and M. Busch and D. Byram and A.S. Caldwell and Y-D. Chan and C.D. Christofferson and D.C. Combs and C. Cuesta and J.A. Detwiler and P.J. Doe and Yu. Efremenko and V. Egorov and H. Ejiri and S.R. Elliott and J. Esterline and J.E. Fast and P. Finnerty and F.M. Fraenkle and A. Galindo-Uribarri and G.K. Giovanetti and J. Goett and M.P. Green and J. Gruszko and V.E. Guiseppe and K. Gusev and A.L. Hallin and R. Hazama and A. Hegai and R. Henning and E.W. Hoppe and S. Howard and M.A. Howe and K.J. Keeter and M.F. Kidd and O. Kochetov and S.I. Konovalov and R.T. Kouzes and B.D. LaFerriere and J. Diaz Leon and L.E. Leviner and J.C. Loach and J. MacMullin and R.D. Martin and S.J. Meijer and S. Mertens and M.L. Miller and L. Mizouni and M. Nomachi and J.L. Orrell and C. O'Shaughnessy and N.R. Overman and R. Petersburg and D.G. Phillips and A.W.P. Poon and K. Pushkin and D.C. Radford and J. Rager and K. Rielage and R.G.H. Robertson and E. Romero-Romero and M.C. Ronquest and B. Shanks and T. Shima and M. Shirchenko and K.J. Snavely and N. Snyder and A. Soin and A.M. Suriano and D. Tedeschi and J. Thompson and V. Timkin and W. Tornow and J.E. Trimble and R.L. Varner and S. Vasilyev and K. Vetter and K. Vorren and B.R. White and J.F. Wilkerson and C. Wiseman and W. Xu and E. Yakushev and A.R. Young and C.-H. Yu and V. Yumatov and I. Zhitnikov",
keywords = "Neutrinoless double beta decay, Low background, Application software, Component and materials tracking",
abstract = "The Majorana Demonstrator is an ultra-low background physics experiment searching for the neutrinoless double beta decay of 76Ge. The Majorana Parts Tracking Database is used to record the history of components used in the construction of the Demonstrator. The tracking implementation takes a novel approach based on the schema-free database technology CouchDB. Transportation, storage, and processes undergone by parts such as machining or cleaning are linked to part records. Tracking parts provide a great logistics benefit and an important quality assurance reference during construction. In addition, the location history of parts provides an estimate of their exposure to cosmic radiation. A web application for data entry and a radiation exposure calculator have been developed as tools for achieving the extreme radio-purity required for this rare decay search."
}
@article{mjdassay,
title = "The Majorana Demonstrator radioassay program",
journal = "Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment",
volume = "828",
pages = "22 - 36",
year = "2016",
issn = "0168-9002",
doi = "https://doi.org/10.1016/j.nima.2016.04.070",
url = "http://www.sciencedirect.com/science/article/pii/S0168900216302832",
author = "N. Abgrall and I.J. Arnquist and F.T. Avignone and H.O. Back and A.S. Barabash and F.E. Bertrand and M. Boswell and A.W. Bradley and V. Brudanin and M. Busch and M. Buuck and D. Byram and A.S. Caldwell and Y.-D. Chan and C.D. Christofferson and P.-H. Chu and C. Cuesta and J.A. Detwiler and J.A. Dunmore and Yu. Efremenko and H. Ejiri and S.R. Elliott and P. Finnerty and A. Galindo-Uribarri and V.M. Gehman and T. Gilliss and G.K. Giovanetti and J. Goett and M.P. Green and J. Gruszko and I.S. Guinn and V.E. Guiseppe and R. Henning and E.W. Hoppe and S. Howard and M.A. Howe and B.R. Jasinski and R.A. Johnson and K.J. Keeter and M.F. Kidd and O. Kochetov and S.I. Konovalov and R.T. Kouzes and B.D. LaFerriere and J. Leon and J.C. Loach and J. MacMullin and S. MacMullin and R.D. Martin and R. Massarczyk and S. Meijer and S. Mertens and M.L. Miller and J.L. Orrell and C. O'Shaughnessy and N.R. Overman and A.W.P. Poon and K. Pushkin and D.C. Radford and J. Rager and K. Rielage and R.G.H. Robertson and E. Romero-Romero and M.C. Ronquest and A.G. Schubert and B. Shanks and M. Shirchenko and K.J. Snavely and N. Snyder and D. Steele and A.M. Suriano and D. Tedeschi and J.E. Trimble and R.L. Varner and S. Vasilyev and K. Vetter and K. Vorren and B.R. White and J.F. Wilkerson and C. Wiseman and W. Xu and E. Yakushev and C.-H. Yu and V. Yumatov and I. Zhitnikov",
keywords = "Radiopurity, Trace analysis, Neutron activation analysis, Mass spectrometry, Mass spectroscopy, Germanium counting, Low background, Double beta decay, ",
abstract = "The Majorana collaboration is constructing the Majorana Demonstrator at the Sanford Underground Research Facility at the Homestake gold mine, in Lead, SD. The apparatus will use Ge detectors, enriched in isotope 76Ge, to demonstrate the feasibility of a large-scale Ge detector experiment to search for neutrinoless double beta decay. The long half-life of this postulated process requires that the apparatus be extremely low in radioactive isotopes whose decays may produce backgrounds to the search. The radioassay program conducted by the collaboration to ensure that the materials comprising the apparatus are sufficiently pure is described. The resulting measurements from gamma-ray counting, neutron activation and mass spectroscopy of the radioactive-isotope contamination for the materials studied for use in the detector are reported. We interpret these numbers in the context of the expected background for the experiment."
}
@article{mjdcalibration,
title = "The Majorana Demonstrator calibration system",
journal = "Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment",
volume = "872",
pages = "16 - 22",
year = "2017",
issn = "0168-9002",
doi = "https://doi.org/10.1016/j.nima.2017.08.005",
url = "http://www.sciencedirect.com/science/article/pii/S0168900217308501",
author = "N. Abgrall and I.J. Arnquist and F.T. Avignone III and A.S. Barabash and F.E. Bertrand and M. Boswell and A.W. Bradley and V. Brudanin and M. Busch and M. Buuck and T.S. Caldwell and C.D. Christofferson and P.-H. Chu and C. Cuesta and J.A. Detwiler and C. Dunagan and Yu. Efremenko and H. Ejiri and S.R. Elliott and Z. Fu and V.M. Gehman and T. Gilliss and G.K. Giovanetti and J. Goett and M.P. Green and J. Gruszko and I.S. Guinn and V.E. Guiseppe and C.R. Haufe and R. Henning and E.W. Hoppe and M.A. Howe and B.R. Jasinski and K.J. Keeter and M.F. Kidd and S.I. Konovalov and R.T. Kouzes and A.M. Lopez and J. MacMullin and R.D. Martin and R. Massarczyk and S.J. Meijer and S. Mertens and J.L. Orrell and C. O’Shaughnessy and A.W.P. Poon and D.C. Radford and J. Rager and A.L. Reine and K. Rielage and R.G.H. Robertson and B. Shanks and M. Shirchenko and A.M. Suriano and D. Tedeschi and J.E. Trimble and R.L. Varner and S. Vasilyev and K. Vetter and K. Vorren and B.R. White and J.F. Wilkerson and C. Wiseman and W. Xu and C.-H. Yu and V. Yumatov and I. Zhitnikov and B.X. Zhu",
keywords = "Neutrinoless double-beta decay, Germanium detector, Majorana, Detector calibration",
abstract = "The Majorana Collaboration is searching for the neutrinoless double-beta decay of the nucleus 76Ge. The Majorana Demonstrator is an array of germanium detectors deployed with the aim of implementing background reduction techniques suitable for a 1-ton 76Ge-based search. The ultra low-background conditions require regular calibrations to verify proper function of the detectors. Radioactive line sources can be deployed around the cryostats containing the detectors for regular energy calibrations. When measuring in low-background mode, these line sources have to be stored outside the shielding so they do not contribute to the background. The deployment and the retraction of the source are designed to be controlled by the data acquisition system and do not require any direct human interaction. In this paper, we detail the design requirements and implementation of the calibration apparatus, which provides the event rates needed to define the pulse-shape cuts and energy calibration used in the final analysis as well as data that can be compared to simulations."
}
@article{mjdgeprocessing,
title = "The processing of enriched germanium for the Majorana Demonstrator and R\&D for a next generation double-beta decay experiment",
journal = "Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment",
volume = "877",
pages = "314 - 322",
year = "2018",
issn = "0168-9002",
doi = "https://doi.org/10.1016/j.nima.2017.09.036",
url = "http://www.sciencedirect.com/science/article/pii/S0168900217310069",
author = "N. Abgrall and I.J. Arnquist and F.T. Avignone III and A.S. Barabash and F.E. Bertrand and A.W. Bradley and V. Brudanin and M. Busch and M. Buuck and J. Caja and M. Caja and T.S. Caldwell and C.D. Christofferson and P.-H. Chu and C. Cuesta and J.A. Detwiler and C. Dunagan and D.T. Dunstan and Yu. Efremenko and H. Ejiri and S.R. Elliott and T. Gilliss and G.K. Giovanetti and J. Goett and M.P. Green and J. Gruszko and I.S. Guinn and V.E. Guiseppe and C.R.S. Haufe and R. Henning and E.W. Hoppe and B.R. Jasinski and M.F. Kidd and S.I. Konovalov and R.T. Kouzes and A.M. Lopez and J. MacMullin and R.D. Martin and R. Massarczyk and S.J. Meijer and S. Mertens and J.H. Meyer and J. Myslik and C. O’Shaughnessy and A.W.P. Poon and D.C. Radford and J. Rager and A.L. Reine and J.A. Reising and K. Rielage and R.G.H. Robertson and B. Shanks and M. Shirchenko and A.M. Suriano and D. Tedeschi and L.M. Toth and J.E. Trimble and R.L. Varner and S. Vasilyev and K. Vetter and K. Vorren and B.R. White and J.F. Wilkerson and C. Wiseman and W. Xu and E. Yakushev and C.-H. Yu and V. Yumatov and I. Zhitnikov and B.X. Zhu",
keywords = "Double-beta decay, Neutrino physics, Instrumentation"
}
@article{mjdmuonflux,
title = "Muon flux measurements at the davis campus of the sanford underground research facility with the majorana demonstrator veto system",
journal = "Astroparticle Physics",
volume = "93",
pages = "70 - 75",
year = "2017",
issn = "0927-6505",
doi = "https://doi.org/10.1016/j.astropartphys.2017.01.013",
url = "http://www.sciencedirect.com/science/article/pii/S0927650517300038",
author = "N. Abgrall and E. Aguayo and F.T. Avignone and A.S. Barabash and F.E. Bertrand and A.W. Bradley and V. Brudanin and M. Busch and M. Buuck and D. Byram and A.S. Caldwell and Y-D. Chan and C.D. Christofferson and P.-H. Chu and C. Cuesta and J.A. Detwiler and C. Dunagan and Yu. Efremenko and H. Ejiri and S.R. Elliott and A. Galindo-Uribarri and T. Gilliss and G.K. Giovanetti and J. Goett and M.P. Green and J. Gruszko and I.S. Guinn and V.E. Guiseppe and R. Henning and E.W. Hoppe and S. Howard and M.A. Howe and B.R. Jasinski and K.J. Keeter and M.F. Kidd and S.I. Konovalov and R.T. Kouzes and B.D. LaFerriere and J. Leon and A.M. Lopez and J. MacMullin and R.D. Martin and R. Massarczyk and S.J. Meijer and S. Mertens and J.L. Orrell and C. O’Shaughnessy and N.R. Overman and A.W.P. Poon and D.C. Radford and J. Rager and K. Rielage and R.G.H. Robertson and E. Romero-Romero and M.C. Ronquest and C. Schmitt and B. Shanks and M. Shirchenko and N. Snyder and A.M. Suriano and D. Tedeschi and J.E. Trimble and R.L. Varner and S. Vasilyev and K. Vetter and K. Vorren and B.R. White and J.F. Wilkerson and C. Wiseman and W. Xu and E. Yakushev and C.-H. Yu and V. Yumatov and I. Zhitnikov",
keywords = "Cosmic, Ray, Flux",
abstract = "We report the first measurement of the total muon flux underground at the Davis Campus of the Sanford Underground Research Facility at the 4850 ft level. Measurements were performed using the Majorana Demonstrator muon veto system arranged in two different configurations. The measured total flux is (5.31±0.17)×10−9μ/s/cm2."
}
@INPROCEEDINGS{barton2012,
author={P. {Barton} and P. {Luke} and M. {Amman} and Y. {Chan} and J. {Detwiler} and J. {Loach} and R. {Martin} and A. {Poon} and C. {Tindall} and K. {Vetter}},
booktitle={2011 IEEE Nuclear Science Symposium Conference Record},
title={Low-noise low-mass front end electronics for low-background physics experiments using germanium detectors},
year={2011},
volume={},
number={},
pages={1976-1979},
keywords={capacitors;circuit feedback;germanium radiation detectors;junction gate field effect transistors;nuclear electronics;point contacts;radioactivity;resistors;semiconductor thin films;thin films;low-noise resistive-feedback front-end electronics assembly;p-type point contact Ge detectors;low background experiments;fused silica substrate;low-noise JFET;feedback resistor;amorphous Ge thin film;feedback capacitor;stray capacitance;circuit traces;thermal impedance;optimal temperature;liquid nitrogen temperature;noise level;peaking time;small PPC detector;ultra-low-mass low-noise front-end electronics;larger-size PPC detectors;neutrino-less double-beta;coherent neutrino scattering;cold dark matter;low-background physics experiments;Heating;Resistors;Capacitors;Capacitance;Voltmeters;Geometry;JFETs},
doi={10.1109/NSSMIC.2011.6154397},
ISSN={1082-3654},
month={Oct}
}
@INPROCEEDINGS{zimmermann2012,
author={S. {Zimmermann} and J. T. {Anderson} and D. {Doering} and J. {Joseph} and C. {Lionberger} and T. {Stezelberger} and H. {Yaver}},
booktitle={2011 IEEE Nuclear Science Symposium Conference Record},
title={Implementation and performance of the electronics and computing system of the Gamma Ray Energy Tracking In-Beam Nuclear Array (GRETINA)},
year={2011},
volume={},
number={},
pages={596-601},
keywords={analogue-digital conversion;germanium radiation detectors;high energy physics instrumentation computing;nuclear electronics;position sensitive particle detectors;readout electronics;signal processing;electronics;computing system;gamma ray energy tracking in-beam nuclear array;GRETINA;germanium detector system;energy-position measurement;gamma-ray interaction points;tracking multiple gamma-ray interactions;detector modules;highly pure germanium crystals;digitizer/digital signal processing;DSP;breakout chassis;bit rate 10 Gbit/s;Ethernet switch;dual-processor farm;VxWorks;VME readout CPU;analog-digital converter;analog information;detector interface box;Lead;Monitoring;Energy resolution},
doi={10.1109/NSSMIC.2011.6154119},
ISSN={1082-3654},
month={Oct}
}
@ARTICLE{Radeka1972,
author={V. {Radeka}},
journal={IEEE Transactions on Nuclear Science},
title={Trapezoidal Filtering of Signals from Large Germanium Detectors at High Rates},
year={1972},
volume={19},
number={1},