diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-05-10 11:08:59 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-05-10 11:08:59 -0500 |
commit | 568269ca29871b02b918f5c8a3d142888b887903 (patch) | |
tree | 8b17d8fe80fed464c93f93e082741d88c3b4c780 /colophon | |
parent | 2514e7edee8cd66f6bc2e966082168b9663f7450 (diff) |
2018-05-10 11:08
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 |