aboutsummaryrefslogtreecommitdiff
path: root/public/brag/000
diff options
context:
space:
mode:
Diffstat (limited to 'public/brag/000')
-rw-r--r--public/brag/000/evaluation.pdfbin45233 -> 0 bytes
-rw-r--r--public/brag/000/index.html58
-rw-r--r--public/brag/000/style.css18
3 files changed, 0 insertions, 76 deletions
diff --git a/public/brag/000/evaluation.pdf b/public/brag/000/evaluation.pdf
deleted file mode 100644
index 50b7c0a..0000000
--- a/public/brag/000/evaluation.pdf
+++ /dev/null
Binary files differ
diff --git a/public/brag/000/index.html b/public/brag/000/index.html
deleted file mode 100644
index f9af278..0000000
--- a/public/brag/000/index.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8" name="viewport" content="width=80ch">
- <title>brag 000</title>
- <link rel="stylesheet" href="style.css">
-</head>
-<body>
-
-<h1><a href="http://blaise.zone/">blaise</a>-<a href=../../>cv</a>/<a href=../>brag</a>/000</h1>
-
-<hr>
-
-<p>
-2018-08-23 through 2019-06-09 <br>
-This review period is over. <br>
-You may download my evaluation here: <a href="./evaluation.pdf">PDF</a> <br>
-</p>
-
-<p>
-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>
-</p>
-
-<p>
-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>
-</p>
-
-<p>
-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>
-</p>
-
-</body>
-</html>
diff --git a/public/brag/000/style.css b/public/brag/000/style.css
deleted file mode 100644
index 9cff696..0000000
--- a/public/brag/000/style.css
+++ /dev/null
@@ -1,18 +0,0 @@
-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;
-}