Project template folder
Data created:
Last updated:
Initial directory setup for an academic research project. Makes it easier to share code, track project, and collaborate on writing.
Creator - full_name, @username
Supervisors - full_name, @username | full_name, @username
Collaborators - full_name, @username | full_name, @username
Institute name, country
. ├── README.md ├── code ├── data ├── docs │ ├── article │ ├── notes │ │ └── article_summaries.md │ └── presentation ├── logs │ └── meeting_notes.md ├── results │ └── figures └── scratch >> Treat scratch as a temporary folder to dump all intermediate files, before you move final versions to results. Tooling up for Plain Text Academic Writing in Markdown, by Eric J. Ma | blogpost
PhD Starter Kit, by Achintya Rao | website
Git can facilitate greater reproducibility and increased transparency in science, Ram, K. (2013) | article
Reproducible Research Project Initialization | github
Project template, by John Myles White | github | website
- Setup project directory
- Initialise git
- Get cracking