-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathind.html
92 lines (81 loc) · 4.71 KB
/
ind.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
<!DOCTYPE HTML>
<!--
Benjamin Tam ([email protected])
for the SNO+ Collaboration
11 March 2023
-->
<html>
<head>
<title>SNO+: Invisible Nucleon Decay</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" id="section">
<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 class = "active"><a href="science.html">Science</a></li>
<li><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>Science Programme</h1>
<p>The SNO+ Experiment is used to investigate a large suite of physics phenomena. <br/>Find out more about our current active research interests here.</p>
</header>
<ul class="actions special">
<li><a href="0vbb.html#section" class="button">Neutrinoless Double Beta Decay</a></li>
<li><a href="solar.html#section" class="button">Low Energy Solar Neutrinos</a></li>
<li><a href="reactor.html#section" class="button">Reactor Neutrinos</a></li>
</ul>
<ul class="actions special">
<li><a href="geo.html#section" class="button">Geo-Neutrinos</a></li>
<li><a href="supernova.html#section" class="button">Supernova Neutrinos</a></li>
<li><a href="ind.html#section" class="button primary">Invisible Nucleon Decay</a></li>
</ul>
<br />
<h2>Invisible Nucleon Decay</h2>
<div class="image right"><img src="images/nd_picture.png" alt="" /></div>
<p> The Standard Model of particle physics stipulates that free protons are stable, and that free neutrons can only decay through the weak interaction to produce protons, electrons, and anti-neutrinos. If either nucleon were found to decay through alternative means, then this would provide direct evidence for physics beyond the Standard Model, and possibly giving insight to the sort of physics driving the decay. Most models which extend the Standard Model predict that protons would actually decay in free space, though with a very long lifetime (much longer than the lifetime of the universe). The only feasible way to look for such a rare event is to build very large detectors (with many protons). Experiments such as Super-Kamiokande are specifically designed to be sensitive to commonly predicted decay modes, such as p→eπ and p→νK, which have a large deposited energy within the detector. Alternative theories, such as those which unify the Standard Model interactions through extra dimensions, expressly forbid these modes, instead giving rise to so-called "invisible decay channels".
</p><p>
To look for invisible modes of decay, the SNO+ experiment must detect the resulting nuclear deexcitation that comes from the decay process in the oxygen nucleus. Muons produced by cosmic rays can penetrate into the detector and produce a similar signal, which gives SNO+ an advantage compared with other detectors due to its extraordinary depth. Currently, the SNO+ Experiment holds world-leading limits nearly all forms of mono- and di-nucleon invisible nucleon decay modes. The projection of the reconstructed energy spectrum of the data used for this analysis is shown here:
</p>
<figure>
<center>
<img src="images/ind.png" alt="Reconstructed supernova neutrino spectrum" style="width:75%">
<!-- <figcaption>Figure 2: SNO+ Energy spectrum.</figcaption> -->
</center>
</figure>
</p>
</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>