Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added/updated readmes in project, data, code, paper #118

Merged
merged 4 commits into from
Dec 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,18 @@ _**Topic:**_ [The Neural Basis of Loss Aversion in Decision Making Under Risk] (
[SOME SUMMARY OF PAPER]

## Instructions
[NEED TO ADD]

- `make clean` will delete extraneous files created by our scripts
- `make coverage` will check the coverage of our data, code directories
- `make test` will run the tests in our code/utils/tests and code/data/tests directory
- `make verbose` is the verbose version of 'make test'

To replicate our project one should, in this order, read the READMEs and run the make commands in:

1. the data directory to generate, unzip, and validate the necessary datasets
2. the code directory to check the tests and coverage
3. [GENERATE IMAGES/ANALYSIS? need to implement]
4. the paper directory to generate and clean the final report


[NEED TO ADD: instructions for data, scripts/analysis, paper (should be done in that order)]
10 changes: 10 additions & 0 deletions code/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
##CODE

The code folder contains two subdirectories. Utils contains our functions for
analysis, our functions for graphing, and our tests. Scripts contains the
scripts that utilize these functions.

Our makefile is written such that when run from the code directory:

- `make test` will run the tests inside utils/tests to check our functions
- `make coverage` will check the coverage of our functions
3 changes: 2 additions & 1 deletion data/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
The ds005 dataset, filtered ds005 dataset, and mni templates are stored here. Th
e makefile is written such that:

- `make data` will pull in the appropriate data
- `make data` will pull in the appropriate data. NOTE: ds005 will be 16.7 GB, so
can take a while to download
- `make unzip` will unzip, remove, and rename certain files
- `make validate` will run data.py to check the hashes of each downloaded file w
ith a master hashlist included, ensuring all downloaded data is correct
Expand Down
6 changes: 6 additions & 0 deletions paper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
##Paper

The makefile is written such that:

- `make all` will generate our paper in PDF format
- `make clean` will delete all extraneous files generated by 'make all'