-
Notifications
You must be signed in to change notification settings - Fork 16
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
Showing
18 changed files
with
119 additions
and
60 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "pwa-chrome", | ||
"request": "launch", | ||
"name": "Launch Chrome against localhost", | ||
"url": "http://127.0.0.1:5500", | ||
"webRoot": "${workspaceFolder}", | ||
"preLaunchTask": "liveServer" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"workbench.colorCustomizations": { | ||
"activityBar.activeBackground": "#3399ff", | ||
"activityBar.background": "#3399ff", | ||
"activityBar.foreground": "#15202b", | ||
"activityBar.inactiveForeground": "#15202b99", | ||
"activityBarBadge.background": "#bf0060", | ||
"activityBarBadge.foreground": "#e7e7e7", | ||
"commandCenter.border": "#e7e7e799", | ||
"sash.hoverBorder": "#3399ff", | ||
"statusBar.background": "#007fff", | ||
"statusBar.foreground": "#e7e7e7", | ||
"statusBarItem.hoverBackground": "#3399ff", | ||
"statusBarItem.remoteBackground": "#007fff", | ||
"statusBarItem.remoteForeground": "#e7e7e7", | ||
"titleBar.activeBackground": "#007fff", | ||
"titleBar.activeForeground": "#e7e7e7", | ||
"titleBar.inactiveBackground": "#007fff99", | ||
"titleBar.inactiveForeground": "#e7e7e799" | ||
}, | ||
"peacock.color": "#007fff" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "liveServer", | ||
"type": "shell", | ||
"command": "npx live-server --port=5500", | ||
"isBackground": true, | ||
"problemMatcher": [] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
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 |
---|---|---|
|
@@ -88,18 +88,16 @@ | |
<div class="row"> | ||
<div class="col-12 col-lg-4"> | ||
<div id="profile"> | ||
<img class="avatar avatar-circle" width="270" height="270" src="avatar.png" alt="Hyunkyung Kwon"> | ||
<img class="avatar avatar-circle" width="270" height="270" src="avatar.png" alt="Hyeonkyeong Kwon"> | ||
<div class="portrait-title"> | ||
<h2>Hyunkyung Kwon</h2> | ||
<h2>Hyeonkyeong Kwon</h2> | ||
<h3> | ||
<span></span> | ||
</h3> | ||
</div> | ||
<ul class="network-icon" aria-hidden="true"> | ||
|
||
|
||
|
||
|
||
<li><a href="mailto:[email protected]" aria-label="envelope"><i | ||
class="fas fa-envelope big-icon"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -113,7 +111,8 @@ <h3> | |
<div class="section-subheading">Interests</div> | ||
<ul class="ul-interests mb-0"> | ||
|
||
<li>What's your interests?</li> | ||
<li>Diffusion Models</li> | ||
<li>Medical Imaging</li> | ||
|
||
</ul> | ||
</div> | ||
|
@@ -125,9 +124,9 @@ <h3> | |
<li> | ||
<i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">your-course</p> | ||
<p class="year">year</p> | ||
<p class="institution">your-institution</p> | ||
<p class="course">B.S in Biomedical Engineering</p> | ||
<p class="year">2020-Present</p> | ||
<p class="institution">Korea University</p> | ||
</div> | ||
</li> | ||
|
||
|
File renamed without changes.
Binary file not shown.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -96,7 +96,9 @@ <h3> | |
</h3> | ||
</div> | ||
<ul class="network-icon" aria-hidden="true"> | ||
|
||
<li><a href="mailto:[email protected]" aria-label="envelope"><i | ||
class="fas fa-envelope big-icon"></i></a><a href="https://blog.naver.com/junh1999" | ||
aria-label="link"><i class="fa-solid fa-link big-icon"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -107,7 +109,8 @@ <h3> | |
<div class="section-subheading">Interests</div> | ||
<ul class="ul-interests mb-0"> | ||
|
||
<li>Vision and Language</li> | ||
<li>Vision-Language Models</li> | ||
<li>AI Evaluation</li> | ||
|
||
</ul> | ||
</div> | ||
|
@@ -119,9 +122,9 @@ <h3> | |
<li> | ||
<i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">your-course</p> | ||
<p class="year">year</p> | ||
<p class="institution">your-institution</p> | ||
<p class="course">BS in Astronomy</p> | ||
<p class="year">2020-Present</p> | ||
<p class="institution">Yonsei University</p> | ||
</div> | ||
</li> | ||
|
||
|
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 |
---|---|---|
|
@@ -98,10 +98,11 @@ <h3> | |
</h3> | ||
</div> | ||
<ul class="network-icon" aria-hidden="true"> | ||
|
||
|
||
|
||
|
||
<li> | ||
<a href="mailto:[email protected]" aria-label="envelope"> | ||
<i class="fas fa-envelope big-icon"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -127,9 +128,18 @@ <h3> | |
<li> | ||
<i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">your-course</p> | ||
<p class="year">year</p> | ||
<p class="institution">your-institution</p> | ||
<p class="course">Ph.D. in Artificial Intelligence</p> | ||
<p class="year">2024-Present</p> | ||
<p class="institution">Yonsei University</p> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">B.S. in Physics<br>B.S. in Software and Computer Engineering</p> | ||
<p class="year">2017-2023</p> | ||
<p class="institution">Ajou University</p> | ||
</div> | ||
</li> | ||
</ul> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -100,8 +100,8 @@ <h2>Yeonkyung Lee</h2> | |
<h3><span></span></h3> | ||
</div> | ||
<ul class="network-icon" aria-hidden="true"> | ||
<li><a href="mailto:[email protected]" aria-label="envelope"><i | ||
class="fas fa-envelope big-icon"></i></a><a href="" | ||
<li><a href="mailto:[email protected]" aria-label="envelope"><i | ||
class="fas fa-envelope big-icon"></i></a><a href="https://drive.google.com/file/d/11miosys_DPowBV9RkYnIazugGMyrmOCi/view?usp=drive_link" | ||
aria-label="link"><i class="fa-solid fa-link big-icon"></i></a></li> | ||
</ul> | ||
</div> | ||
|
@@ -112,34 +112,20 @@ <h3><span></span></h3> | |
<div class="col-md-6"> | ||
<div class="section-subheading">Interests</div> | ||
<ul class="ul-interests mb-0"> | ||
<li></li> | ||
<li>3D Reconstruction</li> | ||
<li>Medical AI</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="section-subheading">Education</div> | ||
<ul class="ul-edu fa-ul mb-0"> | ||
<li><i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">M.S in Computer Science</p> | ||
<p class="year">2023-Present</p> | ||
<p class="institution">Yonsei University</p> | ||
<p class="course">B.S in Mathematics and Statistics / Computer Engineering </p> | ||
<p class="year">2019.03-2024.08</p> | ||
<p class="institution">Sejong University</p> | ||
</div> | ||
</li> | ||
<li><i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">B.S in Bio-Checmical Engineering</p> | ||
<p class="year">2020-2023</p> | ||
<p class="institution">Yonsei University</p> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-6"> <!--필요시 추가 작성--> | ||
<div class="section-subheading">Selected Publications</div> | ||
<ul class="ul-interests mb-0"> | ||
<li> | ||
<!--Publication--> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-6"></div> | ||
|
@@ -156,4 +142,4 @@ <h3><span></span></h3> | |
<script src="/js/scripts.js"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |
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
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
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
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