create account

Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider by lemouth

View this thread on: hive.blogpeakd.comecency.com
· @lemouth · (edited)
$273.17
Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider
<div class="text-justify">

As said in my last weekly particle physics blog, last week was at the same time very emotional and very busy work-wise, so that I did not find the time to write the present post before today. There is however some good in this situation, as it gave more time to a few to embark into our joint <a href='/@lemouth/towards-a-citizen-science-particle-physics-research-project-on-hive'>citizen science adventure on Hive</a>. On second thought, I may consider writing one of these blogs every other week. I will take a decision depending on how fast the reports originating from the present blog will appear, and on any potential feedback on this matter. 

The <a href='https://hive.blog/hive-196387/@lemouth/citizen-science-particle-physics-project-on-hive-let-s-get-started'>previous episode</a> was dedicated to <b>the installation of a piece of software</b> that will be heavily used within this citizen particle physics project. I recall that the project requires the simulation of a signal of physics beyond the Standard Model (related to neutrino physics), and how to assess it in future data at CERN’s Large Hadron Collider (from the overwhelming background of the Standard Model). Those simulations will be achieved with this installed software.

I was amazed by the level of engagement and participation following the first post on this project. I had the chance to read (so far, as it is never too late to join us) seven reports from the participants, from <a href='/@agreste/spa-eng-citizen-science-project'>agreste</a>, <a href='/@eniolw/citizen-science-project-activity-report'>eniolw</a>, <a href='/@gentleshaid/citizen-science-particle-physics-project-on-hive-solving-some-issues-with-linux-on-virtualbox'>gentleshaid</a> (please let us know whether all your problems have been sorted out), <a href='/@mengene/mtvgmjik'>mengene</a>, <a href='/@metabs/citizen-science-project-week-1'>metabs</a>, <a href='/@servelle/citizen-science-project-my-first-run'>servelle</a> and <a href='/@travelingmercies/citizen-science-installing-a-tool-for-particle-physics-simulations'>travelingmercies</a>. Following our particle physics standards, the author list is alphabetically ordered. I would nevertheless like to single out the work done by @metabs, whose report consists of <b>a comprehensive review on how to get started on a Windows system via a virtual machine</b>.

The goal of the present blog is to allow everyone to <b>become expert users of the <a href='https://launchpad.net/mg5amcnlo'>MG5aMC software</a></b>, or at least users that are expert enough to deal with all simulations to be performed during the project. As promised at the end of the previous episode, this post is based on the tutorial shipped with MG5aMC. It however goes independently of it, so that I could explain the physics that comes with it on a step-by-step basis. 

Before starting, I acknowledge in advance all potential participants and interested supporters from our community: @agmoore, @agreste, @aiovo, @alexanderalexis, @amestyj, @darlingtonoperez, @eniolw, @firstborn.pob, @gentleshaid, @isnochys, @ivarbjorn, @mengene, @mintrawa, @servelle, @travelingmercies and @yaziris. Feel free to let me know if you want to be added or removed from this list.

<center><img style="padding:5px" src="https://i.postimg.cc/xCHxWmYV/citizien2-002.png">
<sup>[Credits: <a href="https://pixabay.com/fr/illustrations/%C3%A9quipe-l-informatique-grouper-homme-523239/">geralt (Pixabay)</a>]</sup></center> 

<hr><h2><center>Top-antitop production at the LHC - task 1</center></h2><hr>

In order to get used to MG5aMC properly, we will simulate collisions such as those ongoing at CERN’s Large Hadron Collider. In each of those collisions, <b>a pair of top quarks</b> (actually, one top quark and one antitop quark) is produced. 

Among all particles of the Standard Model of particle physics, the top quark is the heaviest. It can be seen as a heavy big brother of the up quark, one of the elementary particles giving rise to protons and neutrons. For more information, please consider having a look to <a href='/@lemouth/100-years-of-discoveries-in-particle-physics-building-the-standard-model-brick-by-brick'>this blog on the Standard Model</a> and <a href='/@lemouth/charmonia-bottomonia-and-toponia-the-fantastic-beasts-of-particle-physics'>this one in which some information on the top quark is provided</a>. By virtue of its large mass, the top quark is considered as a perfect portal to new particle physics phenomena, and its properties are therefore under deep scrutiny experimentally (to verify whether there is no hint of an anomaly).

Let me now introduce the first task. The MG5aMC code can be started as indicated in the previous episode. I recall that this requires to open a shell, and move to the folder in which MG5aMC has been unpacked (<code>MG5_aMC_v2_9_9</code> in my case). Then the code is started by typing in the shell:

<pre>cd MG5_aMC_v2_9_9;
./bin/mg5_aMC
 </pre>

If everything goes well, you should have a prompt <code>MG5aMC></code> that is waiting for instructions. We are ready to define the process considered within the code. By checking the screen output we can observe the following

<pre>Multiparticle labels:
p = g u c d s u~ c~ d~ s~
j = g u c d s u~ c~ d~ s~
l+ = e+ mu+
l- = e- mu-
vl = ve vm vt
vl~ = ve~ vm~ vt~
all = g u c d s u~ c~ d~ s~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ t b t~ b~ z w+ h w- ta- ta+
 </pre>

The last line is very useful as it indicates all particles that are available within the model of physics (that is by default the Standard Model). We can note the presence of <code>t</code> (a top quark) and <code>t~</code> (a top antiquark). In addition, the first of the above line defines the elementary particle content of the proton. We can see that it is composed of many quarks and antiquarks, as well as of gluons. 

At high energies, a proton is an object made of interacting <a href='https://en.wikipedia.org/wiki/Quark'>quarks and antiquarks</a> (the most elementary building blocks of matter and the associated <a href='https://en.wikipedia.org/wiki/Antimatter'>antiparticles</a>) and <a href='https://en.wikipedia.org/wiki/Gluon'>gluons</a> (the mediators of the strong force). To get more information on this, I refer to the second section of <a href='/@lemouth/from-particle-colliders-to-automated-computer-simulations'>this blog on particle collider simulations</a>. 

<b>We thus have all the information necessary to define the collider process of interest, the production of a top-antitop pair in proton-proton collisions</b>. This definition is performed by typing in the MG5aMC command line interface

<pre>generate p p > t t~
 </pre>

The syntax is in principle self-explanatory at this stage. <code>></code> stands for an arrow. The initial state of the process (two protons) is put on its left, each particle being separated by a space. This gives <code>p p </code> as we consider proton-proton collisions. The final state of the process is put on the right of the arrow, each particle being again separated by a space. This gives <code>t t~</code> as we produce one top quark and one antiquark. The resulting screen output gives:

<center><img style="padding:5px" src="https://i.postimg.cc/R0g7JMB8/mg5-2a.png">
<sup>[Credits: @lemouth]</sup></center> 

This command makes the code ready to deal with the quantum field theory calculation associated with the process of interest. It relies on <b>Feynman diagrams</b>, that embed all possibilities to connect the initial state of the process to its final state. For more details, please check out the second section of <a href='/@lemouth/particle-collider-simulations-life-in-a-strongly-interacting-environment'>this blog</a>. Diagrams can be displayed by typing in

