 This analysis aims to give an overview of the average review time of each of the Utopian categories. This also aims to inform Utopian moderators of the average review time of each of the categories to act as basis for them should they choose to set Key Performance Indicators (KPIs) for their teams or to the project owner to set a KPI for the whole Utopian moderation team. Due to the amount of data that need to be analyzed and the time required to come up with these reports, this author decided to split this into multiple reports. With this report providing an overview. This report analyzed all categories as a whole - the number of contributions, the % rejection, and the average review time. ### Outline 1. Contributions Overview 1. Monthly Contributions 1. Accepted vs Rejected 1. Rejection Rate 1. Per Category 1. Per Moderator 1. Monthly Average Review Time 1. Conclusion ### Scope of Analysis The data extracted was from January 19, 2018 to March 12, 2018. ### 1. Contributions Overview | <center>Monthly Contributions</center> | <center>Accepted vs Rejected</center> | | -- | -- | |  |  | Based on the left chart, from Jan. 19 to Mar 12, 2018, there were **more than 24000 contributions** reviewed by **121 moderators**. Around **40% (9679)** of these were rejected while the remaining **60% (14602)** were accepted. ### 2. Rejection Rate #### 2.1. Per Category  The table on the left shows the reject rate per category sorted by number of contributions. * **translations**, the top-most contributed category, before it was [temporarily paused](https://steemit.com/utopian-io/@utopian-io/translation-contribution-submissions-paused-until-further-notice), was at **23%** rejection * **ideas** (or suggestions), the second most contributed, was at **57%** * While **graphics**, the third most contributed, was at **53%** <div class="pull-right">  </div> Referring to the data on the previous section, the rejection rate of **23%** for translations was below the overall average rejection rate of **40%**. > This can either mean that translation contributions were high-quality that 80% were accepted or a possible leniency in moderation #### 2.2. Per Moderator  Based on the left table, @onos, @tykee, and @andrejcibik led all moderators with 1708, 1435, and 1031 contributions reviewed, respectively. Their rejection rate were 50%, 66%, and 54%, respectively. <div class="pull-left">  </div> The contributions they reviewed mainly came from the **ideas** and **graphics** categories. <hr/> ### 3. Monthly Average Review Time <center></center> Based on the chart above, the average review time across all categories was **33 hours**. For **January it was 33 hours**, for **February 34 hours**, and for **March 27 hours**. The fastest review time was **26 seconds** for [this contribution](https://utopian.io/utopian-io/@ms10398/utopian-js-final-release-with-all-features-added) while the longest review time was **545 hours** for [this contribution](https://utopian.io/utopian-io/@juecoree/behavior-analysis-cebu-for-cebu-community-january-2018) . **545 hours (23 days)** was a bogus review time which prompted me to look into these contributions that took this long to review. Here were examples: | Contribution | Category | Review Time (Hours) | Last Moderator | Status | | -- | -- | -- | -- | -- | | [Behavior Analysis: #cebu for Cebu community(January 2018)](https://utopian.io/utopian-io/@juecoree/behavior-analysis-cebu-for-cebu-community-january-2018) | Analysis | 545 (23 days) | @knowledges | Rejected | | [How To Build AJAX Based Navigation list in ASP.NET](https://utopian.io/utopian-io/@aminda/how-to-build-ajax-based-navigation-list-in-asp-net) | Tutorial | 507 (21 days) | @espoem | Rejected | | [NIGERIANS EARN FROM MUSIC THROUGH DSOUND](https://utopian.io/utopian-io/@arewa/nigerians-earn-from-music-through-dsound) | Visibility | 488 (20 days) | @knowledges | Rejected | There were **83 contributions** like these which I think were related with cleaning up the Utopian feed. This prompted me to add the filter: > Remove all contributions whose review times exceeded 6 days or 144 hours Here were the stats side-by-side for comparison: | <center>WITHOUT filter</center> | <center>WITH Filter</center> | | -- | -- | |  |  | |  |  | It didn't make much difference. Here were the categories that had these *cleanup activities* which affected the review times.  The average review time across all categories is still **32 hours** or **1.3 days**. ### 4. Conclusion Based on this analysis, we saw that there were **more than 24000 contributions** reviewed by **121 moderators** with an average of **32 hours** review time from January 19 to March 12, 2018. These contributions had a **60% acceptance rate** (and consequently a 40% rejection rate) with the **translation** category's higher at **77%**. We also looked at the rejection rate of the top 3 moderators with each moderator rejecting more than **50%** of the contributions they reviewed with the rejected ones mostly coming from the **ideas** and **graphics** categories. This indicated poor quality submissions in these categories. Afterwards, we also looked into the detail of the moderation review time and saw that the quickest review time was **26 seconds** and the longest reaching **545 hours (23 days)**. We learned that the latter with review time exceeding 144 hours (6 days) were related with Utopian feed cleanup by supervisors. #### Tools * Power BI for charts * Utopian.io local DB (MongoDB) for the data * Studio 3T MongoDB for exporting data from local DB ``` db.posts.find({created: { $gte: '2018-01-19' }}, { 'json_metadata': 1, created: 1, author: 1 } ) db.posts.aggregate([ { $match: { created: { $gte: '2018-01-19' } } }, {"$group": { _id: "$json_metadata.type", count:{$sum: 1} } }, { $sort : { 'count' : -1}} ]) ``` *** <sup>I am part of a Blockchain Business Intelligence community. We all post under the tag #BlockchainBI. If you have an analysis you would like carried out on Steemit or Blockchain data, please do contact me or any of the #BlockchainBI team and we will do our best to help you...</sup> <sup>You can find #blockchainbi on discord https://discordapp.com/invite/JN7Yv7j</sup> <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@eastmael/utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | eastmael | ||||||
