RESQUE-Framework / website

The Research Quality Evaluation Scheme
https://resque-framework.github.io/website/
MIT License
2 stars 3 forks source link

Pubs: Copy coding manual into JSON definition #30

Closed alpkaanaksu closed 9 months ago

alpkaanaksu commented 1 year ago

Copy relevant information for each item from the coding manual. (https://docs.google.com/document/d/1yrBbxwf-kQZvaCnVos06w2_GahK2lyXyP5eHlZXlcw4/edit#heading=h.r2l1muo4t5z1)

It is probably necessary to rewrite some of the information to make it seem natural in the info box.

Use conditional highlighting where needed / possible. P17 is a good example:

{
  "id": "P17",
  "type": "radio",
  "title": "Open materials (beyond the open reproducible scripts entered above)",
  "options": [
      "Not applicable [provide explanation]",
      "Not available",
      "Yes, parts of material [provide doi or URL]",
      "Yes, entire material [provide doi or URL]"
  ],
  "info": "{ :2, 3 | Only choose 'Yes' if the material substantially exceeds the open reproducible scripts. }<br><br>{:0 | When to choose 'Not applicable': If no material has been used in the publication, or the entire material is contained in the open reproducible scripts. }",
  "condition": "$P8"
},