Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 61

Thread: Team Division

  1. #21
    Harley
    Guest

    Re: Team Division

    Quote Originally Posted by STMahlberg View Post
    I like these as well, good descriptions. So perhaps just four Divisions instead of five?

    Sorry, I left out the Defend/FB division because I don't know what FB is. Since one already existed and I don't know jack about FB I figured I should leave well enough alone. There can be as many divisions as we want. I'm sure we'll be adding more as time goes on.

    I also changed a couple names but use whatever you want.

    These are only suggestions just to get this started. Once the divisions get established, the members can change both names and descriptions.

  2. #22
    Advisor - Stateside Division
    Bok's Avatar
    Join Date
    October 14th, 2010
    Location
    Wake Forest, NC
    Posts
    1,211

    Re: Team Division

    Stats coding for subteams/divisions have commenced Most of the backend already done, got some quick hacked pages to display the data out.

    Lots to do still....interesting though. It's already generated 120,000 rows of data

    Very brief preview....

    Code:
    mysql> select subteam,projrank0,metric1 as credits ,metric2 as RAC,teamrank0 from boinc_subteam where proj = 'dne' and teamid = 42 order by metric1 desc limit 0,20;
    +--------------------------+-----------+------------------+----------------+-----------+
    | subteam                  | projrank0 | credits          | RAC            | teamrank0 |
    +--------------------------+-----------+------------------+----------------+-----------+
    | AF>HFR>RR                |         4 | 413444501.741201 | 1719911.450219 |         1 |
    | AF>EDLS                  |        10 | 216556051.196711 |  983475.040841 |         2 |
    | AF>Libristes             |        11 | 196972112.197099 |  845104.424451 |         3 |
    | AF>HFR>HOP!              |        12 |  182042728.73951 |  482679.467339 |         4 |
    | AF>Occitania>Lengadocian |        13 | 134746561.493026 |  593704.740611 |         5 |
    | AF>Amis des Lapins       |        14 | 119460275.647808 |  561980.199818 |         6 |
    | AF>Quebec                |        16 | 109398172.661261 |  606473.653509 |         7 |
    | AF>Occitania>Gascon      |        20 |  76822500.206671 |  245918.901825 |         8 |
    | AF>HFR                   |        24 |  64938118.583758 |  329470.631848 |         9 |
    | AF>Kirass>MPF            |        25 |  64492006.202387 |  436618.641229 |        10 |
    | AF>EDLS>Physique         |        27 |  57763552.828209 |  476633.271865 |        11 |
    | AF>WildWildWest          |        28 |  55982679.839994 |  272633.894882 |        12 |
    | AF>France                |        29 |   54466685.53565 |  297207.197182 |        13 |
    | AF>IJV                   |        32 |  46996707.421188 |   26572.791958 |        14 |
    | AF>Libristes>GNU-Linux   |        34 |  38559874.715097 |  117536.340171 |        15 |
    | AF>HFR>MPT               |        35 |  37166659.749998 |   31657.927201 |        16 |
    | AF                       |        46 |       17093933.5 |    69177.30436 |        17 |
    | AF>France>Est>Alsace     |        47 |  16149337.999999 |  207735.831315 |        18 |
    | AF>2TF                   |        48 |  15791156.442013 |   68192.930384 |        19 |
    | AF>Le_Pommier            |        49 |  14125187.135336 |  104648.373022 |        20 |
    +--------------------------+-----------+------------------+----------------+-----------+
    20 rows in set (0.00 sec)

  3. #23
    Administrator
    STMahlberg's Avatar
    Join Date
    November 1st, 2010
    Location
    AREA 51
    Posts
    1,533

    Re: Team Division

    Quote Originally Posted by Bok View Post
    Stats coding for subteams/divisions have commenced Most of the backend already done, got some quick hacked pages to display the data out.

    Lots to do still....interesting though. It's already generated 120,000 rows of data

    Very brief preview....

    Code:
    mysql> select subteam,projrank0,metric1 as credits ,metric2 as RAC,teamrank0 from boinc_subteam where proj = 'dne' and teamid = 42 order by metric1 desc limit 0,20;
    +--------------------------+-----------+------------------+----------------+-----------+
    | subteam                  | projrank0 | credits          | RAC            | teamrank0 |
    +--------------------------+-----------+------------------+----------------+-----------+
    | AF>HFR>RR                |         4 | 413444501.741201 | 1719911.450219 |         1 |
    | AF>EDLS                  |        10 | 216556051.196711 |  983475.040841 |         2 |
    | AF>Libristes             |        11 | 196972112.197099 |  845104.424451 |         3 |
    | AF>HFR>HOP!              |        12 |  182042728.73951 |  482679.467339 |         4 |
    | AF>Occitania>Lengadocian |        13 | 134746561.493026 |  593704.740611 |         5 |
    | AF>Amis des Lapins       |        14 | 119460275.647808 |  561980.199818 |         6 |
    | AF>Quebec                |        16 | 109398172.661261 |  606473.653509 |         7 |
    | AF>Occitania>Gascon      |        20 |  76822500.206671 |  245918.901825 |         8 |
    | AF>HFR                   |        24 |  64938118.583758 |  329470.631848 |         9 |
    | AF>Kirass>MPF            |        25 |  64492006.202387 |  436618.641229 |        10 |
    | AF>EDLS>Physique         |        27 |  57763552.828209 |  476633.271865 |        11 |
    | AF>WildWildWest          |        28 |  55982679.839994 |  272633.894882 |        12 |
    | AF>France                |        29 |   54466685.53565 |  297207.197182 |        13 |
    | AF>IJV                   |        32 |  46996707.421188 |   26572.791958 |        14 |
    | AF>Libristes>GNU-Linux   |        34 |  38559874.715097 |  117536.340171 |        15 |
    | AF>HFR>MPT               |        35 |  37166659.749998 |   31657.927201 |        16 |
    | AF                       |        46 |       17093933.5 |    69177.30436 |        17 |
    | AF>France>Est>Alsace     |        47 |  16149337.999999 |  207735.831315 |        18 |
    | AF>2TF                   |        48 |  15791156.442013 |   68192.930384 |        19 |
    | AF>Le_Pommier            |        49 |  14125187.135336 |  104648.373022 |        20 |
    +--------------------------+-----------+------------------+----------------+-----------+
    20 rows in set (0.00 sec)
    Nice!
    "My god! Do we really suck, or is this guy really that good?" - Mr Hertz - Shoot 'Em Up






  4. #24
    Past Admin
    Beerdrinker's Avatar
    Join Date
    October 25th, 2010
    Location
    Denmark
    Posts
    1,322

    Re: Team Division

    So....What´s the status??

    Do we go with the Divisions, or are we looking at other solutions?

    I think the Divisions is great...

    - I would allows us to mobilize alot faster.
    - We can accomodate most wishes...(topslot, crunch what you want etc)
    - Specialized information....Topslot will now wich pays best, MM will know about new projects....
    Proud member of SETI.USA since 28´th December 2005.

    Joined old MB Dec. 28th 2005 - 5837 posts

  5. #25
    Gold Member
    trigggl's Avatar
    Join Date
    November 6th, 2010
    Location
    Arkansas
    Posts
    2,077

    Re: Team Division

    Quote Originally Posted by Beerdrinker View Post
    So....What´s the status??

    Do we go with the Divisions, or are we looking at other solutions?

    I think the Divisions is great...

    - I would allows us to mobilize alot faster.
    - We can accomodate most wishes...(topslot, crunch what you want etc)
    - Specialized information....Topslot will now wich pays best, MM will know about new projects....
    And apparently we'll need some official suffixes and maybe a new format for them.

    [SETI.USA.MegaStoners], [SETI.USA.DefendFB], [SETI.USA.BlackOps], [SETI.USA.TopGun], [SETI.USA.Core]

    If someone has other ideas, or what's easiest for Bok?
    6r39 7r199



  6. #26
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,292

    Re: Team Division

    Quote Originally Posted by trigggl View Post
    And apparently we'll need some official suffixes and maybe a new format for them.

    [SETI.USA.MegaStoners], [SETI.USA.DefendFB], [SETI.USA.BlackOps], [SETI.USA.TopGun], [SETI.USA.Core]

    If someone has other ideas, or what's easiest for Bok?
    No need for the SETI.USA part. That is already associated with all of our names.
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


  7. #27
    Past Administrator
    Fire$torm's Avatar
    Join Date
    October 13th, 2010
    Location
    In the Big City
    Posts
    7,938

    Re: Team Division

    Quote Originally Posted by Bok View Post
    Stats coding for subteams/divisions have commenced Most of the backend already done, got some quick hacked pages to display the data out.

    Lots to do still....interesting though. It's already generated 120,000 rows of data...
    Hey Bok! Great stuff. Thanks for the effort.


    Future Maker? Teensy 3.6

  8. #28
    Advisor - Stateside Division
    Bok's Avatar
    Join Date
    October 14th, 2010
    Location
    Wake Forest, NC
    Posts
    1,211

    Re: Team Division

    As long as it's the same for each h user in the division and within square brackets it will be picked out.

    I've got all the perl and mysql code done, working just fine. Combined subteam data across projects as well as individual within a project, ranking across all/within team/rac. I can't control what a user does with their name so everything comes in

    Now got to do some frontend php to display it all. Give me a day or two...I'm thinking perhaps giving a mechanism to have at least some kind of description from each subteam if they wish, though it'll likely be a manual effort for now, html+image whatever to display.

    Any ideas?

    Pages for

    1) list of divisions/subteams for each team
    2) drill down to division showing list of each project and their totals
    3) drill down to list of users in the division on each project
    4) drill down from 1) to list of combined data for each user in the division.

  9. #29
    Gold Member
    trigggl's Avatar
    Join Date
    November 6th, 2010
    Location
    Arkansas
    Posts
    2,077

    Re: Team Division

    Quote Originally Posted by zombie67 View Post
    No need for the SETI.USA part. That is already associated with all of our names.
    So...?
    name [BlackOps]
    name [MegaStoners]
    name [DefendFB]
    name [TopGun]
    name [Core]

    The SETI.USA part wasn't for stats anyways. It was for visibility.
    Last edited by trigggl; 01-23-11 at 11:02 PM. Reason: Based on Bok's post.
    6r39 7r199



  10. #30
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,292

    Re: Team Division

    Quote Originally Posted by trigggl View Post
    The SETI.USA part wasn't for stats anyways. It was for visibility.
    Ah. Got it.
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


Page 3 of 7 FirstFirst 12345 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •