blob: 97f3cfed77f12d88ee04ee4e732aba121ab71ba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>blaise.zone</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>blaise.zone</h1>
Welcome to Blaise Thompson's personal website! <br>
This page simply links to all of my public profiles & projects. <br>
Thanks for stopping by! —Blaise (<a href="http://pronoun.is/he">pronoun.is/he</a>)
<h2>professional</h2>
<a href="https://cv.blaise.zone">CV</a><br>
<a href="https://www.linkedin.com/in/untzag/">LinkedIn</a><br>
<a href="https://orcid.org/0000-0002-3845-824X">ORCID</a><br>
<a href="https://scholar.google.com/citations?user=mvbHkywAAAAJ&hl=en">Google Scholar</a><br>
<h2>personal</h2>
<a href="https://mastodon.social/@untzag">Mastodon</a><br>
<a href="https://steamcommunity.com/id/saible/">Steam</a><br>
<h2>development</h2>
<a href="https://github.com/untzag">GitHub</a><br>
<a href="https://gitlab.com/untzag">GitLab</a><br>
<a href="https://pypi.org/user/untzag/">PyPI</a><br>
<a href="https://readthedocs.org/profiles/untzag/">Read the Docs</a><br>
<a href="https://stackexchange.com/users/3410439/untzag">Stack Exchange</a><br>
<h2>projects</h2>
<a href="http://wright.tools">WrightTools</a><br>
<a href="https://wright.chem.wisc.edu">Wright Group</a><br>
<a href="https://github.com/wright-group/yaq">yaq</a><br>
<a href="https://github.com/untzag/tidy_headers">tidy_headers</a><br>
<a href="https://github.com/untzag/gitsieve">gitsieve</a><br>
<a href="https://github.com/wright-group/wrightsim">WrightSim</a><br>
</body>
</html>
|