<pre>display diagrams
 </pre>

I recommend to type this command to see that we have many options to produce a top-antitop pair at colliders such as the LHC, from different initial states (any combination formed from the constituents of the two proton would work). 

<hr><h2><center>A Fortran code for top-antitop production at the LHC - task 2</center></h2><hr>

Now, it is time to instruct the code to <b>extract an equation from these diagrams</b> (a heavy integral) and convert it to a <b>Fortran code</b>. From this equation, it will then become possible to simulate collisions as they would occur in nature. For details, I once again refer to <a href='/@lemouth/from-particle-colliders-to-automated-computer-simulations'>this older blog</a>. The code is obtained by typing in

<pre>output some_name
 </pre>

In this command, <code>some_name</code> can be replaced by your favourite name, and corresponds to the folder in which the results will be stored. This gives:

<center><img style="padding:5px" src="https://i.postimg.cc/NGDcyS9X/mg5-2b.png">
<sup>[Credits: @lemouth]</sup></center> 

We next quit MG5aMC by typing 

<pre>exit
 </pre>

The following item on our to-do list is to list the content of the current folder (through the Linux command <code>ls</code>). We see a sub-folder named <code>some_name</code>. You can check out its content for the fun and admire the Fortran code that will allow us to simulate LHC collisions leading to the production of a top-antitop pair. 

In practice, you can try to mimic what I did in the screenshot below. Feel free to open any file with a text editor if you are curious ;)

<center><img style="padding:5px" src="https://i.postimg.cc/dVmXXT2y/mg5-2c.png">
<sup>[Credits: @lemouth]</sup></center> 

<hr><h2><center>Computing the rate to top-antitop production at the LHC - task 3</center></h2><hr>

<b>Having a Fortran code dedicated to a given calculation is great. Compiling it and running it is better</b>. These tasks are highly automated and there is not much to do on your side. Please go back to the folder in which MG5aMC has been installed, and restart the code as mentioned above. Then type

<pre>launch some_name
 </pre>

That’s all! MG5aMC will compile the code, execute it and produce the output. For this week we are not interested in understanding how to interpret the results. The goal is instead to solely produce them, and verify whether everything runs smoothly without any problem. 

As an outcome of the <code>launch</code> command, there is an interactive menu allowing us to discuss with MG5aMC. We need to tell it to use Pythia8 and MadSpin (for which <code>f2py</code>, that is part of <a href='https://numpy.org/'>NumPy</a>, should be present on the system; if this is not the case, please proceed with its installation). This is achieved as follows.<ul>
<li style="margin-top:7px">To enable Pythia8, press 1 (then press enter).</li>
<li style="margin-top:7px">To enable MadSpin, press 4 (then press enter).</li>
</ul>

We should then get something like this:

<center><img style="padding:5px" src="https://i.postimg.cc/zGK5fBnz/mg5-2d.png">
<sup>[Credits: @lemouth]</sup></center> 

Pythia8 allows us to simulate the strongly-interacting environment of the LHC. This includes parton showering (radiation of strongly-interacting particles by other strongly-interacting particles) and hadronisation (formation of composite objects made of quarks and gluons). For more information, feel free to check out <a href='/@lemouth/particle-collider-simulations-life-in-a-strongly-interacting-environment'>this blog</a>. On the other hand, MadSpin deals with the decay of the produced top quarks, that are instable particles (see <a href='/@lemouth/charmonia-bottomonia-and-toponia-the-fantastic-beasts-of-particle-physics'>here</a>).


The next step is to set the simulation parameters. First press enter so that a new menu is displayed.

<center><img style="padding:5px" src="https://i.postimg.cc/PxqB1r88/mg5-2e.png">
<sup>[Credits: @lemouth]</sup></center> 

We have four cards to play with.<ul>
<li style="margin-top:7px">The <code>param_card</code> allows us to change the parameters of the particle physics model.</li>
<li style="margin-top:7px">The <code>run_card</code> allows us to change the collider settings.</li>
<li style="margin-top:7px">The <code>pythia8_card</code> allows us to change the parameters of Pythia8.</li>
<li style="margin-top:7px">The <code>madspin_card</code> allows us to modify how heavy instable particles decay.</li>
</ul>

Let’s keep everything as default for now, with one exception. We open the <code>run_card</code> (by pressing 2 and the enter), and then go to line 129. This line should read
<pre>True  = use_syst      ! Enable systematics studies
 </pre>

and needs to be changed into

<pre>False  = use_syst      ! Enable systematics studies
 </pre>

In order to do it, MG5aMC should in principle detect a text editor coming with your machine and open the file with it. In my case it is <code>VIM</code>, so that it is sufficient to type

<pre>129 G d d i
 </pre>

and then edit the line. Finally, the file can be saved by typing

<pre>:wq
 </pre>

If you don’t do that, please don’t worry. The code should just crash because some packages are missing… So please do it ;)

Then, it is sufficient to press enter. The simulation starts and will produce some long output printed to the screen. Please check it out. In the middle of it, you should see something similar to

<center><img style="padding:5px" src="https://i.postimg.cc/RZK6zvhf/mg5-2f.png">
<sup>[Credits: @lemouth]</sup></center> 

This number (505.491 ± 0.6866 pb) corresponds to the production rate of a top-antitop pair at the LHC. The result that you will obtain could be slightly different from mine. The reason is that MG5aMC achieve a Monte Carlo simulation based on some random scan. Small numerical discrepancies are possible, although the numbers should be compatible within their uncertainties (here we have a per-mille level precision). 

In the performed calculations, we kept all default values in the <code>run_card</code>, so that 10,000 collisions have been simulated. With a larger number, a larger precision is automatically obtained. 

The units of the rate may be strange to you. Those consist of picobarns (abbreviated to pb). In order to understand what they mean, we can invoke the amount of recorded LHC data: 140/fb. This number is given in inverse femtobarns. 1 inverse femtobarn is equal to 1,000 inverse picobarns, so that the amount of recorded LHC data reads 140,000/pb. Multiplying the calculated rate in pb by 140,000/pb, we obtain a dimensionless quantity of about 70,000,000. This consists of the amount of top-antitop events excepted in current data. 

<b>MG5aMC thus calculates the rate of any given process, and we can extract from this information the amount of collisions that should be recorded and related to the process considered.</b> This is thus a very useful quantity!

<hr><h2><center>Checking out whether everything went fine - task 4</center></h2><hr>

In the rest of the screen output, we can verify that MadSpin handled the decay of the produced top quarks and antiquarks as expected. Please verify that you see something like this on your screen.

<center><img style="padding:5px" src="https://i.postimg.cc/4d522CpR/mg5-2g.png">
<sup>[Credits: @lemouth]</sup></center> 

Similarly, we can verify that parton showering and hadronisation went fine:

