reviewing¶
This directory contains guidelines on how to organize reviewing activity of scholarly content in subfolders.
Organization¶
reviewing/
├── README.md
├── grants
│ └── README.md
├── book-chapters
│ └── README.md
├── books
│ └── README.md
├── thesis
│ ├── source
│ ├── references
│ ├── README.md
│ └── final_thesis.pdf
├── reports
│ └── README.md
├── papers
│ ├── README.md
│ ├── 003-YYYY-Journal-Title
│ ├── 002-YYYY-Journal-Title
│ └── 001-YYYY-Journal-Title
└── dissertation
├── source
├── references
├── README.md
└── final_dissertation.pdf
Warning
This is only an indicative structure and can be modified based on the project requirements.