-
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
seilk
committed
Jun 9, 2024
1 parent
2cdbc9f
commit d260499
Showing
16 changed files
with
190 additions
and
140 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,2 @@ | ||
.vscode/ | ||
.DS_Store/ |
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 |
---|---|---|
|
@@ -84,95 +84,82 @@ | |
</div> | ||
|
||
<main role="main" class="container"> | ||
<section id="profile-page" class="pt-5"> | ||
<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="Dayun Ju"> | ||
<div class="portrait-title"> | ||
<h2>Dayun Ju</h2> | ||
<h3> | ||
<span></span> | ||
</h3> | ||
</div> | ||
<ul class="network-icon" aria-hidden="true"> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
<section id="profile-page" class="pt-5"> | ||
<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="Dayun Ju"> | ||
<div class="portrait-title"> | ||
<h2>Dayun Ju</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="https://seilk.github.io" | ||
aria-label="link"><i class="fa-solid fa-link big-icon"></i></a></li> --> | ||
<li><a href="mailto:[email protected]" aria-label="envelope"><i | ||
class="fas fa-envelope big-icon"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="col-12 col-lg-8 members-info"> | ||
<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>Computer Vision</li> | ||
<li>Unsupervised Semantic Segmantation</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">BS-MS Linked Course in Artificial Intelligence</p> | ||
<p class="year">2024-Present</p> | ||
<p class="institution">Yonsei University</p> | ||
</div> | ||
<div class="col-12 col-lg-8 members-info"> | ||
<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> | ||
|
||
</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">your-course</p> | ||
<p class="year">year</p> | ||
<p class="institution">your-institution</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> | ||
</li> | ||
<li><i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">BS in Computer Science</p> | ||
<p class="year">2021-Present</p> | ||
<p class="institution">Yonsei University</p> | ||
</div> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-6"> <!--필요시 추가 작성--> | ||
<div class="section-subheading">Selected Publications</div> | ||
<ul class="ul-interests mb-0"> | ||
<li> | ||
<a href="/publication/2024-miccai-cxrl" target="_blank"> | ||
Advancing Text-Driven Chest X-Ray Generation with Policy-Based Reinforcement Learning, MICCAI 2024 | ||
</a> | ||
</li> | ||
<li> | ||
<a href="/publication/2024-cvpr-eagle" target="_blank"> | ||
EAGLE: Eigen Aggregation Learning for Object-Centric Unsupervised Semantic Segmentation, CVPR 2024 Highlight | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</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> | ||
</section> | ||
</main> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
|
||
<script src="/js/vendor-bundle.min.js"></script> | ||
<script src="/js/wowchemy-init.min.js"></script> | ||
|
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"filename": "24-01-11.jpg", | ||
"description": "We had a great time at the MICV workshop in early 2024!", | ||
"order": 40 | ||
}, | ||
{ | ||
"filename": "24-04-13.jpg", | ||
"description": "Happy birthday professor!", | ||
"order": 30 | ||
}, | ||
{ | ||
"filename": "24-05-01.jpg", | ||
"description": "'EAGLE' accepted to CVPR 2024!, as a highlight paper!", | ||
"order": 20 | ||
}, | ||
{ | ||
"filename": "24-05-14.jpeg", | ||
"description": "We have early accepted 2 papers MICCAI 2024! See you soon at Moroco!", | ||
"order": 10 | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.