Yes please.
In the same way I'm doing the WCG badges, I've also written a parser to go get the info for Oproject badges.
On a per user basis, so if you'd like them to appear in your banner and on your userbycpid page, request here with your Oproject ID
Done. We haven't deployed the version of the banner that contains these badges to live just yet. Won't be long.
Username reklov, id 1673. Thanks.
Good to see that username/id's are not remaining here forever. (or was Zombie the only one requesting the badges up to now?)
Thanks Bok. Unfortunately my Wired badge (also bronze) is missing. (Shor and GSCE are present, ALX haven't earned before wu's were stopped.)
hmm, that appears to be a bug in the banner itself as I am holding all 3 badges against your name in my database. I will debug.
Fixed.
Please, once more (see WCG badges request):
- my username is RushPill,
- my Oproject ID is 1718
a lot of Thanks
All done
Username ChertseyAl
User ID 1663
Don't think I've got any badges, so it might break your code
Cheers,
Al.
Added. Should be fine
User name: Dirk Broer
User ID: 3317
Kind regards,
Dirk Broer
added.
Werinbert
6999
added.
Vielen Dank, Bok
Thanks a lot...
hello Bok,
please add
[SG-FC] hl
1708
thank you and best regards
hl
added
id=3411
user=Aren Pageler
added!
user name: leonashbrook
ID: 10874
added
Please add
user: candido
ID: 2900
Many thanks
Thanks.
My Oproject ID: 10874
My Milkyway ID: 22087
My POGS ID: 7579
I really appreciate your help. (Leon in Austin)
Andrew Dicker
12824
Cheers
I've recoded the oproject subproject stats so that all users now will get the badges. Created a combined weird row as well as a combined shor row given the badges are for the combined value of these subprojects. Instead of scraping on an individual basis I calculate the badges based on the credit levels of the subprojects.
No need to provide id's for this any more.
MilkyWay credit badges are shown, but I'm waiting on a response to see whether they will export the data for the other types of badges before adding a scraper.
Ugh, just realized when I looked it up that the ALX and GCSE badges are based on workunits rather than credits, I'll have to redo that bit.
Is there any kind of standard with this project!
ALX is for hours computing, GCSE is for number of valid results....Shor and Weird Engine are about credits.
The ALX hours are incomprehensible. I have 296.000 ALX credits, 0.000 CPU time, 5.878 of elapsed time and all this for 37 results returned. I guess it's the CPU time that counts here, not the elapsed time.
Last edited by Dirk Broer; 02-05-2014 at 03:30 PM.
yup and there is no data for the elapsed time for the ALX wu's in the exports at all.
I've asked at the project forum, but given it was also asked about 2 months ago without reply, I'm not holding my breath.
The other 3 should work fine, I'll delete out the ALX badges at some point till the data is made available.
Hi, I have 4 badges on Oproject, but my CPID pages shows only 3.
The missing badge is the Shor badge.
I am posting because your post says "the other 3 slould work fine", that is, including Shor...
I wonder if you could have a look
Thanks
Debugged this a bit, I know what it is but it's going to take a bit to fix.
The data I get from oproject has values for both shor-dp and shor-sp, I have to combine them to get the value needed for the badge level. I've been doing that wrongly up till now unfortunately. For some reason I've been assuming there was always shor-sp then adding the shor-dp to it. Not sure why I took that route, because in your case you have nothing for shor-sp, so it never builds the row initially to add to.
I need to change this to just do a sum where the subproject is shor-sp Or shor-dp.
Ok, recoded, think this is ok now.
Please let me know if you see any oddities or it updates incorrectly later.