-
Notifications
You must be signed in to change notification settings - Fork 8
/
long_description.html
66 lines (46 loc) · 4.38 KB
/
long_description.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
<div class="row-fluid">
<div class="span12">
<h1>Does antimatter fall down or up?</h1>
<p>Help the <a href="http://aegis.web.cern.ch/">AEgIS experiment at CERN</a> to work out how antimatter is affected by gravity. Just join the dots!</p>
<h1>Antimatter</h1>
<p>The observable universe is composed almost entirely of matter but we can produce stuff called antimatter in the lab. Antimatter is material composed of antiparticles.</p>
<p>Antiparticles have the same mass as normal matter particles but the opposite charge. When an antiparticle collides with an ordinary matter particle they both annihilate - producing a burst of other particles and radiation.</p>
<p>Antiparticles should interact gravitationally just like particles of ordinary matter because Einstein's weak equivalence principle states that gravity doesn't depend on composition. But if they don't then gravity is much more complicated than our current understanding indicates.</p>
<h1>The experiment</h1>
<p>The AEgIS experiment at CERN shoots antihydrogen atoms horizontally - whereupon they fly and fall - at a wall made of matter. On hitting the wall the antihydrogen annihilates with a matter nucleus in the wall to produce a burst of mostly pions and some heavier particles. These particles travel through a special gel called an emulsion which makes their tracks visible. Pions leave thin tracks while heavier particles leave much fatter tracks.</p>
<p>Tracing these tracks to their point of origin tells the AEgIS team exactly where the annihilation occurred, which in turn allows them to calculate how far each particle travels. They can then work out - from the distance each particle flew and fell - how antimatter interacts with gravity.</p>
<p>AEgIS will start annihilating antihydrogen atoms in 2015. In the meantime the team needs to better understand the process of annihilation by shooting antiprotons at different target materials which will result in different kinds of particle bursts. AEgIS scientists need to fine-tune their understanding of annihilation by mapping the particle tracks and counting the number of thin and fat tracks for many particle bursts.</p>
<ul class="thumbnails">
<li class="span6">
<div class="thumbnail">
<img src="http://i.imgur.com/uVVjKzD.jpg">
<h3>AEgIS experiment installation</h3>
</div>
</li>
<li class="span6">
<div class="thumbnail">
<img src="http://i.imgur.com/cO4bJp0.png">
<h3>Particle tracks in the emulsion</h3>
</div>
</li>
</ul>
<h1>Your mission</h1>
<p>Humans are way better at interpreting the particle tracks than machines so the AEgIS team needs your big brains and keen eyes to map the particles’ path through the emulsion. All you have to do is join the dots!</p>
<p>AEgIS scientists also want to be able to classify each track as fat or thin. Please get in touch if you would like to help to write the software to carry out this classification.</p>
<p>The images here have been uploaded directly from AEgIS and have not yet been analyzed by scientists. In fact, this is the first time CERN has released detector data for public analysis. So you can be the first to analyze this data and make a real contribution to CERN’s research.</p>
<p>The input you provide will be openly available and the results will be visualized on this page as a 3D Model.</p>
<p>
<a class="btn btn-large btn-info" target="_blank" href="https://groups.google.com/forum/#!forum/cern-antimatter-crowdcrafting"><i class="icon-comments-alt"></i> Join the forum if you have any question</a>
</p>
<h4>Warning</h4>
<p>The particle tracks contain rapidly flashing images so if you are epileptic we advise you not proceed any further with this experiment.</p>
</div>
</div>
<div class="row-fluid">
<div id="antimatter-visualization" class="span12"></div>
</div>
<script src="https://rawgithub.com/mrdoob/three.js/master/build/three.min.js"></script>
<script src="https://rawgithub.com/CERNSummerWebfest/antimatter/master/js/antimatter.js"></script>
<script type="text/javascript">
$("[rel=tooltip]").tooltip();
</script>