You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: projectRubric.md
+6-8
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
-
The project is to create a shiny app based on your research or interests that performs a prediction algorithm or some other non-trivial data calculation. The prediction algorithm can be based on any model (though should be more complex than straight arithmetic, like a BMI calculator). In addition, your readme.md file in your github repo should be a brief writeup of your project (no more than a page if your print it up).
1
+
The project is to create a web app based on your research or interests that performs a prediction algorithm or some other non-trivial data calculation. The prediction algorithm can be based on any model (though should be more complex than straight arithmetic, like a BMI calculator). In addition, your readme.md file in your github repo should be a brief writeup of your project (no more than a page if your print it up). You will give a brief presentation screencast of your app. This will be no more than 5 minutes (points deducted if it's longer).
2
2
3
-
The project will include 3 files. First, the necessary files for your shiny app to run, posted to your github repo. In the readme, include a live link to the shiny app and a live link to the hosted video. The video can be hosted on a video hosting service or a file hosting service (Gdrive, onedrive, box, dropbox, ...).
3
+
The project directory in your github classroom repo will include at least 3 files. First, the necessary files for your web app to run. In a readme file, describe the structure and give a live link to the hosted video. The video can be hosted on a video hosting service or a file hosting service (Gdrive, onedrive, box, dropbox, ...).
4
4
5
5
You may work in a team of no more than 5 students. If on a team, each person's contribution must be delineated in the project readme and all 5 team mumbers must separately submit the assignment, including their own video.
6
6
7
7
Project grading rubric
8
8
9
-
Shiny app details [0, 1]
10
-
* Does the shiny app run?
11
-
* Does the shiny app take data input?
12
-
* Does the shiny run calculations and put out data output?
9
+
Web app details [0, 1]
10
+
* Does the app run?
11
+
* Does the app take data input?
12
+
* Does the un calculations and put out data output?
13
13
* Is the app documented so that users know how to use the app?
14
-
* Is their a live link to the app?
15
14
16
15
Project details [0, 1]
17
16
* Does the algorithm do some non-trivial data processing or analysis?
@@ -34,7 +33,6 @@ Presentation [0, 1], 5 minute video
34
33
Github submission [0, 1]
35
34
* Does the github submission have a readme describing the app?
36
35
* Does the readme accurately describe the app and link to the documentation (may be in the app itself)?
0 commit comments