diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-07-21 14:56:30 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-07-21 14:56:30 -0500 |
commit | aa194f2a48ed403ed16d61846144c5fd58c85ee2 (patch) | |
tree | 1521d361c513eab374ddc6cb7465f63f51665320 /public/brag | |
parent | 0a503520e886b56891559c846912392f70905ee9 (diff) |
scipy session
Diffstat (limited to 'public/brag')
-rw-r--r-- | public/brag/001/index.html | 2 | ||||
-rw-r--r-- | public/brag/002/index.html | 36 | ||||
-rw-r--r-- | public/brag/002/style.css | 18 |
3 files changed, 55 insertions, 1 deletions
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 @@ <hr> <p> -2019-06-10 through present. +2019-06-10 through 2020-05-18. </p> <h2>teaching</h2> 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 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8" name="viewport" content="width=80ch"> + <title>brag 002</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>/002</h1> + +<hr> + +<p> +2020-05-19 through present. +</p> + +<h2>projects</h2> + +<h3>Xyloscope</h3> + +<h2>professional development</h2> + +<h3>SciPy</h3> + +<p> +Over the week of July 6th I virtually attended <a href="https://www.scipy2020.scipy.org/">SciPy 2020</a>, 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 <a href="https://www.youtube.com/watch?v=6HxVbK14EDI">YouTube</a>. +Perhaps more importantly, I was able to network with a number of industry and academic professionals who I now keep in touch with professionally. +</p> + +<h3>Principles of Supervision and Management</h3> + +</body> +</html> 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; +} |