From aa194f2a48ed403ed16d61846144c5fd58c85ee2 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 21 Jul 2020 14:56:30 -0500 Subject: scipy session --- public/brag/001/index.html | 2 +- public/brag/002/index.html | 36 ++++++++++++++++++++++++++++++++++++ public/brag/002/style.css | 18 ++++++++++++++++++ public/index.html | 9 +++++++++ 4 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 public/brag/002/index.html create mode 100644 public/brag/002/style.css diff --git a/public/brag/001/index.html b/public/brag/001/index.html index 42010f0..2a6c462 100644 --- a/public/brag/001/index.html +++ b/public/brag/001/index.html @@ -12,7 +12,7 @@

-2019-06-10 through present. +2019-06-10 through 2020-05-18.

teaching

diff --git a/public/brag/002/index.html b/public/brag/002/index.html new file mode 100644 index 0000000..bb8fd06 --- /dev/null +++ b/public/brag/002/index.html @@ -0,0 +1,36 @@ + + + + + brag 002 + + + + +

blaise-cv/brag/002

+ +
+ +

+2020-05-19 through present. +

+ +

projects

+ +

Xyloscope

+ +

professional development

+ +

SciPy

+ +

+Over the week of July 6th I virtually attended SciPy 2020, the scientific Python conference. +At this conference I attended several tutorials and talks, learning about new projects and technologies in the scientific Python ecosystem. +I lead a session at the conference: Driving Hardware for Instrumentation, which can now be watched on YouTube. +Perhaps more importantly, I was able to network with a number of industry and academic professionals who I now keep in touch with professionally. +

+ +

Principles of Supervision and Management

+ + + diff --git a/public/brag/002/style.css b/public/brag/002/style.css new file mode 100644 index 0000000..9cff696 --- /dev/null +++ b/public/brag/002/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/index.html b/public/index.html index 573c2f4..8d06d41 100644 --- a/public/index.html +++ b/public/index.html @@ -439,6 +439,15 @@ Madison, WI USA

SERVICE

+

+ SciPy Conference + 2020 +

+Volunteer + +

Science Olympiad 2019-2020 -- cgit v1.2.3