Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thast committed Jun 25, 2018
0 parents commit f14a695
Show file tree
Hide file tree
Showing 126 changed files with 100,126 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_build/
original latex
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python
python:
- "2.7"

sudo: false

# command to install dependencies
install: "pip install -r requirements.txt"

# command to run tests
script: sphinx-build -nW -b html -d _build/doctrees . _build/html

# Flags used here, not in `make html`:
# -n Run in nit-picky mode. Currently, this generates warnings for all missing references.
# -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1.

notifications:
email:
- thast@eoas.ubc.ca
Binary file not shown.
1,496 changes: 1,496 additions & 0 deletions Latex/DCIPoctree/DCIP3D_Octree_Manual(Vlad).tex

Large diffs are not rendered by default.

155 changes: 155 additions & 0 deletions Latex/DCIPoctree/DCIP3D_Octree_Manual.aux

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions Latex/DCIPoctree/DCIP3D_Octree_Manual.bbl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
\begin{thebibliography}{}

\bibitem[\protect\citeauthoryear{Dey and Morrison}{1979}]{DeyMorrison79}
Dey, A., and Morrison, H.~F., 1979, 3-\uppercase{D} resistivity modelling for
arbitrarily shaped three-dimensional structures: Geophysics, {\bf 44},
753--780.

\bibitem[\protect\citeauthoryear{Siegel}{1959}]{Siegel59}
Siegel, H.~O., 1959, 3-\uppercase{D} mathematical formulation and type curves
for induced polarization: Geophysics, {\bf 24}, 547--565.

\end{thebibliography}
3 changes: 3 additions & 0 deletions Latex/DCIPoctree/DCIP3D_Octree_Manual.blg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is BibTeX, Version 0.99cThe top-level auxiliary file: C:\Users\micmitch\Dropbox\My Documents\UBC\DCIP3D_Octree_Manual\DCIP3D_Octree_Manual.aux
The style file: seg.bst
Database file #1: references.bib

0 comments on commit f14a695

Please sign in to comment.