Stats & Badges

Message boards : Number crunching : Stats & Badges
Message board moderation

To post messages, you must log in.

AuthorMessage
Sergey Kovalchuk

Send message
Joined: 21 Aug 19
Posts: 23
Credit: 91,637
RAC: 0
Message 115 - Posted: 18 Oct 2020, 22:23:04 UTC
Last modified: 18 Oct 2020, 22:46:45 UTC

>Will the statistics be common for the entire project or are you planning to account separately for applications?
>If the "reward" for the amount of computation has already been determined, are you planning on introducing a badge system to reward users who reach certain milestones?
>It is advisable for participants to plan ahead of time for the opportunity to achieve certain goals, both locally in the project and on external statistics sites

Unfortunately, I didn't have time to go deeper into the documentation on this topic.
You know what solution is best for you and I am asking you for support.
I don't want to create this badge system without knowing it.

The badge system is the admin's time spent on advertising (promoting) the project in the volunteer community :-)
Encourages members to earn more and more credits to achieve system-defined milestones and receive the next badge in their signature
In fact, this is just a beautiful, bright icon characteristic of this project (or a separate application)
More precisely, a sequence of such icons with increasing "value" - for example, 10k, 100k, 1M, etc.
(with a conditional rating of bronze, silver, gold and other jewelry).
Other unique sequences and assessments are possible - as long as there is enough imagination and time.

Per application accounting is all of the above, repeated for each new application (subproject) + a short time to administer the list of subprojects. That is, an attempt to re-interest volunteers with new applications.
An important feature is that it must be turned on from the very beginning. Or then the administrator will have to manually assign the credits received before to individual applications. Or for a dummy - "beta test". Or just give up this tool.
ID: 115 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 21 Aug 19
Posts: 23
Credit: 91,637
RAC: 0
Message 117 - Posted: 19 Oct 2020, 6:54:39 UTC
Last modified: 19 Oct 2020, 7:16:56 UTC

you have a nice picture for your badges - http://gaiaathome.eu/img/gavip/gaia.png
you just need to shrink the size to 120 * 120 and make a transparent background
then create all the necessary images

1 several smaller images - for the site icon

<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">

or just one line (sizes 32*32)

<link rel="icon" type="image/x-icon" href="/favicon.png"/>


2 repaint the picture 120 * 120 in several colors typical for badges -
(can anyone help with pictures - who has a normal picture editor?)
 Bronze 10k
 Silver 50k
 Gold 100k
 Amethyst 500k
 Ruby 1M
 Turquoise 5M
 Jade 10M
 Sapphire 50M
 Emerald 100M

digit is a milestone for obtaining a badge
now the project has a top user at 40M, top 20 - about 1M, top 100 - less than 1k (first badge 10k at top 80)
750k WUs add about 34M credits - here it is desirable to increase either the quantity or the price

3 leave the standard "medals" for the RAC-badges already entered in the project.
you can add the inscription 1% 5% 25% (take these badges from a more complete server distribution)
ID: 117 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 21 Aug 19
Posts: 23
Credit: 91,637
RAC: 0
Message 123 - Posted: 19 Oct 2020, 8:36:02 UTC - in response to Message 117.  
Last modified: 19 Oct 2020, 8:39:54 UTC

numbered RAC-badges

https://boinc.berkeley.edu/img/pct_1.png
https://boinc.berkeley.edu/img/pct_5.png
https://boinc.berkeley.edu/img/pct_25.png

correct the description of these already running badges

    <badges>
       <badge>
           <id>1</id>
           <name>user_pct_0</name>
           <title>Top 1% in average credit</title>
           <image_url>img/pct_1.png</image_url>
       </badge>
       <badge>
           <id>2</id>
           <name>user_pct_1</name>
           <title>Top 5% in average credit</title>
           <image_url>img/pct_5.png</image_url>
       </badge>
       <badge>
           <id>3</id>
           <name>user_pct_2</name>
           <title>Top 25% in average credit</title>
           <image_url>img/pct_25.png</image_url>
       </badge>
       <badge>
           <id>4</id>
           <name>team_pct_0</name>
           <title>Top 1% in average credit</title>
           <image_url>img/pct_1.png</image_url>
       </badge>
       <badge>
           <id>5</id>
           <name>team_pct_1</name>
           <title>Top 5% in average credit</title>
           <image_url>img/pct_5.png</image_url>
       </badge>
       <badge>
           <id>6</id>
           <name>team_pct_2</name>
           <title>Top 25% in average credit</title>
           <image_url>img/pct_25.png</image_url>
       </badge>
    </badges>


