Files
cardsforscience/json/research.json
T
2014-08-03 14:02:20 +02:00

84 lines
2.0 KiB
JSON

[
{
"name": "CP violation",
"description": "",
"reputation": 1,
"cost": 10,
"cost_increase": 1.4,
"image": "assets/icons/png/CPV.png",
"info": "html/CPV.html"
},
{
"name": "J/ψ",
"description": "The J/ψ particle consists of two c quarks.",
"reputation": 5,
"cost": 100,
"cost_increase": 1.45,
"image": "assets/icons/png/Jpsi.png",
"info": "html/Jpsi.html"
},
{
"name": "τ lepton",
"description": "The third generation lepton.",
"reputation": 50,
"cost": 2000,
"cost_increase": 1.5,
"image": "assets/icons/png/tau.png",
"info": "html/tau.html"
},
{
"name": "Beauty quark",
"description": "The third generation down-type quark.",
"reputation": 100,
"cost": 25000,
"cost_increase": 1.55,
"image": "assets/icons/png/b.png",
"info": "html/b.html"
},
{
"name": "W and Z boson",
"description": "The carrier particles of the weak force.",
"reputation": 200,
"cost": 50000,
"cost_increase": 1.6,
"image": "assets/icons/png/weak.png",
"info": "html/weak.html"
},
{
"name": "Top quark",
"description": "The third generation up-type quark.",
"reputation": 1000,
"cost": 2000000,
"cost_increase": 2,
"image": "assets/icons/png/t.png",
"info": "html/top.html"
},
{
"name": "Antihydrogen",
"description": "Actual anti-matter.",
"reputation": 5000,
"cost": 10000000,
"cost_increase": 2.5,
"image": "assets/icons/png/antihydrogen.png",
"info": "html/antihydrogen.html"
},
{
"name": "B oscillations",
"description": "Oscillating B mesons.",
"reputation": 5000,
"cost": 10000000,
"cost_increase": 2.5,
"image": "assets/icons/png/BBbar.png",
"info": "html/BBbar.html"
},
{
"name": "Higgs boson",
"description": "Spontaeneous symmetry breaking and Goldstone bosons sound familiar to you, right?",
"reputation": 10000,
"cost": 50000000,
"cost_increase": 2.5,
"image": "assets/icons/png/H.png",
"info": "html/H.html"
}
]