Skip to content

Commit 73431aa

Browse files
committed
Revised version submitted Nov 29
- Responded to JNeurosci reviews - Now using doit to analyze, plot etc - Many other improvements; see the diff
1 parent b1afaa4 commit 73431aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+15861
-4727
lines changed

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
.DS_Store
2+
.doit.db
23
/paper/auto
34
*.aux
45
*.bbl
56
*.blg
67
*.log
78
*.out
9+
*.tdo
810
/paper/jneurosci2013.pdf
9-
/paper/jneurosci2013.synctex.gz
11+
/paper/jneurosci2013-diff.pdf
1012
/paper/coverletter.pdf
11-
/paper/coverletter.synctex.gz
13+
/paper/rebuttal.pdf
1214
*.h5
1315
*.csv
16+
*.pkl
1417
*.pyc
1518
*.class
16-
*.svg
19+
/plots/*.svg
20+
/figures/*.svg
1721
*.nex
1822
*.mat
1923
*.eps

analyzed/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Analyzed data
2+
=============
3+
4+
This directory contains the results of data analysis.
5+
These are cached to make the plotting process more iterative,
6+
and to make it possible to track when analyses
7+
need to be rerun.

diagrams/alexander2011.svg

Lines changed: 295 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)