-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (68 loc) · 4.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
# You don't need to edit this file, it's empty on purpose.
# Edit whiteglass' home layout instead if you want to make some changes.
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
---
<div class="profile">
<div class="row profile-block">
<div class="col-md-7 vcenter">
<h1 class="profile-name">YONGJOO PARK</h1>
<p>
<span class="profile-position">Assistant Professor, <a href="https://cs.illinois.edu/">Illinois CS (UIUC)</a></span>
<br><!-- <span style="font-size: 22px; vertical-align: middle;">✉</span> -->
<span class="profile-email" style="vertical-align: middle;">[email protected]</span>
</p>
<p>
<span class="profile-position">Co-founder / Chief Scientist,
<a href="https://keebo.ai">Keebo</a></span>
<br><!-- <span style="font-size: 22px; vertical-align: middle;">✉</span> -->
<span class="profile-email" style="vertical-align: middle;">[email protected]</span>
</p>
<p><a href="/resources/Yongjoo_CV_2023_02.pdf">[CV]</a>
<a href="/publication">[Publication]</a>
<a href="https://createlab.cs.illinois.edu/">[CreateLab]</a>
<a href="https://orcid.org/0000-0003-3786-6214">[orcid]</a>
</p>
</div><!--
--><div class="col-md-4 hidden-xs hidden-sm vcenter">
<img src="/resources/yongjoo_ithaca_2019.jpg" width="90%" class="profile-image center-block" />
</div>
</div>
<div class="row profile-block">
<div class="col-md-12 col-lg-12 interest">
<p><b>Current Research</b> I build systems for machine learning.
First, I investigate efficient LLM inference with a focus on Retrieval-Augmented Generation (RAG).
Second, I create undoable AI environment (e.g., Jupyter) with a novel checkpointing framework.</p>
<p>At <a href="https://cs.illinois.edu/">IllinoisCS</a>,
I am a member of <a href="https://dais.cs.illinois.edu/">DAIS</a>.
You can join <a href="https://join.slack.com/t/uiuc-dais/signup">DAIS Slack Workspace</a>
</p>
</div>
</div>
<hr />
<div class="row news-block">
<div class="col-md-12 col-lg-12">
<!-- <p>I wrote <a href="https://www.reddit.com/r/UIUC/comments/10sa5uj/avoid_using_illinoisedu_email_for_important/">this Reddit post</a> regarding the university email issue. </p> -->
<p><b>News (Jun 2024)</b> Billy presents the "ElasticNotebook" demo at SIGMOD'24.
Billy will also present the research paper at VLDB'24.</p>
<p><b>News (May 2024)</b> The DeepOLA team receives SIGMOD'23 Best Artifact Award Honorable Mention!</p>
<p><b>News (Sep 2023)</b> "ElasticNotebook" is accepted to PVLDB'23 (or VLDB'24). Congrats Billy!</p>
<p><b>News (June 2023)</b> Awarded <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2312561&HistoricalAwards=false">$1.2M NSF grant</a>
with <a href="http://sundaram.cs.illinois.edu/">Hari</a> for "system + causal inference"!</p>
<!-- <p><b>News (May 2023)</b> "AirIndex" is accepted to <a href="https://2024.sigmod.org/">SIGMOD 2024</a>. Congrats Supawit!</p>
<p><b>News (April 2023)</b> "Transactional Python" is accepted to <a href="http://deem-workshop.org//">DEEM @SIGMOD 2023</a>. Congrats Supawit and Billy!</p>
<p><b>News (Feb 2023)</b> "DeepOLA" is accepted to <a href="https://2023.sigmod.org/">SIGMOD 2023</a>. Congrats Nikhil and Supawit!</p>
<p><b>News (Feb 2023)</b> Billy's work "S/C" is accepted to <a href="https://icde2023.ics.uci.edu/research-papers-track/">ICDE 2023</a>.</p>
<p><b>News (Feb 2023)</b> Awarded <a href="https://www.ncsa.illinois.edu/about/fellowships-internships/ncsa-fellows-program/">NCSA Fellowship</a>. Thank you so much!</p>
<p><b>News (Oct 2022)</b> Keebo raises $10.5M for Series A; total funding is $15M!
<a href="https://www.prnewswire.com/news-releases/keebo-raises-15-million-launches-automated-warehouse-optimization-to-reduce-cloud-data-warehousing-costs-301654278.html">
(news)</a>
<a href="https://cs.illinois.edu/news/successful-startup-provides-park-with-a-perspective-on-balancing-academic-research-with-entrepreneurial-energy">
(interview)</a></p> -->
</div>
</div>
</div>