-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (129 loc) · 5.51 KB
/
index.html
File metadata and controls
136 lines (129 loc) · 5.51 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<title>Austin P. Wright</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="icons/favicon.ico" type="image/x-icon" />
</head>
<body>
<main>
<img class="logo" src="icons/apw_logo.svg" alt="APW" />
<div class="bio-container">
<div>
<h1 class="intro-title">Austin P. Wright</h1>
<span class="cv-subtitle">
<em
><span style="color: #073763; font-weight: 500"
>ML</span
>
+
<span style="color: #bf9000; font-weight: 500"
>HCI</span
>
researcher</em
>
and head of the
<a
style="font-weight: 500"
href="https://calpoly-data-design-lab.github.io/"
target="_blank"
rel="noopener noreferrer"
>
<em>Cal Poly Data Design Lab</em></a
>.
</span>
<p>
I’m an Assistant Professor in the Computer Science
Department at Cal Poly San Luis Obispo. My research in
<strong>
Scientific Human-Centered Machine Learning</strong
>
aims to solve problems intersecting machine learning,
human-computer interaction, and scientific computing, by
using a strong basis in both mathematical and human
centered principles in deep collaboration with
scientists to develop tools with
<em>usability</em>, <em>interpretability</em>, and
<em>scientific impact</em>.
</p>
</div>
<div class="card">
<div class="headshot-card">
<img
src="images/portrait.jpg"
alt="portrait of austin"
/>
<div class="links">
<a
href="mailto:awrigh20@calpoly.edu"
target="_blank"
rel="noopener noreferrer"
>
<img src="icons/email.svg" alt="email icon" />
awrigh20@calpoly.edu
</a>
<br />
<a href="cv">
<img src="icons/cv.svg" alt="cv icon" />
CV
</a>
<br />
<a
href="https://github.com/APWright"
target="_blank"
rel="noopener noreferrer"
>
<img src="icons/github.svg" alt="github icon" />
Github
</a>
<br />
<a
href="https://scholar.google.com/citations?user=fow4eKkAAAAJ&hl=en"
target="_blank"
rel="noopener noreferrer"
>
<img
src="icons/scholar.svg"
alt="scholar icon"
/>
Google Scholar
</a>
</div>
</div>
</div>
</div>
<h2>Contact</h2>
<hr />
My current office hours are T from 10am-11am and Th from 10am-12pm
in Building 14, Room 222 or by
<a
href="https://calendly.com/awrigh20-calpoly/30min"
target="_blank"
rel="noopener noreferrer"
>Appointment</a
>.
<h2>Data Design Lab</h2>
<hr />
Check out the recent work being done at the
<a
href="https://calpoly-data-design-lab.github.io/"
target="_blank"
rel="noopener noreferrer"
>
<em>Cal Poly Data Design Lab</em></a
>. If you are a student interested in research, senior projects, or
masters thesis take a look at the ongoing projects there. Or email
me and set up a meeting to discuss what you are interested in.
<h2>Consulting</h2>
<hr />
I am available for consulting on developing new machine learning and
data visualization tools for your scientific workflows.
</main>
</body>
</html>