aboutsummaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-04-04 00:18:19 -0500
committerBlaise Thompson <blaise@untzag.com>2018-04-04 00:18:19 -0500
commit6bcbc131bfa1431065884d7c552265bad6880dd7 (patch)
treebc296264981a52f0086212d17e8465177413c868 /software
parentcb3623ace16791ccce6611f4ed7f4b659ffe8767 (diff)
2018-04-04 00:18
Diffstat (limited to 'software')
-rw-r--r--software/chapter.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/chapter.tex b/software/chapter.tex
index d4a1517..87dee86 100644
--- a/software/chapter.tex
+++ b/software/chapter.tex
@@ -28,7 +28,7 @@ Who makes it, and what is the quality of that product? %
Much has been written about these questions. %
To this authors knowledge, there are at least 8 case studies and surveys dedicated to how
scientists develop and use scientific software. \cite{CardDavidN1986a, SeamanCarolynB1997a,
- MullerMatthias2001a, SegalJudith2004a, SegalJudith2005a, CarverJeffreyC2007a,
+ MullerMatthiasM2001a, SegalJudith2004a, SegalJudith2005a, CarverJeffreyC2007a,
HannayJoErskine2009a, PrabuPrakash2011a} %
Although they focus on different disciplines, and were published at different times, these articles
present a remarkably consistent perspective on what challenges tend to arise when developing
@@ -377,7 +377,7 @@ In Python, HDF5 is supported primarily through the h5py package. [CITE] %
\section{Scientific Python} % --------------------------------------------------------------------
SciPy is a collection of ``open-source software for mathematics, science, and egnineering.''
-\cite{MillmanKHarrod2011a} %
+\cite{OliphantTravisE2007a, MillmanJarrodK2011a} %
SciPy was an absolute essential component of this dissertation and the work it describes. %
There are packages under the SciPy umbrella. %
NumPy is a very powerful and fast package for working with multidimensional arrays.