Skip to content

Commit

Permalink
added link to peer review assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers committed Apr 3, 2024
1 parent ffd0e76 commit 9d68079
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
8 changes: 4 additions & 4 deletions assessments.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ thus we have two alternative due dates that week.
| [Milestone 1](milestone1.html) | Question, data & rough draft of analysis in one monolithic literate code document, reproducible environment | 2023/03/02 23:59 | 8 |
| [Individual assignment 4](individual_assignment4.html) | Reproducible reports practice | 2023/03/09 23:59 | 9 |
| [Milestone 2](milestone2.html) | literate code document broken into scripts and a report & data analysis pipeline to stitch everything together, and upgrade to a container computational environment | 2023/03/16 23:59 | 10 |
| [Milestone 3](milestone3.html) | functions abstracted to a file/module & tests, function documentation | 2023/03/30 23:59 | 12 |
| [Peer review](peer-review.html) | review of another group's project | 2023/04/06 23:59 | 13 |
| [Milestone 3](milestone3.html) | functions abstracted to a file/module & tests, function documentation | 2023/04/02 23:59 | 12 |
| [Peer review](peer-review.html) | review of another group's project | 2023/04/07 23:59 | 13 |
| [Individual assignment 5](individual_assignment5.html) | Packaging practice | 2023/04/06 23:59 | 13 |
| Final project | package & CI (the full monty package - including docs) | 2023/04/11 23:59 | 14 |
| Team work | Reflection of how the group worked together, as well as individual performance | 2023/04/12 23:59 | 14 |
| [Milestone 4](milestone4.html) | package & CI | 2023/04/11 23:59 | 14 |
| [Team work](team-work.html) | Reflection of how the group worked together, as well as individual performance | 2023/04/12 23:59 | 14 |
| Final exam (**You must pass the final exam to pass the course.**) | The Final Exam will include all the material covered in all the components of the course. This is a summative assessment: <https://www.cmu.edu/teaching/assessment/basics/formativesummative.html> | TBD

2 changes: 1 addition & 1 deletion final-project.Rmd → milestone4.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Final project"
title: "Milestone 4"
descriptions: |
Abstract project functions to their own software package,
and address any feedback received in earlier milestones.
Expand Down
2 changes: 1 addition & 1 deletion peer-review.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You will be writing your review in an issue in your assigned repository.
You will be evaluated on the thoughtfullness and usefullness of your feedback in the review.

- Peer review repository: https://github.com/DSCI-310-2024/data-analysis-review-2024
- Your review assignments are posted on Piazza: TBD
- Your review assignments are posted on Piazza: <https://piazza.com/class/lr1bsx4w2te58d/post/187>

### Submission instructions

Expand Down
7 changes: 1 addition & 6 deletions team-work.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,4 @@ comment on the following areas:

- Fill out this form
(editable version of the form available [here](https://github.com/UBC-DSCI/dsci-310-student/blob/main/team-work.Rmd))
and convert it to an `.pdf` document.
Finally submit it to Canvas.

- If you have any supporting documentation for good or bad communication of your teammbers,
You may insert them as an image in the document.
One way you can use this is to put into an R Chunk the `knitr::include_graphics("")` call like we did for your group project.
and convert it to an `.pdf` document and submit it to Gradescope.

0 comments on commit 9d68079

Please sign in to comment.