From b992d08831ef68dab35237eb96f616cc3bd8a719 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 4 Nov 2021 13:50:08 -0500 Subject: wisconsin oscillator --- public/brag/001/evaluation.pdf | Bin 33085 -> 0 bytes public/brag/001/index.html | 35 ----------------------------------- public/brag/001/style.css | 18 ------------------ 3 files changed, 53 deletions(-) delete mode 100644 public/brag/001/evaluation.pdf delete mode 100644 public/brag/001/index.html delete mode 100644 public/brag/001/style.css (limited to 'public/brag/001') diff --git a/public/brag/001/evaluation.pdf b/public/brag/001/evaluation.pdf deleted file mode 100644 index fac1268..0000000 Binary files a/public/brag/001/evaluation.pdf and /dev/null differ diff --git a/public/brag/001/index.html b/public/brag/001/index.html deleted file mode 100644 index 73a60d5..0000000 --- a/public/brag/001/index.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - brag 001 - - - - -

blaise-cv/brag/000

- -
- -

-2019-06-10 through 2020-05-18.
-This review period is over.
-You may download my evaluation here: PDF
-

- -

-Unfortunately I did not do a very good job of keeping track of my accomplishments during this time. -I do want to highlight the following. -

- -

-During the beginning of lock-downs, I organized and hosted virtual "software development study groups" for Chemistry Department members. -These events were very well attended, indicating a strong interest in software within the Department. -

- -

-I was a virtual speaker at the University of Colorado Boulder. -

- - - diff --git a/public/brag/001/style.css b/public/brag/001/style.css deleted file mode 100644 index 9cff696..0000000 --- a/public/brag/001/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; -} -- cgit v1.2.3