From 31dce9279f70f0a8bcf19ee8554c108bee54226a Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 2 Aug 2023 16:37:42 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 42e5ecf..000e59d 100644 --- a/README.md +++ b/README.md @@ -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/ +``` \ No newline at end of file