Skip to content

Commit

Permalink
Merge pull request #36 from BenjaminHsieh/progress
Browse files Browse the repository at this point in the history
Progress Update, Report Layout (attempt 2)
  • Loading branch information
briankleinqiu committed Nov 11, 2015
2 parents 20a3b16 + 894fa2e commit 9f8581c
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
Empty file added paper/sections/abstract.tex
Empty file.
3 changes: 3 additions & 0 deletions paper/sections/discussion.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
% Discussion Section of Paper Report

\par \indent Our initial analysis...
Empty file added paper/sections/introduction.tex
Empty file.
39 changes: 39 additions & 0 deletions slides/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,42 @@
## Statistical Analysis

- linear model

# Our Process

## Hardest part of process?
- Working with the FMRI data and trying to understand our paper
- Keeping up with documentation

## Success in overcoming these obstacles?
- Using git workflows to raise issue and problems for the group.
- Limited success in the FMRI part, still figuring things out.

# Our Process Part 2
## Issues facing the team?
- Debugging each other's code when travis CI fails in a pull request
- Addressing this by meeting up for teamwork or ask for help

## Most helpful?
- Python/numpy, lab sections with git workflows

## Most confusing?
- FMRI lectures

# Our Process Part 3

## What do you need to do to successfully complete the project?
- Have a clear idea of what we can get done
- Make work as reproducible as possible

## Diffuculty in reproducibility?
- Very frustrating if Travis fails on a pull request
- Remembering to write documentation in the scripts
- Test functions for plotting functions are hard to write/assert
- With a lot of work we may be able to get most of it reproducible

## Remaining weeks:
- Mostly unstructured time would be helpful
- Could cover:
- Software tools like statmodels, make
- More regression: linear and logistic

0 comments on commit 9f8581c

Please sign in to comment.