Mathematics & AI Research Portfolio
This is the official portfolio website for Jae-Hyun Baek, showcasing research achievements, academic contributions, and professional experience in Mathematics, AI, and Machine Learning. Built with modern web technologies and optimized for both desktop and mobile experiences.
- Academic Portfolio: Comprehensive showcase of research papers, publications, and conference presentations
- Professional Profile: Highlighting expertise in AI/ML, Mathematics, and Software Development
π Visit Portfolio Website (Custom Domain via DeepFountain Infrastructure)
- Hero section with gradient background and animated elements
- Professional introduction with key highlights
- Quick links to major sections and social profiles
- Academic achievements and honors
- Best paper awards and scholarships
- Professional certifications and recognitions
- Journal papers and conference presentations
- Deep research achievements with detailed technical contributions
- VLM & Multimodal AI expertise showcase
- Research projects and collaborations
- Professional background and education
- Technical skills and core competencies
- Project portfolio with live demos and GitHub links
- Professional contact information
- Social media and professional network links
- Direct communication channels
- Next.js 15.1.0 - React framework with App Router
- React 19 - Latest React features and optimizations
- TypeScript - Type-safe development
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - High-quality component library
- Lucide React - Beautiful icon library
- Railway - Modern deployment platform with auto-deployment
- Custom Domain - jhbaek.deep-fountain.com (DeepFountain infrastructure)
- SSL Certificate - Automatic HTTPS with custom domain
- Vercel-compatible - Alternative deployment options available
jhbaek/
βββ src/
β βββ app/
β β βββ (routes)/
β β β βββ awards/ # Awards & Recognition page
β β β βββ research/ # Research & Publications page
β β β βββ about/ # About & Projects page
β β β βββ contact/ # Contact page
β β βββ globals.css # Global styles
β β βββ layout.tsx # Root layout
β βββ components/
β β βββ ui/ # shadcn/ui components
β β βββ navigation.tsx # Header navigation
β βββ lib/
βββ public/
β βββ images/ # Research images and photos
β βββ certificates/ # Award certificates
βββ package.json
βββ tailwind.config.js
βββ next.config.js
βββ README.md
- Node.js (v18 or higher)
- npm or yarn
- Git
-
Clone the repository
git clone https://github.com/LeGenAI/jhbaek.git cd jhbaek -
Install dependencies
npm install # or yarn install -
Start development server
npm run dev # or yarn dev -
Open in browser
http://localhost:3000
npm run build
npm start- β LCP: < 2.5s (Large Contentful Paint)
- β FID: < 100ms (First Input Delay)
- β CLS: < 0.1 (Cumulative Layout Shift)
- Next.js Image Optimization - Automatic WebP conversion and lazy loading
- Code Splitting - Route-based and component-level splitting
- Static Generation - Pre-rendered pages for optimal performance
- Responsive Design - Mobile-first approach with adaptive layouts
- Primary: Blue gradients (
from-blue-600 to-purple-600) - Secondary: Amber accents (
amber-400,amber-300) - Neutral: Gray scale (
gray-50togray-900)
- Headings: Inter font family with bold weights
- Body: System font stack with regular weights
- Code: Monospace font for technical content
- Mobile: < 768px
- Tablet: 768px - 1024px
- Desktop: > 1024px
- Large Desktop: > 1280px
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
domains: ['localhost'],
formats: ['image/webp', 'image/avif'],
}
}
module.exports = nextConfig- Comprehensive meta tags and descriptions
- Open Graph social media optimization
- Structured data for search engines
- Automatic sitemap generation
- Custom domain configuration (jhbaek.deep-fountain.com)
- robots.txt optimization for search engine crawling
- JSON-LD structured data with custom domain URLs
λ°±μ¬ν (Jae-Hyun Baek)
- π Sogang University, Department of Mathematics
- π Team Leader at DeepFountain Inc.
- π¬ AI/ML Researcher & Developer
- π§ Email: bjh3641@gmail.com
- πΌ LinkedIn: μ¬ν-λ°±
- π GitHub: LeGenAI
- Next.js Team - For the amazing React framework
- shadcn - For the beautiful UI component library
- Tailwind CSS - For the utility-first CSS framework
- Railway - For the seamless deployment platform
- EasyNext - For the initial project template
Built with β€οΈ for EXAONE Lab Internship Application