diff options
Diffstat (limited to 'public')
-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 | ||||
-rw-r--r-- | public/index.html | 9 |
4 files changed, 64 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; +} diff --git a/public/index.html b/public/index.html index 573c2f4..8d06d41 100644 --- a/public/index.html +++ b/public/index.html @@ -440,6 +440,15 @@ Madison, WI USA <h2 id="service"><span><a href="#service" style=color:#f0c674>SERVICE</a></span></h2> <header><h3><p class=space-between> + <span>SciPy Conference</span> + <span>2020</span> +</p></h3> +<em>Volunteer</em> +<ul> + <li>Lead session: <a href="https://www.youtube.com/watch?v=qn5zfdJtcYc">Driving Hardware for Instrumentation</a> (over 50 attendees).</li> +</ul> + +<header><h3><p class=space-between> <span><a href="https://www.soinc.org/">Science Olympiad</a></span> <span>2019-2020</span> </p></h3> |