-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 5.05 KB
/
Copy pathindex.html
File metadata and controls
66 lines (61 loc) · 5.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Drew Paine, PhD</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8FZ58G4T3W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8FZ58G4T3W');
</script>
<body>
<div id="titleblock" class="biocontainer">
<div>
<img src="img/2026-PaineDrew-Headshot-med.png" alt="Headshot of Drew Paine, PhD from 2026" style="max-height: 300px;">
</div>
<div>
<h1>Drew Paine, PhD</h1>
<h2>User Experience Research Lead</h2>
<h2>2026 Better Scientific Software (BSSw) Fellow (<a href="https://bssw.io/blog_posts/introducing-the-2026-bssw-fellows" target="_blank">LINK</a>)(<a href="https://bssw.io/fellows/drew-paine" target="_blank">LINK</a>)</h2>
<p>Contact via LinkedIn or e-mail.</p>
<p>pained - at - lbl - dot - gov</p>
<div class="socialcontainer">
<div>
<a href="https://www.linkedin.com/in/drewpaine/" target="_blank">LinkedIn</a>
</div>
<div>
<a href="https://orcid.org/0000-0003-0711-9744" target="_blank">ORCID</a>
</div>
<div>
<a href="https://scholar.google.com/citations?user=tP0iX2QAAAAJ&hl=en" target="_blank">Google Scholar</a>
</div>
<div>
<a href="https://github.com/pained" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
<div id="bio">
<p>
Drew Paine is a User Experience Research Lead in the Scientific Data Division (<a href="https://scidata.lbl.gov" target="_blank">SciData</a>) at Lawrence Berkeley National Laboratory (<a href="https://www.lbl.gov" target="_blank">LBNL</a>). He completed his PhD in Human Centered Design & Engineering (<a href="https://hcde.uw.edu" target="_blank">HCDE</a>) at the University of Washington in 2016. He worked with Dr. Charlotte P. Lee in the Computer Supported Collaboration Laboratory (<a href="https://depts.washington.edu/csclab/" target="_blank">CSC Lab</a>) with a <a href="https://hdl.handle.net/1773/36979" target="_blank">dissertation</a> studying the software infrastructure work of a radio cosmology research group. Prior to his PhD he earned a BS in Software Engineering from Rose-Hulman Institute of Technology (<a href="https://www.rose-hulman.edu/" target="_blank">RHIT</a>). Since his PhD he has conducted user experience research in the <a href="https://ux.lbl.gov" target="_blank">SciData UX</a> group at LBNL, as well as a brief stint at Google Cloud in Cloud Capacity supporting global top-50 customers.
<br>
<br>
His career is driven by continued curiosity in the ways people collaborate to do complex work across computing ecosystems. This has primarily resulted in a focus on how scientists do research via software as a core scientific instrument and resource. This is essential as artificial intelligence (AI) systems augment the varied arrangements of humans doing science today.
<br>
<br>
Currently, Paine leads a variety of product and user experience research (UXR) efforts, including: work on the <a href="https://strudel.science" target="_blank">STRUDEL</a> project building usable scientific web app resources; requirements and workflow user experience for the Department of Energy High Performance Data Facility (<a href="https://cs.lbl.gov/hpdf/" target="_blank">HPDF</a>) project establishing a scientific data facility; and the Secure Use of AI effort within Trusted CI the NSF Cybersecurity Center of Excellence guiding higher education and cyberinfrastructure operators in the safe adoption and use of AI systems.
<br>
<br>
Dr Paine advocates for improving user and developer experiences in scientific software infrastructure efforts so that research work can be accomplished in a more reliable, productive, and effective manner as an active member of multiple communities. These include Better Scientific Software (<a href="https://bssw.io" target="_blank">BSSw</a>), The United States Research Software Engineer Association (<a href="https://us-rse.org" target="_blank">US-RSE</a>), and the Consortium for the Advancement of Scientific Software (<a href="https://cass.community" target="_blank">CASS</a>).
</p>
</div>
<div id="footer" class="center">
<p>Copyright © 2026 Drew Paine, PhD <br> <em>Handcrafted HTML and CSS. Please excuse any resulting messes.</em></p>
</div>
</body>
</html>