Skip to content

Commit

Permalink
First pass.
Browse files Browse the repository at this point in the history
- Still need to fix rendering of some equations and,
- add figures
  • Loading branch information
MichaelDiBernardo committed Aug 5, 2015
1 parent 2f5e338 commit 012bdb0
Show file tree
Hide file tree
Showing 207 changed files with 1,410 additions and 79 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ tex/modeller-images
tex/modeller.markdown
tex/objmodel-images
tex/objmodel.markdown
tex/pedometer-images
tex/pedometer.markdown
tex/sample-images
tex/sample.markdown
tex/sampler-images
Expand Down
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ def main(chapters=[], epub=False, pdf=False, html=False, mobi=False, pandoc_epub
run('rm {}'.format(f))

chapter_dirs = [
'pedometer',
'sampler',
'spreadsheet',
'cluster',
'data-store',
'sample',
'objmodel',
'ci',
'crawler',
Expand Down Expand Up @@ -59,11 +59,11 @@ def main(chapters=[], epub=False, pdf=False, html=False, mobi=False, pandoc_epub
]

image_paths = [
'./pedometer/pedometer-images',
'./sampler/sampler-images',
'./spreadsheet/spreadsheet-images',
'./cluster/cluster-images',
'./data-store/data-store-images',
'./sample/sample-images',
'./objmodel/objmodel-images',
'./ci/ci-images',
'./crawler/crawler-images',
Expand Down
4 changes: 2 additions & 2 deletions pedometer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Prerequisites

Running the App
=============
* This app uses Sinatra. Start the web server by running **ruby pedometer.rb** from the **pedometer** directory.
* This app uses Sinatra. Start the web server by running **ruby pedometer.rb** from the **pedometer/code** directory.
* Navigate to **localhost:4567/uploads**.
* You'll see a few example uploads. Both of these uploads are from the same walk, but the first parses data in format 1 above (combined acceleration), and the second parses data in format 2 (user acceleration and gravitational acceleration).
* The form on the right allows you to upload a data set, parse it, and save it to the file system.
* Clicking on the **Detail** link shows more information, as well as the first 1000 points in the data series produced at the two main stages of the step count calculation.
* Clicking on the **Detail** link shows more information, as well as the first 1000 points in the data series produced at the two main stages of the step count calculation.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
155 changes: 82 additions & 73 deletions pedometer/chapter.md → pedometer/pedometer.markdown

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tex/500L.tex
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@
\mainmatter


\include{pedometer}

\include{sampler}

\include{spreadsheet}
Expand All @@ -267,8 +269,6 @@

\include{data-store}

\include{sample}

\include{objmodel}

\include{ci}
Expand Down
Loading

0 comments on commit 012bdb0

Please sign in to comment.