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/002/index.html | |
parent | 0a503520e886b56891559c846912392f70905ee9 (diff) |
scipy session
Diffstat (limited to 'public/brag/002/index.html')
-rw-r--r-- | public/brag/002/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
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> |