Congratulations. If your reading this then your team is π to submit to DataFest. Be sure, that there is only one Github repository per team.
π Submissions are due: June 14, 2020 at 23:59 EDT.
Each β below indicates something that your team must include.
β EITHER a slide deck (maximum 3οΈβ£ content slides + title slide in pdf format) OR an interactive app / dashboard (do not submit both). If your team submits an interactive app then it should be deployed somewhere such as (shinyapps.io)[https://www.shinyapps.io/] or (heroku.com)[https://www.heroku.com/] so that you can submit the π as a url.
β do not submit both a slide-deck AND an app.
β EITHER a 5οΈβ£ minute video or screencast OR a 1οΈβ£-page write up (single spaced)
β do not submit both a video AND a write-up.
β The code that you developed to create slide deck/app and video/write-up.
β π to data source(s) or a file containg the data in your repository.
NB: Review Github's file and repository size limitations before storing large data sets in your project's repo. For example, if your project requires a file > 100MB then store the file in another place (e.g., Google Drive, Dropbox) or if it already has a url then read in the file directly using it's π :
# R using tidyverse
library(tidyverse)
df <- read_csv("https://mydatasource.org/mydata.csv")
# Python using pandas
import pandas as pd
df = pd.read_csv('https://mydatasource.org/mydata.csv')
β
Create a file called team_submission.md
with the following information:
- Each team member's name, and UofT email (i.e., yourname@mail.utoronto.ca)
- A slide deck/app (select one) was created, and is available XXX (add links/file names as appropriate).
- A slide video/write-up (select one) was created, and is available XXX (add links/file names as appropriate).