---|---|---|---|---|---|---|---|
permlink | utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":106805299,"name":"api.utopian.io","full_name":"utopian-io/api.utopian.io","html_url":"https://github.com/utopian-io/api.utopian.io","fork":false,"owner":{"login":"utopian-io"}},"pullRequests":[],"platform":"github","type":"analysis","tags":["utopian-io","blockchainbi","analysis","stats","opensource"],"users":["utopian-io","onos","tykee","andrejcibik","ms10398","juecoree","knowledges","aminda","espoem","arewa"],"links":["https://steemitimages.com/DQmXkeacjnJXCv2P8qxogm2GMCD3z18KwCsnQErAuhx15em/image.png","https://steemit.com/utopian-io/@utopian-io/translation-contribution-submissions-paused-until-further-notice","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520936670/quwy9xc9hmrmurhjwi65.png","https://steemitimages.com/200x200/https://res.cloudinary.com/hpiynhbhq/image/upload/v1520936807/weqag6apkxm1sv6gas8a.png","https://utopian.io/utopian-io/@ms10398/utopian-js-final-release-with-all-features-added","https://utopian.io/utopian-io/@juecoree/behavior-analysis-cebu-for-cebu-community-january-2018","https://utopian.io/utopian-io/@aminda/how-to-build-ajax-based-navigation-list-in-asp-net","https://utopian.io/utopian-io/@arewa/nigerians-earn-from-music-through-dsound","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935943/j94irfzt5j8k95qedn8q.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935962/kyalu1f7pfdiuy0uzc9i.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935979/ttnuspgxgoqome0mkh41.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935999/o7e5a8cbakckn2twbzxl.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520934769/jtego3owyhlgzxfjiumn.png"],"image":["https://steemitimages.com/DQmXkeacjnJXCv2P8qxogm2GMCD3z18KwCsnQErAuhx15em/image.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520936670/quwy9xc9hmrmurhjwi65.png","https://steemitimages.com/200x200/https://res.cloudinary.com/hpiynhbhq/image/upload/v1520936807/weqag6apkxm1sv6gas8a.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935943/j94irfzt5j8k95qedn8q.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935962/kyalu1f7pfdiuy0uzc9i.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935979/ttnuspgxgoqome0mkh41.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520935999/o7e5a8cbakckn2twbzxl.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520934769/jtego3owyhlgzxfjiumn.png"],"moderator":{"account":"crokkon","time":"2018-03-13T11:35:33.535Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes itβs straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":true,"score":10},{"value":"Partially","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0},{"question":"Were the reasons for creating the analysis explained enough?","answers":[{"value":"Yes, it was explained well why the analysis was created","selected":true,"score":10},{"value":"No, it is not","selected":false,"score":0}],"selected":0},{"question":"Is it a recurring analysis?","answers":[{"value":"No, it is a new analysis","selected":false,"score":20},{"value":"Yes but the data are well processed and presented.","selected":true,"score":12},{"value":"Yes, it is a recurring analysis with different time period","selected":false,"score":4}],"selected":1},{"question":"Where the tools and query scripts used included in the contribution?","answers":[{"value":"Yes, both tools and scripts were included","selected":true,"score":10},{"value":"No, the query script was not included in the contribution.","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0}],"score":100}" | ||||||
created | 2018-03-13 10:59:18 | ||||||
last_update | 2018-03-13 11:35:33 | ||||||
depth | 0 | ||||||
children | 26 | ||||||
last_payout | 2018-03-20 10:59:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 35.129 HBD | ||||||
curator_payout_value | 14.203 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 7,802 | ||||||
author_reputation | 78,967,407,130,763 | ||||||
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 44,114,723 | ||||||
net_rshares | 19,811,101,244,488 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
olyup | 0 | 25,142,014,194 | 50% | ||
abh12345 | 0 | 26,307,579,565 | 7% | ||
thatmemeguy | 0 | 4,706,452,760 | 50% | ||
dyancuex | 0 | 917,955,498 | 50% | ||
miniature-tiger | 0 | 31,227,460,537 | 50% | ||
toninux | 0 | 655,558,326 | 50% | ||
jdc | 0 | 713,595,690 | 20% | ||
bargolis | 0 | 677,119,045 | 5% | ||
rt395 | 0 | 26,830,168,988 | 20% | ||
jassennessaj | 0 | 3,214,198,899 | 10% | ||
walnut1 | 0 | 5,889,146,981 | 5% | ||
ilyastarar | 0 | 75,829,450,599 | 50% | ||
flauwy | 0 | 69,806,052,192 | 35% | ||
herman2141 | 0 | 137,874,600 | 50% | ||
mahdiyari | 0 | 11,074,561,787 | 20% | ||
paulag | 0 | 5,090,480,077 | 25% | ||
ronimm | 0 | 12,361,740,852 | 100% | ||
mufasatoldyou | 0 | 7,650,082,427 | 100% | ||
monkeypattycake | 0 | 1,632,900,711 | 50% | ||
dysc0rd | 0 | 397,885,574 | 100% | ||
makrotheblack | 0 | 2,823,896,482 | 50% | ||
st3llar | 0 | 1,039,000,734 | 5% | ||
simonluisi | 0 | 2,276,976,182 | 100% | ||
thinkkniht | 0 | 500,079,142 | 75% | ||
itsmechille | 0 | 236,831,093 | 50% | ||
blazing | 0 | 504,062,343 | 100% | ||
mikefrancis | 0 | 298,444,209 | 50% | ||
ewuoso | 0 | 36,049,098,149 | 20% | ||
cutiepie | 0 | 822,879,875 | 100% | ||
steemitbc | 0 | 20,243,108,873 | 25% | ||
elbleess | 0 | 703,668,276 | 50% | ||
jfuenmayor96 | 0 | 2,434,554,354 | 50% | ||
wendyruiz | 0 | 613,149,325 | 100% | ||
cityslicker | 0 | 710,249,675 | 100% | ||
onos | 0 | 2,224,952,658 | 100% | ||
sandan | 0 | 96,851,182 | 100% | ||
joshruiz | 0 | 1,764,826,690 | 100% | ||
drigweeu | 0 | 314,122,362 | 3% | ||
justdentist | 0 | 1,178,595,937 | 2% | ||
mirza-kun | 0 | 419,698,065 | 100% | ||
steemitph | 0 | 6,335,469,597 | 5% | ||
cifer | 0 | 4,731,662,453 | 80% | ||
tradeownsystems | 0 | 427,079,634 | 100% | ||
jesdn16 | 0 | 2,574,675,741 | 100% | ||
xtramedium | 0 | 221,793,154 | 50% | ||
odibezeking | 0 | 357,491,262 | 100% | ||
rye05 | 0 | 9,555,925,690 | 30% | ||
stoodkev | 0 | 15,325,905,276 | 10% | ||
crokkon | 0 | 21,970,672,177 | 100% | ||
steemitdoctor | 0 | 608,860,660 | 100% | ||
luisrod | 0 | 116,008,370 | 15% | ||
ansonoxy | 0 | 1,672,027,280 | 100% | ||
eastmael | 0 | 87,100,020,113 | 100% | ||
topbro | 0 | 459,386,576 | 100% | ||
jamesbarraclough | 0 | 3,477,065,351 | 100% | ||
revisesociology | 0 | 28,330,800,573 | 60% | ||
espoem | 0 | 23,427,769,546 | 40% | ||
starboye | 0 | 377,042,215 | 100% | ||
timmyeu | 0 | 860,562,049 | 50% | ||
chuavincent | 0 | 1,081,510,107 | 100% | ||
maxwell95 | 0 | 156,633,809 | 50% | ||
alliruiz | 0 | 615,411,302 | 100% | ||
ipaulo | 0 | 615,286,459 | 100% | ||
loshcat | 0 | 1,787,731,953 | 100% | ||
foxniner | 0 | 2,209,967,502 | 100% | ||
isaganicabrales | 0 | 416,606,806 | 100% | ||
j-alhomestudio | 0 | 8,305,567,022 | 100% | ||
omersurer | 0 | 205,062,050 | 1% | ||
idlebright | 0 | 3,147,952,749 | 50% | ||
trabajadigital | 0 | 279,010,194 | 50% | ||
odebgaming | 0 | 432,360,646 | 100% | ||
utopian-io | 0 | 18,948,254,121,908 | 11.73% | ||
steaknsteem | 0 | 1,942,561,307 | 50% | ||
steemph.manila | 0 | 15,268,926,576 | 100% | ||
jaff8 | 0 | 77,531,190,615 | 100% | ||
masud222 | 0 | 220,512,162 | 50% | ||
sayed53 | 0 | 206,231,205 | 50% | ||
parag | 0 | 221,682,920 | 50% | ||
zouxx | 0 | 93,468,838 | 0.01% | ||
kslo | 0 | 2,512,651,385 | 50% | ||
nathalie13 | 0 | 842,893,002 | 100% | ||
not-a-bird | 0 | 1,659,154,810 | 25% | ||
cheneats | 0 | 91,596,995 | 11.67% | ||
adhew | 0 | 61,532,000 | 10% | ||
bitopia | 0 | 1,444,829,985 | 100% | ||
eleonardo | 0 | 62,545,562 | 10% | ||
rdvn | 0 | 3,621,906,408 | 50% | ||
evilest-fiend | 0 | 2,423,269,109 | 100% | ||
reyha | 0 | 1,833,982,587 | 28% | ||
greenorange | 0 | 606,408,447 | 100% | ||
checkthisout | 0 | 821,476,271 | 50% | ||
navx | 0 | 2,031,197,591 | 70% | ||
handfree42 | 0 | 217,836,015 | 50% | ||
ilovekrys | 0 | 224,856,893 | 50% | ||
williams-owb | 0 | 165,990,823 | 50% | ||
family.app | 0 | 96,904,561 | 100% | ||
not-a-cat | 0 | 1,223,168,813 | 100% | ||
varja | 0 | 498,046,199 | 50% | ||
maphics | 0 | 100,989,138 | 100% | ||
dethclad | 0 | 1,506,491,800 | 50% | ||
sebastiengllmt | 0 | 300,373,535 | 50% | ||
kolaolabode | 0 | 298,405,119 | 50% | ||
utopian-1up | 0 | 18,198,545,993 | 100% | ||
odesanya | 0 | 61,253,076 | 10% | ||
arcjen02 | 0 | 3,275,934,726 | 100% | ||
senseibabs | 0 | 85,965,613 | 20% | ||
carsonroscoe | 0 | 5,859,571,048 | 50% | ||
zlatkamrs | 0 | 389,545,266 | 70% | ||
amosbastian | 0 | 10,493,060,967 | 50% | ||
bobsthinking | 0 | 4,611,276,500 | 100% | ||
acrywhif | 0 | 3,338,033,453 | 80% | ||
xplore | 0 | 517,912,723 | 50% | ||
goddywise4-eu | 0 | 463,631,622 | 100% | ||
layanmarissa | 0 | 224,927,342 | 50% | ||
proffgodswill | 0 | 61,299,229 | 10% | ||
beautifuldata | 0 | 1,966,409,554 | 60% | ||
nataly2317 | 0 | 223,681,046 | 50% | ||
sweeverdev | 0 | 1,052,002,634 | 50% | ||
isacastillor | 0 | 1,262,764,931 | 95% | ||
infoairdrops | 0 | 572,872,307 | 100% | ||
devilonwheels | 0 | 1,793,141,628 | 10% | ||
dreamsss | 0 | 568,813,894 | 100% | ||
admiralsp | 0 | 2,038,646,379 | 100% | ||
rhotimee | 0 | 5,795,937,658 | 50% | ||
oguzhangazi | 0 | 3,660,266,385 | 100% | ||
jrmiller87 | 0 | 2,427,487,481 | 100% | ||
solomon507 | 0 | 550,972,895 | 50% | ||
patatesyiyen | 0 | 81,722,479 | 12.5% | ||
deejee | 0 | 122,575,017 | 20% | ||
rsteem | 0 | 117,815,440 | 50% | ||
e-babil | 0 | 1,354,873,006 | 40% | ||
onin91 | 0 | 437,308,890 | 50% | ||
isabella394 | 0 | 2,485,922,576 | 100% | ||
sanyjaya | 0 | 421,191,294 | 100% | ||
emailbox19149 | 0 | 147,331,506 | 50% | ||
videosteemit | 0 | 1,507,909,109 | 25% | ||
matthiasjohn | 0 | 221,336,669 | 50% | ||
zirensparvg | 0 | 600,633,701 | 100% | ||
deril | 0 | 64,330,866 | 20% | ||
faisalali734 | 0 | 490,651,830 | 100% | ||
lemony-cricket | 0 | 10,823,684,211 | 20% | ||
rayday | 0 | 489,271,031 | 100% | ||
yeswanth | 0 | 613,361,162 | 100% | ||
kaking | 0 | 230,145,946 | 50% | ||
mdnazmulhasan | 0 | 995,254,729 | 100% | ||
exploreand | 0 | 6,019,934,188 | 25% | ||
blaize-eu | 0 | 1,155,710,166 | 90% | ||
petvalbra | 0 | 613,730,975 | 100% | ||
steemassistant | 0 | 429,544,830 | 100% | ||
ellerysunga | 0 | 612,957,322 | 100% | ||
turkishcrew | 0 | 1,440,097,348 | 100% | ||
hmctrasher | 0 | 386,418,666 | 10% | ||
photohunter2 | 0 | 103,575,844 | 100% | ||
photohunter3 | 0 | 99,604,162 | 100% | ||
photohunter4 | 0 | 84,986,416 | 100% | ||
photohunter5 | 0 | 82,487,898 | 100% | ||
josh26 | 0 | 72,448,367 | 10% | ||
howtosteem | 0 | 3,667,833,261 | 100% | ||
east.autovote | 0 | 2,038,066,918 | 50% | ||
sylinda | 0 | 220,560,833 | 50% | ||
fmbs25 | 0 | 276,155,029 | 50% | ||
livsky | 0 | 371,954,105 | 50% | ||
badmusazeez | 0 | 107,186,331 | 50% | ||
roj | 0 | 1,542,002,983 | 100% | ||
aderemi01 | 0 | 1,220,074,789 | 50% | ||
ladyselene07 | 0 | 613,887,200 | 100% | ||
andreapacoy | 0 | 612,542,812 | 100% | ||
jeandesss | 0 | 607,121,489 | 100% | ||
killbill73 | 0 | 156,186,592 | 50% | ||
colettemaria | 0 | 614,802,676 | 100% | ||
adejokeade | 0 | 184,704,890 | 50% | ||
gieaspa | 0 | 614,474,332 | 100% | ||
amirdesaingrafis | 0 | 286,254,558 | 50% | ||
fai.zul | 0 | 286,464,944 | 50% | ||
nightdragon | 0 | 162,064,409 | 50% | ||
reyleedwalo | 0 | 615,336,269 | 100% | ||
aliyu-s | 0 | 376,963,350 | 50% | ||
estherekanem | 0 | 85,797,406 | 20% | ||
mirna98 | 0 | 218,876,080 | 50% | ||
muratti | 0 | 264,831,318 | 50% | ||
flinter | 0 | 165,496,108 | 50% | ||
opulence | 0 | 1,779,494,429 | 50% | ||
phasma | 0 | 122,604,626 | 20% | ||
heshe-f | 0 | 343,509,989 | 25% | ||
donjyde | 0 | 224,843,310 | 50% | ||
dominiqueruiz | 0 | 614,465,022 | 100% | ||
crispycoinboys | 0 | 1,949,830,161 | 30% | ||
gwapoaller | 0 | 306,295,764 | 50% | ||
ichigos | 0 | 372,665,658 | 100% | ||
bluestorm | 0 | 459,735,758 | 75% | ||
dexter24 | 0 | 224,696,752 | 50% | ||
muammarnst | 0 | 308,138,382 | 50% | ||
jayo | 0 | 220,637,335 | 50% | ||
pepememes | 0 | 189,880,960 | 50% | ||
imayang | 0 | 689,219,359 | 100% | ||
delta523 | 0 | 614,455,701 | 100% | ||
saikr | 0 | 178,362,227 | 100% | ||
animesukidesu | 0 | 162,488,823 | 50% | ||
lionlook | 0 | 614,615,341 | 100% | ||
xtrm111 | 0 | 614,533,306 | 100% | ||
onex8 | 0 | 614,533,304 | 100% | ||
ozcanpolat | 0 | 477,754,599 | 100% | ||
esme-svh | 0 | 242,533,151 | 50% | ||
derasmo | 0 | 662,507,315 | 50% | ||
kejora05 | 0 | 205,356,386 | 50% | ||
musicbot | 0 | 106,292,983 | 100% | ||
anime.lovers | 0 | 306,314,072 | 50% | ||
flugbot | 0 | 122,643,184 | 100% | ||
lemcriq | 0 | 57,226,213 | 20% | ||
sarah.taylor | 0 | 462,460,726 | 100% | ||
christian.danny | 0 | 517,591,048 | 100% | ||
clayjohn | 0 | 539,027,071 | 100% | ||
goldresteemer | 0 | 600,277,054 | 100% |
Nice analysis this is you got all the data in a single and perfect format for all :)
author | blazing |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t170603163z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 17:06:06 |
last_update | 2018-03-13 17:06:06 |
depth | 1 |
children | 1 |
last_payout | 2018-03-20 17:06:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.086 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 117,662,220,860,076 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,181,520 |
net_rshares | 37,666,800,935 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 37,666,800,935 | 50% |
Thank you blazing, yes it did take time (more than 8 hours I think, excluding the breaks I took :D) to finish this and put them in a presentable layout.
author | eastmael |
---|---|
permlink | re-blazing-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t015645150z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 01:56:45 |
last_update | 2018-03-14 01:56:45 |
depth | 2 |
children | 0 |
last_payout | 2018-03-21 01:56:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,262,339 |
net_rshares | 379,427,972 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blazing | 0 | 379,427,972 | 100% |
iam a newbee here glad that i found your blog,such an amazing content,i can learn lot of things,see you soon.
author | christian.danny |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t132438449z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 13:24:39 |
last_update | 2018-03-13 13:24:39 |
depth | 1 |
children | 1 |
last_payout | 2018-03-20 13:24:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.071 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 396,285,591,002 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,139,905 |
net_rshares | 31,073,911,475 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 31,073,911,475 | 38% |
Thank you. Welcome to Steemit.
author | eastmael |
---|---|
permlink | re-christiandanny-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t151303202z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 15:13:06 |
last_update | 2018-03-13 15:13:06 |
depth | 2 |
children | 0 |
last_payout | 2018-03-20 15:13:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,160,767 |
net_rshares | 0 |
the moderators too did a great work its amazing a collective effort
author | cityslicker |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t110737643z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 11:07:48 |
last_update | 2018-03-14 11:07:48 |
depth | 1 |
children | 1 |
last_payout | 2018-03-21 11:07:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.075 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 4,742,456,214,205 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,348,008 |
net_rshares | 31,967,690,959 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 31,967,690,959 | 41% |
Indeed! I'm also amazed how much a collective effort can bring.
author | eastmael |
---|---|
permlink | re-cityslicker-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t151245591z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 15:12:45 |
last_update | 2018-03-14 15:12:45 |
depth | 2 |
children | 0 |
last_payout | 2018-03-21 15:12:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,392,932 |
net_rshares | 0 |
.
author | crokkon |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t114324149z |
category | utopian-io |
json_metadata | "{"app": ""}" |
created | 2018-03-13 11:43:24 |
last_update | 2022-09-18 12:14:12 |
depth | 1 |
children | 5 |
last_payout | 2018-03-20 11:43:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.813 HBD |
curator_payout_value | 0.267 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 81,214,366,861,104 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,121,837 |
net_rshares | 351,731,562,989 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 54,143,936,662 | 65% | ||
utopian.tip | 0 | 297,587,626,327 | 27.5% |
Hello @crokkon, yes indeed the high moderation time outliers were related with supervisors correcting moderator decisions. Even though the posts were already voted on by the bot, they were changed to hidden (flagged) which I think is about cleaning or correcting the Utopian feed (all active/accepted contributions).
author | eastmael |
---|---|
permlink | re-crokkon-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t150646722z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["crokkon"],"app":"steemit/0.1"} |
created | 2018-03-13 15:06:48 |
last_update | 2018-03-13 15:09:12 |
depth | 2 |
children | 0 |
last_payout | 2018-03-20 15:06:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.192 HBD |
curator_payout_value | 0.063 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 316 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,159,537 |
net_rshares | 83,363,006,258 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 83,363,006,258 | 100% |
As for the moderation time filters, the first review on the contributio s were no longer available as the source of the data (utopian mongo db) do not store the previous moderation time. The values were overwritten by new supervisor's moderation time.
author | eastmael |
---|---|
permlink | re-crokkon-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t150847801z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 15:08:48 |
last_update | 2018-03-13 15:08:48 |
depth | 2 |
children | 2 |
last_payout | 2018-03-20 15:08:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.221 HBD |
curator_payout_value | 0.070 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 251 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,159,903 |
net_rshares | 95,844,938,670 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crokkon | 0 | 10,497,098,929 | 50% | ||
eastmael | 0 | 85,347,839,741 | 100% |
.
author | crokkon |
---|---|
permlink | re-eastmael-re-crokkon-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t191903819z |
category | utopian-io |
json_metadata | "{"app": ""}" |
created | 2018-03-13 19:19:03 |
last_update | 2022-09-18 12:13:57 |
depth | 3 |
children | 1 |
last_payout | 2018-03-20 19:19:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 81,214,366,861,104 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,204,729 |
net_rshares | 0 |
Hey @crokkon, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t114324149z-20180313t135112 |
category | utopian-io |
json_metadata | "" |
created | 2018-03-13 13:51:12 |
last_update | 2018-03-13 13:51:12 |
depth | 2 |
children | 0 |
last_payout | 2018-03-20 13:51:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 238,310,597,885 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,145,197 |
net_rshares | 0 |
more than 24000 contributions my mind is blown away with the stats this is simply incredible
author | cutiepie |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t085325106z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 08:53:33 |
last_update | 2018-03-14 08:53:33 |
depth | 1 |
children | 1 |
last_payout | 2018-03-21 08:53:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 5,599,036,868,065 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,325,967 |
net_rshares | 23,606,910,246 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 23,606,910,246 | 30% |
Yes, it's a tough work for the moderators. This wouldn't be possible if it weren't for their dedication.
author | eastmael |
---|---|
permlink | re-cutiepie-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t151139297z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 15:11:39 |
last_update | 2018-03-14 15:11:39 |
depth | 2 |
children | 0 |
last_payout | 2018-03-21 15:11:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,392,747 |
net_rshares | 0 |
Hey, thanks for the work you do for us! These analysis' are invaluable, at least for me when working on my team. Keep them up!
author | jestemkioskiem |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t230305708z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-14 00:03:06 |
last_update | 2018-03-14 00:03:06 |
depth | 1 |
children | 1 |
last_payout | 2018-03-21 00:03:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.177 HBD |
curator_payout_value | 0.055 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 41,292,066,961,817 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,246,475 |
net_rshares | 76,859,466,896 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 76,746,106,907 | 100% | ||
penghuren | 0 | 113,359,989 | 0.52% |
Thank you Victor. This analyses only exist because people like us need them. Unlike some other platforms (Stackoverflow come to mind) that has no deadline (7 days til payout), having this numbers can act as a benchmark for the moderation teams. It can also act as a KPI when presenting the performance of the moderation team to outside investors. Although we already have our own audience in Steemit, which we should not overlook as well. (just thinking out loud... lol)
author | eastmael |
---|---|
permlink | re-jestemkioskiem-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t015447780z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 01:54:48 |
last_update | 2018-03-14 01:54:48 |
depth | 2 |
children | 0 |
last_payout | 2018-03-21 01:54:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 471 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,262,069 |
net_rshares | 750,167,790 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jestemkioskiem | 0 | 750,167,790 | 100% |
Informative post and enjoyed it.... resteemed dear@eastmael
author | masuma |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180317t045634747z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-17 04:56:39 |
last_update | 2018-03-17 04:56:39 |
depth | 1 |
children | 0 |
last_payout | 2018-03-24 04:56:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 109,052,800,003 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,886,055 |
net_rshares | 0 |
I saw my name was mentioned, checked it out and found this. Nice analysis mate.
author | onos |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t110930083z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 11:09:33 |
last_update | 2018-03-13 11:09:33 |
depth | 1 |
children | 1 |
last_payout | 2018-03-20 11:09:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.166 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 10,942,123,853,715 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,116,423 |
net_rshares | 55,556,387,183 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 55,556,387,183 | 65% |
Thanks for visiting and the feedback. Tough moderation efforts you've done.
author | eastmael |
---|---|
permlink | re-onos-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t111243744z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 11:12:48 |
last_update | 2018-03-13 11:12:48 |
depth | 2 |
children | 0 |
last_payout | 2018-03-20 11:12:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,116,959 |
net_rshares | 2,179,545,461 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
onos | 0 | 2,179,545,461 | 100% |
Great analysis.i will remember this blog forever in my life.at this point of time its my favorite blog.
author | saikr |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t120912494z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 12:09:21 |
last_update | 2018-03-13 12:09:21 |
depth | 1 |
children | 1 |
last_payout | 2018-03-20 12:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.071 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 695,582,420,323 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,126,159 |
net_rshares | 31,544,728,316 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 31,544,728,316 | 38% |
Hahaha. Wow thank you for that comment. But i'm sure there will be more memories for you here in Steemit. Welcome to Steemit.
author | eastmael |
---|---|
permlink | re-saikr-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t151144574z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 15:11:45 |
last_update | 2018-03-13 15:11:45 |
depth | 2 |
children | 0 |
last_payout | 2018-03-20 15:11:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,160,474 |
net_rshares | 0 |
Great to see you contributing to utopian,nice post such a useful content for newbee's,btw nice to meet you.
author | sarah.taylor |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t140758711z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-13 14:07:57 |
last_update | 2018-03-13 14:07:57 |
depth | 1 |
children | 1 |
last_payout | 2018-03-20 14:07:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 721,734,631,712 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,148,458 |
net_rshares | 50,377,401,937 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 50,377,401,937 | 62% |
Welcome to Steemit @sarah.taylor. Yes, Utopian is pretty much where i focus since it's where my background mostly fits. Hope you enjoy your stay here.
author | eastmael |
---|---|
permlink | re-sarahtaylor-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180313t151549735z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["sarah.taylor"],"app":"steemit/0.1"} |
created | 2018-03-13 15:15:54 |
last_update | 2018-03-13 15:15:54 |
depth | 2 |
children | 0 |
last_payout | 2018-03-20 15:15:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,161,330 |
net_rshares | 0 |
love to see these stats as it give more insight the approval rate is more than 60 % which is great
author | starboye |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t134951491z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 13:49:57 |
last_update | 2018-03-14 13:49:57 |
depth | 1 |
children | 1 |
last_payout | 2018-03-21 13:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.106 HBD |
curator_payout_value | 0.034 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 1,548,341,121,513 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,376,909 |
net_rshares | 44,754,767,343 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 44,754,767,343 | 58% |
Hello starboye. Yes, 60% is an amazing rate. The challenge for the Utopian or perhaps a Utopian university platform is how to increase this acceptance rate to above 60%. This of course need putting something in place - one thing that comes to mind is educating existing contributors.
author | eastmael |
---|---|
permlink | re-starboye-re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t151625709z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-14 15:16:21 |
last_update | 2018-03-14 15:16:21 |
depth | 2 |
children | 0 |
last_payout | 2018-03-21 15:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 78,967,407,130,763 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,393,574 |
net_rshares | 0 |
### Hey @eastmael I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-eastmael-utopian-stats-analyzing-utopian-moderation-time-blockchain-business-intelligence-20180314t214642750z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-14 21:46:42 |
last_update | 2018-03-14 21:46:42 |
depth | 1 |
children | 0 |
last_payout | 2018-03-21 21:46:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.180 HBD |
curator_payout_value | 0.058 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,063 |
author_reputation | 152,955,367,999,756 |
root_title | "[Utopian Stats] Analyzing Utopian Moderation Time - Blockchain Business Intelligence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,458,830 |
net_rshares | 72,296,162,631 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eastmael | 0 | 72,296,162,631 | 100% |