<center><img style="padding:5px" src="https://i.postimg.cc/cJ7F6q9t/mg5-2h.png">
<sup>[Credits: @lemouth]</sup></center> 

We now have on our disk a file containing 10,000 LHC collisions in which a top-antitop pair has been produced. By exiting the code (through typing <code>exit</code>), we can verify that those events are well available on disk.

<pre>cd some_name/Events/run_01_decayed_1
ls -lrt
 </pre>

We should have here a file if about 800 MB named <code>tag_1_pythia8_events.hepmc.gz</code>. This is the file we will analyse to understand the physics that is in there. But this will be for the next episode. Reaching this stage is enough for this week.

<hr><h2><center>Summary: mastering particle collider simulations</center></h2><hr>

Two weeks ago, we spent time on the installation of a program named MG5aMC. In the blog of this week, I proposed a few tasks to get used to this program. This is an incontrovertible prerequisite before being able to fully work on our citizen science particle physics project on Hive. 

I proposed here something very simple: the simulation of 10,000 proton-proton collisions such as those happening in the Large Hadron Collider. In those collisions, a top quark and an antitop quark are produced. 

Those simulated collisions were quite accurate in the sense that they include the core process considered, the decay of the top and antitop quarks, parton showering and hadronisation. Somewhat, they are as close as possible as what is going on in true collisions. The missing steps concern the simulation of the detector, and the reconstruction of the obtained events. A collision indeed generally leads to thousands of produced particles. However, these correspond only to a handful of higher-level objects that can be reconstructed and used in an analysis.

As usual, I warmly welcome everyone interested to try out the tasks proposed this week. I am here to help, answer questions and solve problems. If you are new to this and interested in joining us, please check the previous blogs on the topic (<a href='/@lemouth/towards-a-citizen-science-particle-physics-research-project-on-hive'>here</a> and <a href='https://hive.blog/hive-196387/@lemouth/citizen-science-particle-physics-project-on-hive-let-s-get-started'>there</a>), as well as the reports available from the #citizenscience tag.

If you are a participant to the project, I am looking forward to read a blog detailing your progress. Please make sure to notify me and use the #citizenscience tag.

Have a nice week, full of particle physics!

