Project directory and LaTeX template for UBC STAT 548 Qualifying Paper reports
- Click "Use Template" at the top. This basically forks it into your own GitHub account. Don't have a GitHub, set one up now https://github.com. Note: this is hosted on servers outside Canada.
- If necessary, install git.
- Clone your new repo to your machine somewhere.
- At some point before you submit the report,add me as a collaborator.1
- Use the directory structure to keep your project organized and use the LaTeX template in the
report
directory for your report. See below for more details on using the LaTeX template. See my website for details on my expectations for the report. - Commit and push your changes regularly. It serves as a back-up and lets me see how you progressed.
- When you are ready to submit your report, commit with the message "submission for DJM review".
- Send me an email confirming that you have submitted your report for review and marking.
The short version: Each subdirectory has its own README file that tells you what goes in the directory.
The long(er) version:
- Use the
report
directory to for all written portions of the project. - Use
references/qp-bib.bib
to keep your biliography up-to-date, and use it as the bib-file for your report. Feel free to keep PDFs of relevant papers here;.gitignore
won't upload them to GitHub. - Use
code
for any code you develop anddata
for any data you use (including output from your code). (There may be good reasons for not keeping your code in the same repository as your report, in which case let me know and invite me as a collaborator to that repo, as well.)
- Compile
main.tex
, but make minimal edits. Most edits should be made in the compontent tex-files in thesections/
directory. - Graphics go in
fig
.
Acknowledgements: Dave Blei for (most of) the basic directory structure and reading/project logs. As should be clear from the fork, I stole this from Ben
[1] When you give me access is entirely up to you. I will not look at your repository before your submit your report unless you ask me to (and even then I may not). ↩