Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 2, 2023
1 parent 7ce9154 commit 31dce92
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# paper-template
A template repository for scientific projects.

## File organization on CUBIC

```
/path/to/project/
|- code/ # Local clone of the GitHub repository
|- figures/ # Any figures for the manuscript
|_ data/ # Tabular data that may be shared on GitHub
|- data/
|- results/ # Results that cannot be shared on GitHub
|_ reproduction/
|- code/ # Local clone of reproducibilibuddy's fork of GitHub repository
|- data/ # Any data that must be copied and not referenced
|_ results/
```

0 comments on commit 31dce92

Please sign in to comment.