-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (129 loc) · 10.3 KB
/
index.html
File metadata and controls
147 lines (129 loc) · 10.3 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
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tyler J. Skluzacek, Ph.D.</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="../static/css/styles.css">
<style>
/* Ensure consistent section width */
.container {
max-width: 800px;
margin: 0 auto; /* Center the sections */
}
/* Center the CV button */
.cv-download {
display: flex;
justify-content: center; /* Center horizontally */
margin-top: 20px; /* Optional: Adds spacing above the button */
}
</style>
</head>
<body>
<div class="container py-5">
<!-- Introduction Section -->
<section id="introduction" class="text-center mb-5">
<img src="../static/images/abcde.jpeg" alt="Dr. Tyler Skluzacek" class="img-fluid rounded-circle" style="max-width: 200px;">
<h1>Tyler J. Skluzacek, Ph.D.</h1>
<!-- Social Media Icons -->
<div class="social-icons">
<a href="https://scholar.google.com/citations?user=S2g6hQYAAAAJ&hl=en&oi=ao" target="_blank"><img src="../static/images/scholar-logo.png" alt="Google Scholar"></a>
<a href="https://www.linkedin.com/in/tskluzacek/" target="_blank"><img src="../static/images/linkedin_icon.png" alt="LinkedIn"></a>
</div>
<br>
<div style="text-align: left; margin: 0 auto;">
<p class="intro-text">
I am a Staff Research Scientist in the
<a href="https://www.ornl.gov/group/workflows-and-ecosystem-services">Workflow and Ecosystem Services (WES) group</a>
at the National Center for Computational Sciences (NCCS) at Oak Ridge National Laboratory (ORNL). I lead the Secure Scientific Service Mesh (S3M) project at ORNL, lead the <a href="https://science.osti.gov/grants/Lab-Announcements/-/media/grants/pdf/lab-announcements/2025/LAB-25-3555.pdf" target="_blank" rel="noopener noreferrer">American Science Cloud</a> Interfaces Team within ORNL, and serve as ORNL’s representative to the DOE Integrated Research Infrastructure (IRI) Technical Interfaces Subcommittee. My work explores how data science and distributed computing can come together to help scientists tackle complex problems, automate their research, and push for field-redefining breakthroughs on our nation's largest supercomputers. Some questions I've explored recently are:
</p>
<ul style="list-style-type: disc; list-style-position: inside; padding-left: 20px; line-height: 1.6;">
<li>How can we rethink human interaction with supercomputers—moving beyond the command line toward automated, secure, and intelligent interfaces?</li>
<li>What trade-offs emerge when orchestrating agentic workflows that span supercomputers, microscopes, and analysis clusters?</li>
<li>How might we make scientific repositories self-organizing and searchable without labor-intensive curation?</li>
<li>And what artificial-intelligence techniques can transform raw data into richly indexed, discoverable knowledge?</li>
</ul>
<p class="intro-text">
I am also an Adjunct Professor in the
<a href="https://masters.cs.uchicago.edu/">Masters Program in Computer Science (MPCS)</a>
and the
<a href="https://professional.uchicago.edu/find-your-fit/masters/master-science-analytics">MS in Applied Data Science (MS-ADS)</a>
at the University of Chicago, where I teach Distributed Systems and Python Programming; and I teach Advanced Data Visualization and Machine Learning in the Computing and Data Analytics Department at
<a href="https://www.trnty.edu/">Trinity Christian College</a> in Palos Heights, IL.
</p>
<p class="intro-text">
I stay actively involved in the computing community. I am currently the Publicity Chair for HPDC ’25 and the Posters Chair for eScience ’25, and have previously served on program committees for SC, HPDC, IPDPS, ICPP, and SciPy. I co-led curriculum development for the <a href="https://datascience.uchicago.edu/news/data4all-expands-its-impact/" target="_blank" rel="noopener noreferrer">Data4All Bridge Workshop</a> for South-Chicago high-school students. I am the original founder of the <a href="https://www.wired.com/story/how-a-vibrating-smartwatch-could-be-used-to-stop-nightmares/" target="_blank" rel="noopener noreferrer">NightWare</a> (previously <em>myBivy</em>) application for monitoring and treating nightmares in patients with PTSD.
</p>
<p class="intro-text">
I am also a proud graduate of Macalester College!<img src="static/images/mac.png" alt="Macalester College logo" style="display:inline; height:1em; vertical-align:middle; margin-left:0.3em;">
</p>
</div>
</section>
<!-- CV Download Link -->
<div class="cv-download">
<a href="static/cv/tyler_skluzacek_cv.pdf" download="tyler_skluzacek_cv.pdf" class="btn btn-primary">Download CV</a>
</div>
</div>
<!-- Recent News Section -->
<div class="container mt-4">
<section id="news">
<h2 class="mb-4">Recent News</h2>
<div class="row">
<div class="col-md-3">
<img src="../static/images/sc25.png" alt="News Title 3" class="img-fluid">
<h3>BoF: CSx4HPC at SC '25</h3>
<p>(Nov. 2025) I was excited to present
<a href="https://sc25.supercomputing.org/proceedings/bof/bof_pages/bof202.html">
"Globus Compute: a Data Management Perspective"
</a>
at the Computational Storage for High-Performance Computing (CSx4HPC) Birds-of-a-Feather session+panel at SC25.
</p>
</div>
<div class="col-md-3">
<img src="../static/images/ornl-logo.png" alt="ORNL AmSC leadership" class="img-fluid">
<h3>American Science Cloud Interfaces Lead at ORNL</h3>
<p>(Oct. 2025) I am excited that I will be the U.S. Department Energy American Science Cloud Interfaces team lead within ORNL. </p>
</div>
<div class="col-md-3">
<img src="../static/images/iit.png" alt="News Title 3" class="img-fluid">
<h3>Invited talk at Illinois Tech</h3>
<p>(Sep. 2025) I presented "Automating Discovery on Supercomputers: From Secure Workflows to AI Agents" at Illinois Tech on Sept. 30th.</p>
</div>
<div class="col-md-3">
<img src="../static/images/pearc24logo.png" alt="HPDC Chair" class="img-fluid">
<h3>PEARC '25 Best Paper Award</h3>
<p>(Jul. 2025) My team's paper "Secure API-Driven Research Automation to Accelerate Scientific Discovery" won "Best Short Systems Paper" at <a href="https://pearc.acm.org/pearc25/">PEARC 2025!</a></p>
</div>
</div>
<br>
<!-- Older News Items -->
<div class="older-news">
<h3>Other News</h3>
<ul>
<li> [Nov. 2025] I gave two invited talks at Trinity Christian College about (1) Natural Language Processing and (2) Test-Driven Development.
<li> [Jun. 2025] I served as the Publicity Chair of HPDC 2025. </li>
<li> [May 2025] I am happy to announce that I've been promoted to Staff Scientist at ORNL.
<li> [Apr. 2025] I presented "The Secure Scientific Service Mesh (S3M)" at Confab 2025 in San Francisco. </li>
<li> [Mar. 2025] A paper co-authored by Brian Etz, others, and me "Enabling Seamless Transitions from Experimental to Production HPC for Interactive Workflows" accepted to Workshop on Interactive and Urgent High-Performance Computing.
<li> [Mar. 2025] I am teaching Distributed Systems in the MPCS program at UChicago! </li>
<li> [Jan. 2025] I am thrilled to announce that I've been appointed to the Adjunct Faculty of the MPCS and MS-ADS Master's programs at UChicago. </li>
<li> [Dec. 2024] I taught "Advanced Data Visualization" for the Computing and Data Analytics Department at Trinity Christian College.</li>
<li> [Nov. 2024] Takuya Kurihana presented our team's paper "Scalable Multi-Facility Workflows for Artificial Intelligence Applications in Climate Research" at XLOOP24 in Atlanta, GA.
<li>[Aug. 2024] I presented my poster entitled "Enabling Distributed Research Orchestration Capabilities at ORNL" at the invitation-only Monterrey
<li>[Sep. 2024] I served as the Publicity Chair of eScience 2024.</li>
<li>[Aug. 2024] I had the opportunity to present a poster on cross-facility workflows orchestration at the invitation-only 2024 Monterey Data Conference.</li>
<li>[Jul. 2024] My team's paper "Towards Cross-Facility Workflows Orchestration through Distributed Automation" presented at <a href="https://pearc.acm.org/pearc24/">PEARC 2024!</a></li>
<li>[May 2024] I presented "Enhancing research orchestration capabilities at ORNL" at GlobusWorld 2024.</li>
<li>[Jan. 2024] I taught "Machine Learning for Data Mining" at Trinity Christian College.</li>
<li>[Nov. 2023] I am co-PI on $300k grant to study distributed multi-workflow orchestration. Awarded by Oak Ridge National Lab.</li>
<li>[Oct. 2023] I traveled to Limassol, Cyprus to present my team's paper: "Can Automated Metadata Extraction Make Scientific Data More Navigable?"</li>
<li>[Oct. 2023] I presented at ParslFest 2023.</li>
</ul>
</div>
</section>
</div>
<script src="js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>