-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tyler Skluzacek
authored and
Tyler Skluzacek
committed
Dec 15, 2024
1 parent
764a1fa
commit 413ac88
Showing
3 changed files
with
124 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,124 @@ | ||
Hello, Tyler | ||
<!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/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="../static/css/styles.css"> | ||
</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="https://scholar.google.com/citations?user=S2g6hQYAAAAJ&hl=en&oi=ao"><img src="../static/images/scholar-logo.png" alt="Google Scholar"></a> | ||
<a href="https://www.linkedin.com/in/tskluzacek/" target="https://www.linkedin.com/in/tskluzacek/"><img src="../static/images/linkedin_icon.png" alt="LinkedIn"></a> | ||
</div> | ||
|
||
<br> | ||
|
||
|
||
<br> | ||
|
||
<p class="intro-text">I am a 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 Lab. Additionally, I am an Adjunct Professor in the Computing and Data Analytics Department at | ||
Trinity Christian College in Palos Heights, IL. I am also the original founder of the NightWare (previously myBivy) application for monitoring and | ||
treating nightmares in patients with PTSD. | ||
</p> | ||
|
||
<p class="intro-text"> | ||
My work crosses the thresholds of data science and distributed computing, with a primary focus on designing | ||
distributed workflow orchestration systems capable of handling expansive compute requirements and data volumes. I build these systems | ||
so that the lab can perform autonomous experimentation. | ||
My data science expertise spans statistical and deep learning approaches for search-driven data mining and time series analytics. | ||
|
||
</p> | ||
<p class="intro-text"> | ||
I stay actively involved in the computing community. I am currently serving as the publicity | ||
chair for eScience '24, and have previously served on program committees for SC, HPDC, IPDPS, ICPP, and SciPy. | ||
I served on the curriculum development team for the Data4All bridge workshop for South-Chicago high school | ||
students. | ||
|
||
|
||
|
||
</p> | ||
<!-- CV Download Link --> | ||
<div class="cv-download"> | ||
<a href="{{ url_for('static', filename='cv/tyler_skluzacek_cv.pdf') }}" download="tyler_skluzacek_cv.pdf" class="btn btn-primary">Download CV</a> | ||
</div> | ||
|
||
</section> | ||
|
||
<br> | ||
<!-- Recent News Section --> | ||
<section id="news"> | ||
|
||
<div class="container mt-4"> | ||
<!-- Recent News Section --> | ||
<h2 class="mb-4">Recent News</h2> | ||
<div class="row"> | ||
<div class="col-md-3"> | ||
<img src="../static/images/mdc_logo.png" alt="News Title 3" class="img-fluid"> | ||
<h3>MDC 2024</h3> | ||
<p>(Jul. 2024) I am invited to present a poster entitled "Enabling Distributed Research Orchestration Capabilities at ORNL" at the invitation-only <a href="https://www.montereydataconference.org/">Monterey Data Conference.</a></p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="../static/images/pearc24logo.png" alt="News Title 3" class="img-fluid"> | ||
<h3>PEARC 2024</h3> | ||
<p>(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></p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="../static/images/escience24-square.png" alt="Adjunct Professor" class="img-fluid"> | ||
<h3>Publicity Chair of eScience 2024</h3> | ||
<p>(Apr. 2024) I am excited to be serving as the Publicity Chair for eScience 2024. </p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="../static/images/trinity-logo.webp" alt="Adjunct Professor" class="img-fluid"> | ||
<h3>Teaching at Trinity</h3> | ||
<p>(Jan. 2024) I am teaching "Machine learning for data mining and advanced analytics" for the Computing and Data Analytics Department at Trinity Christian College. </p> | ||
</div> | ||
|
||
|
||
{# <div class="col-md-3">#} | ||
{# <img src="../static/images/nsf.jpeg" alt="News Title 4" class="img-fluid">#} | ||
{# <h3>ParslFest 2023</h3>#} | ||
{# <p>Short summary of the news item.</p>#} | ||
{# </div>#} | ||
</div> | ||
|
||
<!-- Repeat for News Items 2-4 --> | ||
|
||
|
||
<!-- Additional News Items... --> | ||
</div> | ||
<br> | ||
<!-- Older News Items --> | ||
<div class="older-news"> | ||
<h3>Other News</h3> | ||
<ul> | ||
<li>[May 2024] I presented "Enhancing research orchestration capabilities at ORNL" at GlobusWorld 2024.</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> | ||
{# <li><a href="#">Older News Item 2</a></li>#} | ||
<!-- More older news items here --> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
</div> | ||
|
||
<script src="{{ url_for('static', filename='js/script.js') }}"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.