create account

Running state-of-the-art particle physics research on Steem - a status report after 3 months by lemouth

View this thread on: hive.blogpeakd.comecency.com
· @lemouth ·
$125.66
Running state-of-the-art particle physics research on Steem - a status report after 3 months
<div class="text-justify">

There are many developers and people with programming skills hanging around on Steem and in particular around [**Utopian.io**](https://steemit.com/@utopian-io). Three months ago, I asked these people a very simple question. **Would they be interested in contributing to state-of-the-art research in particle physics**?

<div class="pull-left">

<center> <img src="https://s33.postimg.cc/jlpnfre33/lhc.jpg">
<sub>[image credits: <a href="https://commons.wikimedia.org/wiki/File:CERN_collisionneur.jpg">Roxaneweb</a> (CC BY-SA 4.0)]</sub> </center> 
</div>

This idea was received very positively, and about 10 people answered that they want to try and come on board.

This was sufficient to me to start a project of [**allowing Steem contributions to my own research work**](https://madanalysis.irmp.ucl.ac.be/).

The main topic is utilizing the results found by the [**Large Hadron Collider**](https://home.cern/topics/large-hadron-collider) (LHC) at [**CERN**](https://home.cern/) in the best possible way through the development of **an open source platform for the reinterpretation of LHC results**. 

We are now three months later and I'm here to summarize what has been accomplished so far. I will briefly review the grand goal of this project, the material on particle physics I provided (to help understanding the context) and how to tackle this with programming.

The amazing fact is [**that a public platform that I am co-developing**](https://madanalysis.irmp.ucl.ac.be/), used by particle physicists from all over the world, now **includes contributions from Steem**.

___

## <center>UTILIZING THE RESULTS OF THE LARGE HADRON COLLIDER </center>
___
This is an exciting time for particle physics. Its [**Standard Model**](https://steemit.com/steemstem/@lemouth/some-thoughts-about-stem-on-steem-bonus-a-complete-introduction-to-particle-physics) is now complete (in terms of particle discoveries), and data seems to confirm it very strongly.

<div class="pull-right">

<center> <img src="https://s17.postimg.cc/6pvmmnn8f/pokpok.jpg">
<sub>[image credits: <a href="https://pixabay.com/en/big-bang-armageddon-explosion-pop-466312/">Pixabay</a> (CC0)]</sub> </center> 
</div>

However, it is clear that the Standard Model is [**not the end of the story**](https://steemit.com/science/@lemouth/why-going-beyond-the-standard-model-of-particle-physics). There must be something behind it. 

The LHC experimental collaborations are therefore undertaking many searches for the new phenomena predicted by the various theories proposed to extend the Standard Model. 

The only problem is that there is a plethora of possible variants of a large number of theories, and not all of them can be tested experimentally due to limited human resources.

For this reason, platforms on which anyone can test the model of physics of his/her dream are very important. Some collaborators and myself started to develop an open source platform (named [**MadAnalysis 5**](https://madanalysis.irmp.ucl.ac.be/)) to do just that several years ago. The problem is that, in order to use it for the reinterpretation of the results of the LHC, experimental analyses must be reimplemented one by one (at least for now). 

**This is where Steem and Utopian.io come into the game!**

___

## <center>PARTICLE PHYSICS ON STEEM AND UTOPIAN.IO </center>
___

<div class="pull-left">

<center> <img src="https://s33.postimg.cc/aukqi3p3z/cms_again.png">
<sub>[image credits: <a href="https://commons.wikimedia.org/wiki/File:Ev059HR_3D.png">Pcharito</a> (CC BY-SA 3.0)]</sub> </center> 
</div>

Using Steem and Utopian to contribute to state-of-the-art research is not easy, for the simple reason that even if one is skilled in programming, **one needs to understand what to program**. 

This, of course, is where I can help.

Through a series of posts accompanied by exercises (that have been rewarded when done), I reviewed the objects that are observed in a typical LHC detector, how analyses make use of them, and how this is implemented in the MadAnalysis 5 framework. 

In detail, we have:

 - [**Installation instructions**](https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started) with generalities on the MadAnalysis 5 framework and its installation procedure [**from GitHub**](https://github.com/BFuks/madanalysis-utopian).

 - Information on some of the objects observed in a detector ([**photons, electron and muons**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer)) along with a basic programming exercise in the MadAnalysis 5 framework.

 - Information on the [**properties of the reconstructed objects**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-implementing-an-lhc-analysis-on-a-computer-the-physics-objects) and introduction of the concept of jets of strongly-interacting particles. All of this with an exercise addressing a real [**ATLAS search**](https://arxiv.org/abs/1711.11520) for a theory called [**supersymmetry**](https://steemit.com/science/@lemouth/new-phenomena-in-particle-physics-searching-for-our-dear-susy-aka-supersymmetry).

 - [**Histogramming and object isolation**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request). Or, in other words, how to focus solely on quality objects reconstructed in a detector and make useful plots. Here, the exercise focused on a real [**CMS search**](https://arxiv.org/abs/1706.03794) for [**dark matter**](https://steemit.com/science/@lemouth/a-hitchhiker-guide-to-the-quest-for-dark-matter).

 - Last but not least, I have focused on [**analysis strategies**](https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena), and the concepts of selection cuts and signal regions.

**Now, everyone is correctly equipped to tackle the real deal!**

___

## <center>CURRENT OUTCOME OF THE PROJECT</center>
___

Although task requests have not been posted yet, five Steemians (**@crokkon, @effofex, @irelandscape** and **@mactro**) strongly contributed to the project so far and solved most of the exercises.

Three **histogramming modules**  ([**here**](https://steemit.com/utopian-io/@crokkon/visualizing-particle-physics-histograms-plotting-madanalysis5-saf-files-as-pngs), [**here**.](https://github.com/effofex/ma5-histo) and [**there**](https://steemit.com/utopian-io/@irelandscape/particle-physics-exercise-1c-solution)) have been developed as external tools to be used with MadAnalysis 5, by **@crokkon**, **@effofex** and **@irelandscape**. All of these modules are now [**officially endorsed by the MadAnalysis 5 team**](https://madanalysis.irmp.ucl.ac.be/wiki/WikiStart).

<div class="pull-right">

<center> <img src="https://s17.postimg.cc/86el2c3fj/boom.jpg">
<sub>[image credits: <a href="https://pixabay.com/en/fractal-light-light-fractal-1759271/">Pixabay</a> (CC0)]</sub> </center> 
</div>

One tutorial explaining [**how to run MadAnalysis 5 on windows 10**](https://steemit.com/utopian-io/@effofex/installing-and-testing-the-madanalysis-5-particle-physics-platform-on-win10-using-the-windows-subsystem-for-linux-wsl) has been released. This tutorial is now [**an official MadAnalysis 5 tutorial**](https://madanalysis.irmp.ucl.ac.be/wiki/tutorials).

Moreover, **@irelandscape** wrote varied posts explaining his understanding of particle physics, which I took a lot of pleasure in reading (and clarifying where necessary).

**Very importantly, it is not too late to  join the project and get rewarded for it!** 
___

## <center> THE FUTURE </center>
___

<div class="pull-left">

<center> <img src="https://s33.postimg.cc/604tozacf/analysis.jpg">
<sub>[image credits: <a href="https://pixabay.com/en/analysis-statistics-chart-graphic-810025/">geralt</a> (CC0)]</sub> </center> 
</div>

It is now time to make explicit **task requests for reimplementing varied ATLAS and CMS searches for new phenomena at the LHC**. In other words, it is time for Steemians to start contributing actively to particle physics research, and be rewarded for it.

While more details will be posted in the next couple of weeks, please do not hesitate to re-read the posts mentioned above for help on how to do. 

Moreover, on Friday I released a freely available [**comprehensive and pedagogical introduction to MadAnalysis 5**](https://arxiv.org/abs/1808.00480).  Appendix B should be useful, as well as  sections 4.1, 4.2, 4.3 and 4.4. The rest will be important too, but for the next phases of this project.

I am now about to leave for two weeks of offline life. I wish everyone a very nice summer break and thank everyone for **helping make use of Steem for scientific research**.

See you all by the end of the month! 

</div>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 936 others
properties (23)
authorlemouth
permlinkrunning-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months
categoryutopian-io
json_metadata{"tags":["utopian-io","blog","steemstem","physics","science"],"users":["crokkon","effofex","irelandscape","mactro"],"image":["https://s33.postimg.cc/jlpnfre33/lhc.jpg","https://s17.postimg.cc/6pvmmnn8f/pokpok.jpg","https://s33.postimg.cc/aukqi3p3z/cms_again.png","https://s17.postimg.cc/86el2c3fj/boom.jpg","https://s33.postimg.cc/604tozacf/analysis.jpg"],"links":["https://steemit.com/@utopian-io","https://commons.wikimedia.org/wiki/File:CERN_collisionneur.jpg","https://madanalysis.irmp.ucl.ac.be/","https://home.cern/topics/large-hadron-collider","https://home.cern/","https://steemit.com/steemstem/@lemouth/some-thoughts-about-stem-on-steem-bonus-a-complete-introduction-to-particle-physics","https://pixabay.com/en/big-bang-armageddon-explosion-pop-466312/","https://steemit.com/science/@lemouth/why-going-beyond-the-standard-model-of-particle-physics","https://commons.wikimedia.org/wiki/File:Ev059HR_3D.png","https://steemit.com/utopian-io/@lemouth/towards-an-utopian-contribution-to-particle-physics-the-roadmap-and-how-to-get-started","https://github.com/BFuks/madanalysis-utopian","https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-detecting-particles-at-colliders-and-implementing-this-on-a-computer","https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-implementing-an-lhc-analysis-on-a-computer-the-physics-objects","https://arxiv.org/abs/1711.11520","https://steemit.com/science/@lemouth/new-phenomena-in-particle-physics-searching-for-our-dear-susy-aka-supersymmetry","https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-objects-isolation-histogramming-and-a-first-task-request","https://arxiv.org/abs/1706.03794","https://steemit.com/science/@lemouth/a-hitchhiker-guide-to-the-quest-for-dark-matter","https://steemit.com/utopian-io/@lemouth/particle-physics-utopian-io-designing-an-lhc-search-strategy-for-unraveling-new-phenomena","https://steemit.com/utopian-io/@crokkon/visualizing-particle-physics-histograms-plotting-madanalysis5-saf-files-as-pngs","https://github.com/effofex/ma5-histo","https://steemit.com/utopian-io/@irelandscape/particle-physics-exercise-1c-solution","https://madanalysis.irmp.ucl.ac.be/wiki/WikiStart","https://pixabay.com/en/fractal-light-light-fractal-1759271/","https://steemit.com/utopian-io/@effofex/installing-and-testing-the-madanalysis-5-particle-physics-platform-on-win10-using-the-windows-subsystem-for-linux-wsl","https://madanalysis.irmp.ucl.ac.be/wiki/tutorials","https://pixabay.com/en/analysis-statistics-chart-graphic-810025/","https://arxiv.org/abs/1808.00480"],"app":"steemit/0.1","format":"markdown"}
created2018-08-06 13:49:09
last_update2018-08-06 13:49:09
depth0
children58
last_payout2018-08-13 13:49:09
cashout_time1969-12-31 23:59:59
total_payout_value99.450 HBD
curator_payout_value26.210 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,919
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,300,465
net_rshares85,371,780,452,993
author_curate_reward""
vote details (1000)
@akiripromise ·
This is truly awesome, looking at the progress so far.

Even though I know only little about particle physics "helping make use of Steem for scientific research" is an idea I believe will take the steemit platform to greater heights
πŸ‘  ,
properties (23)
authorakiripromise
permlinkre-lemouth-201886t194752165z
categoryutopian-io
json_metadata{"tags":["utopian-io","blog","steemstem","physics","science"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-08-06 18:48:00
last_update2018-08-06 18:48:00
depth1
children1
last_payout2018-08-13 18:48: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_length232
author_reputation3,177,138,839,770
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,328,035
net_rshares9,676,289,949
author_curate_reward""
vote details (2)
@lemouth ·
I hope  so too! Thanks for passing by and your nice message! ;)
πŸ‘Ž  , ,
properties (23)
authorlemouth
permlinkre-akiripromise-re-lemouth-201886t194752165z-20180806t205725652z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 20:57:24
last_update2018-08-06 20:57:24
depth2
children0
last_payout2018-08-13 20:57: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_length63
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,317
net_rshares0
author_curate_reward""
vote details (3)
@alexander.alexis ·
> The amazing fact is that a public platform that I am co-developing, used by particle physicists from all over the world, now includes contributions from Steem.

&#128077;&#128077;

> However, it is clear that the Standard Model is not the end of the story. There must be something behind it.

Will this ever cease to be the case? Will we ever reach the end of the story? Do you think we'll ever reach a place where there's no more 'behind'?

---

A truly wonderful project. I'm currently attempting to learn python, but it'll be a long way (if ever) till I can contribute anything to any worthwhile project :D

Have a cool summer break!
πŸ‘  
properties (23)
authoralexander.alexis
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180824t173639195z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-24 17:36:39
last_update2018-08-24 17:36:39
depth1
children1
last_payout2018-08-31 17:36: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_length638
author_reputation21,140,508,991,402
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,249,176
net_rshares11,238,669,093
author_curate_reward""
vote details (1)
@lemouth ·
$0.03
> Will this ever cease to be the case? Will we ever reach the end of the story? Do you think we'll ever reach a place where there's no more 'behind'?

Who knows? We may imagine ending up with a more general theory (embedding the Standard Model in some limit) that works at all energies. The point is that the current paradigm works well but has limitations. It is thus clear there is something beyond.

> A truly wonderful project. I'm currently attempting to learn python, but it'll be a long way (if ever) till I can contribute anything to any worthwhile project :D

Here the python part is not needed to be understood. Only the C++ one ^^
πŸ‘  
properties (23)
authorlemouth
permlinkre-alexanderalexis-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180829t111539861z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-29 11:15:39
last_update2018-08-29 11:15:39
depth2
children0
last_payout2018-09-05 11:15:39
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length641
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,691,541
net_rshares18,618,906,314
author_curate_reward""
vote details (1)
@alexs1320 ·
Incredible achievement of the community
πŸ‘  ,
properties (23)
authoralexs1320
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t155645762z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 15:56:45
last_update2018-08-06 15:56:45
depth1
children1
last_payout2018-08-13 15:56:45
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_reputation150,945,165,388,638
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,312,553
net_rshares5,537,596,976
author_curate_reward""
vote details (2)
@lemouth ·
Totally. and I am sure we can even go further, but this will be for the next semester :)
properties (22)
authorlemouth
permlinkre-alexs1320-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t163719206z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 16:37:18
last_update2018-08-06 16:37:18
depth2
children0
last_payout2018-08-13 16:37:18
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_length88
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,316,389
net_rshares0
@arcange ·
Congratulations @lemouth!
Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180806) in the following category:

* Upvotes - Ranked 10 with 1159 upvotes
properties (22)
authorarcange
permlinkre-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t180746000z
categoryutopian-io
json_metadata""
created2018-08-07 16:12:54
last_update2018-08-07 16:12:54
depth1
children0
last_payout2018-08-14 16:12:54
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_length213
author_reputation1,148,349,221,690,653
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,427,226
net_rshares0
@artonsteem ·
$1.63
It is good to see serious research efforts on steem. At least from this perspective, there seems to be nothing more valuable to share on steem than research. 

It simply does not make sense to produce research in secluded non-feedback environments with research money being wasted in non-transparent ways. 

Upvoted!
πŸ‘  , , , ,
properties (23)
authorartonsteem
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180807t063052180z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-07 06:30:51
last_update2018-08-07 06:30:51
depth1
children1
last_payout2018-08-14 06:30:51
cashout_time1969-12-31 23:59:59
total_payout_value1.613 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length316
author_reputation473,562,910,765
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,380,267
net_rshares1,118,312,335,416
author_curate_reward""
vote details (5)
@lemouth ·
Thanks for the feedback. Note that transparency is a very field dependent statement. In particle physics, we are a kind of example: all our major journals are open access, most our codes are open source and public, etc... I am very happy to be part of such a field :)
πŸ‘  
πŸ‘Ž  , ,
properties (23)
authorlemouth
permlinkre-artonsteem-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180808t083135855z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-08 08:31:36
last_update2018-08-08 08:31:36
depth2
children0
last_payout2018-08-15 08:31:36
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_length267
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,500,965
net_rshares611,369,193
author_curate_reward""
vote details (4)
@daan ·
I'm not sure if this would be something for me, but I can certainly appreciate how amazing it is that this is possible through Steem and Utopian. 

If anyone ever says to me again,  that there's only low-quality content on Steem, I'll point them towards posts like these.
πŸ‘  
properties (23)
authordaan
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180807t214625130z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-07 21:46:27
last_update2018-08-07 21:46:27
depth1
children1
last_payout2018-08-14 21:46: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_length271
author_reputation68,495,317,885,928
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id67,455,670
net_rshares5,537,596,976
author_curate_reward""
vote details (1)
@lemouth ·
Thanks a lot for the very nice comment. Note that We are trying to encourage high-quality posts through the steemstem project. Don't hesitate to pay us a visit on discord! :)
πŸ‘  
πŸ‘Ž  , ,
properties (23)
authorlemouth
permlinkre-daan-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180808t083731404z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-08 08:37:30
last_update2018-08-08 08:37:30
depth2
children0
last_payout2018-08-15 08:37: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_length174
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,501,452
net_rshares0
author_curate_reward""
vote details (4)
@dedicatedguy ·
It is amazing what steem and utopian are capable of doing... actually helping with researching physics! 

I wish you the best of luck in this journey @lemouth! And enjoy your 2 weeks of offline time :)

Cheers!
πŸ‘  
properties (23)
authordedicatedguy
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t165322394z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"}
created2018-08-06 16:50:42
last_update2018-08-06 16:50:42
depth1
children1
last_payout2018-08-13 16:50: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_length210
author_reputation749,107,961,136,934
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,317,544
net_rshares11,075,193,953
author_curate_reward""
vote details (1)
@lemouth ·
Thanks for the nice wishes. I would not have believed myself running such a project on Steem three months ago, and I was so pleased to see it working. The future is bright!

See you very soon in two weeks! :)
πŸ‘Ž  , ,
properties (23)
authorlemouth
permlinkre-dedicatedguy-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t205234848z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 20:52:33
last_update2018-08-06 20:52:33
depth2
children0
last_payout2018-08-13 20:52: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_length208
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,337,950
net_rshares0
author_curate_reward""
vote details (3)
@drmaizo ·
$0.03
It is incredible how through Steem you can propel such large and ingenious projects of this kind, I hope you can achieve your goals, I definitely think that the understanding and development of science, as well as the functioning of nanoparticles or macroparticles are the basis for human development, even will surely be the initiative of many medical projects that are currently being developed.
πŸ‘  , ,
properties (23)
authordrmaizo
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t140157500z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 14:01:57
last_update2018-08-06 14:01:57
depth1
children1
last_payout2018-08-13 14:01:57
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length397
author_reputation118,241,501,373,138
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,301,660
net_rshares21,921,313,551
author_curate_reward""
vote details (3)
@lemouth ·
I really hope it will work as well. This, we will know in a few weeks/months (I am not in a hurry). I am also looking forward to see more of such initiative in other fields (like you, somehow).

Thanks for passing by.
πŸ‘Ž  , ,
properties (23)
authorlemouth
permlinkre-drmaizo-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t205831233z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 20:58:30
last_update2018-08-06 20:58:30
depth2
children0
last_payout2018-08-13 20:58: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_length217
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,399
net_rshares0
author_curate_reward""
vote details (3)
@eurogee ·
$0.06
Hello @lemouth sir

Only the blind will not recognize your numerous contribution to the growth of this community. From @steemstem to utopian.io to now great alliance with @utopian-io to develop a community of particles physicists. This is awesome. Steemit is happy to have someone like you.

Enjoy your break richly. All the best sir.

@eurogee of @euronation and @steemstem communities
πŸ‘  , ,
properties (23)
authoreurogee
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t152325557z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["lemouth","steemstem","utopian-io","eurogee","euronation"],"app":"steemit/0.1"}
created2018-08-06 15:23:45
last_update2018-08-06 15:23:45
depth1
children5
last_payout2018-08-13 15:23:45
cashout_time1969-12-31 23:59:59
total_payout_value0.053 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length386
author_reputation38,260,360,943,030
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,309,165
net_rshares38,980,368,585
author_curate_reward""
vote details (3)
@cutemachine ·
+1 couldn't say it better :)
properties (22)
authorcutemachine
permlinkre-eurogee-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t155958119z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.4","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2018-08-06 15:59:57
last_update2018-08-06 15:59:57
depth2
children1
last_payout2018-08-13 15:59: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_length28
author_reputation13,229,471,185,839
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,312,860
net_rshares0
@lemouth ·
Thanks! :)
πŸ‘Ž  , ,
properties (23)
authorlemouth
permlinkre-cutemachine-re-eurogee-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t210041389z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 21:00:42
last_update2018-08-06 21:00:42
depth3
children0
last_payout2018-08-13 21:00: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_length10
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,604
net_rshares0
author_curate_reward""
vote details (3)
@lemouth ·
Thanks for your nice message and encouraging words. Strictly speaking, I don't want to develop a community of particle physicists on Steem, but instead offering those already on Steem to contribute to particle physics research. There is a slight difference ;)

Anyways, see you very soon, in two weeks!
properties (22)
authorlemouth
permlinkre-eurogee-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t210007609z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 21:00:06
last_update2018-08-06 21:00:06
depth2
children2
last_payout2018-08-13 21:00: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_length302
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,562
net_rshares0
@eurogee ·
Oh thanks for the clarification. Do enjoy your holidays
properties (22)
authoreurogee
permlinkre-lemouth-re-eurogee-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180807t021546031z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-07 02:15:54
last_update2018-08-07 02:15:54
depth3
children1
last_payout2018-08-14 02:15:54
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_length55
author_reputation38,260,360,943,030
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,361,387
net_rshares0
@farhan.sidiqui ·
What is going on? A person like you should be in a lab to make inventions. When are you going to apply all this learning to practical and make a video for us?
πŸ‘  
properties (23)
authorfarhan.sidiqui
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t141232793z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 14:12:42
last_update2018-08-06 14:12:42
depth1
children3
last_payout2018-08-13 14:12: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_length158
author_reputation42,820,604,295,480
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id67,302,635
net_rshares11,075,193,953
author_curate_reward""
vote details (1)
@lemouth ·
> A person like you should be in a lab to make inventions

For god sake no! I am a theorist... Believe me, you don't want to see me playing with screwdrivers :D

>  When are you going to apply all this learning to practical and make a video for us?

It is very practical. 5 Steemians, who are not particle physicists, are contributing to state-of-the-art research in particle physics. The entire field of research does not only consist of applied research. There is also other stuff, that are as useful. I can easily convince you if you want to enter the debate (to quote a few examples: please think about the GPS back in 1917 for instance, or about hadron-therapy in its early days, or even about  the web).
properties (22)
authorlemouth
permlinkre-farhansidiqui-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t205701430z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 20:57:00
last_update2018-08-06 20:57:00
depth2
children2
last_payout2018-08-13 20:57: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_length709
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,286
net_rshares0
@farhan.sidiqui ·
theorist ... ok I got this now. But it is amazing to see that you enjoy writing about things which make me sleep :p
properties (22)
authorfarhan.sidiqui
permlinkre-lemouth-re-farhansidiqui-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180807t071831009z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-07 07:18:36
last_update2018-08-07 07:18:36
depth3
children1
last_payout2018-08-14 07:18:36
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_length115
author_reputation42,820,604,295,480
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id67,383,945
net_rshares0
@geniusloci ·
$0.04
This is absolutely amazing. I was not aware that such a project existed. I find the idea particularly interesting in the context of funding independent scientific work. With numerous scientific scandals of faking results, corruption and bribery, this could become an interesting way to face those problems. Keep on rockin @lemouth!
πŸ‘  ,
properties (23)
authorgeniusloci
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t121937789z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["lemouth"],"app":"steemit/0.1"}
created2018-08-06 14:19:39
last_update2018-08-06 14:19:39
depth1
children5
last_payout2018-08-13 14:19:39
cashout_time1969-12-31 23:59:59
total_payout_value0.027 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length331
author_reputation3,182,264,924,114
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,303,143
net_rshares24,919,186,395
author_curate_reward""
vote details (2)
@lemouth ·
$0.02
Interesting comment! I really appreciate it and I am tempted to follow you in a debate. Please allow me for bringing my two cents. :)

Maybe in some future (and I am really looking forward to this future), research will be fundable with Steem or cryptos in general. However, we are not there yet. For instance, a PhD student costs about 40.000 EUR per year, and one needs to pay him during three years. So, in short, we can't really fund personal costs. However, travel costs for a small group (a few thousands per year) is probably achievable.

Here, with my small project, the scale is even more different. With a few hundreds of dollars in upvotes, we indeed can make a difference already today. We indeed don't need dozens of thousands of dollars. With this amount, we can open the doors  of the world of scientific research to anyone who has time and who wants to help. 

And this is what I find amazing. I tried to give this option to Steemians, and it fully works!
πŸ‘  ,
properties (23)
authorlemouth
permlinkre-geniusloci-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t164645244z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 16:46:45
last_update2018-08-06 16:46:45
depth2
children4
last_payout2018-08-13 16:46:45
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length971
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,317,214
net_rshares16,718,078,138
author_curate_reward""
vote details (2)
@geniusloci ·
Interesting project! Thank you for coming back at the comment :)

Your comment sent me on a little google-research concerning the funding of independent scientific research. I ended up reading [this](https://cryptovalley.swiss/mdocs-posts/funding-science-with-science-cryptocurrency-and-independent-academic-research-funding/) article (downloadable pdf). 
 
"All of these observations speak to the ways in which the lack of diversification
in science funding, its restriction primarily to corporate and governmental interests, erects
obstacles to the sustained production of scientific knowledge."

The article shines a light on the very topic you and me are talking about. A community which funds independent scientific research and development might sound like a utopian dream (no pun intended). But it is totally reachable! Really looking forward to see projects like this grow :)

Check out the article, quite interesting.
properties (22)
authorgeniusloci
permlinkre-lemouth-re-geniusloci-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t205742885z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://cryptovalley.swiss/mdocs-posts/funding-science-with-science-cryptocurrency-and-independent-academic-research-funding/"],"app":"steemit/0.1"}
created2018-08-06 20:57:42
last_update2018-08-06 20:57:42
depth3
children3
last_payout2018-08-13 20:57: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_length926
author_reputation3,182,264,924,114
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,339
net_rshares0
@introvertspeaks ·
Is time fundamental or emergent?
πŸ‘  
properties (23)
authorintrovertspeaks
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t145218176z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 14:52:21
last_update2018-08-06 14:52:21
depth1
children3
last_payout2018-08-13 14:52:21
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_length32
author_reputation-4,351,658,764,138
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,305,867
net_rshares5,537,596,976
author_curate_reward""
vote details (1)
@lemouth ·
As usual with your questions, I would say we don't know. But here, it does not matter :)
properties (22)
authorlemouth
permlinkre-introvertspeaks-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t163927307z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 16:39:30
last_update2018-08-06 16:39:30
depth2
children2
last_payout2018-08-13 16:39: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_length88
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,316,587
net_rshares0
@introvertspeaks · (edited)
I think the mystery of time is one of the most intriguing and crucial aspects in all of theoretical physics.
properties (22)
authorintrovertspeaks
permlinkre-lemouth-re-introvertspeaks-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180807t025923820z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-07 02:59:24
last_update2018-08-08 15:01:42
depth3
children1
last_payout2018-08-14 02:59: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_length108
author_reputation-4,351,658,764,138
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,364,149
net_rshares0
@irelandscape ·
Great stuff. Thanks for the recap and all the good work. 
Looking forward to these task requests!
πŸ‘  
properties (23)
authorirelandscape
permlinkre-lemouth-201886t1947098z
categoryutopian-io
json_metadata{"tags":["utopian-io","blog","steemstem","physics","science"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-08-06 18:47:00
last_update2018-08-06 18:47:00
depth1
children3
last_payout2018-08-13 18:47: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_length97
author_reputation15,380,678,988,494
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,327,975
net_rshares11,075,193,953
author_curate_reward""
vote details (1)
@lemouth ·
I am sure you will try them out! Thanks for your very intense participation to this project :)
properties (22)
authorlemouth
permlinkre-irelandscape-re-lemouth-201886t1947098z-20180806t204939822z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 20:49:39
last_update2018-08-06 20:49:39
depth2
children2
last_payout2018-08-13 20:49: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_length94
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,337,663
net_rshares0
@irelandscape ·
Bonnes Vacances!
properties (22)
authorirelandscape
permlinkre-lemouth-re-irelandscape-re-lemouth-201886t1947098z-20180806t210104438z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 21:01:03
last_update2018-08-06 21:01:03
depth3
children1
last_payout2018-08-13 21:01: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_length16
author_reputation15,380,678,988,494
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,634
net_rshares0
@kit.andres ·
$6.03
Thanks for the contribution.

Very nice to see how to project grows here, and very clear state of the art report.

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), 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/12231214).

---- 
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/)
πŸ‘  , ,
properties (23)
authorkit.andres
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180809t121549334z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/1/12231214","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2018-08-09 12:15:48
last_update2018-08-09 12:15:48
depth1
children1
last_payout2018-08-16 12:15:48
cashout_time1969-12-31 23:59:59
total_payout_value4.527 HBD
curator_payout_value1.506 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length605
author_reputation31,454,326,251,184
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,634,316
net_rshares4,579,811,383,038
author_curate_reward""
vote details (3)
@utopian-io ·
Thank you for your review, @kit.andres!

So far this week you've reviewed 1 contributions. Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180809t121549334z-20180814t125051z
categoryutopian-io
json_metadata"{"app": "beem/0.19.42"}"
created2018-08-14 12:50:51
last_update2018-08-14 12:50:51
depth2
children0
last_payout2018-08-21 12:50: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_length113
author_reputation152,955,367,999,756
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,161,860
net_rshares0
@mickyscofield ·
Particle Physics on Steemit....My non-Steemit friends who are Physicists will definitely come on board with news like this
πŸ‘  
properties (23)
authormickyscofield
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t140226537z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 14:02:39
last_update2018-08-06 14:02:39
depth1
children1
last_payout2018-08-13 14:02: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_length122
author_reputation1,782,815,883,099
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,301,718
net_rshares5,537,596,976
author_curate_reward""
vote details (1)
@lemouth ·
He should come. Please advertise steemSTEM to him. Scientists (and STEM in general) are very welcome! Do you mind advertising [our discord server](discord.gg/mKSKQ7T) to him? Thanks in advance!
properties (22)
authorlemouth
permlinkre-mickyscofield-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t205351878z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["discord.gg/mKSKQ7T"],"app":"steemit/0.1"}
created2018-08-06 20:53:51
last_update2018-08-06 20:53:51
depth2
children0
last_payout2018-08-13 20:53: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_length193
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,039
net_rshares0
@rudyardcatling ·
well , you people in #steemstem are probably community pillar ichibin (#1) to represent what can be done if people put their minds to it for real ... i wonder if there's any way to just give processing power ? like the distributed stuff you have with SETI and the folding and genome project ? my windows pc is mainly unused all night or i just turn on some clicker games to get achievements while i'm trying to keep my head together for some scripting ... because i dont think i'm at the level to do LHC research yet , certainly not at the structural level lol

great work, truly
properties (22)
authorrudyardcatling
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180809t221915811z
categoryutopian-io
json_metadata{"tags":["utopian-io","steemstem"],"app":"steemit/0.1"}
created2018-08-09 22:19:18
last_update2018-08-09 22:19:18
depth1
children2
last_payout2018-08-16 22:19:18
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_length579
author_reputation26,008,424,748,431
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,687,527
net_rshares0
@lemouth ·
$0.03
There are several '@home' project around the LHC as well, where anyone can help. You can have a look [here](http://lhcathome.web.cern.ch/), for instance, to get information on the main ones.
πŸ‘  
properties (23)
authorlemouth
permlinkre-rudyardcatling-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180829t111130883z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["home"],"links":["http://lhcathome.web.cern.ch/"],"app":"steemit/0.1"}
created2018-08-29 11:11:30
last_update2018-08-29 11:11:30
depth2
children1
last_payout2018-09-05 11:11:30
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length190
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,691,289
net_rshares19,912,264,505
author_curate_reward""
vote details (1)
@rudyardcatling · (edited)
$0.06
great , still BOINC :) , that should be fairly straightforward, i could run it on a low setting, i dont wanna burn my only decent gpu lol but since its sitting there when its on i might as well...

have you ever considered co-operation with [Valve](https://www.valvesoftware.com/en/) , i mean

"idle" games have been a thing for a while now, its stuff that doesnt require much attention and plays itself , i'm sure if someone from LHC/Cern stepped up to the lord of sales, the allmighty and unholy [Gaben](https://en.wikipedia.org/wiki/Gabe_Newell) , a free-to-download idle game with steam achievements that runs a bit of decentralized computing (distributed sorry) on the side would be greenlit in about 1 millisecond lol, + a banner on "partnership" and "proud to announce" and all that ... free advertising for the girls and boys, more gpu for you boys and girls :)

its a bit above my braingrade to make an attempt at that myself but seeing as you have access to programmers who help decipher your data one of those shouldnt be too hard (the likes of time clickers or idle champions of the forgotten realms, idling to rule the gods or crusaders of the lost idols or such, plenty of examples, games that just run while you're not watching, including the much wanted steam achievements for that feeling of achievement on the daily lol)

just ...
an idea :D ... i only seem to get those for what might get me something in the long run (time travel or FTL-drives so i can move to proxima centauri in this case hahah)

[edit] :p
actually as i was in the shower right after (please dont have a visual on that haha) i thought :
you could even make it educational in a way , a bit like NASA's moonbase simulator i once played on steam, also free to download.
cool stuff but after a while i stopped from frustration ,  the first problem is the cables and pipes getting damaged (from impact by micro meteorites or whats it called)  and you have to run around like crazy in zero g (heh) to fix it before you choke to death (and freeze maybe ? and maybe that pressure thing too) but my first idea was to put them underground in small dug tunnels, like irrigation channels a bit (could cover them up with rubble, no need for extra material , all the moonrocks are right there, right, and if you pour moon-concrete on it its hard to fix cos you have to break it open so just a little tunnel with a pile of rubble on top would more than protect from those micro-impacts)
but it didnt have that option , lol, so i just had to keep running the timer and i got frustrated with it because my solution was better (mini ego-trip ) for once:)
but in your case the game would be completely 2d and use as little resources as possible so the slider can use as many as left and anyone wants to share, +education
for free, triple whammy , i'm gonna eat
bon appΓ©tit
πŸ‘  , ,
properties (23)
authorrudyardcatling
permlinkre-lemouth-re-rudyardcatling-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180829t130524433z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://www.valvesoftware.com/en/","https://en.wikipedia.org/wiki/Gabe_Newell"],"app":"steemit/0.1"}
created2018-08-29 13:05:24
last_update2018-08-29 13:35:51
depth3
children0
last_payout2018-09-05 13:05:24
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,842
author_reputation26,008,424,748,431
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,699,168
net_rshares42,393,095,879
author_curate_reward""
vote details (3)
@samminator ·
This is an awesome achievement (to say the least). I mean, propagating particle physics research on the steem blockchain is really a milestone achievement. And I believe the best is yet to come.
I salute your contributions sir.

Enjoy your Vacay
πŸ‘  
properties (23)
authorsamminator
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t172134965z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 17:12:12
last_update2018-08-06 17:12:12
depth1
children3
last_payout2018-08-13 17:12: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_length245
author_reputation673,125,683,507,082
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,319,481
net_rshares11,075,193,953
author_curate_reward""
vote details (1)
@lemouth ·
I am not sure it propagates yet. It is clear that the seeds have been planted, but we are only at the beginning. I am however very confident for the future! :)

Thanks for the nice wishes and see you in two weeks (I know I already told you that elsewhere... or at least I think I have :p )
properties (22)
authorlemouth
permlinkre-samminator-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t205144379z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 20:51:45
last_update2018-08-06 20:51:45
depth2
children2
last_payout2018-08-13 20:51:45
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_length289
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,337,890
net_rshares0
@samminator ·
Yes you told me. We hope to see the pictures and stories of the vacation in @lesmouths-travel :p
properties (22)
authorsamminator
permlinkre-lemouth-re-samminator-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t211028338z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["lesmouths-travel"],"app":"steemit/0.1"}
created2018-08-06 21:01:09
last_update2018-08-06 21:01:09
depth3
children1
last_payout2018-08-13 21:01: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_length96
author_reputation673,125,683,507,082
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,338,641
net_rshares0
@sciencetech ·
@lemouth

This post truly shows how much you have contributed to the growth of this platform. Thanks very much and do have wonderful moment during your holiday period. Thanks

@sciencetech 
STEM contributor
πŸ‘  
properties (23)
authorsciencetech
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t145837911z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["lemouth","sciencetech"],"app":"steemit/0.1"}
created2018-08-06 14:58:48
last_update2018-08-06 14:58:48
depth1
children1
last_payout2018-08-13 14:58: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_length206
author_reputation15,113,264,032,492
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,306,542
net_rshares5,537,596,976
author_curate_reward""
vote details (1)
@lemouth ·
Thanks for passing by and for the nice wishes. See you hopefully very soon, in two weeks ^^
properties (22)
authorlemouth
permlinkre-sciencetech-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t163751567z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 16:37:51
last_update2018-08-06 16:37:51
depth2
children0
last_payout2018-08-13 16:37: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_length91
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,316,440
net_rshares0
@steemitboard ·
Congratulations @lemouth! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](http://steemitboard.com/@lemouth) Award for the number of upvotes received

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-lemouth-20180814t203027000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-14 20:30:27
last_update2018-08-14 20:30:27
depth1
children0
last_payout2018-08-21 20:30: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_length677
author_reputation38,975,615,169,260
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,204,073
net_rshares0
@tking77798 ·
$0.03
This is quite impressive.  You've definitely earned your summer break!
πŸ‘  , ,
properties (23)
authortking77798
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t182733844z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 18:27:33
last_update2018-08-06 18:27:33
depth1
children1
last_payout2018-08-13 18:27:33
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation14,484,662,307,666
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,326,451
net_rshares22,345,767,856
author_curate_reward""
vote details (3)
@lemouth ·
$0.02
Thanks a lot! The break is actually very necessary, not only on the Steem aspects but also related to my IRL job. I am exhausted this year :)
πŸ‘  
properties (23)
authorlemouth
permlinkre-tking77798-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180806t205017373z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-06 20:50:18
last_update2018-08-06 20:50:18
depth2
children0
last_payout2018-08-13 20:50:18
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,337,720
net_rshares17,778,238,428
author_curate_reward""
vote details (1)
@utopian-io ·
$0.02
Hey @lemouth
**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**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>
πŸ‘  , ,
properties (23)
authorutopian-io
permlinkre-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180811t151008z
categoryutopian-io
json_metadata"{"app": "beem/0.19.42"}"
created2018-08-11 15:10:09
last_update2018-08-11 15:10:09
depth1
children0
last_payout2018-08-18 15:10:09
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length299
author_reputation152,955,367,999,756
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,864,999
net_rshares15,964,736,847
author_curate_reward""
vote details (3)
@zerokun ·
as longer you don't create a black hole I can help XD
properties (22)
authorzerokun
permlinkre-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180821t063231946z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-21 06:32:33
last_update2018-08-21 06:32:33
depth1
children1
last_payout2018-08-28 06:32: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_length53
author_reputation1,223,311,851,506
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,882,491
net_rshares0
@lemouth ·
We don't create anything. We only code to reinterpret existing data in order to understand what nature could be or cold not be at its most fundamental level.
properties (22)
authorlemouth
permlinkre-zerokun-re-lemouth-running-state-of-the-art-particle-physics-research-on-steem-a-status-report-after-3-months-20180829t111229420z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-08-29 11:12:30
last_update2018-08-29 11:12:30
depth2
children0
last_payout2018-09-05 11:12: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_length157
author_reputation338,011,164,701,274
root_title"Running state-of-the-art particle physics research on Steem - a status report after 3 months"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,691,348
net_rshares0