|
| 1 | +export const education = { |
| 2 | + en: [ |
| 3 | + { |
| 4 | + degree: "Ph.D., Chemical and Biological Engineering", |
| 5 | + institution: "Seoul National University", |
| 6 | + period: "2016 \u2013 2022", |
| 7 | + detail: "Advisor: Prof. Won Bo Lee", |
| 8 | + }, |
| 9 | + { |
| 10 | + degree: "B.S., Chemical Engineering (Summa Cum Laude)", |
| 11 | + institution: "Chung-Ang University", |
| 12 | + period: "2012 \u2013 2016", |
| 13 | + detail: "GPA: 4.31 / 4.50", |
| 14 | + }, |
| 15 | + ], |
| 16 | + ko: [ |
| 17 | + { |
| 18 | + degree: "박사, 화학생물공학부", |
| 19 | + institution: "서울대학교", |
| 20 | + period: "2016 \u2013 2022", |
| 21 | + detail: "지도교수: 이원보", |
| 22 | + }, |
| 23 | + { |
| 24 | + degree: "학사, 화학공학과 (최우등 졸업)", |
| 25 | + institution: "중앙대학교", |
| 26 | + period: "2012 \u2013 2016", |
| 27 | + detail: "GPA: 4.31 / 4.50", |
| 28 | + }, |
| 29 | + ], |
| 30 | +}; |
| 31 | + |
| 32 | +export const experience = { |
| 33 | + en: [ |
| 34 | + { |
| 35 | + role: "Assistant Professor", |
| 36 | + institution: "Ajou University", |
| 37 | + departments: ["School of Frontier Sciences", "Department of Chemistry"], |
| 38 | + period: "2026 \u2013 present", |
| 39 | + }, |
| 40 | + { |
| 41 | + role: "AI Research Fellow", |
| 42 | + institution: "Korea Institute for Advanced Study (KIAS)", |
| 43 | + department: "Center for AI and Natural Sciences", |
| 44 | + period: "2023 \u2013 2026", |
| 45 | + detail: "Advisor: Prof. Changbong Hyeon", |
| 46 | + }, |
| 47 | + { |
| 48 | + role: "Postdoctoral Research Fellow", |
| 49 | + institution: "Seoul National University", |
| 50 | + department: "Department of Chemical and Biological Engineering", |
| 51 | + period: "2022 \u2013 2023", |
| 52 | + }, |
| 53 | + ], |
| 54 | + ko: [ |
| 55 | + { |
| 56 | + role: "조교수", |
| 57 | + institution: "아주대학교", |
| 58 | + departments: ["프런티어과학학부", "화학과"], |
| 59 | + period: "2026 \u2013 현재", |
| 60 | + }, |
| 61 | + { |
| 62 | + role: "AI 연구원", |
| 63 | + institution: "고등과학원 (KIAS)", |
| 64 | + department: "AI와 자연과학 센터", |
| 65 | + period: "2023 \u2013 2026", |
| 66 | + detail: "지도교수: 현창봉", |
| 67 | + }, |
| 68 | + { |
| 69 | + role: "박사후연구원", |
| 70 | + institution: "서울대학교", |
| 71 | + department: "화학생물공학부", |
| 72 | + period: "2022 \u2013 2023", |
| 73 | + }, |
| 74 | + ], |
| 75 | +}; |
| 76 | + |
| 77 | +export const awards = { |
| 78 | + en: [ |
| 79 | + { title: "Young WATOC Scholar", detail: "Selected for World Association of Theoretical and Computational Chemists, Oslo 2025" }, |
| 80 | + { title: "Dongjin Outstanding Paper Award", detail: "Seoul National University, 2022" }, |
| 81 | + { title: "Summa Cum Laude", detail: "Chung-Ang University, 2016" }, |
| 82 | + ], |
| 83 | + ko: [ |
| 84 | + { title: "Young WATOC Scholar", detail: "세계이론전산화학회, 오슬로 2025 선정" }, |
| 85 | + { title: "동진 우수논문상", detail: "서울대학교, 2022" }, |
| 86 | + { title: "최우등 졸업", detail: "중앙대학교, 2016" }, |
| 87 | + ], |
| 88 | +}; |
| 89 | + |
| 90 | +export const skills = { |
| 91 | + en: [ |
| 92 | + { category: "Molecular Simulation", items: "LAMMPS, GROMACS, HOOMD-blue" }, |
| 93 | + { category: "First-Principles Calculation", items: "VASP, CP2K, Quantum ESPRESSO, Gaussian, PySCF" }, |
| 94 | + { category: "Machine-Learned Potentials", items: "DeePMD-kit, MACE, NequIP, JAX-MD" }, |
| 95 | + { category: "Visualization", items: "VMD, OVITO" }, |
| 96 | + { category: "Programming", items: "Python, C++, JAX, CUDA, OpenMP/MPI" }, |
| 97 | + { category: "Infrastructure", items: "PBS, SGE, Slurm, Docker" }, |
| 98 | + ], |
| 99 | + ko: [ |
| 100 | + { category: "분자 시뮬레이션", items: "LAMMPS, GROMACS, HOOMD-blue" }, |
| 101 | + { category: "제일원리 계산", items: "VASP, CP2K, Quantum ESPRESSO, Gaussian, PySCF" }, |
| 102 | + { category: "기계학습 퍼텐셜", items: "DeePMD-kit, MACE, NequIP, JAX-MD" }, |
| 103 | + { category: "시각화", items: "VMD, OVITO" }, |
| 104 | + { category: "프로그래밍", items: "Python, C++, JAX, CUDA, OpenMP/MPI" }, |
| 105 | + { category: "인프라", items: "PBS, SGE, Slurm, Docker" }, |
| 106 | + ], |
| 107 | +}; |
| 108 | + |
| 109 | +export const professional = { |
| 110 | + en: [ |
| 111 | + "American Physical Society (APS)", |
| 112 | + "American Chemical Society (ACS)", |
| 113 | + "International Centre for Multiscale Simulations (ICMS)", |
| 114 | + "World Association of Theoretical and Computational Chemists (WATOC)", |
| 115 | + ], |
| 116 | + ko: [ |
| 117 | + "미국물리학회 (APS)", |
| 118 | + "미국화학회 (ACS)", |
| 119 | + "International Centre for Multiscale Simulations (ICMS)", |
| 120 | + "세계이론전산화학회 (WATOC)", |
| 121 | + ], |
| 122 | +}; |
0 commit comments