diff --git a/README.md b/README.md index 2ad906b..f99e3e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,56 @@ -# READ: Use ImageMagick to ensure images render well in safari +# Tyler J. Skluzacek, Ph.D. - Personal Website -Before adding your news‐logo images to the project, you can “flatten” them onto a white background so that browsers like Safari won’t introduce gray halos around transparent edges. +This repository contains the code for my personal website. -For instance, to convert the logo from pearc24, do: -convert pearc24logo.png -background white -flatten pearc24logo.png +## How to View Locally + +There are several ways to view this website locally without pushing to GitHub: + +### Method 1: Using Python's Built-in HTTP Server + +1. Open a terminal +2. Navigate to the website directory: `cd /path/to/tskluzac.github.io` +3. Run: `python3 -m http.server 8000` +4. Open a browser and go to: `http://localhost:8000` + +### Method 2: Using Node.js and http-server + +1. Install http-server if you don't have it: `npm install -g http-server` +2. Navigate to the website directory: `cd /path/to/tskluzac.github.io` +3. Run: `http-server -p 8000` +4. Open a browser and go to: `http://localhost:8000` + +### Method 3: Using VS Code Live Server Extension + +1. Install the "Live Server" extension in VS Code +2. Right-click on `index.html` in VS Code +3. Select "Open with Live Server" +4. The website will automatically open in your default browser + +### Method 4: Simply Open the HTML File + +For basic viewing without server features: +1. Navigate to the website directory in your file explorer +2. Double-click on `index.html` to open it directly in your browser + - Note: Some features might not work correctly with this method + +## Features + +The website includes: + +- Responsive design that works on mobile, tablet, and desktop +- Dark/light mode toggle with system preference detection +- Smooth animations using AOS (Animate On Scroll) library +- Modern card-based layout for news items +- Timeline display for older news +- Font Awesome icons for social media links +- Google Fonts integration for typography +- Bootstrap 5 for layout and components + +## File Structure + +- `index.html` - Main HTML file +- `static/css/styles.css` - Custom CSS styles +- `static/js/script.js` - JavaScript functionality +- `static/images/` - Image assets +- `static/cv/` - CV PDF file diff --git a/index.html b/index.html index ede6a3c..af99e49 100644 --- a/index.html +++ b/index.html @@ -4,115 +4,244 @@
- I am a Staff Research Scientist in the Workflow and Ecosystem Services (WES) group at the National Center for Computational Sciences (NCCS) at Oak Ridge National Lab. In this position, I write programs and papers that explore the interconnections between data science and distributed computing. Some questions I've explored recently are:
- -Additionally, I am an Adjunct Professor in the Computing and Data Analytics Department at Trinity Christian College in Palos Heights, IL, and am the original founder of the NightWare (previously myBivy) application for monitoring and treating nightmares in patients with PTSD.
- -I stay actively involved in the computing community. I am currently serving as the publicity chair for HPDC '25 and posters chair for eScience '25, and have previously served on program committees for SC, HPDC, IPDPS, ICPP, and SciPy. I also served on the curriculum development team for the Data4All bridge workshop for South-Chicago high school students.
+ +
+ Staff Research Scientist | Oak Ridge National Laboratory
+ + + + + Download CV + +I am a Staff Research Scientist in the Workflow and Ecosystem Services (WES) group at the National Center for Computational Sciences (NCCS) at Oak Ridge National Lab. In this position, I write programs and papers that explore the interconnections between data science and distributed computing. Some questions I've explored recently are:
+ +How can we automate one's interactions with a supercomputer beyond the age-old requirement of 'ssh'?
+What tradeoffs exist when orchestrating workflows between supercomputers, microscopes, and analysis clusters?
+Can we automatically make research repositories navigable with minimal human indexing effort?
+What artificial intelligence approaches can help us automatically generate a search index over a data set?
+Additionally, I am an Adjunct Professor in the Computing and Data Analytics Department at Trinity Christian College in Palos Heights, IL, and am the original founder of the NightWare (previously myBivy) application for monitoring and treating nightmares in patients with PTSD.
+ +I stay actively involved in the computing community. I am currently serving as the publicity chair for HPDC '25 and posters chair for eScience '25, and have previously served on program committees for SC, HPDC, IPDPS, ICPP, and SciPy. I also served on the curriculum development team for the Data4All bridge workshop for South-Chicago high school students.
+
- (May 2025) I am thrilled to announce that I've been promoted to Staff Scientist at ORNL.
+ I am thrilled to announce that I've been promoted to Staff Scientist at ORNL. (May 2025) My team's paper "Secure API-Driven Research Automation to Accelerate Scientific Discovery" has been accepted for publication at PEARC 2025! My team's paper "Secure API-Driven Research Automation to Accelerate Scientific Discovery" has been accepted for publication at PEARC 2025! (Mar. 2025) I presented "The Secure Scientific Service Mesh (S3M) at Confab 2025. I presented "The Secure Scientific Service Mesh (S3M)" at Confab 2025. (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. I taught "Distributed Computing" in Spring 2025. I've been appointed to the Adjunct Faculty of the MPCS and MS-ADS Master's programs at UChicago. I taught "Distributed Computing" in Spring 2025. I served as the Publicity Chair of HPDC 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. I taught "Advanced Data Visualization" for the Computing and Data Analytics Department at Trinity Christian College. Takuya Kurihana presented our team's paper "Scalable Multi-Facility Workflows for Artificial Intelligence Applications in Climate Research" at XLOOP24 in Atlanta, GA. I served as the Publicity Chair of eScience 2024. I presented my poster entitled "Enabling Distributed Research Orchestration Capabilities at ORNL" at the invitation-only Monterey Data Conference. My team's paper "Towards Cross-Facility Workflows Orchestration through Distributed Automation" presented at PEARC 2024! I presented "Enhancing research orchestration capabilities at ORNL" at GlobusWorld 2024. I taught "Machine Learning for Data Mining" at Trinity Christian College. I am co-PI on $300k grant to study distributed multi-workflow orchestration. Awarded by Oak Ridge National Lab. I traveled to Limassol, Cyprus to present my team's paper: "Can Automated Metadata Extraction Make Scientific Data More Navigable?" I presented at ParslFest 2023.Recent News
+
+
+ New Role: ORNL Staff Scientist
+
- PEARC-25 Paper
-
+ PEARC-25 Paper
+
- Confab Presentation
-
+ Confab Presentation
+
- New Role: UChicago Adjunct Faculty
-
+ UChicago Adjunct Faculty
+
-
-
- Other News
-
-
+
+
+ Other News
+