aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-09-14 19:00:39 -0500
committerBlaise Thompson <blaise@untzag.com>2019-09-14 19:00:39 -0500
commit7bebe38266ca25f2bd2f841fd9cf6a6d2172b37e (patch)
treeb8c31883a07bf4715d1f716ab6bb976a023147c4
parent83a33cb7b454c97a36e513b7298e51fd531f18ee (diff)
brag
-rw-r--r--public/brag/000-evaluation.pdfbin0 -> 45233 bytes
-rw-r--r--public/brag/000.html49
-rw-r--r--public/brag/001.html16
-rw-r--r--public/brag/index.html34
-rw-r--r--public/brag/style.css32
-rw-r--r--public/index.html1
6 files changed, 132 insertions, 0 deletions
diff --git a/public/brag/000-evaluation.pdf b/public/brag/000-evaluation.pdf
new file mode 100644
index 0000000..50b7c0a
--- /dev/null
+++ b/public/brag/000-evaluation.pdf
Binary files differ
diff --git a/public/brag/000.html b/public/brag/000.html
new file mode 100644
index 0000000..d1f70f2
--- /dev/null
+++ b/public/brag/000.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>brag 000</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>brag document</h1>
+2018-08-23 through 2019-06-09 <br>
+This review period is over. <br>
+You may download my evaluation here: <a href="000-evaluation">PDF</a> <br>
+<hr>
+
+achievements:
+<ul>
+<li> oversaw completion of ~250 separate jobs, a large increase from previous years </li>
+<li> rearranged electronics shop (2227), increasing student engagement and preparing for move </li>
+<li> educated stockroom managers in simple appliance repair, empowering them while decreasing repair load for electronics shop </li>
+<li> coordinated work with glass, machine shop to develop "practical intro to shops" for bridge fellows </li>
+<li> completed custom octopole RF supply with computer control circuitry </li>
+<li> completed synthetic low-cost galvanostat project, potentiostat prototypes
+<li> participated in redesign of CHEM-628, including creation of microcontroller unit </li>
+<li> completed matrix isolation cart power distribution project </li>
+<li> completed modernization of glass shop oven </li>
+<li> completed magnetic tweezer feedback circuit, associated level shifting box </li>
+<li> published peer reviewed publication: doi.org/10.21105/joss.01141 </li>
+<li> participated in science olympiad "mechatronics" outreach activity </li>
+</ul>
+
+what is going well:
+<ul>
+<li> increasing engagement and excitement for custom electrical work by department </li>
+<li> "curated" and well-labeled inventory leading to more independence in department members purchasing and using parts in their own designs </li>
+<li> increasing sophistication in project design and construction
+</ul>
+
+areas of strength:
+<ul>
+<li> big-picture instrument design </li>
+<li> communication regarding scientific goals </li>
+<li> project coordination and organization </li>
+<li> user interface design </li>
+</ul>
+
+</body>
+</html>
diff --git a/public/brag/001.html b/public/brag/001.html
new file mode 100644
index 0000000..f6e8a74
--- /dev/null
+++ b/public/brag/001.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>brag 000</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>brag document</h1>
+2019-06-10 through present <br>
+<hr>
+
+</body>
+</html>
diff --git a/public/brag/index.html b/public/brag/index.html
new file mode 100644
index 0000000..d743f69
--- /dev/null
+++ b/public/brag/index.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>brag</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>Blaise's brag documents</h1>
+
+<p>
+I have been inspired by several conversations to start and maintain a "brag document".
+This is a place for me to compile a list of accomplishments with the explicit goal of getting my work recognized.
+It's more detailed than a CV, in a way that's probably less-than-useful to anyone other than myself and those reviewing my efforts.
+Please read <a href="https://www.jvns.ca/blog/brag-documents/">Julia Evan's summary</a> for more justification and history behind this idea: she does a much better job than I can here.
+</p>
+
+<p>
+My brag documents are organized here in reverse chronological order.
+Each covers a period of time that roughly corresponds to one of my professional review periods.
+In this way, I can refer directly to a given section when asked "what have you done since your last review?"
+</p>
+
+<a href="001.html">001 - 2019-06-10 through present</a> <br>
+<a href="000.html">000 - 2018-08-23 through 2019-06-09</a> <br>
+
+<p>
+Thanks for stopping by! —Blaise
+</p>
+
+</body>
+</html>
diff --git a/public/brag/style.css b/public/brag/style.css
new file mode 100644
index 0000000..c0fb979
--- /dev/null
+++ b/public/brag/style.css
@@ -0,0 +1,32 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: sans-serif;
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.6;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+}
+
+table, th, td {
+ border: 1px solid #969896;
+ border-collapse: collapse;
+}
+
+th, td {
+ padding: 5px;
+}
+
+.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}
diff --git a/public/index.html b/public/index.html
index bc34d82..30b5f24 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,6 +13,7 @@
<center>
This is the html version of my <i>curriculum vitae</i>. <br/>
<!--You can also download a <a href="http://cv.blaise.zone/ThompsonBlaiseCV.pdf">PDF</a>.<br/>-->
+ You may also be interested in my <a href="brag/">brag document</a>. <br>
Thanks for stopping by! &mdash;Blaise
</center>