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/002/index.html | 36 ++++++++++++++++++++++++++++++++++++ public/brag/002/style.css | 18 ++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 public/brag/002/index.html create mode 100644 public/brag/002/style.css (limited to 'public/brag/002') 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; +} -- cgit v1.2.3