Skip to content

how to organize a project

Project Name
|-readme.md
|-Simulation
| |-source code (git version control)
| | |-a.py
| | |-b.py
| | |-main.py
| |-results
| | |-230815
| | |-230816
| | |-final 
|-Experiments
| |-source code (git version control)
| | |-a.py
| | |-b.py
| | |-main.py
| |-raw data
| | |-230815 
| | |-230816
| |-results
| | |-230815
| | |-230816
| | |-final 
|-Paper
| |-figure
| | |-source code
| | | |-fig1.py
| | | |-fig2.py
| | | |-fig3.py
| | |-fig1.png
| | |-fig2.png
| | |-fig3.png
| |-draft
| |-Journal A
| | |-revision1
| | |-revision2
| |-Journal B

if there are any manual selection, use cvs file to record the selection, which can be read by the program.