Organizing your projects
Economics PhD Professionalism Workshop
In the etiquette section, we talked about some very general tips for staying organized. This will be specific to research. Here, we’ll cover strategies to organize…
Here’s my system:
Here’s my system:
Here’s my system:
Key is to have a system where files are named appropriately and everything is easily accessible. Basically it’s a closet for your research.
project
| README.md
| paper.qmd (or .tex)
| abstract.qmd
| presentation.qmd
| BibTeX.bib (symbolic link)
|
|---analysis
| | _analysis.R
| | 1_sumstats.R
| | 2_awesome-stuff.R
|
|---data-code
| | _build-data.R
| | 1_data1.R
| | 2_data2.R
| | final_dat1.csv
| | final_dat2.csv
|
|---data
| | input (symbolic links)
| | output (analytic data sets)
|
|---results
| | table1.tex
| | figure1.png