<div class="text-justify"> In order to allow Utopian contributors to design LHC analysis codes that could be helpful to particle physics, it is first necessary to explain what one detects in a collider experiment such as those ongoing at the [**Large Hadron Collider**](https://home.cern/topics/large-hadron-collider) (the LHC) at [**CERN**](http://cern.ch). In addition, it is also needed to be able to link those [**detectable physics objects**](https://steemit.com/steemstem/@lemouth/ppcc7-basic-principles-for-detecting-elementary-particles-with-onions) to **the manner to implement and use them in the** [**MadAnalysis 5 platform**](https://launchpad.net/madanalysis5) that we plan to use (that is also mirrored on [**GitHub**](https://github.com/BFuks/madanalysis-utopian)). <div class="pull-left"> <center> <img src="https://s17.postimg.org/xg9j5bu1b/lhctunnel.jpg"> <sub>[image credits: <a href="https://home.cern/topics/large-hadron-collider">CERN</a>]</sub> </center> </div> This post thus consists in the **step 1a** of the roadmap sketched [**here**](https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started). I decided to split the initial step 1 into several parts, as I prefer to move slowly and strongly instead of quickly and unreliably. Each post will hence go straight to one specific point instead of plenty of them. I want to somehow make sure that everyone follows. <br /> They are **several classes of objects that are reconstructed in a typical LHC detector**. They are classified through **six containers in the MadAnalysis 5 framework** (we will focus on only three of them today). The handling of those objects is crucial for the rest of this project, and I will therefore propose a series of programming exercises accompanying my posts to facilitate their usage (in a way in which one understands what one is doing). I believe those exercises are important for a better handling of the next more complicated (at least from the physics standpoint) steps. I invite all the participants to **publish the pieces of code solving the exercises on Utopian**. Please make sure to tag me either directly on the post or on discord. My discord username is lemouth#8260, and I can be found both on the [**steemstem**](https://discord.gg/9c7pKVD) and [**utopian**](https://discord.gg/58nhyJ4) discord servers. Without such a mention, I may just miss your post :/ I am obviously available for questions (both on discord and in the comment section of this article). ___ ## PARTICLE DETECTION AT THE LHC IN A NUTSHELL ## In a particle collision such as those on-going at the LHC, many particles are produced. **Some of them can reach the material of the detectors unaltered**, so that they can interact with it. This leaves signals that allow physicists to infer the presence of these particles (through an often complex electronic apparatus). This is what we call **stable particles,** as they are stable on detector time scales. <div class="pull-right"> <center> <img src="https://s13.postimg.org/70b49cvqf/ggmel.jpg"> <sub>[image credits: <a href="https://home.cern/fr/about/updates/2015/06/seeing-invisible-event-displays-particle-physics">CERN</a>]</sub> </center> </div> The second class of objects that can be reconstructed in a detector are what we call **jets of strongly-interacting particles**, or simply jets. The strong interaction is one of the three fundamental interactions and it plays a key role at the LHC. It indeed governs the LHC collision processes from almost *A* to *Z*. Of course, we are here more interested in the *Z* side, that tells us that **any produced strongly-interacting particle always leads to a jet made of many of them**. I will skip any extra detail for today; I hope to have been clear enough in a small amount of words. But please do not worry, I will come back to this very soon. The last class of objects that can be reconstructed in a detector consists of **unstable particles**. As their name suggest it, those particles decay, almost instantaneously and through a sometimes complicated process, into stable particles and/or jets. Therefore, one cannot detect them, and only **the analysis of the properties of the observed final-state particles allows to infer their initial presence**. And of course, we are also capable to **detect the invisible**… This may be seen as a fourth class of observable objects (yes, really!) in the detector records of any LHC collision: the **missing energy**. ___ ## THE STRUCTURE OF A MADANALYSIS 5 ANALYSIS ## <div class="pull-left"> <center> <img src="http://madanalysis.irmp.ucl.ac.be/chrome/site/MA5.jpg"> <sub>[image credits: <a href="https://launchpad.net/madanalysis5">MadAnalsysis 5</a>]</sub> </center> </div> It is now time to make a parallel with the MadAnalysis 5 framework. Instead of providing a full manual that one may have forgotten before starting anything more concrete, I will instead be practical and proceed with a series of well defined exercises, closely linking physics to coding. **One given collision recorded in a detector is called an event**. Correspondingly, the corresponding object in the MadAnalysis 5 framework is called ```event```. The LHC analyses that will be implemented within this Utopian project hence consist in C++ codes allowing to process the information included in an entire sample of ```event``` objects, representing what could really happen in thousands of LHC collisions. In practice, the task that will be assigned to the contributors will be to compute quantities that will allow one to make decisions about how to treat an event. One indeed needs to decide if one needs to reject an event (because it is found boring) or to keep it for further investigations (as a source of a potentially interesting phenomenon). <br /> <div class="pull-right"> <center> <img src="https://s31.postimg.cc/68onamorv/prog.jpg"> <sub>[image credits: <a href="https://pixabay.com/en/matrix-technology-data-digital-3408060/">Pixabay</a> (CC0)]</sub> </center> </div> In order to start, one should go to the directory in which MadAnalysis 5 has been installed (see [**here**](https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started) for the installation instructions) and then type, in a shell, ```./bin/ma5 -E test_folder test_analysis``` This leads to the creation of a folder named ```test_folder``` in which we will code a toy analysis (*i.e.* the exercise to be done in this post). The file to modify to this end is ``` test_folder/Build/SampleAnalyzer/User/Analyzer/test_analysis.cpp``` The code inside it contains three methods named ```Initialize```, ```Execute``` and ```Finalize```. In this post, we are only interested in modifying the ```Execute``` method. If one looks into that ```test_analysis.cpp``` file and in the template for the ```Execute``` method, one can observe that it takes an ```event``` object in argument, ``` bool test_analysis::Execute(SampleFormat& sample, const EventFormat& event) { … } ``` One will hence have to implement a code processing the attributes of this ```event``` object. ___ ## STABLE PARTICLES ## <div class="pull-left"> <center> <img src="https://s7.postimg.org/5xjw0h9m3/ligt.jpg"> <sub>[image credits: <a href="https://commons.wikimedia.org/wiki/File:Staccoto_Lightning.jpg">Wikimedia</a>]</sub> </center> </div> The first category of particles that I want to focus on consists in the set of particles that are stable from the point of view of a typical LHC detector. This means that once produced, these particles will just fly until they meet the material of the detector itself. At that moment, they will interact with this material and **leave tracks and/or energy deposits from which physicists will be able to deduce their presence and measure their properties**. There are three of these particles: **[electrons](https://en.wikipedia.org/wiki/Electron), [muons](https://en.wikipedia.org/wiki/Muon) and [photons](https://en.wikipedia.org/wiki/Photon)** (as well as the associated antiparticles). In other words, **these objects are observed as such** and can be reconstructed (with a given efficiency) almost straightforwardly from all their hits in the detector. All the physics objects that are reconstructed in an event can be accessed through the ```event``` object attached to each collision event: - electrons are stored in the ```event.rec()->electrons()``` container; - muons are stored in the ```event.rec()->muons()``` container; - photons are stored in the ```event.rec()->photons()``` container. Kind of straightforward isn’t it? **The three above C++ objects are vectors of special objects with given properties**. The study of these properties will be the topic of the next post (this one is already way too long), as well as the investigation of any other type of objects recorded in a detector. But in short, one can implement a loop over these vectors like for any c++ vector, ``` for(unsigned int ii=0; ii<event.rec()->electrons().size(); ii++) { … } ``` ___ ## THE EXERCISE ## Let us first play a little bit with electrons, photons and muons. As I do no know the level of the participants to this project, I propose a super easy exercise. For more complicated things, please stay tuned! :) 1. Download a sample of **10 simulated LHC collisions** from [**here**](http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/MA5PublicSandBox/tth_aa.root). This file has been generated by means of the Delphes program that has been installed together with MadAnalysis 5, under the [**root**](https://root.cern.ch/) format (also installed last week). I repeat that information on the installation procedure can be found [**here**](https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started). 2. Edit the file ```test_folder/Build/SampleAnalyzer/User/Analyzer/test_analysis.cpp``` and implement a piece of code in the ```Execute``` function allowing for the evaluation of the numbers of photons, electrons and muons present in each event. Following Utopian guidelines, I am expecting all codes to be stored on [**github**](https://github.com/). 3. Compile the code and generate an executable by typing ``` cd test_folder/Build source setup.sh make ``` 4. Create the (text) file ```test_folder/Input/tth_aa.list``` and indicate in it the absolute path to the downloaded event file (the location of the ```tth_aa.root``` file on the local machine). 5. Execute the code ``` cd test_folder/Build; ./MadAnalysis5job ../Input/tth_aa.list ``` 6. Please provide the answer to the question raised in point 2. Don’t hesitate to write a post presenting and detailing your code allowing to get to the answer. Please do not forget to mention me directly within your post, so that I could easily find it. I also kindly ask to commit the c++ source file to [**this GitHub repository**](https://github.com/BFuks/mad5-utopian-exercises) repository so that it would be easier for me to double check what has been done. Please follow the following syntax for the filename: ```ex1a-<steemitID>.cpp``` I fix the deadline to Wednesday May 30th, 16:00 UTC (I repeat, this exercise is easy). Then we will move on with the next step. #### After this easy warm-up, things will get harder and more interesting next week! Remember, the goal is to implement a particle physics analysis such as those really performed at the LHC at CERN! ___ ### STEEMSTEM ### SteemSTEM is a community-driven project that now runs on Steem for more than 1.5 year. We seek to build a community of science lovers and to make the Steem blockchain a better place for Science Technology Engineering and Mathematics (STEM). More information can be found on the **@steemstem** blog, on our [**discord server**](https://discord.gg/Ph2beq) and in our last [**project report**](https://steemit.com/steemstem/@steemstem/steemstem-winter-2017-2018-project-update). Please also have a look on [**this post**](https://steemit.com/steemstem/@steemstem/rebooting-steemstem-towards-an-engaged-community-on-the-steem-blockchain) for what concerns the building of our community. </div>
author | lemouth |
---|---|
permlink | particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer |
category | utopian-io |
json_metadata | {"tags":["utopian-io","blog","steemstem","science","physics"],"users":["steemstem"],"image":["https://s17.postimg.org/xg9j5bu1b/lhctunnel.jpg","https://s13.postimg.org/70b49cvqf/ggmel.jpg","http://madanalysis.irmp.ucl.ac.be/chrome/site/MA5.jpg","https://s31.postimg.cc/68onamorv/prog.jpg","https://s7.postimg.org/5xjw0h9m3/ligt.jpg"],"links":["https://home.cern/topics/large-hadron-collider","http://cern.ch","https://steemit.com/steemstem/@lemouth/ppcc7-basic-principles-for-detecting-elementary-particles-with-onions","https://launchpad.net/madanalysis5","https://github.com/BFuks/madanalysis-utopian","https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started","https://discord.gg/9c7pKVD","https://discord.gg/58nhyJ4","https://home.cern/fr/about/updates/2015/06/seeing-invisible-event-displays-particle-physics","https://pixabay.com/en/matrix-technology-data-digital-3408060/","https://commons.wikimedia.org/wiki/File:Staccoto_Lightning.jpg","https://en.wikipedia.org/wiki/Electron","https://en.wikipedia.org/wiki/Muon","https://en.wikipedia.org/wiki/Photon","http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/MA5PublicSandBox/tth_aa.root","https://root.cern.ch/","https://github.com/","https://github.com/BFuks/mad5-utopian-exercises","https://discord.gg/Ph2beq","https://steemit.com/steemstem/@steemstem/steemstem-winter-2017-2018-project-update","https://steemit.com/steemstem/@steemstem/rebooting-steemstem-towards-an-engaged-community-on-the-steem-blockchain"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-05-24 13:34:36 |
last_update | 2018-05-26 09:00:54 |
depth | 0 |
children | 81 |
last_payout | 2018-05-31 13:34:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 178.289 HBD |
curator_payout_value | 48.426 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12,370 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,458,088 |
net_rshares | 60,197,750,556,688 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
analisa | 0 | 3,780,141,858,498 | 100% | ||
wackou | 0 | 1,054,569,213,822 | 25% | ||
lafona-miner | 0 | 1,473,414,610,322 | 75% | ||
donkeypong | 0 | 12,479,556,868,728 | 100% | ||
teamsteem | 0 | 514,871,641,734 | 10% | ||
cryptoctopus | 0 | 2,241,433,899,839 | 50% | ||
arzy | 0 | 80,900,277 | 50% | ||
kevinwong | 0 | 1,412,789,444,333 | 23% | ||
thecryptofiend | 0 | 19,344,379,108 | 25% | ||
justtryme90 | 0 | 1,183,911,707,278 | 50% | ||
eric-boucher | 0 | 90,343,805,476 | 25% | ||
coinbitgold | 0 | 43,083,333,318 | 80% | ||
grandpere | 0 | 317,249,159,860 | 100% | ||
vortac | 0 | 758,305,229,987 | 20% | ||
nepalipahad | 0 | 13,500,725,782 | 10% | ||
simon.braki.love | 0 | 1,913,789,886 | 100% | ||
ubg | 0 | 605,861,512 | 1% | ||
deboas | 0 | 4,657,978,414 | 100% | ||
arconite | 0 | 6,937,541,630 | 11.5% | ||
kooshikoo | 0 | 8,821,579,219 | 25% | ||
logic | 0 | 7,400,558,834 | 20% | ||
shaka | 0 | 3,099,365,197,885 | 100% | ||
akislam | 0 | 114,749,285 | 25% | ||
nickskywalker | 0 | 23,779,807,018 | 100% | ||
dks100 | 0 | 553,258,659 | 50% | ||
hanshotfirst | 0 | 577,767,011,927 | 14% | ||
kyriacos | 0 | 47,081,289,763 | 26% | ||
lemouth | 0 | 474,265,580,595 | 100% | ||
sifodyas | 0 | 8,296,729,322 | 100% | ||
rjbauer85 | 0 | 4,514,365,111 | 75% | ||
anarchyhasnogods | 0 | 333,255,511,111 | 100% | ||
etcmike | 0 | 50,740,414,374 | 25% | ||
lamouthe | 0 | 22,302,451,506 | 100% | ||
kyusho | 0 | 8,959,117,246 | 5% | ||
wildmanhowling | 0 | 288,908,844 | 25% | ||
teseo | 0 | 445,509,627 | 100% | ||
rynow | 0 | 27,754,247,135 | 5% | ||
the-naked-geek | 0 | 348,520,733 | 25% | ||
dylanhobalart | 0 | 653,797,360 | 6% | ||
techslut | 0 | 53,816,066,124 | 20% | ||
steemtruth | 0 | 2,807,638,845 | 10% | ||
slider2990 | 0 | 8,626,302,571 | 25% | ||
giantbear | 0 | 80,222,559,859 | 25% | ||
steemstem | 0 | 1,952,893,813,637 | 75% | ||
starrkravenmaf | 0 | 6,442,270,080 | 50% | ||
kristine | 0 | 308,242,379 | 25% | ||
crowdfundedwhale | 0 | 63,581,605,427 | 12% | ||
neutrino | 0 | 2,388,304,762 | 100% | ||
brobear1995 | 0 | 409,232,191 | 25% | ||
steemprentice | 0 | 23,250,385,067 | 10% | ||
foundation | 0 | 10,100,167,788 | 75% | ||
ixindamix | 0 | 89,448,055,911 | 100% | ||
the-devil | 0 | 9,577,693,755 | 75% | ||
mariana85 | 0 | 805,906,412 | 10% | ||
thevenusproject | 0 | 40,581,366,227 | 75% | ||
chessmasterhex | 0 | 143,376,762 | 100% | ||
mendezand | 0 | 1,440,226,256 | 10% | ||
enlight100 | 0 | 54,599,087 | 25% | ||
jgpro | 0 | 493,365,101 | 25% | ||
hagbardceline | 0 | 127,806,302,247 | 100% | ||
pbock | 0 | 488,187,282 | 5% | ||
xanadu | 0 | 345,821,958 | 25% | ||
borislavzlatanov | 0 | 6,013,397,030 | 75% | ||
yoon | 0 | 56,460,515,410 | 50% | ||
lordneroo | 0 | 14,866,814,281 | 100% | ||
michelios | 0 | 9,151,985,105 | 7.5% | ||
djredimi2 | 0 | 1,836,384,460 | 100% | ||
kirkins | 0 | 2,544,540,908 | 5% | ||
jamhuery | 0 | 10,122,860,063 | 100% | ||
herfie | 0 | 52,203,825 | 25% | ||
bloom | 0 | 403,465,766,134 | 100% | ||
redpill | 0 | 2,553,922,250 | 50% | ||
jacalf | 0 | 352,035,211 | 50% | ||
lotfiuser | 0 | 125,816,077 | 25% | ||
eurogee | 0 | 9,736,846,530 | 48% | ||
bargolis | 0 | 412,855,452 | 2.5% | ||
mobbs | 0 | 174,505,567,436 | 60% | ||
suerisue | 0 | 31,346,287,011 | 25% | ||
kryzsec | 0 | 44,269,979,498 | 75% | ||
jakipatryk | 0 | 51,828,594,157 | 100% | ||
nedspeaks | 0 | 15,668,134,363 | 75% | ||
fredrikaa | 0 | 170,846,589,039 | 37.5% | ||
rishadhaque | 0 | 109,948,899 | 25% | ||
odic3o1 | 0 | 61,730,359 | 7.5% | ||
leon2121 | 0 | 991,541,518 | 100% | ||
malicered | 0 | 31,604,171,461 | 50% | ||
samminator | 0 | 39,848,830,436 | 100% | ||
keshawn | 0 | 1,242,197,231 | 50% | ||
pvtrickheaton | 0 | 152,696,822 | 25% | ||
dwolfe | 0 | 759,906,331 | 100% | ||
kisom1 | 0 | 113,435,184 | 25% | ||
steemanator | 0 | 223,708,263 | 50% | ||
dber | 0 | 18,632,535,833 | 75% | ||
smartgeek | 0 | 232,015,468 | 50% | ||
chrispy99 | 0 | 227,277,416 | 1% | ||
kerriknox | 0 | 136,806,974,091 | 75% | ||
alexander.alexis | 0 | 11,380,814,001 | 37.5% | ||
beoped | 0 | 16,281,061,086 | 10% | ||
cobloc | 0 | 109,657,056 | 2.5% | ||
othniel | 0 | 170,739,211 | 25% | ||
blessing97 | 0 | 3,110,687,057 | 75% | ||
suesa | 0 | 325,811,727,773 | 100% | ||
faluthi01 | 0 | 70,687,113 | 5% | ||
saunter | 0 | 34,100,625,214 | 100% | ||
rival | 0 | 1,499,686,757 | 1% | ||
pyrslx | 0 | 262,869,926 | 50% | ||
sensation | 0 | 167,204,511 | 100% | ||
zacherybinx | 0 | 367,752,413 | 50% | ||
veleje | 0 | 11,561,429,439 | 100% | ||
rockeynayak | 0 | 445,964,545 | 75% | ||
corsica | 0 | 39,006,644,951 | 100% | ||
ruth-girl | 0 | 159,143,793,900 | 100% | ||
ertwro | 0 | 30,240,794,687 | 75% | ||
pisolutionsmru | 0 | 11,814,426,879 | 50% | ||
geekgirl | 0 | 34,312,614,471 | 100% | ||
tradfursten | 0 | 167,875,047 | 100% | ||
juanjdiaz89 | 0 | 1,741,063,414 | 75% | ||
nitesh9 | 0 | 18,287,927,315 | 75% | ||
fancybrothers | 0 | 9,799,875,902 | 22.5% | ||
blackmagic | 0 | 195,396,634 | 5% | ||
goga | 0 | 99,430,564 | 50% | ||
nomad0712 | 0 | 217,936,545 | 50% | ||
churchboy | 0 | 13,000,822,674 | 75% | ||
jpederson96 | 0 | 77,921,394 | 1.87% | ||
howo | 0 | 158,383,068,025 | 100% | ||
tsoldovieri | 0 | 5,180,916,041 | 100% | ||
himal | 0 | 5,627,593,441 | 75% | ||
bachuslib | 0 | 20,830,131,228 | 100% | ||
hellosusu | 0 | 228,244,863 | 50% | ||
abigail-dantes | 0 | 1,529,965,992,616 | 100% | ||
rickie | 0 | 26,133,320,509 | 100% | ||
ovij | 0 | 16,126,403,912 | 100% | ||
suravsingh | 0 | 967,916,451 | 75% | ||
mhel | 0 | 500,540,115 | 10% | ||
joseg | 0 | 482,158,123 | 100% | ||
patriciangela | 0 | 150,778,621 | 50% | ||
planetenamek | 0 | 1,201,459,877 | 3.75% | ||
mountain.phil28 | 0 | 3,601,616,416 | 25% | ||
beulahlandeu | 0 | 207,632,891 | 25% | ||
fujiwara | 0 | 85,277,512 | 50% | ||
tanyaschutte | 0 | 626,271,175 | 7.5% | ||
juancmz | 0 | 601,094,162 | 100% | ||
zest | 0 | 39,095,326,466 | 100% | ||
felixrodriguez | 0 | 1,935,179,803 | 37.5% | ||
danielakreher | 0 | 89,831,321 | 15% | ||
dysprosium | 0 | 19,667,864,455 | 100% | ||
wuzupin | 0 | 152,851,641 | 25% | ||
budifatria | 0 | 50,862,229 | 25% | ||
masterwriter | 0 | 2,660,949,829 | 75% | ||
rizalmahrez | 0 | 296,540,620 | 50% | ||
biplob12 | 0 | 85,777,637 | 25% | ||
nanwaiwaimyint | 0 | 98,034,184 | 25% | ||
greenrun | 0 | 80,455,428,076 | 100% | ||
redwood419 | 0 | 18,843,215,674 | 50% | ||
ponpase | 0 | 4,681,902,593 | 100% | ||
jedigeiss | 0 | 690,849,912,397 | 100% | ||
nurhayati | 0 | 754,161,567 | 11.5% | ||
safril21 | 0 | 119,000,753 | 25% | ||
irishcoffee | 0 | 611,379,883 | 100% | ||
arquiatra | 0 | 282,839,820 | 25% | ||
ksolymosi | 0 | 14,521,814,502 | 75% | ||
simplifylife | 0 | 10,764,222,890 | 37.5% | ||
damzxyno | 0 | 289,362,287 | 15% | ||
oscardavid | 0 | 153,375,040 | 25% | ||
iqbal84 | 0 | 219,019,748 | 25% | ||
thatterrioguy | 0 | 891,492,422 | 37.5% | ||
erikkun28 | 0 | 102,950,675 | 25% | ||
snowstorm231 | 0 | 116,360,161 | 37.5% | ||
johnquake | 0 | 931,627,844 | 25% | ||
collennes | 0 | 225,901,244 | 50% | ||
mayowadavid | 0 | 4,307,868,478 | 37.5% | ||
ygriffiny | 0 | 174,796,468 | 50% | ||
thequantumknight | 0 | 3,900,452,516 | 100% | ||
lifesavers | 0 | 275,506,797 | 5% | ||
zeeshan003 | 0 | 1,214,439,808 | 75% | ||
markmorbidity | 0 | 98,360,409 | 25% | ||
bobtucks | 0 | 110,314,479 | 25% | ||
drtobi18 | 0 | 36,310,018,813 | 25% | ||
mapleleaf123 | 0 | 122,058,970 | 25% | ||
happychild | 0 | 9,795,496,390 | 25% | ||
anevolvedmonkey | 0 | 1,021,050,296 | 100% | ||
peaceandwar | 0 | 4,218,752,774 | 25% | ||
enzor | 0 | 1,303,367,575 | 37.5% | ||
tazbaz | 0 | 2,838,038,171 | 25% | ||
gardeningabc | 0 | 2,082,549,607 | 50% | ||
hrovat66 | 0 | 78,624,258 | 25% | ||
elear | 0 | 6,337,150,992 | 100% | ||
erh.germany | 0 | 33,319,900,234 | 80% | ||
pratik27 | 0 | 9,833,893,309 | 100% | ||
carloserp-2000 | 0 | 14,681,099,416 | 75% | ||
rachelsmantra | 0 | 3,132,562,601 | 75% | ||
gauttam | 0 | 106,546,187 | 5% | ||
zazelpop | 0 | 166,927,235 | 12.5% | ||
andreia.loops | 0 | 910,796,767 | 100% | ||
osama-rodriguez4 | 0 | 506,961,201 | 37.5% | ||
sammarkjames | 0 | 89,241,775 | 50% | ||
gra | 0 | 25,585,997,643 | 75% | ||
utopian-io | 0 | 22,108,292,228,359 | 15% | ||
mdsaifultop | 0 | 150,345,059 | 25% | ||
ifartrainbows | 0 | 511,389,431 | 18.75% | ||
thatphysicsguy | 0 | 611,113,592 | 100% | ||
exercisinghealth | 0 | 12,073,763,910 | 75% | ||
underworld24 | 0 | 150,292,051 | 25% | ||
tfcoates | 0 | 13,509,846,220 | 100% | ||
pipo092281 | 0 | 125,463,055 | 25% | ||
sci-guy | 0 | 194,497,259 | 75% | ||
chosungyun | 0 | 8,836,309,805 | 40% | ||
dbddv01 | 0 | 79,808,110 | 10% | ||
rudyardcatling | 0 | 7,534,599,340 | 100% | ||
gazbaz4000 | 0 | 672,851,121 | 10% | ||
craigahamilton | 0 | 97,712,759 | 5% | ||
justindaviesart | 0 | 90,470,045 | 25% | ||
smitop | 0 | 272,124,692 | 50% | ||
eleonardo | 0 | 450,699,589 | 25% | ||
yanga | 0 | 3,743,910,989 | 100% | ||
aboutcoolscience | 0 | 53,076,228,277 | 40% | ||
guga34 | 0 | 4,425,328,196 | 100% | ||
klizo | 0 | 628,347,860 | 25% | ||
faiz23 | 0 | 450,097,474 | 100% | ||
abbykane | 0 | 61,392,334 | 10% | ||
vinxy | 0 | 360,101,840 | 75% | ||
ecoman1 | 0 | 601,162,072 | 100% | ||
ladybirdec | 0 | 266,397,307 | 100% | ||
steemitstats | 0 | 3,267,231,798 | 5% | ||
physics.benjamin | 0 | 2,293,217,502 | 75% | ||
buti95 | 0 | 110,162,991 | 25% | ||
egotheist | 0 | 16,178,316,543 | 100% | ||
kenadis | 0 | 19,843,310,566 | 75% | ||
esaia.mystic | 0 | 2,364,077,092 | 50% | ||
amavi | 0 | 11,712,889,602 | 15% | ||
florae | 0 | 3,256,958,531 | 75% | ||
obvious | 0 | 24,607,302,149 | 46% | ||
enjoyy | 0 | 229,072,816 | 25% | ||
jsonkidd | 0 | 874,945,302 | 60% | ||
spark92 | 0 | 84,352,104 | 25% | ||
robotics101 | 0 | 4,240,246,709 | 100% | ||
tristan-muller | 0 | 529,726,660 | 75% | ||
hasan086 | 0 | 243,508,412 | 25% | ||
rojinstha13 | 0 | 152,752,546 | 25% | ||
ilovekrys | 0 | 110,166,057 | 25% | ||
alexs1320 | 0 | 39,353,013,236 | 100% | ||
andisantos | 0 | 233,111,498 | 25% | ||
joeycrack | 0 | 548,332,924 | 37.5% | ||
bibekstha75 | 0 | 218,936,283 | 50% | ||
as31 | 0 | 2,559,797,218 | 48% | ||
mactro | 0 | 1,502,142,244 | 100% | ||
argentoescribe | 0 | 220,738,579 | 50% | ||
aamin | 0 | 1,036,953,244 | 37.5% | ||
harkushi | 0 | 125,613,996 | 25% | ||
duranc | 0 | 126,114,663 | 50% | ||
e-gaucho | 0 | 257,696,181 | 50% | ||
sco | 0 | 41,478,752,122 | 100% | ||
adetola | 0 | 4,559,890,398 | 75% | ||
steemgreen | 0 | 1,026,714,524 | 100% | ||
barut | 0 | 134,493,118 | 25% | ||
minestein | 0 | 461,642,218 | 100% | ||
rharphelle | 0 | 1,134,877,134 | 25% | ||
gordon92 | 0 | 815,758,240 | 11.5% | ||
dysfunctional | 0 | 8,861,289,860 | 100% | ||
monie | 0 | 474,630,916 | 100% | ||
r351574nc3 | 0 | 620,275,984 | 1% | ||
kingingodwin | 0 | 305,506,042 | 50% | ||
tijani | 0 | 222,792,495 | 50% | ||
lulafleur | 0 | 3,137,210,473 | 46% | ||
alucare | 0 | 6,635,301,223 | 100% | ||
oschlypajac | 0 | 3,290,393,114 | 100% | ||
biffybirdcam | 0 | 1,067,010,151 | 12.5% | ||
whileponderin | 0 | 4,787,648,447 | 75% | ||
jlmol7 | 0 | 327,097,081 | 75% | ||
thescholarlyowl | 0 | 1,721,606,045 | 25% | ||
mittymartz | 0 | 595,951,874 | 37.5% | ||
henrychidiebere | 0 | 5,084,241,755 | 100% | ||
hadji | 0 | 3,874,138,506 | 75% | ||
sakura1012 | 0 | 2,699,927,735 | 75% | ||
scienceangel | 0 | 22,247,344,955 | 100% | ||
belemo | 0 | 131,628,685 | 25% | ||
thecreatorx | 0 | 220,537,436 | 50% | ||
nexit | 0 | 114,998,985 | 25% | ||
peppermint24 | 0 | 116,870,056 | 0.8% | ||
trinumedia | 0 | 439,679,962 | 75% | ||
terrylovejoy | 0 | 30,184,089,057 | 75% | ||
juanersatzman | 0 | 1,507,158,260 | 50% | ||
pareshnakar | 0 | 238,158,783 | 50% | ||
saunter-pl | 0 | 1,260,283,436 | 75% | ||
pauloliverpino | 0 | 152,597,599 | 25% | ||
haseebkhan13 | 0 | 153,109,655 | 25% | ||
strings | 0 | 328,909,162 | 25% | ||
steepup | 0 | 831,312,788 | 30% | ||
bazooka | 0 | 92,136,441 | 15% | ||
corazen | 0 | 1,295,214,253 | 46% | ||
ttinytony1989 | 0 | 152,649,721 | 25% | ||
lesshorrible | 0 | 12,504,932,178 | 75% | ||
kvngcreamy | 0 | 299,360,026 | 50% | ||
creatisa | 0 | 957,003,634 | 50% | ||
greenvago | 0 | 13,042,182,899 | 100% | ||
rionpistorius | 0 | 896,834,069 | 37.5% | ||
jan.kretschmer | 0 | 602,647,196 | 25% | ||
steem-hikers | 0 | 1,375,574,212 | 75% | ||
michealkey | 0 | 103,692,688 | 25% | ||
szr52 | 0 | 277,289,906 | 25% | ||
josalarcon2 | 0 | 1,507,931,105 | 100% | ||
agyapong | 0 | 95,976,370 | 25% | ||
heajin | 0 | 65,364,298 | 12.5% | ||
deutsch-boost | 0 | 455,794,801 | 20% | ||
kingabesh | 0 | 1,202,816,011 | 37.5% | ||
babaj | 0 | 217,688,731 | 50% | ||
lifeofroman | 0 | 275,279,616 | 46% | ||
cypher01 | 0 | 112,891,201 | 25% | ||
kamilala125 | 0 | 155,423,556 | 50% | ||
saifannur-mzy | 0 | 140,517,381 | 25% | ||
pelephotography | 0 | 296,425,559 | 50% | ||
kaking | 0 | 118,994,670 | 25% | ||
darltasie | 0 | 297,306,430 | 50% | ||
modernmclaire | 0 | 141,013,425 | 25% | ||
kelos | 0 | 144,209,433 | 5% | ||
carol1990 | 0 | 235,159,873 | 50% | ||
ryl | 0 | 135,504,355 | 25% | ||
steemassistant | 0 | 284,147,427 | 50% | ||
emiliomoron | 0 | 413,452,266 | 100% | ||
caitycat | 0 | 809,719,672 | 25% | ||
squares | 0 | 414,130,501 | 50% | ||
dexterdev | 0 | 6,888,411,375 | 75% | ||
gio6 | 0 | 930,008,931 | 25% | ||
rittens | 0 | 374,511,510 | 25% | ||
tonkatonka | 0 | 827,979,790 | 46% | ||
loydjayme25 | 0 | 726,887,029 | 25% | ||
imaginalex | 0 | 80,076,088 | 1.5% | ||
josephlacsamana | 0 | 555,467,565 | 50% | ||
emilysengmein | 0 | 266,041,687 | 50% | ||
ugonma | 0 | 2,012,438,793 | 100% | ||
binarycounter | 0 | 217,102,822 | 50% | ||
sylinda | 0 | 116,298,546 | 25% | ||
haggislove | 0 | 149,708,544 | 25% | ||
arkcoin | 0 | 6,104,035,374 | 100% | ||
value2 | 0 | 134,824,602 | 25% | ||
ajpacheco1610 | 0 | 646,389,885 | 37.5% | ||
kimp0gi | 0 | 682,248,807 | 50% | ||
romeaiden03 | 0 | 153,287,076 | 25% | ||
alexdory | 0 | 17,630,420,680 | 100% | ||
roj | 0 | 2,918,603,039 | 100% | ||
lovetouch | 0 | 149,618,343 | 25% | ||
benleemusic | 0 | 7,171,757,011 | 2.5% | ||
lianaakobian | 0 | 14,341,838,561 | 60% | ||
procrastilearner | 0 | 27,294,253,030 | 100% | ||
cyprianj | 0 | 1,531,168,864 | 100% | ||
fullabeans | 0 | 113,529,167 | 25% | ||
colonelbug | 0 | 600,521,848 | 100% | ||
andiepumpgun | 0 | 128,673,610 | 25% | ||
yellthway | 0 | 117,852,932 | 25% | ||
mariogiancini | 0 | 226,959,574 | 37.5% | ||
medical-hall | 0 | 168,939,813 | 35% | ||
metalhero | 0 | 149,732,709 | 25% | ||
rheyss08 | 0 | 110,461,813 | 25% | ||
goodluckleo | 0 | 54,976,771 | 100% | ||
julianalpanta | 0 | 149,545,647 | 25% | ||
sampath94 | 0 | 112,922,223 | 25% | ||
figuringoutsrn | 0 | 264,367,235 | 50% | ||
annamighty | 0 | 102,966,440 | 25% | ||
arkkart | 0 | 152,882,039 | 25% | ||
wrpx | 0 | 302,216,184 | 25% | ||
fai.zul | 0 | 149,958,225 | 25% | ||
frozia | 0 | 140,861,420 | 25% | ||
shawnycx | 0 | 223,377,413 | 50% | ||
atjehsteemit | 0 | 352,101,597 | 25% | ||
lilkufalli | 0 | 153,124,894 | 25% | ||
blingtendo | 0 | 107,022,680 | 25% | ||
choku | 0 | 152,928,040 | 25% | ||
anyes2013 | 0 | 366,585,722 | 25% | ||
jaycem | 0 | 155,929,673 | 27% | ||
steemdragon | 0 | 110,180,756 | 25% | ||
jims | 0 | 226,359,340 | 50% | ||
carloseduardogil | 0 | 92,018,720 | 15% | ||
monwalker | 0 | 152,759,698 | 25% | ||
abuhasan | 0 | 153,513,767 | 25% | ||
e-troubled | 0 | 134,426,410 | 25% | ||
vandorin | 0 | 235,043,757 | 50% | ||
salty-mcgriddles | 0 | 770,339,997 | 0.9% | ||
spederson | 0 | 1,286,710,549 | 67.5% | ||
zeshanjaved | 0 | 67,142,943 | 25% | ||
tineschreibt | 0 | 624,874,929 | 23% | ||
flinter | 0 | 67,437,791 | 20% | ||
gustanak | 0 | 153,170,359 | 25% | ||
maribelanzola | 0 | 113,456,012 | 25% | ||
luiselvis | 0 | 149,558,764 | 25% | ||
vicnovsak | 0 | 604,882,388 | 100% | ||
bushu | 0 | 140,636,678 | 25% | ||
andimywapblog14 | 0 | 53,314,353 | 23% | ||
fruitarianism | 0 | 4,019,800,166 | 25% | ||
chillingotter | 0 | 3,373,821,636 | 25% | ||
aurackle | 0 | 818,203,710 | 100% | ||
mrfreedomninja | 0 | 1,349,493,647 | 50% | ||
leviathan101 | 0 | 294,345,666 | 50% | ||
oguylmz | 0 | 146,783,523 | 25% | ||
hobish | 0 | 91,864,794 | 15% | ||
ippai | 0 | 101,011,671 | 25% | ||
nonsqtr | 0 | 241,906,825 | 25% | ||
simplicitytech | 0 | 97,628,446 | 37.5% | ||
virgo27 | 0 | 250,909,630 | 25% | ||
carloniere | 0 | 111,340,232 | 50% | ||
muzzlealem | 0 | 51,878,785 | 10% | ||
mujiarreza | 0 | 136,297,746 | 25% | ||
mrgranville | 0 | 245,744,170 | 50% | ||
mohamedsabry | 0 | 134,239,059 | 25% | ||
pynchon | 0 | 210,626,791 | 100% | ||
asqalan | 0 | 153,451,054 | 25% | ||
maryjohnson | 0 | 122,078,079 | 25% | ||
divisionbell | 0 | 1,095,367,928 | 100% | ||
bdshakib | 0 | 150,270,587 | 25% | ||
gabrielperez0411 | 0 | 116,289,873 | 25% | ||
jsxchemistry | 0 | 504,348,139 | 100% | ||
obsesija | 0 | 433,061,095 | 100% | ||
effofex | 0 | 761,458,456 | 37.5% | ||
adriamguillen | 0 | 150,541,287 | 25% | ||
wisdomdavid | 0 | 1,102,327,993 | 100% | ||
haunting | 0 | 99,648,499 | 25% | ||
darlingomaet | 0 | 140,460,643 | 25% | ||
bcfriday | 0 | 186,367,502 | 37.5% | ||
dexter24 | 0 | 109,841,234 | 25% | ||
animecollection | 0 | 285,183,075 | 50% | ||
busytime | 0 | 128,625,825 | 25% | ||
haikalisifa | 0 | 141,311,374 | 25% | ||
scimax | 0 | 610,390,398 | 100% | ||
mrbreeziewrites | 0 | 2,553,830,278 | 75% | ||
count-antonio | 0 | 186,877,721 | 37.5% | ||
hulya.rtk.krsn | 0 | 150,056,367 | 25% | ||
chachikho123 | 0 | 113,643,089 | 25% | ||
kalasuut | 0 | 590,788,626 | 100% | ||
lartist-zen | 0 | 185,153,913 | 10% | ||
de-stem | 0 | 29,183,218,573 | 67.5% | ||
barutundefteri | 0 | 110,056,512 | 25% | ||
serylt | 0 | 19,412,442,683 | 100% | ||
mafi001 | 0 | 434,835,841 | 100% | ||
agrestic | 0 | 200,629,004 | 25% | ||
yann85 | 0 | 2,631,874,422 | 100% | ||
estg1 | 0 | 140,347,865 | 25% | ||
christinaa | 0 | 2,115,832,664 | 100% | ||
spaghettiscience | 0 | 35,644,113,421 | 100% | ||
mrjokar | 0 | 143,678,770 | 25% | ||
ari16 | 0 | 214,936,275 | 25% | ||
event-horizon | 0 | 430,683,795 | 75% | ||
kgakakillerg | 0 | 114,122,098 | 1% | ||
belvajarandilla | 0 | 119,043,501 | 25% | ||
kelvo | 0 | 85,432,071 | 15% | ||
animesukidesu | 0 | 82,859,944 | 25% | ||
trustyourpath | 0 | 153,478,484 | 25% | ||
gleidyscegarra | 0 | 153,110,415 | 25% | ||
gemplaymaker | 0 | 189,289,340 | 25% | ||
donaldnkengbeza | 0 | 373,855,893 | 100% | ||
kevinwalton | 0 | 235,889,426 | 50% | ||
herdi.steemit | 0 | 153,257,922 | 25% | ||
missninaholy | 0 | 152,640,316 | 25% | ||
wealth4good | 0 | 147,843,271 | 2.5% | ||
samantha16 | 0 | 152,807,894 | 25% | ||
jahidul74 | 0 | 128,146,063 | 25% | ||
occpresents | 0 | 639,591,282 | 25% | ||
mdeyasin | 0 | 152,764,040 | 25% | ||
alexverge | 0 | 296,333,337 | 50% | ||
mohazjadoon | 0 | 149,545,647 | 25% | ||
deep.blue | 0 | 714,070,048 | 50% | ||
musicbot | 0 | 52,625,696 | 50% | ||
irelandscape | 0 | 3,019,956,070 | 100% | ||
opluke | 0 | 116,395,528 | 25% | ||
mirazbd365 | 0 | 152,727,584 | 25% | ||
deholt | 0 | 1,455,950,057 | 100% | ||
jacobzeema | 0 | 109,840,662 | 25% | ||
chloroform | 0 | 8,806,937,608 | 75% | ||
realredimi2 | 0 | 147,003,059 | 25% | ||
altcoinfantasy | 0 | 86,000,874 | 5% | ||
cariglee | 0 | 501,298,640 | 100% | ||
dinaislamdina | 0 | 131,808,401 | 25% | ||
benkweller | 0 | 8,484,910,190 | 5% | ||
i-have-tested | 0 | 131,691,479 | 25% | ||
muhammad.iqbal | 0 | 119,224,410 | 25% | ||
kaplat | 0 | 116,276,635 | 25% | ||
vanessahampton | 0 | 3,187,055,990 | 37.5% | ||
ill-esha | 0 | 51,018,476 | 25% | ||
leeyen23 | 0 | 120,522,329 | 25% | ||
zedpal | 0 | 188,391,248 | 25% | ||
catherinemds | 0 | 146,894,833 | 25% | ||
masterofdisaster | 0 | 128,794,375 | 25% | ||
crashbandicoot | 0 | 247,196,593 | 50% | ||
albarransama | 0 | 137,607,191 | 25% | ||
justasperm | 0 | 1,100,777,522 | 100% | ||
nazmulrana | 0 | 112,971,611 | 25% | ||
candnbradley | 0 | 76,570,106 | 12.5% | ||
lightguitar58 | 0 | 52,070,279 | 15% | ||
temitayo-pelumi | 0 | 3,495,731,968 | 75% | ||
jickirti | 0 | 70,173,932 | 12.5% | ||
bumut | 0 | 91,614,647 | 25% | ||
bluedragon1974 | 0 | 162,420,562 | 37.5% | ||
shookriya | 0 | 227,131,000 | 10% | ||
jsolon | 0 | 150,122,924 | 25% | ||
mayorhero | 0 | 152,628,768 | 25% | ||
doctor-cog-diss | 0 | 314,572,438 | 100% | ||
vigna | 0 | 869,271,630 | 2.5% | ||
mukulcclbd | 0 | 153,155,438 | 25% | ||
akram7 | 0 | 113,432,626 | 25% | ||
haxo | 0 | 211,366,318 | 35% | ||
gnaimul | 0 | 113,248,050 | 25% | ||
alexander28hrnz | 0 | 73,504,054 | 12.5% | ||
omegakane | 0 | 148,795,339 | 25% | ||
nathanielcwm | 0 | 152,593,360 | 25% | ||
mal2 | 0 | 285,373,223 | 100% | ||
supernews | 0 | 110,099,541 | 25% | ||
ioneskye | 0 | 2,493,882,355 | 5% | ||
beautyinscience | 0 | 229,692,073 | 37.5% | ||
mittalamit284 | 0 | 134,796,813 | 25% | ||
star-vc | 0 | 1,100,168,985 | 75% | ||
sebastiaaanb | 0 | 70,508,209 | 100% | ||
medicnet | 0 | 431,812,202 | 100% | ||
communityisyou | 0 | 431,812,202 | 100% | ||
oussemalamine | 0 | 422,840,430 | 25% | ||
umut1905 | 0 | 52,097,813 | 25% | ||
marzuki-r | 0 | 150,425,422 | 25% | ||
vellotinna | 0 | 150,345,640 | 25% | ||
josepiamba | 0 | 379,919,693 | 75% | ||
theminnowhelper | 0 | 150,034,242 | 25% | ||
alexander38 | 0 | 299,543,886 | 50% | ||
k3ldo | 0 | 149,844,972 | 13.8% | ||
the2nubmemes | 0 | 122,414,877 | 25% | ||
bathijp | 0 | 149,928,284 | 25% | ||
jumpup | 0 | 131,569,718 | 25% | ||
mojacko | 0 | 151,519,359 | 25% | ||
soulesque | 0 | 3,311,778,592 | 100% | ||
vhorvath | 0 | 152,988,045 | 25% | ||
imtase | 0 | 4,284,367,696 | 100% | ||
gmstacy | 0 | 152,823,456 | 25% | ||
exifr | 0 | 242,649,308 | 5% | ||
sbi6 | 0 | 3,513,110,168 | 7% | ||
laura97 | 0 | 61,022,271 | 10% | ||
jacksondkk | 0 | 152,910,446 | 25% | ||
jonbrosly | 0 | 153,412,161 | 25% | ||
bestchancf | 0 | 152,747,526 | 25% | ||
honeymanto | 0 | 152,963,251 | 25% | ||
jamesmichel | 0 | 152,963,251 | 25% | ||
danialjacob | 0 | 152,963,251 | 25% | ||
kaylee45643 | 0 | 152,641,053 | 25% | ||
nevaeh45 | 0 | 152,963,251 | 25% | ||
biomimi | 0 | 220,267,082 | 40% | ||
mafou23 | 0 | 152,566,745 | 25% | ||
imjonsmith | 0 | 152,960,254 | 25% | ||
josepwilliams | 0 | 152,960,254 | 25% | ||
layla77 | 0 | 152,687,475 | 25% | ||
mwamin7 | 0 | 153,320,789 | 25% | ||
warnassolutions | 0 | 149,878,713 | 25% | ||
jpgalih | 0 | 116,128,245 | 25% | ||
funster | 0 | 146,076,249 | 67.5% | ||
babalsilau | 0 | 149,600,294 | 25% | ||
conficker | 0 | 1,010,877,527 | 100% | ||
cringytv | 0 | 150,190,334 | 25% | ||
etys | 0 | 277,699,714 | 50% | ||
selinnball | 0 | 283,759,485 | 50% | ||
femidada | 0 | 113,142,481 | 25% | ||
wakanda | 0 | 149,874,628 | 25% | ||
micro24 | 0 | 982,048,547 | 100% | ||
purelyscience | 0 | 611,539,581 | 100% | ||
oezixxx | 0 | 438,543,557 | 25% | ||
esteliopadilla | 0 | 131,211,320 | 25% | ||
astrophoto.kevin | 0 | 1,016,101,335 | 100% | ||
foxesal | 0 | 174,512,907 | 37.5% | ||
misterioyciencia | 0 | 122,597,466 | 25% | ||
usif07 | 0 | 570,544,584 | 100% | ||
theviberadioshow | 0 | 144,218,527 | 25% | ||
smartmediagroup | 0 | 68,374,849 | 2.25% | ||
ied | 0 | 600,955,526 | 100% | ||
spectacode | 0 | 434,915,804 | 100% | ||
steemitbamboo | 0 | 93,759,684 | 25% | ||
cryptoisfun | 0 | 286,197,674 | 25% | ||
exifr0 | 0 | 134,289,357 | 5% | ||
dman-dmania | 0 | 115,931,680 | 37.5% | ||
alquimista1501 | 0 | 122,133,932 | 100% | ||
french-tech | 0 | 546,163,559 | 100% | ||
osariemen | 0 | 532,241,831 | 100% | ||
testomilian | 0 | 247,497,574 | 40.5% | ||
cerentryn | 0 | 262,395,765 | 50% | ||
ipally | 0 | 152,653,361 | 25% | ||
elius2289 | 0 | 110,099,335 | 50% | ||
dayosoyinka | 0 | 109,902,600 | 25% | ||
allhailfish | 0 | 56,418,429 | 30% | ||
youdontsay | 0 | 12,207,576,132 | 10% | ||
bountyworks | 0 | 102,929,967 | 1% | ||
chataek | 0 | 445,462,579 | 100% | ||
chikaku | 0 | 82,380,066 | 100% | ||
clement.poiret | 0 | 588,861,670 | 100% | ||
geopogi | 0 | 64,073,031 | 100% | ||
understando | 0 | 299,005,570 | 100% | ||
kurtein24k | 0 | 237,982,610 | 100% | ||
janek062484 | 0 | 161,706,132 | 100% | ||
maycoded | 0 | 588,854,407 | 100% | ||
vojtex | 0 | 387,482,151 | 100% | ||
uchihadesendent | 0 | 413,971,579 | 100% |
@lemouth wounder full contribution you have contributed by @utopian-io . In the core of my heart your work is appropriate.
author | bakhtiarzehri |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t172616251z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth","utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 17:26:33 |
last_update | 2018-05-24 17:26:33 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 17:26:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.017 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 719,109,823,653 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,493,819 |
net_rshares | 6,188,536,729 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% | ||
bakhtiarzehri | 0 | 946,450,174 | 100% |
Thanks a lot for your hearty comment :)
author | lemouth |
---|---|
permlink | re-bakhtiarzehri-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t225451312z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 22:54:51 |
last_update | 2018-05-24 22:54:51 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 22:54:51 |
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 | 39 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,536,122 |
net_rshares | 0 |
love to read it about this.
author | cariglee |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t161332663z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 16:13:33 |
last_update | 2018-05-24 16:13:33 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 16:13:33 |
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 | 27 |
author_reputation | 53,107,619,101 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,483,064 |
net_rshares | 0 |
I guess I should say "Thanks!". I am not sure to fully get the comment, sorry ;)
author | lemouth |
---|---|
permlink | re-cariglee-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t225922249z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 22:59:24 |
last_update | 2018-05-24 22:59:24 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 22:59:24 |
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 | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,536,662 |
net_rshares | 0 |
This is becoming more Interesting, been following the article relating to this LHC. This was really quite explanatory and muxh easier to comprehend . I hope to understand better as times go on with your next post. Great work @lemouth
author | cyprianj |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t161942784z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"} |
created | 2018-05-24 16:19:48 |
last_update | 2018-05-24 16:19:48 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 16:19:48 |
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 | 235 |
author_reputation | 75,398,556,172,423 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,484,045 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
Thanks! The next post will address the points mentioned here and still obscure. And of course include one more exercise ;)
author | lemouth |
---|---|
permlink | re-cyprianj-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t230350713z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:03:51 |
last_update | 2018-05-24 23:04:00 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 23:03:51 |
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 | 122 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,537,214 |
net_rshares | 0 |
Fabulous post @lemouth I like the way you broke it down: i look forward to reading your next post
author | dannybravo94 |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t134810725z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"} |
created | 2018-05-25 13:48:24 |
last_update | 2018-05-25 13:48:24 |
depth | 1 |
children | 1 |
last_payout | 2018-06-01 13:48:24 |
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 | 98 |
author_reputation | 564,370,009,565 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,640,478 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
Thanks! :)
author | lemouth |
---|---|
permlink | re-dannybravo94-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t192731644z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 19:27:39 |
last_update | 2018-05-25 19:27:39 |
depth | 2 |
children | 0 |
last_payout | 2018-06-01 19:27:39 |
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 | 10 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,689,872 |
net_rshares | 0 |
J’espère qu’il va y avoir une traduction en Français pour bientôt. C’est trop technique pour moi et mon petit niveau d’anglais.
author | deboas |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t181205080z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-26 18:12:06 |
last_update | 2018-05-26 18:12:06 |
depth | 1 |
children | 1 |
last_payout | 2018-06-02 18:12:06 |
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 | 127 |
author_reputation | 3,561,442,938,423 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,837,098 |
net_rshares | 5,274,200,990 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,274,200,990 | 1% |
Malheureusement non, car ce projet est integralement en anglais. Mais je pourrai traduire le cours d'introduction a la physique des particules que j'ai ecrit pour Steem [ici](https://steemit.com/steemstem/@lemouth/some-thoughts-about-stem-on-steem-bonus-a-complete-introduction-to-particle-physics). Cela fait d'ailleurs longtepms que je n'ai pas poste en francais :)
author | lemouth |
---|---|
permlink | re-deboas-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t224022406z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/steemstem/@lemouth/some-thoughts-about-stem-on-steem-bonus-a-complete-introduction-to-particle-physics"],"app":"steemit/0.1"} |
created | 2018-05-26 22:40:21 |
last_update | 2018-05-26 22:40:21 |
depth | 2 |
children | 0 |
last_payout | 2018-06-02 22:40:21 |
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 | 367 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,866,132 |
net_rshares | 0 |
> Following Utopian guidelines, I am expecting all codes to be stored on github. I'm assuming you mean just the modifications to ``` test_analysis.cpp``` and not the whole of Mad5, right?
author | effofex |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t222826904z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 22:28:27 |
last_update | 2018-05-24 22:28:27 |
depth | 1 |
children | 3 |
last_payout | 2018-05-31 22:28:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 189 |
author_reputation | 14,429,105,750,792 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,532,971 |
net_rshares | 15,726,259,666 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 15,726,259,666 | 3% |
just now.....................................
author | ecoman1 |
---|---|
permlink | re-effofex-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t165929330z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 16:59:33 |
last_update | 2018-05-25 16:59:33 |
depth | 2 |
children | 1 |
last_payout | 2018-06-01 16:59:33 |
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 | 45 |
author_reputation | 3,594,222,183 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,669,452 |
net_rshares | 0 |
Just now what?
author | lemouth |
---|---|
permlink | re-ecoman1-re-effofex-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t190932886z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 19:09:33 |
last_update | 2018-05-25 19:09:33 |
depth | 3 |
children | 0 |
last_payout | 2018-06-01 19:09:33 |
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 | 14 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,687,591 |
net_rshares | 0 |
Exactly. There is no need to modify madanalysis 5 at all!
author | lemouth |
---|---|
permlink | re-effofex-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t225215040z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 22:52:15 |
last_update | 2018-05-24 22:52:15 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 22:52:15 |
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 | 57 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,535,819 |
net_rshares | 0 |
Hello @lemouth Many Commendations on this latest endeavor you are engineering to engender community interest in. You are such a great community builder. After months of dedicated work to popularize @steemstem and make it an undisputed destination for STEM enthusiasts, you are directing your attention to utopia to engineer a novel project for particle-physicists and programmers alike. This is worthy of commendation and community support to say the least. I wish I were skilled in things of this nature, I would have been the first to partake in this educative exercise. I pry you get massive support in this. Thanks for being a true Steemian. The community appreciate you. @eurogee of @euronation community
author | eurogee |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t135655767z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth","steemstem","eurogee","euronation"],"app":"steemit/0.1"} |
created | 2018-05-24 13:56:57 |
last_update | 2018-05-24 13:59:30 |
depth | 1 |
children | 2 |
last_payout | 2018-05-31 13:56:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.031 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 718 |
author_reputation | 38,260,360,943,030 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,461,409 |
net_rshares | 11,002,844,075 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 10,484,173,111 | 2% | ||
tulio77 | 0 | 518,670,964 | 100% |
Thanks for this very nice message @eurogee! ;)
author | lemouth |
---|---|
permlink | re-eurogee-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t225048682z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["eurogee"],"app":"steemit/0.1"} |
created | 2018-05-24 22:50:51 |
last_update | 2018-05-24 22:50:51 |
depth | 2 |
children | 1 |
last_payout | 2018-05-31 22:50:51 |
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 | 46 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,535,652 |
net_rshares | 0 |
✌️
author | eurogee |
---|---|
permlink | re-lemouth-re-eurogee-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t235557024z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:55:54 |
last_update | 2018-05-24 23:55:54 |
depth | 3 |
children | 0 |
last_payout | 2018-05-31 23:55:54 |
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 | 2 |
author_reputation | 38,260,360,943,030 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,542,900 |
net_rshares | 0 |
Une sacrée bonne idée et un bel exemple de démocratisation de la science rendu possible grâce à l'avancé des technologies. Le contre pied parfait à cette vague de désapprentissage des connaissances sévissant de nos jours en utilisant les mêmes armes, bravo!
author | french-tech |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t231455197z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-24 23:14:57 |
last_update | 2018-05-24 23:14:57 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 23:14:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 257 |
author_reputation | 10,920,316,584,102 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,538,474 |
net_rshares | 10,484,173,111 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 10,484,173,111 | 2% |
Oui c'est aussi la conclusion a laquelle on est arrivee il y a 2 ans: afin de combattre les informations antiscience ou pseudoscience que l'on trouve partout (en particulier sur internet), il vaut mieux promouvoir et supporter le raisonnable afin de lui donner plus de visibilite. On est passe par le nombre dans tous les cas, donc ca ne peut etre que la seule chose a faire :)
author | lemouth |
---|---|
permlink | re-french-tech-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t055845073z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 05:58:51 |
last_update | 2018-05-25 05:58:51 |
depth | 2 |
children | 0 |
last_payout | 2018-06-01 05:58:51 |
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 | 378 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,582,257 |
net_rshares | 561,419,524 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
french-tech | 0 | 561,419,524 | 100% |
Well, this is the beginning of a fantastic project. I'm happy I was here when it all started.
author | greenrun |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t175434452z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 17:54:42 |
last_update | 2018-05-24 17:54:42 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 17:54:42 |
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 | 93 |
author_reputation | 38,837,562,295,457 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,497,791 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
Let's see now how it will evolve :)
author | lemouth |
---|---|
permlink | re-greenrun-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t231640796z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:16:42 |
last_update | 2018-05-24 23:16:42 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 23:16:42 |
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 | 35 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,538,678 |
net_rshares | 0 |
Thanks for the instructions @lemouth. I'll give it a shot shortly. Just for clarity should we create our own individual project on GitHub for this exercise and future ones? Also, I haven't used utopian before. Should we register this GitHub project on utopian? Thanks.
author | irelandscape | ||||||
---|---|---|---|---|---|---|---|
permlink | re-lemouth-2018524t195831375z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","task-development","blog","steemstem","science"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-05-24 18:58:33 | ||||||
last_update | 2018-05-24 18:58:33 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-05-31 18:58:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.185 HBD | ||||||
curator_payout_value | 0.067 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 271 | ||||||
author_reputation | 15,380,678,988,494 | ||||||
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 57,506,700 | ||||||
net_rshares | 73,389,211,777 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 73,389,211,777 | 15% |
I think this is the easiest thing to do. I could follow what contributors do on github, as well as on the blockchain through the associated posts that may be written. On your personal side, you can create a github account and create one new project in there, that will contain your contribution to the MadAnalysis public analysis database. Since this corresponds to the only files you will modify (actually create) by yourself, it is fine (you will not have to touch madanalysis 5 itself, but only an external file that will be used by the platform for physics (if successfully coded at the end of the day). I hope this clarifies :)
author | lemouth |
---|---|
permlink | re-irelandscape-re-lemouth-2018524t195831375z-20180524t231404774z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:14:06 |
last_update | 2018-05-24 23:14:18 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 23:14:06 |
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 | 635 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,538,368 |
net_rshares | 0 |
OK, I created the following github project: https://github.com/irelandscape/cern_contributions The resulting output is: <pre> root@lhc:~/cern_contributions/exercises/1a/test_folder/Build# ./MadAnalysis5job ../Input/tth_aa.list 2>&1 > result.txt Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootTreeReader.h requested to autoload type ExRootTreeReader Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootTreeWriter.h requested to autoload type ExRootTreeWriter Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootTreeBranch.h requested to autoload type ExRootTreeBranch Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootResult.h requested to autoload type ExRootResult Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootClassifier.h requested to autoload type ExRootClassifier Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootFilter.h requested to autoload type ExRootFilter Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootProgressBar.h requested to autoload type ExRootProgressBar Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootConfReader.h requested to autoload type ExRootConfParam Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootConfReader.h requested to autoload type ExRootConfReader Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: Missing FileEntry for ExRootAnalysis/ExRootTask.h requested to autoload type ExRootTask => progress: [===> ] Photons: 3, Electrons: 0, Muons: 0 => progress: [======> ] Photons: 3, Electrons: 0, Muons: 0 => progress: [==========> ] Photons: 3, Electrons: 2, Muons: 1 => progress: [=============> ] Photons: 1, Electrons: 0, Muons: 1 => progress: [=================> ] Photons: 4, Electrons: 0, Muons: 0 => progress: [====================> ] Photons: 3, Electrons: 0, Muons: 1 => progress: [========================> ] Photons: 4, Electrons: 0, Muons: 0 => progress: [===========================> ] Photons: 4, Electrons: 1, Muons: 0 => progress: [===============================> ] Photons: 3, Electrons: 0, Muons: 0 => progress: [==================================>] Photons: 6, Electrons: 1, Muons: 0 => progress: [===================================] </pre>
author | irelandscape |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t064655504z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://github.com/irelandscape/cern_contributions"],"app":"steemit/0.1"} |
created | 2018-05-25 06:46:33 |
last_update | 2018-05-25 06:46:33 |
depth | 1 |
children | 5 |
last_payout | 2018-06-01 06:46:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.206 HBD |
curator_payout_value | 1.399 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,934 |
author_reputation | 15,380,678,988,494 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,587,488 |
net_rshares | 1,484,369,133,099 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 10,484,173,111 | 2% | ||
utopian-io | 0 | 1,473,884,959,988 | 1% |
Did you run `thisroot.sh` before creating the test directory? If not, I think it may be the cause of your errors.
author | mactro |
---|---|
permlink | re-irelandscape-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t094944256z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 09:49:45 |
last_update | 2018-05-25 09:49:45 |
depth | 2 |
children | 3 |
last_payout | 2018-06-01 09:49:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.039 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 865,272,238,829 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,609,175 |
net_rshares | 13,507,505,953 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 10,484,173,111 | 2% | ||
irelandscape | 0 | 3,023,332,842 | 100% |
Yes, I did. The errors don't seem to prevent the program from running but I'm not sure if there will be side effects.
author | irelandscape |
---|---|
permlink | re-mactro-re-irelandscape-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t124618611z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 12:46:18 |
last_update | 2018-05-25 12:46:18 |
depth | 3 |
children | 0 |
last_payout | 2018-06-01 12:46: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 | 117 |
author_reputation | 15,380,678,988,494 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,631,544 |
net_rshares | 0 |
I've created a post to track this: https://steemit.com/utopian-io/@irelandscape/particle-physics-lemouth-exercise-1a
author | irelandscape |
---|---|
permlink | re-mactro-re-irelandscape-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t134217370z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/utopian-io/@irelandscape/particle-physics-lemouth-exercise-1a"],"app":"steemit/0.1"} |
created | 2018-05-25 13:42:18 |
last_update | 2018-05-25 13:42:18 |
depth | 3 |
children | 0 |
last_payout | 2018-06-01 13:42: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 | 116 |
author_reputation | 15,380,678,988,494 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,639,514 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
@mactro @irelandscape: The errors are related to an incompatibility connected to delphes. But this does not prevent the code from running.
author | lemouth |
---|---|
permlink | re-mactro-re-irelandscape-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t191206149z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["mactro","irelandscape"],"app":"steemit/0.1"} |
created | 2018-05-25 19:12:09 |
last_update | 2018-05-25 19:13:33 |
depth | 3 |
children | 0 |
last_payout | 2018-06-01 19:12:09 |
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 | 139 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,687,946 |
net_rshares | 0 |
Hey @irelandscape Here's a tip for your valuable feedback! @Utopian-io loves and incentivises informative comments. **Contributing on Utopian** Learn how to contribute on <a href="https://join.utopian.io">our website</a>. **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | 20180526t085303521z |
category | utopian-io |
json_metadata | {"tags":["utopian.tip"],"app":"utopian-io"} |
created | 2018-05-26 08:53:03 |
last_update | 2018-05-26 08:53:03 |
depth | 2 |
children | 0 |
last_payout | 2018-06-02 08:53:03 |
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 | 412 |
author_reputation | 152,955,367,999,756 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,770,709 |
net_rshares | 0 |
Exercise done! Can't wait for more :)
author | mactro |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t075954520z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 07:59:54 |
last_update | 2018-05-25 07:59:54 |
depth | 1 |
children | 1 |
last_payout | 2018-06-01 07:59:54 |
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 | 37 |
author_reputation | 865,272,238,829 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,595,720 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
I will have a look. This was an easy warmup :)
author | lemouth |
---|---|
permlink | re-mactro-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t191822109z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 19:18:30 |
last_update | 2018-05-25 19:18:30 |
depth | 2 |
children | 0 |
last_payout | 2018-06-01 19:18:30 |
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 | 46 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,688,725 |
net_rshares | 0 |
i support you man for your activity.
author | mafi001 |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t163025132z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 16:30:27 |
last_update | 2018-05-24 16:30:27 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 16:30:27 |
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 | 36 |
author_reputation | 125,101,813,059 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,485,627 |
net_rshares | 0 |
Thanks for your support!
author | lemouth |
---|---|
permlink | re-mafi001-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t231616007z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:16:18 |
last_update | 2018-05-24 23:16:18 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 23:16: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 | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,538,623 |
net_rshares | 0 |
Exellent post
author | mal2 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-lemouth-2018524t221359974z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","task-development","blog","steemstem","science"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-05-24 15:14:21 | ||||||
last_update | 2018-05-24 15:14:21 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2018-05-31 15:14:21 | ||||||
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 | 13 | ||||||
author_reputation | -9,151,209,511 | ||||||
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 57,473,401 | ||||||
net_rshares | 0 |
Excellent comment I would say...
author | lemouth |
---|---|
permlink | re-mal2-re-lemouth-2018524t221359974z-20180524t225707410z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 22:57:09 |
last_update | 2018-05-24 22:57:09 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 22:57:09 |
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 | 32 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,536,398 |
net_rshares | 0 |
[Source]() Generic comments could be mistaken for spam. More information: [The Art of Commenting](https://steemit.com/steemcleaners/@steemcleaners/the-art-of-commenting) [Comment Classifications](https://steemcleaners.org/comment-classifications/)
author | spaminator |
---|---|
permlink | re-mal2-re-lemouth-2018524t221359974z-20180527t190336714z |
category | utopian-io |
json_metadata | {"app":"steemcleaners/0.2","format":"markdown+html","community":"steemcleaners"} |
created | 2018-05-27 19:03:36 |
last_update | 2018-05-27 19:03:36 |
depth | 2 |
children | 0 |
last_payout | 2018-06-03 19:03:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.659 HBD |
curator_payout_value | 0.130 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 259 |
author_reputation | 68,078,150,632,608 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,990,705 |
net_rshares | 201,295,161,163 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | 92,864,429,761 | 0.3% | ||
mack-fund | 0 | 108,430,731,402 | 100% |
Thank you for the explanation, we often see the things physicist do on the particle colider, and what are their findings but we fail to realize the theory behind it
author | rogueofoz |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t150802534z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 15:08:06 |
last_update | 2018-05-24 15:08:06 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 15:08:06 |
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 | 164 |
author_reputation | 291,941,064,665 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,472,398 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
Physics consists in what lies behind the key principle of particle accelerators and searches at the LHC. A bunch of key ideas put all together and we can try to understand better how our universe works :)
author | lemouth |
---|---|
permlink | re-rogueofoz-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t231550723z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:15:51 |
last_update | 2018-05-24 23:15:51 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 23:15:51 |
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 | 204 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,538,577 |
net_rshares | 0 |
Before anything else, thank you so much for contributing by sharing the series of posts and allowing developers to getting involved in such a great project. As I said before, I will take part in the process as long as I have time to work on. Considering the post quality, the contribution is one of the best in the category, and it is staff picked because of the obvious reasons. To assure the Utopian submission standards, I would like to see you edit the post for specifying the GitHub repository of the project. After creation of the mirror repository, I couldn't find the link to the repository in the post. If I am the one missing it, please do not mind this. As my most important suggestion about the contribution, I think it would be really nice to see related posts within a section, containing series of links to the prior posts. Your contribution has been evaluated according to [Utopian rules and guidelines](https://utopian.io/rules), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post,[Click here](https://review.utopian.io/result/1/11121112) ---- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | roj |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t102237158z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://utopian.io/rules","https://review.utopian.io/result/1/11121112","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-05-26 10:22:39 |
last_update | 2018-05-26 13:09:15 |
depth | 1 |
children | 2 |
last_payout | 2018-06-02 10:22:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.599 HBD |
curator_payout_value | 1.528 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,321 |
author_reputation | 12,636,295,215,793 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,779,868 |
net_rshares | 1,585,754,710,499 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 26,248,733,729 | 5% | ||
espoem | 0 | 85,613,885,425 | 100% | ||
utopian-io | 0 | 1,473,892,091,345 | 1% |
Thanks for the comment. I hope you will manage to free some time (at some point) :) > To assure the Utopian submission standards, I would like to see you edit the post for specifying the GitHub repository of the project. After creation of the mirror repository, I couldn't find the link to the repository in the post. If I am the one missing it, please do not mind this. I added the two links roughly 6-7 hours ago. The mirror link is given in the first paragraph and the contributor link is given in the exercise section. You may just have missed them ;) > As my most important suggestion about the contribution, I think it would be really nice to see related posts within a section, containing series of links to the prior posts. This is a good idea. I was in fact considering adding them, but then I forgot as several hours happened between the moment I started to write and the moment I finished the text... I will add all of this right now. Thanks for the support in all cases :)
author | lemouth |
---|---|
permlink | re-roj-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t152218018z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-26 15:22:21 |
last_update | 2018-05-26 15:22:21 |
depth | 2 |
children | 0 |
last_payout | 2018-06-02 15:22:21 |
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 | 990 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,814,850 |
net_rshares | 0 |
Hey @roj Here's a tip for your valuable feedback! @Utopian-io loves and incentivises informative comments. **Contributing on Utopian** Learn how to contribute on <a href="https://join.utopian.io">our website</a>. **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | 20180526t175127661z |
category | utopian-io |
json_metadata | {"tags":["utopian.tip"],"app":"utopian-io"} |
created | 2018-05-26 17:51:27 |
last_update | 2018-05-26 17:51:27 |
depth | 2 |
children | 0 |
last_payout | 2018-06-02 17:51:27 |
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 | 403 |
author_reputation | 152,955,367,999,756 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,834,521 |
net_rshares | 102,929,967 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bountyworks | 0 | 102,929,967 | 1% |
This is just step 1a, and it's already filled with some much details and fun. Now my interest has been piqued to see more steps. I believe this project will work out fine. Big-up sire
author | samminator |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t202734978z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 20:18:12 |
last_update | 2018-05-25 20:18:12 |
depth | 1 |
children | 20 |
last_payout | 2018-06-01 20:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 185 |
author_reputation | 663,264,549,351,389 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,695,901 |
net_rshares | 7,558,434,547 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,249,746,745 | 1% | ||
effofex | 0 | 2,308,687,802 | 100% |
Will you try it? :)
author | lemouth |
---|---|
permlink | re-samminator-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t152312260z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-26 15:23:15 |
last_update | 2018-05-26 15:23:15 |
depth | 2 |
children | 19 |
last_payout | 2018-06-02 15:23:15 |
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 | 19 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,814,981 |
net_rshares | 0 |
Sure I would like to try it. I'm coupling the stages together. I've already bookmarked this post and the last one. So I can read them through again. To grasp more info. First of all, I would start by running a linux emulator on my windows pc. Then I'll install the madanalysis. Which Linux emulator would you recommend?
author | samminator |
---|---|
permlink | re-lemouth-re-samminator-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t182652730z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-26 18:17:06 |
last_update | 2018-05-26 18:17:06 |
depth | 3 |
children | 18 |
last_payout | 2018-06-02 18:17:06 |
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 | 321 |
author_reputation | 663,264,549,351,389 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,837,806 |
net_rshares | 0 |
Hi @lemouth! Loved your article of the step 1a about Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer. Can you please explain me about > 'muons that are stored in event.rec()->muons() container'. I basically don't know about it and I will love to learn about it from you. :)
author | star-vc |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180529t082809696z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"} |
created | 2018-05-29 08:03:33 |
last_update | 2018-05-29 08:03:33 |
depth | 1 |
children | 3 |
last_payout | 2018-06-05 08:03:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.031 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 324 |
author_reputation | 4,445,845,212,884 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,239,162 |
net_rshares | 10,555,915,080 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 10,555,915,080 | 2% |
This container is a c++ vector. Each element of this vector is a muon. You can see this vector as the ensemble of the c++ representations of all the muons present in a simulated collision. Does it clarify it?
author | lemouth |
---|---|
permlink | re-star-vc-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180530t092346030z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-30 09:23:45 |
last_update | 2018-05-30 09:23:45 |
depth | 2 |
children | 2 |
last_payout | 2018-06-06 09:23:45 |
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 | 209 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,414,028 |
net_rshares | 1,583,445,141 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
star-vc | 0 | 1,583,445,141 | 100% |
Thanks for helping me out to know about this! :) I got it now!! :)
author | star-vc |
---|---|
permlink | re-lemouth-re-star-vc-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180530t112847988z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-30 11:04:21 |
last_update | 2018-05-30 11:04:21 |
depth | 3 |
children | 1 |
last_payout | 2018-06-06 11:04:21 |
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 | 66 |
author_reputation | 4,445,845,212,884 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,424,014 |
net_rshares | 0 |
Well done @lemouth . This is a great project. I think it will go a long way in the history of particle physics. Meanwhile, I think I got something interesting in the initial part of the post. That is the different class of particles I. Stable particles II.Jets of strongly-interacting particles III.Unstable particles. IV.Detect the invisible More strength.
author | steepup |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t194147603z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-24 19:42:00 |
last_update | 2018-05-24 19:42:00 |
depth | 1 |
children | 2 |
last_payout | 2018-05-31 19:42:00 |
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 | 358 |
author_reputation | 34,185,245,135,219 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,512,348 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
Thanks! I will come back to the second, third and fourth category in the next post. Please stay tuned :)
author | lemouth |
---|---|
permlink | re-steepup-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t230611299z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:06:12 |
last_update | 2018-05-24 23:06:21 |
depth | 2 |
children | 1 |
last_payout | 2018-05-31 23:06:12 |
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 | 104 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,537,476 |
net_rshares | 0 |
Alright
author | steepup |
---|---|
permlink | re-lemouth-re-steepup-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t115213994z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 11:52:39 |
last_update | 2018-05-25 11:52:39 |
depth | 3 |
children | 0 |
last_payout | 2018-06-01 11:52:39 |
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 | 7 |
author_reputation | 34,185,245,135,219 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,624,103 |
net_rshares | 0 |
>Some of them can reach the material of the detectors unaltered, so that they can interact with it. This sounds like electrons leaving their valence shell, not too much i learnt about LHC detector but i know the little knowledge i got from this article will play out well for me in the future. THANK YOU @lemouth
author | stembuzz |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t141151719z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"} |
created | 2018-05-24 14:11:54 |
last_update | 2018-05-24 14:11:54 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 14:11:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 315 |
author_reputation | 505,538,689,026 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,463,773 |
net_rshares | 10,484,173,111 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 10,484,173,111 | 2% |
In this case, electrons are in fact produced not from atoms, but either from the annihilation or the decay of other particles. I hope this clarifies.
author | lemouth |
---|---|
permlink | re-stembuzz-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t230530729z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:05:30 |
last_update | 2018-05-24 23:05:30 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 23:05:30 |
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 | 149 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,537,395 |
net_rshares | 0 |
Particle Physics is a very interesting area where numerous studies are currently carried out. Excellent post @lemouth. Regards.
author | tsoldovieri |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t095446060z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"} |
created | 2018-05-25 09:54:51 |
last_update | 2018-05-25 09:54:51 |
depth | 1 |
children | 1 |
last_payout | 2018-06-01 09:54:51 |
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 | 127 |
author_reputation | 13,553,154,839,000 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,609,817 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
Yep, thousands of studies a year (I don't read all of them... :) )
author | lemouth |
---|---|
permlink | re-tsoldovieri-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180525t192618291z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-25 19:26:21 |
last_update | 2018-05-25 19:26:21 |
depth | 2 |
children | 0 |
last_payout | 2018-06-01 19:26:21 |
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 | 67 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,689,697 |
net_rshares | 0 |
Up lemouth!
author | tulio77 |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t214900191z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 21:49:06 |
last_update | 2018-05-24 21:49:06 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 21:49:06 |
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 | 11 |
author_reputation | 85,248,278,232 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 57,527,958 |
net_rshares | 0 |
Thank you!
author | lemouth |
---|---|
permlink | re-tulio77-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t231044640z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 23:10:45 |
last_update | 2018-05-24 23:10:45 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 23:10:45 |
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 | 10 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,537,989 |
net_rshares | 0 |
Well written and explained @lemouth, more grease to your elbow for trying to educate people, really hope the Utopian community will appreciate your effort and contribute to make the community better
author | ugonma |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t141353018z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"} |
created | 2018-05-24 14:13:54 |
last_update | 2018-05-24 14:15:12 |
depth | 1 |
children | 1 |
last_payout | 2018-05-31 14:13:54 |
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 | 198 |
author_reputation | 1,940,796,990,605 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,464,135 |
net_rshares | 5,242,086,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 5,242,086,555 | 1% |
I really hope this project will work. This is step 1 (a). Let's see whether this will work. More from me in a week from now ;)
author | lemouth |
---|---|
permlink | re-ugonma-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180524t225535594z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-24 22:55:36 |
last_update | 2018-05-24 22:55:36 |
depth | 2 |
children | 0 |
last_payout | 2018-05-31 22:55:36 |
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 | 126 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,536,213 |
net_rshares | 0 |
Hey @lemouth **Thanks for contributing on Utopian**. Congratulations! Your contribution was Staff Picked to receive a maximum vote for the blog category on Utopian for being of significant value to the project and the open source community. We’re already looking forward to your next contribution! **Contributing on Utopian** Learn how to contribute on <a href='https://join.utopian.io'>our website</a> or by watching <a href='https://www.youtube.com/watch?v=8S1AtrzYY1Q'>this tutorial</a> on Youtube. **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t100010z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.29"}" |
created | 2018-05-26 10:00:12 |
last_update | 2018-05-26 10:00:12 |
depth | 1 |
children | 1 |
last_payout | 2018-06-02 10:00:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.047 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 693 |
author_reputation | 152,955,367,999,756 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,777,586 |
net_rshares | 15,852,170,204 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 15,749,240,237 | 3% | ||
bountyworks | 0 | 102,929,967 | 1% |
Thanks for the support :)
author | lemouth |
---|---|
permlink | re-utopian-io-re-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t100010z-20180526t152602102z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-26 15:26:03 |
last_update | 2018-05-26 15:26:03 |
depth | 2 |
children | 0 |
last_payout | 2018-06-02 15:26:03 |
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 | 25 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,815,384 |
net_rshares | 0 |
Very nice ;-)
author | yann85 |
---|---|
permlink | re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t211613733z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-05-26 21:16:15 |
last_update | 2018-05-26 21:16:15 |
depth | 1 |
children | 1 |
last_payout | 2018-06-02 21:16:15 |
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 | 13 |
author_reputation | 1,143,565,610,559 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,857,462 |
net_rshares | 0 |
Indeed ^^
author | lemouth |
---|---|
permlink | re-yann85-re-lemouth-particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer-20180526t224043062z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-05-26 22:40:42 |
last_update | 2018-05-26 22:40:42 |
depth | 2 |
children | 0 |
last_payout | 2018-06-02 22:40:42 |
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 | 9 |
author_reputation | 338,011,164,701,274 |
root_title | "Particle physics @ Utopian - Detecting particles at colliders and implementing this on a computer" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,866,164 |
net_rshares | 0 |