Project Components
Contents
Project Components#
Please check the Course Schedule for the due date for each of these final project components:
Milestone one#
Before starting milestone one:
Fill out the final project group form
Read the report for one Spring 2021 project and get a sense for its strengths and weaknesses. What can you learn from their report? What can you improve on?
Copy to your own Overleaf account the milestone 1 template and only edit your local copy (please don’t change the template!)
You need to first setup an Overleaf account with your Dartmouth email (free) and log in
Then fill in the template sections by exploring your data on possible questions, relevant data fields, and possible changes.
Please submit one milestone one memo per group on Canvas AND on Overleaf with jhaber@berkeley.edu. These will be graded.
Milestone two#
Create a private GitHub repository for your team that contains:
An informative README
A
code/
directory for scriptsAn
output/
directory for graphs/figuresA link to cloud storage where you keep the data (e.g., Dropbox, Google Drive)
Add Dr. Jaren + the TA(s) as collaborators:
Our GitHub usernames: jhaber-zz; euniceyliu
Then assign us an issue to review some progress on code/analysis.
You do NOT need to be close to finished for this. We just want to see that you’ve loaded the data and started to write some code
Final submission components#
A 15-20 minute final presentation (written in LaTeX)
Build your presentation from this slide template
Copy this template to your own Overleaf before editing!
This presentation is meant as an update on work in progress, not a polished, completed product. It will be graded pass/fail.
You will still have time to work on your paper after the final presentation: The paper is due about a week after the presentations.
A PNAS-style scientific report (written in LaTeX)
The specific, single-column PNAS paper template (figures display better in with one column) for you to use can be found on Overleaf here (you can edit this directly after opening it)
After you click on the link, select the single-column mathematics article template (second from left, titled PNAS LaTeX Template for preparing single-column mathematics articles on Overleaf) and click “Open as Template”, which will copy over to your own Overleaf account
To remove the DRAFT watermark, go to the .cls style file and set display watermark to false (there’ll be a small deduction if the watermark remains)
Feel free to exceed the 10 pages if it leads to more legible figures.
A private GitHub repository containing:
The raw source data you used for the project, including both instructor-provided and external data sources
A set of scripts (
.py
and.ipynb
files) that transform the data and reproduce your entire analysis, from start to finishAn informative README for the repository with a project overview, a clear description of your workflow, and a detailed description for each file:
Inputs: e.g., raw data; a file containing credentials needed to access an API
What the file does: describe major transformations.
Outputs (if any): e.g., a cleaned dataset; a figure or graph
The final GitHub repo and 10-page report will be evaluated using this rubric.