-
Notifications
You must be signed in to change notification settings - Fork 1
/
results.html
124 lines (101 loc) · 6.11 KB
/
results.html
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
<!DOCTYPE HTML>
<!--
Benjamin Tam ([email protected])
for the SNO+ Collaboration
11 March 2023
-->
<html>
<head>
<title>SNO+ Results</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">The SNO+ Experiment</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="science.html">Science</a></li>
<li class=active><a href="results.html">Results</a></li>
<li><a href="collaboration.html">Collaboration</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" >
<!-- Post -->
<section class="post">
<header class="major">
<h1>Results</h1>
</header>
<ul class="actions special">
<li><a href="results.html#section" class="button primary">Highlights</a></li>
<li><a href="papers.html#section" class="button">Publications</a></li>
<li><a href="thesis.html#section" class="button">PhD Theses</a></li>
</ul>
</section>
<section class="posts" id="highlights">
<article>
<header>
<h2><a href="https://doi.org/10.1103/PhysRevLett.130.091801">First Detection of Reactor Neutrinos in Water</a></h2>
</header>
<ul class="image fit"><img src="images/news/water_antinu.png" alt="" /></ul>
<p>We have identified antineutrinos from nuclear reactors located at least 240 km away using pure water. This is a world first which pushes the capabilities of the established and highly-successful technology of large water Cherenkov detectors. This result could also impact approaches to nuclear nonproliferation, as pure water has favorable traits including being non-toxic, safe, and easy to handle.</p>
</article>
<article>
<header>
<h2><a href="https://doi.org/10.1103/PhysRevD.105.112012">Improved World-Leading Invisible Nucleon Decay Limits</a></h2>
</header>
<ul class="image fit"><img src="images/ind.png" alt="" /></ul>
<p>Having a large volume of ultra pure water (around 10<sup>-16</sup> - 10<sup>-15</sup> g/g U and Th) has enabled us to improve previous SNO+ limits on “invisible” nucleon decay modes that are predicted in some Grand Unified Theories. Our experiment has world-leading limits on neutron and proton invisible decay modes, as well as the best limits for pp and np di-nucleon decay.</p>
</article>
<article>
<header>
<h2><a href="https://doi.org/10.1103/PhysRevC.102.014002">Measurement of Neutron-Proton Capture</a></h2>
</header>
<p></p>
<ul class="image fit"><img src="images/news/npcapture.png" alt="" /></ul>
<p>Starting in September 2017, we lowered the trigger thresholds such that we were able to detect 2.2 MeV gammas (characteristic of neutron capture on hydrogen) in the center of SNO+ with around 50% efficiency. This is the highest efficiency achieved among pure water Cherenkov detectors. In the analysis, the neutron capture time constant was measured and converted to a thermal neutron-proton capture cross section of 336.3<sup>+1.2</sup><sub style ='position: relative; left:-1.8em;'>-1.5</sub>mb. This result is compatible with the last published measurements from the 1960's and 1970's, which were made using very different techniques in smaller dedicated experiments.</p>
</article>
<article>
<header>
<h2><a href="https://doi.org/10.1103/PhysRevD.99.032008">World-leading Limits on Invisible Nucleon Decay</a></h2>
</header>
<ul class="image fit"><img src="images/news/ind1.jpg" alt="" /></ul>
<p>We have performed a search for nucleon decay through 'invisible' modes, where no visible energy is directly deposited during the decay itself, during the initial water phase of SNO+. These decays within the oxygen nucleus would produce an excited daughter that would subsequently de-excite, often emitting detectable gamma rays. A search for such gamma rays at a 90% Bayesian credibility level yields world-leading measurements in multiple mono- and di-nucleon decay modes.</p>
</article>
<article>
<header>
<h2><a href="https://doi.org/10.1103/PhysRevD.99.012012">Measurement of <sup>8</sup>B Solar Neutrino Flux</a></h2>
</header>
<ul class="image fit"><img src="images/news/solar.jpeg" alt="" /></ul>
<p>We have performed a measurement of the <sup>8</sup>B solar neutrino flux using a 69.2 kt-day dataset acquired during the initial water commissioning phase of the detector. At energies above 6 MeV, the dataset has an extremely pure sample of solar neutrino elastic scattering events, owing primarily to the detector's deep location, allowing an accurate measurement with relatively little exposure. Fits of the solar neutrino event direction yielded an observed flux consistent with matter enhanced neutrino oscillations and measurements from other experiments.</p>
</article>
<article>
</article>
</section>
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© 2023 the SNO+ Experiment</li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>