Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.28 KB

File metadata and controls

37 lines (32 loc) · 1.28 KB

Project grading rubric

Shiny app details [0, 1]

  • Does the shiny app run?
  • Does the shiny app take data input?
  • Does the shiny run calculations and put out data output?
  • Is the app documented so that users know how to use the app?
  • Is the app hosted on shiny apps.io?

Project details [0, 1]

  • Does the algorithm do some non-trivial data processing or analysis?
  • Does the algorthm have some display, graphics or output depending on the input?

Quality details (fraction of [0 - 1] scale)

  • Novelty
  • Quality of underlying algorithm or method
  • Quality of implementation
  • Quality of output
  • Ease of use
  • Documentation

Presentation [0, 1]

  • Clarity of presentation
  • Stayed within the time and slide limit
  • Described the scientific background?
  • Described the functioning of the app

Github submission [0, 1]

  • Does the github submission have a readme describing the app?
  • Does the readme accurately describe the app and link to the documentation (may be in the app itself)?
  • Does the readme link to the live app?
  • Is the presentation hosted on a web page?
  • Is there a link to the presentation in the readme?
  • Is the code for the app included?
  • Is there an example to run the app?
  • Does the app run locally?
  • Does the readme accurately describe the system / library requirements of the app?