Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pjknkda authored Feb 13, 2024
1 parent 8497ab1 commit 5edce86
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,24 @@
<link href="./css/style.css" rel="stylesheet">
</head>
<body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129784205-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9BSVXCLYL7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-129784205-1');
gtag('config', 'G-9BSVXCLYL7');
</script>

<div class="container">
<header>
<h1>Jungkook Park</h1>
<img src="./assets/jk_face.jpg" style="width:190px;"><br>
<p>
pjknkda (at) kaist.ac.kr<br>
Ph.D. Candidate<br>
KAIST<br>
Daejeon, Republic of Korea<br>
jk (at) elicer.com <br>
CTO &amp; Co-Founder <br>
Elice Inc. <br>
Seoul, Republic of Korea <br>
<a href="https://github.com/pjknkda">[GitHub]</a>
<!-- <a href="#" onclick="downloadCV();">[CV]</a> -->
</p>
Expand All @@ -38,10 +37,10 @@ <h1>Jungkook Park</h1>
<section class="content">
<h3>About</h3>
<p>
Hello. I am Ph.D. candidate in Users &amp; Information Lab, KAIST. My research interest is in programming education, in particular, I aim to develop a novel system for effective programming education in a large scale.
Hello, I am CTO and the co-founder of Elice Inc., which is building an AI infrastructure and developing an education platform based on it.
</p>
<p>
My previous research includes a programming education platform that helps TAs understand the status of student with data-driven approach (L@S 2016) and an effective peer assessment tool for CS education that provides fine-grain code history visualization (CSCW 2017).
I received my Ph.D. degree in Computer Science from KAIST advised by Alice Oh. My primary research interests are in improving online programming education with fine-grained data such as character-level code editing logs.
</p>

<h3>Education</h3>
Expand All @@ -53,7 +52,7 @@ <h3>Education</h3>

<h3>Work Experience</h3>
<ul>
<li><b>Backend Lead & Co-founder</b>, <a href="https://www.elice.io" target="_blank">Elice Corp.</a>, Daejeon, Korea, 2015 - Present</li>
<li><b>CTO & Co-founder</b>, <a href="https://elice.io" target="_blank">Elice Inc.</a>, Daejeon, Korea, 2015 - Present</li>
<li><b>Backend Advisor</b>, <a href="https://tanker.fund" target="_blank">Tanker Fund Corp.</a>, Seoul, Korea, 2016 - Present</li>
<li><b>Backend Lead</b>, <a href="https://tanker.fund" target="_blank">Tanker Fund Corp.</a>, Seoul, Korea, 2015</li>
<li><b>Backend Lead</b>, Brew Glass Corp., Daejeon, Korea, 2014</li>
Expand All @@ -65,6 +64,13 @@ <h3>Work Experience</h3>

<h3>Publications (<a href="https://scholar.google.co.kr/citations?user=I9uuwwcAAAAJ&hl=en">Google Scholar Page</a>)</h3>
<ol class="sparse-list">
<li>
<div class="pub-title">EliRank: A Code Editing History Based Ranking Model for Early Detection of Students in Need</div>
<div class="pub-authors"><b>Jungkook Park</b>, and Alice Oh</div>
<div class="pub-book">Proceedings of the Tenth ACM Conference on Learning@ Scale (L@S 2023)</div>
<a href="https://dl.acm.org/doi/abs/10.1145/3573051.3593387" class="link-in-list">ACM DL</a>
<a href="./publications/las2023_park.pdf" class="link-in-list">PDF</a>
</li>
<li>
<div class="pub-title">Cocode: Providing Social Presence with Co-learner Screen Sharing in Online Programming Classes</div>
<div><b style="color:#FA5858; font-size:12px;">(Impact Recognition Award)</b></div>
Expand Down Expand Up @@ -170,10 +176,10 @@ <h3>References</h3>
<h3>Contact</h3>
<p>
Jungkook Park <br>
pjknkda (at) kaist.ac.kr <br>
Ph.D. Candidate <br>
KAIST <br>
Daejeon, Republic of Korea <br>
jk (at) elicer.com <br>
CTO &amp; Co-Founder <br>
Elice Inc. <br>
Seoul, Republic of Korea <br>
</p>
</section>
</div>
Expand Down

0 comments on commit 5edce86

Please sign in to comment.