Files
cardsforscience/json/research.json
T
2014-11-08 15:55:00 +01:00

93 lines
2.4 KiB
JSON

[
{
"name": "CP violation",
"description": "CP symmetry is broken!",
"reputation": 1,
"cost": 10,
"cost_increase": 1.4,
"image": "assets/icons/png/CPV.png",
"info": "html/CPV.html",
"info_levels": [1, 5, 10, 25]
},
{
"name": "J/ψ",
"description": "The J/ψ meson consists of a c and an anti-c quark.",
"reputation": 5,
"cost": 100,
"cost_increase": 1.45,
"image": "assets/icons/png/Jpsi.png",
"info": "html/Jpsi.html",
"info_levels": [1, 5, 10, 25]
},
{
"name": "τ lepton",
"description": "The third generation charged lepton.",
"reputation": 50,
"cost": 2000,
"cost_increase": 1.5,
"image": "assets/icons/png/tau.png",
"info": "html/tau.html",
"info_levels": [1, 5, 10, 25]
},
{
"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",
"info_levels": [1, 5, 10, 25]
},
{
"name": "W and Z boson",
"description": "The carriers of the weak force.",
"reputation": 200,
"cost": 50000,
"cost_increase": 1.6,
"image": "assets/icons/png/weak.png",
"info": "html/weak.html",
"info_levels": [1, 5, 10, 25]
},
{
"name": "Top quark",
"description": "The heaviest of the quarks.",
"reputation": 1000,
"cost": 2000000,
"cost_increase": 2,
"image": "assets/icons/png/t.png",
"info": "html/top.html",
"info_levels": [1, 5, 10, 25]
},
{
"name": "Antihydrogen",
"description": "The lightest anti-atom, it consists of an antiproton and a positron.",
"reputation": 5000,
"cost": 10000000,
"cost_increase": 2.5,
"image": "assets/icons/png/antihydrogen.png",
"info": "html/antihydrogen.html",
"info_levels": [1, 5, 10, 25]
},
{
"name": "B oscillations",
"description": "B mesons turn into their antiparticles and vice versa!",
"reputation": 5000,
"cost": 50000000,
"cost_increase": 2.5,
"image": "assets/icons/png/BBbar.png",
"info": "html/BBbar.html",
"info_levels": [1, 5, 10, 25]
},
{
"name": "Higgs boson",
"description": "Spontaneous symmetry breaking and Goldstone bosons sound familiar to you, right?",
"reputation": 10000,
"cost": 72500000,
"cost_increase": 3,
"image": "assets/icons/png/H.png",
"info": "html/H.html",
"info_levels": [1, 5, 10, 25]
}
]