and add new ones (if the quantity, levels and colors correspond to the project)

       <badge>
           <id>10</id>
           <name>user_gaia_0</name>
           <title>10K Credits</title>
           <image_url>img/gaia_bronze.png</image_url>
       </badge>
       <badge>
           <id>11</id>
           <name>user_gaia_1</name>
           <title>50K Credits</title>
           <image_url>img/gaia_silver.png</image_url>
       </badge>
       <badge>
           <id>12</id>
           <name>user_gaia_2</name>
           <title>100K Credits</title>
           <image_url>img/gaia_gold.png</image_url>
       </badge>
       <badge>
           <id>13</id>
           <name>user_gaia_3</name>
           <title>500K Credits</title>
           <image_url>img/gaia_amethyst.png</image_url>
       </badge>
       <badge>
           <id>14</id>
           <name>user_gaia_4</name>
           <title>1M Credits</title>
           <image_url>img/gaia_ruby.png</image_url>
       </badge>
       <badge>
           <id>15</id>
           <name>user_gaia_5</name>
           <title>5M Credits</title>
           <image_url>img/gaia_turquoise.png</image_url>
       </badge>
       <badge>
           <id>16</id>
           <name>user_gaia_6</name>
           <title>10M Credits</title>
           <image_url>img/gaia_jade.png</image_url>
       </badge>
       <badge>
           <id>17</id>
           <name>user_gaia_7</name>
           <title>50M Credits</title>
           <image_url>img/gaia_sapphire.png</image_url>
       </badge>
       <badge>
           <id>18</id>
           <name>user_gaia_8</name>
           <title>100M Credits</title>
           <image_url>img/gaia_emerald.png</image_url>
       </badge>


i gave a description of the badges as they are seen when exporting.
you need to adapt it to the admin interface
ID: 123 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Steve Dodd

Send message
Joined: 8 Apr 20
Posts: 13
Credit: 554,155
RAC: 0
Message 165 - Posted: 10 Nov 2020, 2:32:40 UTC - in response to Message 123.  

Sergey, my signature and I salute your help in getting badges for this project :).
ID: 165 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Steve Dodd

Send message
Joined: 8 Apr 20
Posts: 13
Credit: 554,155
RAC: 0
Message 184 - Posted: 1 Jan 2021, 22:51:32 UTC - in response to Message 165.  

Which seems to have fallen on deaf ears :(
ID: 184 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
PhilTheNet

Send message
Joined: 14 Sep 19
Posts: 2
Credit: 146,105
RAC: 0
Message 275 - Posted: 23 Nov 2021, 6:36:16 UTC - in response to Message 184.  

News ?
ID: 275 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
PhilTheNet

Send message
Joined: 14 Sep 19
Posts: 2
Credit: 146,105
RAC: 0
Message 276 - Posted: 24 Nov 2021, 5:38:59 UTC - in response to Message 275.  
Last modified: 24 Nov 2021, 5:40:37 UTC

"Cometary science" is bronze in average or total ?
ID: 276 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Conan
Avatar

Send message
Joined: 27 Apr 20
Posts: 20
Credit: 668,559
RAC: 0
Message 279 - Posted: 22 Dec 2021, 22:57:41 UTC

It appears that the "Cometary Science" badges are the default BOINC RAC badges, however gold. silver and bronze are all called the same thing.

Conan
ID: 279 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dingo
Avatar

Send message
Joined: 4 Nov 19
Posts: 2
Credit: 1,011,592
RAC: 0
Message 283 - Posted: 14 Feb 2022, 4:24:15 UTC
Last modified: 14 Feb 2022, 4:25:21 UTC

I think that this stat from your web page says it all:

Users
With credit 315
With recent credit 125

With Badges and stats fixed you would have a lot more users processing your work. I could not see your project on the list of projects that export badges and stats here. https://signature.statseb.fr/

Proud Founder and member of

Have a look at my WebCam
ID: 283 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
zupa

Send message
Joined: 21 Aug 19
Posts: 75
Credit: 163,295
RAC: 0
Message 284 - Posted: 16 Feb 2022, 12:44:40 UTC - in response to Message 283.  

I understand, I need to find the time to implement this ...
I apologize for the long, long, long delay
ID: 284 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Steve Dodd

Send message
Joined: 8 Apr 20
Posts: 13
Credit: 554,155
RAC: 0
Message 316 - Posted: 6 May 2022, 12:29:27 UTC - in response to Message 284.  

Still waiting with great anticipation for these badges. My signature is in need of some new ones :)
ID: 316 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dirk Broer

Send message
Joined: 24 Aug 19
Posts: 1
Credit: 342,866
RAC: 0
Message 372 - Posted: 24 Jan 2023, 15:06:30 UTC - in response to Message 316.  
Last modified: 24 Jan 2023, 15:08:07 UTC

Still waiting with great anticipation for these badges. My signature is in need of some new ones :)


One can never have enough badges
ID: 372 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Stats & Badges

©2024 GAVIP-GC