aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-05-07 18:56:37 -0500
committerBlaise Thompson <blaise@untzag.com>2020-05-07 18:56:37 -0500
commit9d34867fe419733f9648d68ed67d7c6df9de659c (patch)
treeb5c18743dac46835c80b6b654baba3ebc589a0d2
parent638a1d621ebab945a37ae9a8db054959141def6a (diff)
2020-05-07 Boulder
-rw-r--r--public/ThompsonBlaiseCV.pdfbin104835 -> 104265 bytes
-rw-r--r--public/ThompsonBlaiseCV.tex40
-rw-r--r--public/boulder-2020-05-07.pdfbin0 -> 11179226 bytes
-rw-r--r--public/brag/000/index.html2
-rw-r--r--public/brag/000/style.css18
-rw-r--r--public/brag/001/index.html40
-rw-r--r--public/brag/001/style.css18
-rw-r--r--public/chaos-2017-11-07.pdfbin0 -> 29132885 bytes
-rw-r--r--public/index.html9
9 files changed, 98 insertions, 29 deletions
diff --git a/public/ThompsonBlaiseCV.pdf b/public/ThompsonBlaiseCV.pdf
index e6078ce..23052b2 100644
--- a/public/ThompsonBlaiseCV.pdf
+++ b/public/ThompsonBlaiseCV.pdf
Binary files differ
diff --git a/public/ThompsonBlaiseCV.tex b/public/ThompsonBlaiseCV.tex
index 245a0d2..c551d2b 100644
--- a/public/ThompsonBlaiseCV.tex
+++ b/public/ThompsonBlaiseCV.tex
@@ -65,7 +65,7 @@
\begin{rSection}{Publications \MakeLowercase{(see \href{http://cv.blaise.zone/\#publications}{my online CV} for more information)}}
\begin{etaremune}[leftmargin = 1.75em]
- \item \emph{in preparation}
+ \item \emph{submitted}
Ravindran, P.; \textbf{Thompson, B. J.}; Soares, R. K. \& Wiedenhoeft, A. C.
The XyloTron: an open-source computer vision platform for macroscopic field identification of
forest products.
@@ -133,12 +133,18 @@
\begin{rSection}{Presentations}
\begin{etaremune}[leftmargin = 1.75 em]
+ \item \textit{Invited Speaker:} \textbf{Thompson, B. J.}
+ Scientific Software Development: A Pragmatic Approach
+ (2020)
+ \textit{University of Colorado Boulder Department of Chemistry.}
+ Boulder, CO USA
+ [\href{http://cv.blaise.zone/boulder-2020-05-07.pdf}{PDF}]
\item \textit{Presentation:} \textbf{Thompson, B. J.}
Nonlinear Multidimensional Spectroscopy.
(2017)
\textit{Chaos and Complexity Seminar.}
Madison, WI USA
- [\href{https://drive.google.com/open?id=1UWnfb_HsGg7ay7mKl2qscoikOWQsZRNl}{PDF}]
+ [\href{http://cv.blaise.zone/chaos-2017-11-07.pdf}{PDF}]
\item \textit{Poster:}
\textbf{Thompson, B. J.}
A Robust, Fully Automated Algorithm to Collect High Quality OPA Tuning Curves.
@@ -163,8 +169,14 @@
\end{rSection}
\begin{rSection}{Awards \& Honors}
+ \begin{rSubsection}{Nominated: Letters \& Science Early Career Award}{2020}{}{}
+ \item Nominated by Chemistry Department faculty, graduate students, and postdocs for
+ outstanding performance, promise of future contributions, and a high degree of
+ professionalism.
+ \end{rSubsection}
\begin{rSubsection}{Roger Carlson Award}{2017}{}{}
- \item Awarded by the University of Wisconsin Chemistry department for excellence in research.
+ \item Awarded by the University of Wisconsin Chemistry department for excellence in
+ research.
\end{rSubsection}
\begin{rSubsection}{James W. Taylor Excellence in Teaching Award}{2016}{}{}
\item Selected by University of Wisconsin Chemistry students and faculty as one of the most
@@ -181,28 +193,6 @@
\end{rSubsection}
\end{rSection}
-\begin{rSection}{Skills \& Specialties}
- \begin{rSubsection}{Analytical Techniques}{}{}{}
- \item Spectroscopy: Raman / IR / UV-VIS / NMR
- \item Ultrafast Spectroscopy: Pump Probe / CMDS
- \item General purpose analytical techinques: electrochemistry, mass spectrometry, chromatography
- \end{rSubsection}
- \begin{rSubsection}{Hardware}{}{}{}
- \item Circuit prototyping (KiCad, ExpressPCB), construction
- \item Interconnect choice, enclosure design and construction
- \item Basic machining: milling machine, drill press, band/rotary saw
- \item Microprocessors: Arduino, MicroPython, AVR
- \end{rSubsection}
- \begin{rSubsection}{Software}{}{}{}
- \item Python (SciPy, PyPI/Anaconda, micropython)
- \item git
- \item Qt
- \item LaTeX
- \item LabView
- \item C++ (mostly in context of firmware or drivers)
- \end{rSubsection}
-\end{rSection}
-
\clearpage
\begin{rSection}{Teaching Experience}
diff --git a/public/boulder-2020-05-07.pdf b/public/boulder-2020-05-07.pdf
new file mode 100644
index 0000000..45fe3c5
--- /dev/null
+++ b/public/boulder-2020-05-07.pdf
Binary files differ
diff --git a/public/brag/000/index.html b/public/brag/000/index.html
index fc57abc..f9af278 100644
--- a/public/brag/000/index.html
+++ b/public/brag/000/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" name="viewport" content="width=80ch">
<title>brag 000</title>
- <link rel="stylesheet" href="../../style.css">
+ <link rel="stylesheet" href="style.css">
</head>
<body>
diff --git a/public/brag/000/style.css b/public/brag/000/style.css
new file mode 100644
index 0000000..9cff696
--- /dev/null
+++ b/public/brag/000/style.css
@@ -0,0 +1,18 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: 'DejaVu Sans Mono', monospace;
+ margin: 40px auto;
+ min-width: 80ch;
+ max-width: 80ch;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+ overflow-y: scroll;
+}
diff --git a/public/brag/001/index.html b/public/brag/001/index.html
index cf3a0b8..42010f0 100644
--- a/public/brag/001/index.html
+++ b/public/brag/001/index.html
@@ -2,8 +2,8 @@
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=80ch">
- <title>brag 000</title>
- <link rel="stylesheet" href="../../style.css">
+ <title>brag 001</title>
+ <link rel="stylesheet" href="style.css">
</head>
<body>
@@ -15,5 +15,41 @@
2019-06-10 through present.
</p>
+<h2>teaching</h2>
+
+<p>
+Chem628. Serial Cypher. KiCad virtual.
+</p>
+
+<p>
+Software study group
+</p>
+
+<h2>outreach</h2>
+
+<p>
+Invited Seminar Speaker (virtual). <br>
+University of Colorado Boulder Department of Chemistry. <br>
+<i>Scientific Software Development: A Pragmatic Approach</i>
+</p>
+
+<p>
+Coach and proctor: Science Olympiad.
+</p>
+
+<p>
+STEM fellow
+</p>
+
+<h2>professional development</h2>
+
+<p>
+SciPy
+</p>
+
+<p>
+Manager class
+</p>
+
</body>
</html>
diff --git a/public/brag/001/style.css b/public/brag/001/style.css
new file mode 100644
index 0000000..9cff696
--- /dev/null
+++ b/public/brag/001/style.css
@@ -0,0 +1,18 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: 'DejaVu Sans Mono', monospace;
+ margin: 40px auto;
+ min-width: 80ch;
+ max-width: 80ch;
+ line-height: 1.5;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+ overflow-y: scroll;
+}
diff --git a/public/chaos-2017-11-07.pdf b/public/chaos-2017-11-07.pdf
new file mode 100644
index 0000000..963503b
--- /dev/null
+++ b/public/chaos-2017-11-07.pdf
Binary files differ
diff --git a/public/index.html b/public/index.html
index 1777424..d4e7676 100644
--- a/public/index.html
+++ b/public/index.html
@@ -310,7 +310,14 @@ Journal of the Americal Chemical Society (2014)
<ol reversed>
<li>
-<header><h3><a href="https://drive.google.com/open?id=1UWnfb_HsGg7ay7mKl2qscoikOWQsZRNl">Nonlinear Multidimensional Spectroscopy</a></h3>
+<header><h3><a href="./boulder-2020-05-07.pdf">Scientific Software Development: A Pragmatic Approach</a></h3>
+<em>Invited Speaker</em><br>
+University of Colorado Boulder Department of Chemistry (2020) <br>
+Boulder, CO USA
+</li>
+
+<li>
+<header><h3><a href="./chaos-2017-11-07.pdf">Nonlinear Multidimensional Spectroscopy</a></h3>
<em>Presentation</em><br>
Chaos and Complexity Seminar (2017) <br>
Madison, WI USA