layout |
---|
home |
<div class="col-xs-9">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" style=" width:100%;">
<!-- Wrapper for slides -->
<div class="carousel-inner">
{% for slide in site.carousel_images %}
<div class="item {% if forloop.first == true %} active {% endif %}">
<div style="background:url({{slide.image_url}}) center center; background-size:cover;" class="slider-size">
{% if slide.detail %}
<div class="carousel-caption">
{{slide.detail}}
</div>
{% endif %}
</div>
</div>
{% endfor %}
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br/>
<h1 class="post-title">Searching for Neutrinoless Double Beta Decay</h1>
<p>The NEMO (Neutrino Ettore Majorana Observatory) collaboration is an international physics effort including the experiment SuperNEMO and its predecessor, NEMO-3. </p>
The SuperNEMO demonstrator module is currently being assembled at the LSM underground lab, located in the Fréjus tunnel near Modane, France. NEMO-3, also at the LSM, ran from 2003-11. Its rich repository of data is still being analysed today.
Both SuperNEMO and NEMO-3 are designed to study extremely rare double-beta decay processes, and in particular are looking for evidence of neutrinoless double beta decay. This is a rare type of radioactive decay which has been predicted, but has never been observed. If this process was seen, it would prove that neutrinos were their own antiparticles, which could be a clue to the matter-antimatter asymmetry in the universe.
<div class="col-xs-3">
<div class="square" style= "background-color:var(--first-color)">
<a href="https://msprvkff.smugmug.com/SuperNEMO/Media/n-HhKCsL" target="_top">
<div class="content">
<div class="table">
<div class="table-cell">
Photo gallery
</div>
</div>
</div></a>
</div>
<img src="assets/supernemo_logo_v1.0.png" style=" width:100%;" alt="SuperNEMO"/>
<hr/>
<p>How about a SuperNEMO presentation or poster at your conference?</p>
<div class="square" style= "background-color:var(--fourth-color)">
<a href="mailto:[email protected]?Subject=Request%20for%20SuperNEMO%20speaker" target="_top">
<div class="content">
<div class="table">
<div class="table-cell">
Request a speaker
</div>
</div>
</div></a>
</div>
</div>