mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-23 12:50:35 +08:00
Working with webpack
This commit is contained in:
+4
-29
@@ -1,38 +1,13 @@
|
||||
<p class="lead">What are particle detectors?</p>
|
||||
<p class="lead">Cards for science</p>
|
||||
|
||||
<p>
|
||||
Particle detectors can be thought of as high-tech cameras that take “photographs” of phenomena that physicists want to study. These phenomena may originate in nuclear decays, cosmic radiation or interactions in a particle accelerator. Let us take a closer look at detectors such as those used at the LHC, which consist of layers of specialized components each designed to specific particles and identify certain properties.
|
||||
This is a game with a secret rule. You try to put down the next card and work out the rule by trial and error. The rule is randomised each time and there are hints available. At it's base this is a game of inductive reason and the scientific method.
|
||||
</p>
|
||||
|
||||
<h5><b>Components</b></h5>
|
||||
|
||||
<h5><span class="badge" style="background:#FFF371;"> </span> Tracker</h5>
|
||||
<p>
|
||||
The tracker helps us to calculate the momentum of charged particles. They bend due to magnetic field. The smaller the curve radius is, the less momentum the particle had. We also differentiate positive and negative particles based on the direction of the track.
|
||||
Hints:
|
||||
</p>
|
||||
|
||||
<h5><span class="badge" style="background:#C5FF82;"> </span> Electromagnetic calorimeter</h5>
|
||||
<p>
|
||||
The Electromagnetic Calorimeter (ECAL) is used to measure the energies of electrons and photons.
|
||||
This game is based on <a href="http://www.logicmazes.com/games/eleusis/">Eleusis</a> by Robert Abbott and John Golden's <a href="http://www.logicmazes.com/games/eleusis/express.html">Eleusis</a> Express.
|
||||
</p>
|
||||
|
||||
<h5><span class="badge" style="background:#E1FF79;"> </span> Hadronic calorimeter</h5>
|
||||
<p>
|
||||
The Hadron Calorimeter (HCAL) is used to measure the energy of hadrons, composite particles that made of quarks and gluons. Some examples of hadrons are protons, neutrons and pions. It also helps us detect neutrinos but indirectly. Energy needs to be conserved, so if we observe missing enery, this indicates neutrinos or as-yet-undiscovered particles flew through the detector.
|
||||
</p>
|
||||
|
||||
<h5><span class="badge" style="background:#A0B3FF;"> </span> Magnet</h5>
|
||||
<p>
|
||||
Particle detectors require magnets with very strong magnetic fields in order to sufficiently bend particles flying with high momenta. Trajectories of particles with higher momenta bend less, while those with lower momenta bend a lot more. The magnetic field also helps distinguish between positively and negatively charged particles: they bend in opposite directions in the same magnetic field.
|
||||
</p>
|
||||
|
||||
<h5><span class="badge" style="background:#EA301F;"> </span> Muon chamber</h5>
|
||||
<p>
|
||||
Muons are charged particles that are just like electrons and positrons, but are 200 times more massive. Because they can penetrate several metres of iron without interacting, the muon chamber is placed at the very edge of the detector where they are the only particles likely to register a signal.
|
||||
</p>
|
||||
|
||||
<h5><b>Resources</b></h5>
|
||||
<ul>
|
||||
<li><a href="http://en.wikipedia.org/wiki/Particle_detector" target="_blank">Particle detectors on Wikipedia</a></li>
|
||||
<li><a href="http://en.wikipedia.org/wiki/Compact_Muon_Solenoid" target="_blank">The CMS detector on Wikipedia</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user