-
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
2 changed files
with
35 additions
and
83 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 |
---|---|---|
|
@@ -110,110 +110,72 @@ | |
<div class="container"> | ||
<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="Chanyoung Kim"> | ||
<div id="profile"><img class="avatar avatar-circle" width="270" height="270" | ||
src="avatar.png" alt="Chanyoung Kim"> | ||
<div class="portrait-title"> | ||
<h2>Chanyoung Kim</h2> | ||
<h3> | ||
<span></span> | ||
</h3> | ||
<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="https://kochanha.github.io/" aria-label="link"> | ||
<i class="fa-solid fa-link big-icon"></i> | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
|
||
|
||
<li><a href="mailto:[email protected]" aria-label="envelope"><i | ||
class="fas fa-envelope big-icon"></i></a><a href="https://kochanha.github.io" | ||
aria-label="link"><i class="fa-solid fa-link big-icon"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-12 col-lg-8 members-info"> | ||
<div class="article-style"> | ||
|
||
</div> | ||
<div class="article-style"></div> | ||
<div class="row"> | ||
|
||
<div class="col-md-6"> | ||
<div class="section-subheading">Interests</div> | ||
<ul class="ul-interests mb-0"> | ||
|
||
<li>Unsupervised Semantic Segmantation</li> | ||
|
||
<li>Diffusion Models for Medical Imaging</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> | ||
<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">MS/PhD in Artificial Intelligence</p> | ||
<p class="year">2023-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">BS in Intelligent Mechatronics Engineering</p> | ||
<p class="year">2017-2023</p> | ||
<p class="institution">Sejong University</p> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
|
||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
|
||
<div class="col-md-6"> | ||
|
||
</div> | ||
<div class="col-md-6"></div> <!--필요시 추가 작성--> | ||
<div class="section-subheading">Selected Publications</div> | ||
<ul class="ul-interests mb-0"> | ||
<li>Advancing Text-Driven Chest X-Ray Generation with Policy-Based Reinforcement | ||
Learning, MICCAI 2024</li> | ||
<li>EAGLE: Eigen Aggregation Learning for Object-Centric Unsupervised Semantic | ||
Segmentation, CVPR 2024 Highlght</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-6"></div> | ||
<div class="col-md-6"></div> | ||
<div class="col-md-6"></div> | ||
<div class="col-md-6"></div> | ||
<div class="col-md-6"></div> | ||
<div class="col-md-6"></div> | ||
<div class="col-md-6"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
|
||
|
||
|
||
<script src="/js/scripts.js"></script> | ||
</body> | ||
|
||
|
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 |
---|---|---|
|
@@ -231,16 +231,6 @@ <h1>Posts</h1> | |
</nav> | ||
</div> | ||
</div> | ||
<div class="page-footer"> | ||
<div class="container"> | ||
<footer class="site-footer"> | ||
<p class="powered-by">Published with <a href="https://hugoblox.com/?utm_campaign=poweredby" | ||
target="_blank" rel="noopener">Hugo Blox Builder</a>— the free, <a | ||
href="https://github.com/HugoBlox/hugo-blox-builder" target="_blank" | ||
rel="noopener">open source</a>website builder that empowers creators. </p> | ||
</footer> | ||
</div> | ||
</div> | ||
<script src="/js/vendor-bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.min.js" integrity="" | ||
crossorigin="anonymous"></script> | ||
|