The CERN Large Hadron Collider, the LHC, is the largest particle physics accelerator complex ever built. Since a few years, several experiments are recording data, and my experimentalist colleagues are running analysis to explore deeper the world of the elementary particles. All of this has been achieved with **significant human and financial efforts**, and I definitely believe that **the society gets something out of it**, as I have already discussed [here](https://steemit.com/science/@lemouth/the-cern-large-hadron-collider-and-its-economical-impact-on-the-society). The point I want to discuss today lies towards **data preservation** and how **could this data be used in the future, maybe in 25-50 years**? This is a question I started to investigate 7 years ago and I will share my thoughts and the actions I have undertaken since then. As **this problem is a really important one for particle physics**, I will take very seriously any comment! So do not hesitate! I will also detail the current needs with respect to my vision of the problem and maybe how non-physicists could help. This could actually be **a first particle physics project running on Steemit**, depending on the interest of course.  [image credits: [CERN](https://home.cern/topics/large-hadron-collider)] <br /> ## DATA PRESERVATION AND ACCESS - THE STATUS ## Dedicated working groups have started to study how the large amount of LHC data could be **preserved, made open access and reused**. To give an idea of why this is a non-trivial issue, the LHC produces about 25 GB of data per second. Only 1 MB of data per second is however stored thanks to powerful algorithms allowing us to sort non-interesting from interesting data. Not all non-interesting data is however thrown away as it is important to also verify that the behavior in there is the one expected. At the end of the day, **this consists of a huge amount of data to be preserved and possibly released.** **The CMS collaboration has recently released ([last April](http://opendata.cern.ch/)) half of the data collected by the collaboration in 2011, which consists of 300 TB of high-quality data**. The ALICE collaboration has planned to release a first bunch of data in 2018, and nothing is known so far for ATLAS and LHCb. <br /> ## IS IT ONLY WHAT WE NEED? ## Am I happy with data being released? Of course I am, but **this is not very helpful for most of the high-energy physics community**. Let us assume (or dream, please choose) that within a few years, a specific physics model starts to emerge as a big picture from data. **It is important to test it, in particular with respect to all previous LHC results**. This means that a lot of work has to be carried: 1. **implementing the model in the LHC simulation tools and validating this implementation**; 2. **simulating LHC collisions when the new model is accounted for**; 3. **confront the model to data**. And now let us multiply these tasks by the number of model candidates that could equally explain all results... ## STEP1 - PROBLEM SOLVED ##  [image credits: [pixabay](https://pixabay.com/en/workstation-computer-office-desktop-147953/) ] The first step was very complicated more than 10 years ago. Then comes **automation**. It is now sufficient to **feed a computer with a Lagrangian** (the equation containing all the physics) to recover, as an output, **a python version of the model that can be imported into the tools**. This pythonic way of handling physics models is now a standard in the particle physics community (and is called [the UFO](https://arxiv.org/abs/1108.2040)). For those who likes stories, this (including the choice of the UFO name) has been developed in March 2010 by a bunch of physicists isolated in a monastery in the Vosgian mountains (but with beers and wifi available). <br /> ## STEPS 2 AND 3 - THE REAL ISSUES ## **The second step (simulating LHC collisions) is more problematic.** The problem is of course not to simulate the collisions themselves, as many tools are publicly available, open source and open access, but instead to **mimic the detector response of the LHC detectors**. The official software packages used by ATLAS, CMS or other experiments have been developed by the experiments themselves and are **non public**. Even if they would become public, simulating **one collision takes of the order of one or two minutes**. To test a model, we need to try several (sometimes dozens of) combinations of the model parameters, and for each combination, we need to simulate hundred thousands collisions. **Mission impossible**. And the story does not end here. **The third step is also a problem**. To confront the model predictions to real life, it is needed to **analyze the model predictions in a similar way as was done by the experimental collaborations**, *i.e.* to confront the model to the results of a given analysis. And this analysis must therefore **exactly be reproduced**. And **hundreds of analyses have been performed by the LHC collaborations**. As the original analysis codes are **private** and properties of the collaborations, we need to **develop computer codes that will perform the experimental analyses under consideration**, and to **validate** these codes. <br /> ## FORMULATING THE REAL PROBLEM: PRESERVING ALL EXISTING ANALYSES ## Another group of physicists, still with beers, still in the mountains (but in a physics center in the Alps this time) have brought a tentative solution to the problems connected to the steps 2 and 3 above-mentioned. **They have proposed a new framework allowing to test models against data in an easy way**. Their approach is based on: * **relying on a public detector simulator** that one can tune easily, mimicking closely the real LHC detectors; * **relying on an easy-to-use C++ program** that contains lots of useful methods for reimplementing the LHC analyses. **The results will be approximate, but good enough for rapidly testing model configurations and pin down those that survive all constraints.**  <br /> What to do to implement a new analysis so that the latter could be used to test physics models? * First, one needs to **read an experimental publication** and hope it is correct and complete. * Second, one must **tune the detector** simulator and **implement the analysis** in c++. * Third, one needs to **validate** everything, or consider a given physics signal and compare official numbers with reimplemented results. **This last step is crucial for the analysis to be shared with the community and easily takes months**. Getting the validation material takes ages, sometimes is a dead-end (*sorry the student has quit physics*), and we must understand whether any difference would point towards a bug or are a genuine feature of the approach. <br /> ## CURRENT STATUS ## This approach works pretty well, we have now about **20 analyses fully validated, publicly available and used by other scientists for their studies**. We have also developed **other features** in the meantime that I believe are good for the community. * All reimplemented codes are **stored on [Inspire](http://inspirehep.net/)**, from where they are also versioned and freely available. * They are attributed a **Digital Object Identifier** so that they can be cited by scientific articles. * Code authors can **collect citations for their reimplementation codes**. * The **validation material is shared** so that anyone can double-check what has been done for the validation and trust the reimplementations. * We have developed a python program that allows one for **automatically testing any physics model against data using all available reimplemented codes**. <br /> ## TOWARDS A FIRST PARTICLE PHYSICS CHALLENGE ON STEEMIT ## **The most urgent issue is to increase the size of the library containing our reimplemented codes**. Regarding the size of the team involved in the project (and the title of the post), we do not need a blockchain to be able to track down everything that was going on. And this is the key of the problem: **we do not have enough manpower to be able to reimplement a reasonable number of analyses**. Which may sound surprizing as many people are actually using the program (*cf.* citations). But that's life. #### This project may however be spread beyond particle physics. **Anyone who can code in c++ could actually participate**. Therefore, **why not on Steemit**? I am here to help for the physics part, and the [#steemSTEM](https://steemit.chat/channel/steemSTEM) is the perfect place for discussions :) #### <br /> **Would anyone like to invest some of his spare time working for the particle physics community? To be part of something great?** Before signing up, implementing a new analysis **takes time**. A lot of time. Easily a couple of weeks, sometimes a couple of months. So be ready for that. Then, concerning **rewards**, I can see plenty of them (and they are not exclusive): * SBD and STEEM to share (status reports could also be written so that more will become available for sharing); * Each participant will be the author of a computer code that can be used by the particle physics community and cited in scientific publications; * We can imagine writing a scientific article if enough analyses are made public (to be published in an open access journal); * I can grant a participation to all involved people to a workshop that I am organizing in Korea next summer on this LHC legacy topic (I cannot however cover the flights at the time we speak); * Please name it, I will see what I can do (if possible). <br /> ## TAKE HOME MESSAGE ## In this post, I summarized my personal efforts for the legacy of the LHC and show what are the current problems. This changes from my usual posts on particle physics or cosmology, but it is also interesting to discuss real problems that our field is currently facing. I hope you enjoyed the reading and that at least some of you will accept the challenge!
author | lemouth |
---|---|
permlink | the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit |
category | science |
json_metadata | {"tags":["science","physics","academia","steemstem"],"image":["https://steemimg.com/images/2016/09/09/lhc_long_1452ab.jpg","https://steemimg.com/images/2016/10/05/workstation-147953_12805ebba.png","https://steemimg.com/images/2016/10/05/pad9b846.png"],"links":["https://steemit.com/science/@lemouth/the-cern-large-hadron-collider-and-its-economical-impact-on-the-society","https://home.cern/topics/large-hadron-collider","http://opendata.cern.ch/","https://pixabay.com/en/workstation-computer-office-desktop-147953/","https://arxiv.org/abs/1108.2040","http://inspirehep.net/","https://steemit.chat/channel/steemSTEM"]} |
created | 2016-10-05 17:21:27 |
last_update | 2016-10-06 06:15:00 |
depth | 0 |
children | 17 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 92.723 HBD |
curator_payout_value | 13.372 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10,230 |
author_reputation | 338,011,164,701,274 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,452,255 |
net_rshares | 54,844,182,927,778 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 204,139,677,805 | 84% | ||
donalddrumpf | 0 | 3,280,878,243 | 100% | ||
val-b | 0 | 5,636,419,924,546 | 35% | ||
ned | 0 | 22,144,165,527,534 | 35% | ||
riverhead | 0 | 2,400,812,687,104 | 100% | ||
xeldal | 0 | 7,288,327,018,040 | 100% | ||
enki | 0 | 5,490,286,503,121 | 100% | ||
rossco99 | 0 | 1,412,796,401,271 | 100% | ||
wang | 0 | 2,047,438,452,841 | 84% | ||
boy | 0 | 6,869,413,993 | 100% | ||
bue-witness | 0 | 8,348,207,262 | 100% | ||
bunny | 0 | 1,465,942,603 | 100% | ||
bue | 0 | 125,585,961,331 | 100% | ||
jen | 0 | 3,802,695,789 | 100% | ||
thepresident | 0 | 3,961,508,914 | 100% | ||
mini | 0 | 3,679,700,878 | 100% | ||
moon | 0 | 471,729,854 | 100% | ||
joseph | 0 | 1,397,734,606,814 | 100% | ||
masteryoda | 0 | 636,630,834,984 | 100% | ||
boombastic | 0 | 623,427,500,296 | 100% | ||
bingo-0 | 0 | 6,011,024,173 | 100% | ||
bingo-1 | 0 | 1,677,085,910 | 100% | ||
boatymcboatface | 0 | 772,442,055,296 | 100% | ||
idol | 0 | 6,862,268,470 | 100% | ||
healthcare | 0 | 1,381,133,207 | 100% | ||
daniel.pan | 0 | 2,164,470,929 | 100% | ||
sakr | 0 | 4,266,827,368 | 100% | ||
relativelyboston | 0 | 1,504,885,427 | 100% | ||
helen.tan | 0 | 636,498,927 | 100% | ||
jocelyn | 0 | 1,355,853,915 | 100% | ||
chryspano | 0 | 412,114,234,072 | 100% | ||
gavvet | 0 | 1,374,672,485,007 | 100% | ||
fkn | 0 | 3,001,220,280 | 12% | ||
elishagh1 | 0 | 3,947,241,882 | 12% | ||
cryptoctopus | 0 | 947,772,382,519 | 80% | ||
oaldamster | 0 | 58,642,407,909 | 100% | ||
murh | 0 | 1,729,394,247 | 13.37% | ||
error | 0 | 1,534,378,736 | 100% | ||
beerbloke | 0 | 25,433,654,378 | 35% | ||
theshell | 0 | 85,160,859,450 | 100% | ||
justtryme90 | 0 | 90,864,711,891 | 100% | ||
coinbitgold | 0 | 141,974,352,800 | 100% | ||
herzmeister | 0 | 65,252,990,522 | 100% | ||
grandpere | 0 | 17,241,911,941 | 100% | ||
johnbradshaw | 0 | 6,177,666,249 | 100% | ||
katyakov | 0 | 242,894,719,340 | 29% | ||
jako | 0 | 13,117,626,009 | 100% | ||
furion | 0 | 28,625,640,852 | 12% | ||
anyx | 0 | 89,310,243,069 | 20% | ||
sebastien | 0 | 20,283,745,649 | 100% | ||
gikitiki | 0 | 4,876,614,306 | 100% | ||
paco | 0 | 109,782,463,423 | 100% | ||
karen13 | 0 | 3,795,277,961 | 40% | ||
deviedev | 0 | 19,562,773,760 | 100% | ||
arcange | 0 | 26,200,204,002 | 100% | ||
creemej | 0 | 25,118,839,789 | 100% | ||
illlefr4u | 0 | 345,344,824 | 100% | ||
seljalex77 | 0 | 95,578,458 | 100% | ||
ellamaeamor | 0 | 654,277,516 | 100% | ||
jl777 | 0 | 184,541,549,621 | 40% | ||
lostnuggett | 0 | 9,179,563,945 | 100% | ||
positive | 0 | 2,434,328,054 | 12% | ||
kooshikoo | 0 | 534,434,602 | 100% | ||
claudiop63 | 0 | 64,434,883,464 | 100% | ||
proto | 0 | 15,112,818,776 | 40% | ||
alex.chien | 0 | 1,175,765,764 | 100% | ||
logic | 0 | 12,754,842,463 | 100% | ||
remlaps | 0 | 2,426,237,524 | 100% | ||
williambanks | 0 | 70,686,980,625 | 100% | ||
shortcut | 0 | 14,262,313,224 | 100% | ||
taker | 0 | 7,652,820,596 | 40% | ||
sykochica | 0 | 15,109,280,370 | 100% | ||
persianqueen | 0 | 11,584,090,190 | 100% | ||
timsaid | 0 | 74,328,974,064 | 100% | ||
aleksandraz | 0 | 10,166,282,837 | 100% | ||
writing | 0 | 17,345,322,576 | 90% | ||
krishtopa | 0 | 108,298,625,100 | 100% | ||
future24 | 0 | 1,050,618,024 | 100% | ||
cristi | 0 | 26,790,694,650 | 100% | ||
pjheinz | 0 | 19,228,828,593 | 100% | ||
lemouth | 0 | 21,426,328,853 | 100% | ||
almerri | 0 | 6,705,888,903 | 100% | ||
rjbauer85 | 0 | 68,099,347 | 100% | ||
anarchyhasnogods | 0 | 15,546,798,889 | 100% | ||
claudia | 0 | 2,195,705,487 | 100% | ||
archimedes | 0 | 1,216,422,193 | 100% | ||
craigwilliamz | 0 | 11,280,352,396 | 100% | ||
englishtchrivy | 0 | 8,428,713,657 | 100% | ||
lamouthe | 0 | 93,578,702 | 100% | ||
leavemealone | 0 | 4,473,835,277 | 100% | ||
getonthetrain | 0 | 12,655,002,838 | 100% | ||
kommienezuspadt | 0 | 21,740,851,498 | 100% | ||
remlaps1 | 0 | 171,439,778 | 100% | ||
darkminded153 | 0 | 8,499,561,042 | 100% | ||
photorealistic | 0 | 158,714,404 | 100% | ||
onemyday | 0 | 1,654,417,774 | 100% | ||
steemstem | 0 | 139,713,989 | 100% | ||
lafilip | 0 | 248,168,395 | 100% | ||
experiment | 0 | 131,657,644 | 100% | ||
kyr | 0 | 117,903,964 | 100% |
Very cool...
author | coinbitgold |
---|---|
permlink | re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161005t181111585z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-05 18:11:30 |
last_update | 2016-10-05 18:11:30 |
depth | 1 |
children | 0 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 21,431,846,524,448 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,452,659 |
net_rshares | 20,570,774,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 20,570,774,956 | 100% |
my skills may not be up to this either, but I'm willing to offer my help :)
author | cristi |
---|---|
permlink | re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161005t185759573z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-05 18:57:57 |
last_update | 2016-10-05 18:57:57 |
depth | 1 |
children | 1 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 128,305,218,872,904 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,453,055 |
net_rshares | 20,142,217,145 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 20,142,217,145 | 100% |
I am glad you want to participate (did I get it right?). Let's discuss on the chat concerning what you can do and how this can be adapted to the needs :)
author | lemouth |
---|---|
permlink | re-cristi-re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161005t190814807z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-05 19:08:15 |
last_update | 2016-10-05 19:08:15 |
depth | 2 |
children | 0 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 338,011,164,701,274 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,453,140 |
net_rshares | 0 |
Wow, what a large project! I have no skills that you need but wish you the best.
author | getonthetrain |
---|---|
permlink | re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161005t172830143z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-05 17:28:33 |
last_update | 2016-10-05 17:28:33 |
depth | 1 |
children | 9 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 92,954,259,049,521 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,452,312 |
net_rshares | 20,570,774,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 20,570,774,956 | 100% |
You copy paste only change some words and donΒ΄t ad the source https://en.wikipedia.org/wiki/Large_Hadron_Collider
author | bissojit |
---|---|
permlink | re-getonthetrain-re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161006t000628500z |
category | science |
json_metadata | {"tags":["science"],"links":["https://en.wikipedia.org/wiki/Large_Hadron_Collider"]} |
created | 2016-10-06 00:06:27 |
last_update | 2016-10-06 00:06:27 |
depth | 2 |
children | 7 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 24,554,257,576 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,455,522 |
net_rshares | 0 |
Sorry but which paragraph exactly? Have you really read the text? There is no source needed and some links are provided within the text. Moreover, please show me how my text would be not original and if you can find it elsewhere. In particular, I cannot find any part of it on Wikipedia... Your claim is very abusive IMO. So please prove it!
author | lemouth |
---|---|
permlink | re-bissojit-re-getonthetrain-re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161006t055851261z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-06 05:58:54 |
last_update | 2016-10-06 11:14:51 |
depth | 3 |
children | 6 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 346 |
author_reputation | 338,011,164,701,274 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,457,391 |
net_rshares | 13,945,745,938 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
logic | 0 | 13,945,745,938 | 100% |
Once you learn C++ (this can be done in an afternoon), I can take care of teaching the rest ;) The only requirements are actually time and motivation.
author | lemouth |
---|---|
permlink | re-getonthetrain-re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161005t190503296z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-05 19:05:03 |
last_update | 2016-10-05 19:05:03 |
depth | 2 |
children | 0 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 338,011,164,701,274 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,453,114 |
net_rshares | 0 |
I have resteemed in hopes that more people see this.
author | gikitiki |
---|---|
permlink | re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161005t175843506z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-05 17:58:42 |
last_update | 2016-10-05 17:58:42 |
depth | 1 |
children | 1 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 16,572,681,158,525 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,452,555 |
net_rshares | 20,570,774,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 20,570,774,956 | 100% |
Thanks a lot! Let's see!
author | lemouth |
---|---|
permlink | re-gikitiki-re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161005t190526368z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-05 19:05:27 |
last_update | 2016-10-05 19:05:27 |
depth | 2 |
children | 0 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 338,011,164,701,274 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,453,118 |
net_rshares | 0 |
wow, keep posting on the particle physics topic. It's absolutely fascinating, especially when so serious researchers share their own experience!
author | krishtopa |
---|---|
permlink | re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-20161006t095859272z |
category | science |
json_metadata | {"tags":["science"]} |
created | 2016-10-06 09:59:06 |
last_update | 2016-10-06 09:59:06 |
depth | 1 |
children | 0 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 48,350,480,258,009 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,458,534 |
net_rshares | 21,432,543,401 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 21,432,543,401 | 100% |
This post has been linked to from another place on Steem. - [Dark matter, the hidden mass of the universe](https://steemit.com/space/@anarchyhasnogods/dark-matter-the-hidden-mass-of-the-universe) by @anarchyhasnogods Learn more about [**linkback bot v0.4**](https://steemit.com/steem/@ontofractal/steem-linkback-bot-v0-4-released). Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise. Built by @ontofractal
author | linkback-bot-v0 |
---|---|
permlink | re-lemouth-the-lhc-legacy-without-any-blockchain-towards-a-first-particle-physics-challenge-on-steemit-linkbacks |
category | science |
json_metadata | {} |
created | 2016-10-07 11:47:54 |
last_update | 2016-10-07 11:47:54 |
depth | 1 |
children | 0 |
last_payout | 2016-11-05 23:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 453 |
author_reputation | 1,915,954,976,722 |
root_title | "The LHC legacy (without any blockchain) - towards a first particle physics challenge on Steemit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,468,633 |
net_rshares | 0 |