diff options
Diffstat (limited to 'colophon')
-rw-r--r-- | colophon/chapter.tex | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/colophon/chapter.tex b/colophon/chapter.tex index e0ace85..1845a7f 100644 --- a/colophon/chapter.tex +++ b/colophon/chapter.tex @@ -1,4 +1,19 @@ \chapter{Colophon} -This chapter lays out the technical aspects of this dissertation as a software and data product, -including instructions for obtaining the source and regeneration of figures and documents. %
\ No newline at end of file +This document was prepared using \LaTeX{}. % +The vast majority of figures were not remade for this document, and are simply reproduced from +other locations. % +The source, including raw data, python scripts, image files and all other associated files can be +found at \url{https://git.chem.wisc.edu/bthompson/dissertation}. % +If using git, simply clone: +\begin{codefragment}{bash} +git clone https://git.chem.wisc.edu/bthompson/dissertation.git +\end{codefragment} + +The easiest way to reproduce this document is to use the bash script \bash{build.sh}, located in +the top directory of the repository. % + +The python scripts within the repository require WrightTools 3 or newer. % + +Please contact me directly for any reason at my permanent email address: +\texttt{blaise@untzag.com}. %
\ No newline at end of file |