Science Hack Day 2011 (San Francsico)

(Difference between revisions)


				

				
(Created page with "= General links = [http://sciencehackday.com/ Science Hack Day main site] [http://sf.sciencehackday.com/ Science Hack Day, San Francisco] = The LHC data hack = [http://scienc...")
 
(= The physics)
Line 13: Line 13:
 
Here's some preliminary links which should help you come up to speed on the goals and possibilities for this hack!
 
Here's some preliminary links which should help you come up to speed on the goals and possibilities for this hack!
  
=== The physics ==  
+
=== The physics == =
 
* The data come from the [http://cms.web.cern.ch/ Compact Muon Solenoid (CMS)] experiment at the LHC.
 
* The data come from the [http://cms.web.cern.ch/ Compact Muon Solenoid (CMS)] experiment at the LHC.
 +
* Much of the physics analysis relies on a working knowledge of [http://en.wikipedia.org/wiki/Four-vector Four-vectors] and how they relate energy, momentum, velocity and mass at speeds where Einstein's special theory of relativity becomes relevant.
  
 
=== Data ===
 
=== Data ===
 
* [https://twiki.cern.ch/twiki/bin/view/Main/CMSPublicData Links to the publicly available data.]
 
* [https://twiki.cern.ch/twiki/bin/view/Main/CMSPublicData Links to the publicly available data.]
 
* [http://iguana.web.cern.ch/iguana/ispy/ig-specs.htm A description of the .ig format used in some of these files.]
 
* [http://iguana.web.cern.ch/iguana/ispy/ig-specs.htm A description of the .ig format used in some of these files.]
 +
** [https://github.com/tpmccauley/pyig Python API for .ig files]
 +
** [https://github.com/tpmccauley/igfiles C++ API for .ig files.
 +
* The .ig files are essentially zipped [http://json.org/ JSON files].

Revision as of 17:41, 8 November 2011

Contents

General links

Science Hack Day main site

Science Hack Day, San Francisco

The LHC data hack

All the ideas for SHD11

One of the experiments from the Large Hadron Collider, the Compact Muon Solenoid (CMS) experiment), has released a small amount of the data for educational purposes. However, it is hard to access and even more difficult to understand. Can we hack a better interface to these data? Can we create a website to allow others to use these data for education or art? Or can we do real SCIENCE with these data (my super-high-aiming goal!)???? I'll bring the data and explain what is in these datasets and some simple tools to interface with these data. Looking for hackers, coders, educators, artists and definitely designers, to figure out if this can be done.

Useful and preparatory links

Here's some preliminary links which should help you come up to speed on the goals and possibilities for this hack!

== The physics ==

  • The data come from the Compact Muon Solenoid (CMS) experiment at the LHC.
  • Much of the physics analysis relies on a working knowledge of Four-vectors and how they relate energy, momentum, velocity and mass at speeds where Einstein's special theory of relativity becomes relevant.

Data