</div>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 855 others
👎  , ,
properties (23)
authorlemouth
permlinkcitizen-science-on-hive-simulating-top-quark-production-at-cern-s-large-hadron-collider
categoryhive-196387
json_metadata"{"tags":["science","physics","stem","citizenscience","proofofbrain","ocd","neoxian"],"users":["metabs","agmoore","agreste","aiovo","alexanderalexis","amestyj","darlingtonoperez","eniolw","firstborn.pob","gentleshaid","isnochys","ivarbjorn","mengene","mintrawa","servelle","travelingmercies","yaziris","lemouth"],"image":["https://i.postimg.cc/xCHxWmYV/citizien2-002.png","https://i.postimg.cc/R0g7JMB8/mg5-2a.png","https://i.postimg.cc/NGDcyS9X/mg5-2b.png","https://i.postimg.cc/dVmXXT2y/mg5-2c.png","https://i.postimg.cc/zGK5fBnz/mg5-2d.png","https://i.postimg.cc/PxqB1r88/mg5-2e.png","https://i.postimg.cc/RZK6zvhf/mg5-2f.png","https://i.postimg.cc/4d522CpR/mg5-2g.png","https://i.postimg.cc/cJ7F6q9t/mg5-2h.png"],"links":["/@lemouth/towards-a-citizen-science-particle-physics-research-project-on-hive"],"app":"hiveblog/0.1","format":"markdown","description":"Interested in scientific particle physics research on Hive? Let's simulate collisions such as those ongoing at CERN's Large Hadron Collider."}"
created2022-03-29 13:07:33
last_update2022-04-05 14:32:00
depth0
children68
last_payout2022-04-05 13:07:33
cashout_time1969-12-31 23:59:59
total_payout_value136.858 HBD
curator_payout_value136.315 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17,836
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,792,237
net_rshares180,394,333,075,737
author_curate_reward""
vote details (922)
@agreste ·
$0.05
Hi, @lemouth. I just posted my [second report](https://ecency.com/hive-196387/@agreste/spa-eng-citizen-science-project-1ce1fecea0ac4). Everything went well, though the Phythia log shows some errors and warnings. cheers!
👍  
properties (23)
authoragreste
permlinkre-lemouth-202244t92937210z
categoryhive-196387
json_metadata{"tags":["science","physics","stem","citizenscience","proofofbrain","ocd","neoxian"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-04-04 12:29:36
last_update2022-04-04 12:29:36
depth1
children1
last_payout2022-04-11 12:29:36
cashout_time1969-12-31 23:59:59
total_payout_value0.027 HBD
curator_payout_value0.026 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation33,667,155,068,924
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,979,874
net_rshares45,477,964,349
author_curate_reward""
vote details (1)
@lemouth ·
Thanks for letting me know and for your participation to the project. I will check the report later this evening, and give it some comments if needed. I imagine that this may actually be needed as you mentioned issues with Pythia8.

Cheers!
properties (22)
authorlemouth
permlinkr9u1bz
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-04-04 20:38:24
last_update2022-04-04 20:38:24
depth2
children0
last_payout2022-04-11 20:38:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,993,206
net_rshares0
@amestyj ·
Hello dear friend @lemouth, last week I was able to see the article of some of the participants, who already took the first step and managed to install the program, I could see that it was the first learning for many and they fulfilled their first goal. 

Today reading your article, I realize that this project has already begun to consolidate, with these first activities I am sure that a good debate will begin with the participants and to clarify certain concerns.

The methodology you use is very good, in a few weeks time, some will already know a little more about particle physics.

See you later, have a great week.
properties (22)
authoramestyj
permlinkr9j70f
categoryhive-196387
json_metadata{"users":["lemouth"],"app":"hiveblog/0.1"}
created2022-03-30 00:07:30
last_update2022-03-30 00:07:30
depth1
children0
last_payout2022-04-06 00:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length624
author_reputation208,698,887,779,576
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,808,272
net_rshares0
@amestyj ·
$0.32
Hello dear friend @lemouth, last week I was able to see the article of some of the participants, who already took the first step and managed to install the program, I could see that it was the first learning for many and they fulfilled their first goal. 

Today reading your article, I realize that this project has already begun to consolidate, with these first activities I am sure that a good debate will begin with the participants and to clarify certain concerns.

The methodology you use is very good, in a few weeks time, some will already know a little more about particle physics.

See you later, have a great week.
👍  
properties (23)
authoramestyj
permlinkr9j70r
categoryhive-196387
json_metadata{"users":["lemouth"],"app":"hiveblog/0.1"}
created2022-03-30 00:07:42
last_update2022-03-30 00:07:42
depth1
children1
last_payout2022-04-06 00:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.162 HBD
curator_payout_value0.162 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length624
author_reputation208,698,887,779,576
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,808,278
net_rshares219,022,376,650
author_curate_reward""
vote details (1)
@lemouth ·
Thanks a lot for your support and comment. I know you are super busy and won't have the time to take part to the project (which is fine). Therefore, just knowing that you follow us and that you keep an eye of what is going on is really great and makes me happy!

In practice, the timeline I have in mind is to rely on the first two months for preparation tasks, before next entering into the main part of the project. I prefer to move on little by little than going too fast and losing everyone. Let's see where this will lead us ;)

Cheers, and have a nice week!
👍  
properties (23)
authorlemouth
permlinkr9jpwy
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-30 06:55:48
last_update2022-03-30 06:55:48
depth2
children0
last_payout2022-04-06 06:55:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length563
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,816,863
net_rshares45,180,124
author_curate_reward""
vote details (1)
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @lemouth, here is a little bit of <code>BEER</code> from @isnochys for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-lemouth-citizen-science-on-hive-simulating-top-quark-production-at-cern-s-large-hadron-collider-20220330t093214724z
categoryhive-196387
json_metadata{"app":"beerlover/2.0"}
created2022-03-30 09:32:15
last_update2022-03-30 09:32:15
depth1
children0
last_payout2022-04-06 09:32:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length520
author_reputation25,827,066,940,299
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,819,844
net_rshares0
@curation-cartel ·
![Don-1UP-Cheers-Cartel-250px.png](https://files.peakd.com/file/peakd-hive/curation-cartel/23wgDhXHXhDmLCUp4RXCi4QwSwg2eCBXYV3b8uBMLvQ7BDWDG4eFSyWTp58qTjfu5ULQD.png) |  <div class="phishy"><u><h4>You have received a __1UP__ from @luizeba!</h4></u></div> The following @oneup-cartel family members will soon upvote your post:<br> __<code>@stem-curator, @vyb-curator, @pob-curator, @neoxag-curator</code>__  <br>_And they will bring !PIZZA 🍕_ 
-|-

<sup>[Learn more](https://peakd.com/hive-102223/@flauwy/the-curation-cartel-1up-trigger-smart-voting-mana-and-high-delegation-returns-for-14-different-tribes) about our delegation service to earn daily rewards. Join the family on [Discord](https://discord.gg/H5mxvTrexm).</sup>
properties (22)
authorcuration-cartel
permlinkre-citizen-science-on-hive-simulating-top-quark-production-at-cern-s-large-hadron-collider-20220329t132313z
categoryhive-196387
json_metadata"{"app": "beem/0.24.26"}"
created2022-03-29 13:23:15
last_update2022-03-29 13:23:15
depth1
children0
last_payout2022-04-05 13:23:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length724
author_reputation1,123,882,653,763
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,792,573
net_rshares0
@darlingtonoperez ·
$0.23
Job well done boss, it hasn't been an easy road I must testify though the journey is time consuming, more reading,more explanations, more understanding, and very many more, MORE STRENGTH BOSS. To the project, bravo to the software installation as I have known the little I have tried wasn't easy though,. In the absence of my contribution physically, my mind is with the team....CANT WAIT TO SEE IT SUCCESSFUL.
👍  
👎  
properties (23)
authordarlingtonoperez
permlinkre-lemouth-r9voht
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"peakd/2022.04.1"}
created2022-04-05 17:56:27
last_update2022-04-05 17:56:27
depth1
children3
last_payout2022-04-12 17:56:27
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.116 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length410
author_reputation475,775,425,306
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id112,021,272
net_rshares200,323,326,459
author_curate_reward""
vote details (2)
@lemouth ·
Hehe! Thanks for being so supportive to all participants, and to the project as a whole. Yes, it takes time. However, the rewards will just be amazing when the project will get completed. We are however not there (at least yet).

Cheers!
properties (22)
authorlemouth
permlinkr9vwav
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-04-05 20:44:57
last_update2022-04-05 20:44:57
depth2
children2
last_payout2022-04-12 20:44:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length237
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id112,025,492
net_rshares0
@darlingtonoperez ·
$0.04
Yes boss, I understand its just a matter of time, more diligence and hard work which you and your team is putting in will make successfully done.  More agility boss, you got my support
👍  
👎  
properties (23)
authordarlingtonoperez
permlinkre-lemouth-r9vy7c
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"peakd/2022.04.1"}
created2022-04-05 21:26:12
last_update2022-04-05 21:26:12
depth3
children1
last_payout2022-04-12 21:26:12
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length184
author_reputation475,775,425,306
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id112,026,513
net_rshares36,424,175,148
author_curate_reward""
vote details (2)
@ecency ·
Your content has been **voted** as a part of [Encouragement program](https://ecency.com/ecency/@good-karma/encouragement-program-continues-82eafcd10a299). Keep up the good work! <br><br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B197%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
properties (22)
authorecency
permlinkre-2022330t72858705z
categoryhive-196387
json_metadata{"tags":["ecency"],"app":"ecency/3.0.20-welcome","format":"markdown+html"}
created2022-03-30 07:29:00
last_update2022-03-30 07:29:00
depth1
children0
last_payout2022-04-06 07:29:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length478
author_reputation624,423,015,843,338
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,817,440
net_rshares0
@eniolw ·
$0.33
Great explanation as always! I will be on it as soon as possible.
👍  ,
properties (23)
authoreniolw
permlinkr9j0xn
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-29 21:56:18
last_update2022-03-29 21:56:18
depth1
children5
last_payout2022-04-05 21:56:18
cashout_time1969-12-31 23:59:59
total_payout_value0.162 HBD
curator_payout_value0.163 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation256,557,550,070,791
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,805,464
net_rshares219,454,702,998
author_curate_reward""
vote details (2)
@lemouth ·
Great! I am looking forward to see how you will manage. ^^

Please also consider keeping me updated about the volume of tasks required in this blog. Is it too small, just as needed or too large? Moreover, what is your opinion about the rhythm. Is one post every two weeks fine, or should I move to one post per week?

Thanks in advance for your feedback and sorry for the nasty questions :)
👍  
properties (23)
authorlemouth
permlinkr9jpql
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-30 06:52:00
last_update2022-03-30 06:52:00
depth2
children4
last_payout2022-04-06 06:52:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length390
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,816,784
net_rshares0
author_curate_reward""
vote details (1)
@eniolw ·
$0.06
I think the volume of tasks at the moment is manageable, it's ok, and doing it every other week is also fine for me. They' not nasty questions at all!
👍  
properties (23)
authoreniolw
permlinkr9kv1l
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-30 21:44:12
last_update2022-03-30 21:44:12
depth3
children3
last_payout2022-04-06 21:44:12
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length150
author_reputation256,557,550,070,791
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,837,396
net_rshares43,051,808,415
author_curate_reward""
vote details (1)
@gangstalking ·
The operators doing V2K with remote neural monitoring want me to believe this lady @battleaxe is an operator. She is involved in the same discord groups around @fyrstikken and friends. Her discord is Battleaxe#1003. Shes in some groups with seemingly detached characters that dont even acknowledge the others in the group, looking oddly staged. She starts projects and does nothing with it or the delegations after its used to sway people. Like @steempowertwins does<------fake along with her @teamgood <------fake.  No substance in her comments and has a following that adores her for what? Life coach she is not nor is she insightful with any meaningful skills to follow. Ruler of pixie dust maybe? I would like for someone to show me but probably wont out fear maybe? @fyrstikken groups around him down voted me into censored and not viewable on my accounts as soon I told what they were doing.</br><br> I cant prove @battleaxe is the one directly doing the V2K and RNM. Doing it requires more than one person at the least. It cant be done alone. She cant prove she is not one of the ones doing V2K because she cant and could care less. I guarantee she knows this is going around and still wont prove it because she cant. Many of us here can prove what they have been doing to survive the past 5 years. What does she live off of? It definitely isnt in public view here.</br><br> I was drugged in my home covertly, it ended badly. They have been trying to kill me using RNM with applied V2K mental games while revealing as many accessories to the crime as they can. I bet nobody does anything at all. Ask  @battleaxe to prove it. I bet she wont. Pretty serious accusations to just blow off and leave the crypto community hanging in fear of this danger.</br><br> They want me to believe the V2K and RNM in me is being broadcast from her location. And what the fuck is "HOMELAND SECURITY" doing about this shit? I think stumbling over their own dicks maybe? Just like they did and are doing with the Havana Syndrome. They should start by looking at the communications between the top witnesses of Hive and the connection to @fyrstikken groups. Google his fucking name and see where his other interests lie around at least once maybe? The connections between @fyrstikken groups and all the exchanges built for Hive? Bet that would reveal some crazy ball less nutty shit. Homeland security should start preparing for their own incarcerations seeing how sloppy this was done. Patriot act my ass. Think we are really fools? Bad position your not getting out of. Dont be last to blow the whistle. Who will protect you?<br></br><br><b>People in and around @fyrstikkens groups are reckless and should have shown the proper media what they had before taking me hostage for 5 long torturing years and counting. That is a long time to wait for someone to die.</b></br><br></br> What would you say while having a gun pointed at your head from an undisclosed location? Have people find it? My hands are tied while they play like children with a gun to my head. Its a terrorist act on American soil while some yawn and say its not real or Im a mental case. Many know its real. This is an ignored detrimental to humanity domestic threat. Ask informed soldiers in the American military what their oath is and why nothing is being done. Nobody has I guess. Maybe someone told ill informed soldiers they cant protect America from military leaders in control that have ill intent. How do we protect locked up soldiers prevented from telling the truth from being treated as criminals? Not to mention civilians we let our leaders treat the same way. https://ecency.com/fyrstikken/@fairandbalanced/i-am-the-only-motherfucker-on-the-internet-pointing-to-a-direct-source-for-voice-to-skull-electronic-terrorism-terrorism
👎  
properties (23)
authorgangstalking
permlinkre-lemouth-citizen-science-on-hive-simulating-top-quark-production-at-cern-s-large-hadron-collider-20220329t192422395z
categoryhive-196387
json_metadata{"app":"hive-bot/0.6.3"}
created2022-03-29 19:24:24
last_update2022-03-29 19:24:24
depth1
children0
last_payout2022-04-05 19:24:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,797
author_reputation-67,597,107,868,724
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,801,620
net_rshares-2,760,447,234
author_curate_reward""
vote details (1)
@gangstalking ·
The operators doing V2K with remote neural monitoring want me to believe this lady @battleaxe is an operator. She is involved in the same discord groups around @fyrstikken and friends. Her discord is Battleaxe#1003. Shes in some groups with seemingly detached characters that dont even acknowledge the others in the group, looking oddly staged. She starts projects and does nothing with it or the delegations after its used to sway people. Like @steempowertwins does<------fake along with her @teamgood <------fake.  No substance in her comments and has a following that adores her for what? Life coach she is not nor is she insightful with any meaningful skills to follow. Ruler of pixie dust maybe? I would like for someone to show me but probably wont out fear maybe? @fyrstikken groups around him down voted me into censored and not viewable on my accounts as soon I told what they were doing.</br><br> I cant prove @battleaxe is the one directly doing the V2K and RNM. Doing it requires more than one person at the least. It cant be done alone. She cant prove she is not one of the ones doing V2K because she cant and could care less. I guarantee she knows this is going around and still wont prove it because she cant. Many of us here can prove what they have been doing to survive the past 5 years. What does she live off of? It definitely isnt in public view here.</br><br> I was drugged in my home covertly, it ended badly. They have been trying to kill me using RNM with applied V2K mental games while revealing as many accessories to the crime as they can. I bet nobody does anything at all. Ask  @battleaxe to prove it. I bet she wont. Pretty serious accusations to just blow off and leave the crypto community hanging in fear of this danger.</br><br> They want me to believe the V2K and RNM in me is being broadcast from her location. And what the fuck is "HOMELAND SECURITY" doing about this shit? I think stumbling over their own dicks maybe? Just like they did and are doing with the Havana Syndrome. They should start by looking at the communications between the top witnesses of Hive and the connection to @fyrstikken groups. Google his fucking name and see where his other interests lie around at least once maybe? The connections between @fyrstikken groups and all the exchanges built for Hive? Bet that would reveal some crazy ball less nutty shit. Homeland security should start preparing for their own incarcerations seeing how sloppy this was done. Patriot act my ass. Think we are really fools? Bad position your not getting out of. Dont be last to blow the whistle. Who will protect you?<br></br><br><b>People in and around @fyrstikkens groups are reckless and should have shown the proper media what they had before taking me hostage for 5 long torturing years and counting. That is a long time to wait for someone to die.</b></br><br></br> What would you say while having a gun pointed at your head from an undisclosed location? Have people find it? My hands are tied while they play like children with a gun to my head. Its a terrorist act on American soil while some yawn and say its not real or Im a mental case. Many know its real. This is an ignored detrimental to humanity domestic threat. Ask informed soldiers in the American military what their oath is and why nothing is being done. Nobody has I guess. Maybe someone told ill informed soldiers they cant protect America from military leaders in control that have ill intent. How do we protect locked up soldiers prevented from telling the truth from being treated as criminals? Not to mention civilians we let our leaders treat the same way. https://ecency.com/fyrstikken/@fairandbalanced/i-am-the-only-motherfucker-on-the-internet-pointing-to-a-direct-source-for-voice-to-skull-electronic-terrorism-terrorism
👎  
properties (23)
authorgangstalking
permlinkre-lemouth-citizen-science-on-hive-simulating-top-quark-production-at-cern-s-large-hadron-collider-20220329t193310228z
categoryhive-196387
json_metadata{"app":"hive-bot/0.6.3"}
created2022-03-29 19:33:12
last_update2022-03-29 19:33:12
depth1
children0
last_payout2022-04-05 19:33:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,797
author_reputation-67,597,107,868,724
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,801,806
net_rshares-2,760,447,234
author_curate_reward""
vote details (1)
@gentleshaid ·
$0.36
I was finally able to get everything in place. We were able to uncover a bug in @metabs report in the process. I should be ready to carryout the tasks above in no time. 
👍  , , , , , ,
properties (23)
authorgentleshaid
permlinkre-lemouth-r9ifnt
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"peakd/2022.03.9"}
created2022-03-29 14:16:51
last_update2022-03-29 14:16:51
depth1
children3
last_payout2022-04-05 14:16:51
cashout_time1969-12-31 23:59:59
total_payout_value0.181 HBD
curator_payout_value0.179 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation406,530,279,265,525
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,793,877
net_rshares239,913,775,506
author_curate_reward""
vote details (7)
@lemouth ·
Ooohh I didn't know that. It is super great to see everyone helping each other (and also nice to read that everything had been sorted out! ;) ).

Good luck with the list of tasks for this week. Please let me also know whether this is fine in terms of volume. Is it good enough, not enough or too much. Thanks in advance!

Cheers!
👍  , , ,
properties (23)
authorlemouth
permlinkr9ii3n
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-29 15:09:27
last_update2022-03-29 15:09:27
depth2
children0
last_payout2022-04-05 15:09:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length329
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,795,235
net_rshares2,975,128,877
author_curate_reward""
vote details (4)
@metabs ·
$0.35
And the bug is now fixed! See, that is why someone else has to validate the procedures :)
👍  , , , , ,
properties (23)
authormetabs
permlinkre-gentleshaid-2022329t162741439z
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-03-29 14:27:42
last_update2022-03-29 14:27:42
depth2
children1
last_payout2022-04-05 14:27:42
cashout_time1969-12-31 23:59:59
total_payout_value0.173 HBD
curator_payout_value0.173 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation5,023,553,746,444
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,794,174
net_rshares230,484,125,014
author_curate_reward""
vote details (6)
@lemouth ·
Two pairs of eyes are always superior to one! This is also how I see the next steps for this project. We need cross-validation to make sure everything we do will be correct.
👍  , , , ,
properties (23)
authorlemouth
permlinkr9ii6p
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-29 15:11:15
last_update2022-03-29 15:11:15
depth3
children0
last_payout2022-04-05 15:11:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,795,289
net_rshares7,594,367,907
author_curate_reward""
vote details (5)
@gentleshaid ·
$0.32
I got everything up to 'run-card'. I typed 2, pressed enter and below is the message I got 
![image.png](https://files.peakd.com/file/peakd-hive/gentleshaid/Eo8M1oRhkWoUjYfJPoy3tEPrkCZ4Wutsoc7Az3uaiZG9eCbkdXQBuPsizeCyiyCLa8N.png)

PS: I was able to edit the text to false and saved with :wq. After pressing enter, it keeps taking me back.
👍  ,
properties (23)
authorgentleshaid
permlinkre-lemouth-r9ixed
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"peakd/2022.03.9"}
created2022-03-29 20:40:03
last_update2022-03-29 20:40:03
depth1
children9
last_payout2022-04-05 20:40:03
cashout_time1969-12-31 23:59:59
total_payout_value0.160 HBD
curator_payout_value0.161 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length338
author_reputation406,530,279,265,525
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,803,351
net_rshares216,397,817,809
author_curate_reward""
vote details (2)
@lemouth ·
When it takes you back, I assume that MG5aMC asks you again which cards you want to edit. Can you press 2 (the run card) and verify whether the lines that need to be changed have been changed? If this is the case, then you should just press enter to validate everything and move forward. 

If the run card has in contrast not been updated, then there is something weird. What you can do is to save your file with <code>:wq!</code>. The question mark will force it to obey. I don't understand why the swp file is not automatically deleted.

Please let me know first about everything above. Then we will see how to move further (I have options in mind).
👍  
properties (23)
authorlemouth
permlinkr9izi0
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-29 21:25:30
last_update2022-03-29 21:25:30
depth2
children8
last_payout2022-04-05 21:25:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length651
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,804,658
net_rshares45,630,763
author_curate_reward""
vote details (1)
@gentleshaid ·
What needs to be changed has actually been changed. When I typed :wq and press entered, I didn't expect it to take me back to selecting a card for editing again. At least, that's now the way it is in your own screenshot. 
👍  
properties (23)
authorgentleshaid
permlinkre-lemouth-r9iznc
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"peakd/2022.03.9"}
created2022-03-29 21:28:48
last_update2022-03-29 21:28:48
depth3
children7
last_payout2022-04-05 21:28:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation406,530,279,265,525
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,804,747
net_rshares0
author_curate_reward""
vote details (1)
@heskay ·
$0.17
Nice one thanks for sharing
👍  , , , ,
properties (23)
authorheskay
permlinkre-lemouth-2022329t152344660z
categoryhive-196387
json_metadata{"tags":["hive-196387","science","physics","stem","citizenscience","proofofbrain","ocd","neoxian"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-03-29 14:23:45
last_update2022-03-29 14:23:45
depth1
children4
last_payout2022-04-05 14:23:45
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.084 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation81,253,609,298,220
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,794,065
net_rshares113,188,428,571
author_curate_reward""
vote details (5)
@lemouth ·
Thank you very much. The pleasure was truly for me ;)
👍  , , ,
properties (23)
authorlemouth
permlinkr9ii5e
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-29 15:10:27
last_update2022-03-29 15:10:27
depth2
children3
last_payout2022-04-05 15:10:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,795,267
net_rshares1,722,856,938
author_curate_reward""
vote details (4)
@heskay ·
Nice hope to see you some other time friend
properties (22)
authorheskay
permlinkre-lemouth-2022329t162342295z
categoryhive-196387
json_metadata{"tags":["ecency"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-03-29 15:23:42
last_update2022-03-29 15:23:42
depth3
children2
last_payout2022-04-05 15:23:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation81,253,609,298,220
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,795,583
net_rshares0
@hivebuzz ·
Congratulations @lemouth! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@lemouth/upvotes.png?202203310257"></td><td>You distributed more than 82000 upvotes.<br>Your next target is to reach 83000 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@lemouth) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pum-202203-25"><img src="https://images.hive.blog/64x128/https://i.imgur.com/JIdWpzd.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202203-25">Hive Power Up Month - Feedback from February day 25</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-lemouth-20220331t032602
categoryhive-196387
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2022-03-31 03:26:03
last_update2022-03-31 03:26:03
depth1
children0
last_payout2022-04-07 03:26:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length946
author_reputation369,876,802,072,249
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,845,096
net_rshares0
@isnochys ·
$0.21
Have a !BEER
👍  ,
properties (23)
authorisnochys
permlinkr9jx3h
categoryhive-196387
json_metadata{"tags":["stem"],"app":"stemgeeks/0.1","canonical_url":"https://stemgeeks.net/@isnochys/r9jx3h"}
created2022-03-30 09:30:57
last_update2022-03-30 09:30:57
depth1
children1
last_payout2022-04-06 09:30:57
cashout_time1969-12-31 23:59:59
total_payout_value0.105 HBD
curator_payout_value0.104 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation47,844,745,752,466
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,819,818
net_rshares149,641,518,873
author_curate_reward""
vote details (2)
@lemouth ·
Thank you! I always like having a beer ^^
properties (22)
authorlemouth
permlinkr9k5y7
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-30 12:42:09
last_update2022-03-30 12:42:09
depth2
children0
last_payout2022-04-06 12:42:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,823,908
net_rshares0
@luizeba ·
$0.17
Great Post!

!1UP

[![](https://i.imgur.com/51i7z05.png)](https://peakd.com/@luizeba)
👍  ,
properties (23)
authorluizeba
permlinkre-lemouth-2022329t10176471z
categoryhive-196387
json_metadata{"tags":["hive-196387","science","physics","stem","citizenscience","proofofbrain","ocd","neoxian"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-03-29 13:17:09
last_update2022-03-29 13:17:09
depth1
children1
last_payout2022-04-05 13:17:09
cashout_time1969-12-31 23:59:59
total_payout_value0.083 HBD
curator_payout_value0.084 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation489,941,944,757,938
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,792,432
net_rshares111,572,513,568
author_curate_reward""
vote details (2)
@lemouth ·
Thanks for passing by and your support!
👍  
properties (23)
authorlemouth
permlinkr9ii4l
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-29 15:09:57
last_update2022-03-29 15:09:57
depth2
children0
last_payout2022-04-05 15:09:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,795,254
net_rshares0
author_curate_reward""
vote details (1)
@metabs ·
$0.24
I almost have it! Had some issues running this week tasks... almost in all of them, but hey, i think it is very close to be finished!
👍  
properties (23)
authormetabs
permlinkre-lemouth-202245t19025761z
categoryhive-196387
json_metadata{"tags":["science","physics","stem","citizenscience","proofofbrain","ocd","neoxian"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-04-05 17:00:24
last_update2022-04-05 17:00:24
depth1
children7
last_payout2022-04-12 17:00:24
cashout_time1969-12-31 23:59:59
total_payout_value0.120 HBD
curator_payout_value0.120 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation5,023,553,746,444
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id112,019,776
net_rshares207,436,836,124
author_curate_reward""
vote details (1)
@lemouth ·
I am very happy to read this, and I am looking forward to read your report with a description of all these issues. 

Note that you can always feel free to notify me directly, if you have any question. Please remember that I am here to help ^^
properties (22)
authorlemouth
permlinkr9vw7c
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-04-05 20:42:51
last_update2022-04-05 20:42:51
depth2
children6
last_payout2022-04-12 20:42:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length242
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id112,025,429
net_rshares0
@metabs ·
$0.12
It has been, and still is, a bit a bumpy road. My last attempt, finished with a message that there was no space, and that is strange because the VM is only 9 GB out of the 30 it could be at maximum and there is still some extra GBs on my physical hardisk. I will have to run it again today:
![2022_04_05_22_35_20_citizenscienc_running_oracle_vm_virtualbox.png](https://images.ecency.com/DQmVFbf73UwJjWZLQkUsUBiVVvZJUacPnLKejf7LLEzeVVQ/2022_04_05_22_35_20_citizenscienc_running_oracle_vm_virtualbox.png)

👍  
properties (23)
authormetabs
permlinkre-lemouth-202246t8419943z
categoryhive-196387
json_metadata{"tags":["ecency"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-04-06 06:04:24
last_update2022-04-06 06:04:24
depth3
children5
last_payout2022-04-13 06:04:24
cashout_time1969-12-31 23:59:59
total_payout_value0.060 HBD
curator_payout_value0.060 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length504
author_reputation5,023,553,746,444
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id112,036,547
net_rshares109,577,414,693
author_curate_reward""
vote details (1)
@poshtoken ·
https://twitter.com/BenjaminFuks/status/1508794109762453511
<sub> The rewards earned on this comment will go directly to the person sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
properties (22)
authorposhtoken
permlinkre-lemouth-citizen-science-on-hive-simulating-top-quark-produ67201
categoryhive-196387
json_metadata"{"app":"Poshtoken 0.0.1"}"
created2022-03-29 13:21:06
last_update2022-03-29 13:21:06
depth1
children0
last_payout2022-04-05 13:21:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation5,632,422,959,498,626
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id111,792,534
net_rshares0
@robotics101 ·
$0.20
Glad to see this many people interested in this project ! Good luck ! :)
👍  
properties (23)
authorrobotics101
permlinkre-lemouth-r9m8rr
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"peakd/2022.03.9"}
created2022-03-31 15:37:30
last_update2022-03-31 15:37:30
depth1
children5
last_payout2022-04-07 15:37:30
cashout_time1969-12-31 23:59:59
total_payout_value0.100 HBD
curator_payout_value0.100 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation13,003,325,382,700
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,859,805
net_rshares148,878,049,203
author_curate_reward""
vote details (1)
@lemouth ·
$0.02
Is there still no way to convince you to join us? :D
👍  ,
properties (23)
authorlemouth
permlinkr9mnjf
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-31 20:57:18
last_update2022-03-31 20:57:18
depth2
children4
last_payout2022-04-07 20:57:18
cashout_time1969-12-31 23:59:59
total_payout_value0.011 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,867,854
net_rshares17,098,486,093
author_curate_reward""
vote details (2)
@robotics101 ·
$0.06
I'm not sure I have the time to follow this project as closely as I would like to, sorry :(
I will try to follow the tasks one of these days and if I can catch up with you I will let you know ;)
👍  
properties (23)
authorrobotics101
permlinkre-lemouth-r9moy8
categoryhive-196387
json_metadata{"tags":["hive-196387"],"app":"peakd/2022.03.9"}
created2022-03-31 21:26:51
last_update2022-03-31 21:26:51
depth3
children3
last_payout2022-04-07 21:26:51
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation13,003,325,382,700
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,868,802
net_rshares43,825,088,518
author_curate_reward""
vote details (1)
@servelle ·
$0.35
Hi, this part was a bit more difficult but i succeeded.
You could edit to make it easier:
Task 3:
.  to enable Pythia8 press 1 (then enter)
.  to enable MadSpin press 4 (then enter)
.  when runing run_card.dat: first press esc to be able to use the arrows keys to reach the line 129 we need to modify, then play with the "INSER" and "SUPPR"  keys of our keyboard to modify True to False, and type ":qa!" to exit the editor. (that was the hardest part for me and i solved it by doing that, maybe there is an easier way)
I'll make a post in Citizenscience for all steps.
My final result:

![step2.10.jpg](https://images.hive.blog/DQmUdAzSnrbeoyn3KLtXhFPsZWsuHRAPTi5divxAWnQKTre/step2.10.jpg)
👍  , , , , ,
properties (23)
authorservelle
permlinkr9ipc6
categoryhive-196387
json_metadata{"tags":["stem"],"image":["https://images.hive.blog/DQmUdAzSnrbeoyn3KLtXhFPsZWsuHRAPTi5divxAWnQKTre/step2.10.jpg"],"app":"stemgeeks/0.1","canonical_url":"https://stemgeeks.net/@servelle/r9ipc6"}
created2022-03-29 17:45:42
last_update2022-03-29 17:45:42
depth1
children5
last_payout2022-04-05 17:45:42
cashout_time1969-12-31 23:59:59
total_payout_value0.179 HBD
curator_payout_value0.175 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length689
author_reputation155,215,984,747,678
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,799,004
net_rshares236,306,755,950
author_curate_reward""
vote details (6)
@lemouth · (edited)
Thanks a lot for the suggestion. I have updated the post for what concern Pythia8 and MadSpin. I definitely agree with you and a bullet list is easier to read. 

For the editing of the run card, I am less sure (I am at least missing some pieces of information). What to do in practice actually depends on your text editor. In my case it is <code>VIM</code>, so that it is sufficient to type

<pre>129 G d d i
 </pre>

and then edit the line. Finally, the file can be saved by typing


<pre>:wq
 </pre>

Therefore, if you provide some information about your text editor, I will add this more consistently to the post.

In addition, I am very happy to read that you managed to go through everything, and I am looking forward to have a look at your report. By curiosity, how long did it take you? This will allow me to tune the amount of work requested in every post.

Cheers!

PS: I have finally added information on how to do it with VIM.
👍  , , ,
properties (23)
authorlemouth
permlinkr9iu8e
categoryhive-196387
json_metadata{"app":"hiveblog/0.1"}
created2022-03-29 19:31:30
last_update2022-03-29 19:33:27
depth2
children4
last_payout2022-04-05 19:31:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length937
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,801,779
net_rshares6,071,176,004
author_curate_reward""
vote details (4)
@servelle ·
$0.09
Thanks,
I think it took me over an hour, but since I fumbled it, that's not the reference time. I don't have time today, but I'll start the task again tomorrow by trying the right editor's commands and watch the time.
👍  
properties (23)
authorservelle
permlinkre-lemouth-2022330t201256511z
categoryhive-196387
json_metadata{"tags":["ecency"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-03-30 18:12:54
last_update2022-03-30 18:12:54
depth3
children3
last_payout2022-04-06 18:12:54
cashout_time1969-12-31 23:59:59
total_payout_value0.043 HBD
curator_payout_value0.043 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length217
author_reputation155,215,984,747,678
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,832,223
net_rshares62,168,892,391
author_curate_reward""
vote details (1)
@stemsocial ·
re-lemouth-citizen-science-on-hive-simulating-top-quark-production-at-cern-s-large-hadron-collider-20220330t072833371z
<div class='text-justify'> <div class='pull-left'>
 <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div>

Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support.&nbsp;<br />&nbsp;<br />
</div>
properties (22)
authorstemsocial
permlinkre-lemouth-citizen-science-on-hive-simulating-top-quark-production-at-cern-s-large-hadron-collider-20220330t072833371z
categoryhive-196387
json_metadata{"app":"STEMsocial"}
created2022-03-30 07:28:33
last_update2022-03-30 07:28:33
depth1
children0
last_payout2022-04-06 07:28:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length565
author_reputation22,927,767,309,334
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,817,429
net_rshares0
@travelingmercies ·
$0.29
![Screen Shot 2022-03-30 at 10.05.51 PM.png](https://images.hive.blog/DQmYAjagGMNCfEt8NS559MsWcvK31aK9bPQenhcsLwPBvJc/Screen%20Shot%202022-03-30%20at%2010.05.51%20PM.png)

<div class="text-justify">This week's tasks are overwhelmingly good! I was supposed to explore the software before this post comes out but wasn't able to do that. So, I guess, I do agree with your proposal that tasks come every other week. :)<br>
Just a question out of curiosity, I was trying to check what does <b>launch detector simulation</b> do from this webpage. I was instructed to call <b>pythia folder_name_events</b> in the shell, however, the prompt shows that the command <b>pythia</b> (see below)</div>
<br>

![Screen Shot 2022-03-30 at 10.24.59 PM.png](https://images.hive.blog/DQmdfehPYW2tDanrzFQfrwhrQZ69eTPQxdNDHiosGfxTS4c/Screen%20Shot%202022-03-30%20at%2010.24.59%20PM.png)

<div class="text-justify">I'm just actually curious what will happen when detector simulation is launched. Excited to write about this week's progress report over the weekend. 🤓 Thank you!</div>
👍  
properties (23)
authortravelingmercies
permlinkr9kaz8
categoryhive-196387
json_metadata{"image":["https://images.hive.blog/DQmYAjagGMNCfEt8NS559MsWcvK31aK9bPQenhcsLwPBvJc/Screen%20Shot%202022-03-30%20at%2010.05.51%20PM.png","https://images.hive.blog/DQmdfehPYW2tDanrzFQfrwhrQZ69eTPQxdNDHiosGfxTS4c/Screen%20Shot%202022-03-30%20at%2010.24.59%20PM.png"],"app":"hiveblog/0.1"}
created2022-03-30 14:30:48
last_update2022-03-30 14:30:48
depth1
children1
last_payout2022-04-06 14:30:48
cashout_time1969-12-31 23:59:59
total_payout_value0.146 HBD
curator_payout_value0.146 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,060
author_reputation61,525,420,190,608
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,826,392
net_rshares207,810,501,466
author_curate_reward""
vote details (1)
@lemouth ·
Thanks for this great feedback and everything that you tried. I am really excited to read your full report :)

> So, I guess, I do agree with your proposal that tasks come every other week. :)

At the end, this is also better for me as putting everything in place is more time-consuming than what I naively thought initially ;)

It is nice to see you trying the software in many ways. I will help you to run pythia8 independently. In order to do so, you need to start from hard process events (and not from the beginning where we just have nothing). This is done through
<pre>  launch STEMsocial_rocks --laststep=parton
 </pre>
Another possibility is to run it directly.
<pre>  cd STEMsocial_rocks;
  ./bin/madevent
  pythia8
 </pre>

And then you should follow what is printed to the screen. Note that here, <code>STEMsocial_rocks</code> is the name of my working directory.

For what concerns the simulation of the detector effects, this will be the topic of the next two blogs related to this project. Here, we won't use MG5aMC, but instead a framework called the <a href='https://arxiv.org/abs/2006.09387'>SFS framework</a> (SFS standing for Simplified Fast Simulator) that I developed a couple of years ago. 

As a side note, I am considering to write a full blog on this on Monday, so that some material will be ready for the next citizen science tasks :)

Cheers!
properties (22)
authorlemouth
permlinkr9ktq0
categoryhive-196387
json_metadata{"links":["https://arxiv.org/abs/2006.09387"],"app":"hiveblog/0.1"}
created2022-03-30 21:15:39
last_update2022-03-30 21:15:39
depth2
children0
last_payout2022-04-06 21:15:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,370
author_reputation338,011,164,701,274
root_title"Citizen science on Hive - simulating top quark production at CERN’s Large Hadron Collider"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,836,750
net_rshares0