Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mine-cetinkaya-rundel/ds-final-project

GitHub repository template accompanying "The 5Ws and 1H of Term Projects in the Introductory Data Science Classroom" by Çetinkaya-Rundel, Dogucu, and Rummerfield (2022)
https://github.com/mine-cetinkaya-rundel/ds-final-project

data-science education rstats

Last synced: about 2 months ago
JSON representation

GitHub repository template accompanying "The 5Ws and 1H of Term Projects in the Introductory Data Science Classroom" by Çetinkaya-Rundel, Dogucu, and Rummerfield (2022)

Awesome Lists containing this project

README

        

---
title: Project title
author: by Team name
output: github_document
---

## Summary

Write-up of your project and findings go here. Think of this as the text of your presentation. The length should be roughly 5 minutes when read out loud. Although pacing varies, a 5-minute speech is roughly 750 words. The addin will ignore code chunks and only count the words in prose. You can also load your data here and present any analysis results / plots, but I strongly urge you to keep that to a minimum (maybe only the most important graphic, if you have one you can choose). And make sure to hide your code with `echo = FALSE` unless the point you are trying to make is about the code itself. Your results with proper output and graphics go in your presentation, this space is for a brief summary of your project.

## Presentation

The slides for our presentation can be found [here](presentation/presentation.html).

The video recording of our presentation can be found [here](INSERT LINK TO VIDEO).

## Data

Include a citation for your data here. If you found your data off the web, make sure to note the retrieval date.

## References (optional)

List any references here. If you don't have any references to list, you can remove this section.