Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mine-cetinkaya-rundel/ds-final-project
- Owner: mine-cetinkaya-rundel
- Created: 2021-12-16T02:49:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T05:12:35.000Z (about 3 years ago)
- Last Synced: 2024-11-05T05:42:51.934Z (3 months ago)
- Topics: data-science, education, rstats
- Language: HTML
- Homepage: https://mine-cetinkaya-rundel.github.io/ds-final-project/
- Size: 3.04 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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.