API for Server Data Queries/Server Queries: type=active projects

From Eterna Wiki

< API for Server Data Queries

Revision as of 18:08, 30 November 2021 by Anamfija (talk | contribs) (Fix out-of-date link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

==Sample query==

http://eternagame.org/get/?type=active_projects

==Results==

{
   "data":{
      "labs":[
         {
            "nid":"3381843",
            "body":"There are two ways to approach the problem I'm presenting this time.<br\/><br\/>The first is simply to try to solve the structure the way it is actually presented in the lab (see picture below), and get the best possible score. To those who will follow this path, I wish good luck. <br\/><br\/><img style=\"width: 400px;\"  src=\"http:\/\/eternawiki.org\/wiki\/images\/NF3_direct.png\"\/><br\/><i>(the color coding is simply blue\/yellow = paired\/unpaired)<\/i><br\/><br\/>The other path is (for my money) a little smarter. If you guys manage to create a so-called \"kissing hairpin\", which is another form of pseudoknot that we haven't played with until now, well, you may reach a 100 score, or very close, and given the outline below and our recent successes with pseudoknots, this seems to be easier.<br\/><br\/><img style=\"width: 400px;\" src=\"http:\/\/eternawiki.org\/wiki\/images\/NF3_kiss.png\" \/><br\/><br\/>Have fun! :)<br\/>",
            "title":"New Frontier 3",
            "status":"1",
            "created":"28 Sep, 2013",
            "founder_uid":"49507",
            "founder":"ElNando888",
            "founder_picture":"sites\/default\/files\/pictures\/picture-49507.png",
            "proposed_date":null,
            "synth_date":null,
            "num_synth":"60",
            "affiliation":null,
            "selection":"user_vote",
            "cover_image":"https:\/\/s3.amazonaws.com\/eterna\/puzzle_mid_thumbnails\/thumbnail3381843.png",
            "cloud_round":"11",
            "puzzles":[
               {
                  "round":11,
                  "puzzles":[
                     "3381842"
                  ]
               }
            ],
            "restart":false
         },
         {
            "nid":"3376361",
            "body":"As some of you may know, a handful of players have taken a keen interest in the analysis and discussion of Poly Adenine sequences. An important feature present in every run of protected Poly A is an exposed stretch of about 6 adenine residues on the 3' end. This project is meant to test several things.\r\n\r\n1. The stability of the poly A structure compared to the predicted MFE structure.\r\n\r\n2. The necessity of the 3' exposed adenine to not be participating in any interaction.\r\n\r\nHopefully, this project can shed a little light on the nature of the Poly A structure.\r\n\r\n30 slots are requested for synthesis.",
            "title":"Poly (A) Structure Analysis 1",
            "status":"1",
            "created":"26 Sep, 2013",
            "founder_uid":"24263",
            "founder":"Brourd",
            "founder_picture":"sites\/default\/files\/pictures\/picture-24263.png",
            "proposed_date":null,
            "synth_date":null,
            "num_synth":"30",
            "affiliation":null,
            "selection":"user_vote",
            "cover_image":null,
            "cloud_round":"11",
            "puzzles":[
               {
                  "round":11,
                  "puzzles":[
                     "3363516"
                  ]
               }
            ],
            "restart":false
         },
         ...
      ],
      "num_labs":"23",
      "num_slots":"725"
   },
   "memcache":true
}

==Notes==