From 3643ee87cfbfc4d91d12bd9b0ddaf4c85aa1d4e6 Mon Sep 17 00:00:00 2001 From: Leo Suh Date: Mon, 29 Jun 2026 22:06:34 +0900 Subject: [PATCH] Update config.ts --- src/config.ts | 119 +++++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 54 deletions(-) diff --git a/src/config.ts b/src/config.ts index 38ad6aef43..8fe9f94b95 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,91 +1,102 @@ export const siteConfig = { - name: "Ryan Fitzgerald", - title: "Senior Software Engineer", - description: "Portfolio website of Ryan Fitzgerald", + name: "Jungwoo Suh", + title: "Undergraduate Researcher", + description: "Portfolio website of Jungwoo Suh", accentColor: "#1d4ed8", social: { - email: "your-email@example.com", - linkedin: "https://linkedin.com/in/yourprofile", - twitter: "https://x.com/rfitzio", - github: "https://github.com/RyanFitzgerald", + email: "candorleo02@gmail.com", + linkedin: "https://www.linkedin.com/in/jungwoo-suh-/", + github: "https://github.com/glaubeleo-ruth", }, aboutMe: - "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem quos asperiores nihil consequatur tempore cupiditate architecto natus commodi corrupti quas quasi facere est, dignissimos odit nam veniam sapiente ut, vitae eligendi ipsum dolor, nostrum ullam impedit! Corrupti ratione mollitia temporibus necessitatibus, consectetur reiciendis recusandae id, dolorum quaerat, vero pariatur. Ratione!", - skills: ["Javascript", "React", "Node.js", "Python", "AWS", "Docker"], + "I build systems where mathematical optimization and machine learning intersect to solve real operational problems. My background is in Industrial Engineering with a focus on Operations Research — spanning fleet routing, energy prediction, and simulation modeling. I am currently expanding into AI applications through research projects.", + skills: [ + "Python", + "XGBoost", + "Scikit-learn", + "PyTorch", + "Gurobi", + "MILP", + "PuLP", + "Arena", + "Pandas", + "NumPy", + "R", + "C++", + "ROS2", + ], projects: [ { - name: "AI Dev Roundup Newsletter", + name: "ML-MILP EV Fleet Optimization", description: - "One concise email. Five minutes. Every Tuesday. Essential AI news & trends, production-ready libraries, powerful AI tools, and real-world code examples", - link: "https://aidevroundup.com/?ref=devportfolio", - skills: ["React", "Node.js", "AWS"], + "Integrated XGBoost energy prediction and MILP routing optimization for HVAC-aware electric vehicle fleet operations. Improved service level by 12%, reduced non-revenue operations by 37%, and achieved R²=0.94 on energy estimation across 135 evaluated scenarios.", + link: "https://github.com/glaubeleo-ruth/ml-milp-ev-fleet-optimization", + skills: ["Python", "Gurobi", "XGBoost", "MILP"], }, { - name: "Chrome Extension Mastery: Build Full-Stack Extensions with React & Node.js", + name: "Food Delivery Delay Prediction", description: - "Master the art of building production-ready, full-stack Chrome Extensions using modern web technologies and best practices", - link: "https://fullstackextensions.com/?ref=devportfolio", - skills: ["React", "Node.js", "AWS"], + "Binary classification pipeline predicting delivery delays across ~15,000 orders. Compared KNN and XGBoost under 90/10 class imbalance. XGBoost achieved AUC-ROC 0.997 and F1 0.89 on the minority class via scale_pos_weight tuning. Team project (2 members).", + link: "https://github.com/glaubeleo-ruth/food-delivery-delay-prediction", + skills: ["Python", "XGBoost", "Scikit-learn", "Pandas"], }, { - name: "ExtensionKit", + name: "Distribution Center Simulation", description: - "Kit to jump-start your Chrome extension projects with a variety of battle-tested starter templates & examples", - link: "https://extensionkit.io/?ref=devportfolio", - skills: ["React", "Node.js", "AWS"], + "Led a 3-member team to model and improve distribution center operations using discrete-event simulation. Identified AGV routing as the primary throughput bottleneck via data-driven analysis and proposed optimized routing and buffer strategies to improve operational efficiency.", + link: "", + skills: ["Arena", "Simulation Modeling"], }, ], experience: [ { - company: "Tech Company", - title: "Senior Software Engineer", - dateRange: "Jan 2022 - Present", + company: "IMSI Lab, Seoul National University", + title: "Undergraduate Researcher", + dateRange: "Jun 2026 - Present", bullets: [ - "Led development of microservices architecture serving 1M+ users", - "Reduced API response times by 40% through optimization", - "Mentored team of 5 junior developers", + "Conducting medical AI research on Chest X-ray classification as part of the CineFlow team", + "Working toward a co-authored publication targeting December 2026", ], }, { - company: "Startup Inc", - title: "Full Stack Developer", - dateRange: "Jun 2020 - Dec 2021", + company: "IDEA Lab, Soongsil University", + title: "Undergraduate Researcher (Incoming)", + dateRange: "Sep 2026 - Present", bullets: [ - "Built and launched MVP product from scratch using React and Node.js", - "Implemented CI/CD pipeline reducing deployment time by 60%", - "Collaborated with product team to define technical requirements", + "Research in industrial time-series analysis and NLP applications under Prof. Heejeong Choi", + "Targeting a first-author publication by mid-2027", ], }, { - company: "Digital Agency", - title: "Frontend Developer", - dateRange: "Aug 2018 - May 2020", + company: "Illinois Institute of Technology", + title: "Visiting Researcher — Optimization", + dateRange: "Jan 2026 - Feb 2026", bullets: [ - "Developed responsive web applications for 20+ clients", - "Improved site performance scores by 35% on average", - "Introduced modern JavaScript frameworks to legacy codebases", + "Developed XGBoost energy prediction model (R²=0.94), reducing estimation error by ±18%", + "Improved fleet service level by 12% and reduced non-revenue operations by 37% through MILP routing", + "Evaluated 135 scenarios to validate robustness of data-driven dispatch decisions", ], }, - ], - education: [ { - school: "University Name", - degree: "Bachelor of Science in Computer Science", - dateRange: "2014 - 2018", - achievements: [ - "Graduated Magna Cum Laude with 3.8 GPA", - "Dean's List all semesters", - "President of Computer Science Club", + company: "Soongsil University", + title: "Team Project — Distribution Center Simulation", + dateRange: "Sep 2025 - Dec 2025", + bullets: [ + "Led a 3-member team to analyze and improve distribution center operations using simulation modeling", + "Identified AGV routing as the key bottleneck impacting throughput through data-driven analysis", + "Improved operational efficiency by proposing optimized routing and buffer strategies", ], }, + ], + education: [ { - school: "Online Platform", - degree: "Full Stack Development Certificate", - dateRange: "2019", + school: "Soongsil University", + degree: "B.Eng. Industrial Engineering · Double Major in AI-Convergence", + dateRange: "Mar 2022 - Aug 2027 (Expected)", achievements: [ - "Completed 500+ hours of coursework", - "Built 10+ portfolio projects", - "Specialized in React and Node.js", + "GPA 3.52 / 4.50", + "TOEFL iBT 101 / 120", + "Relevant coursework: Operations Research, Machine Learning, Algorithms, Simulation Modeling, Statistics", ], }, ],