@@ -35,7 +35,7 @@ const sortedSelectedPubs = selectedPubs
3535---
3636
3737<PageLayout meta ={ { title: " About" }} >
38- <div class =' flex w-full flex-col gap-y-10' >
38+ <div class =' flex max-w-[50rem] flex-col gap-y-10' >
3939 <section class =' flex flex-col items-center gap-y-7' >
4040 <Image
4141 src ={ portrait }
@@ -48,7 +48,11 @@ const sortedSelectedPubs = selectedPubs
4848 <h1 class =' text-3xl font-bold' >Agustinus Kristiadi</h1 >
4949
5050 <div class =' flex flex-wrap justify-center gap-x-7 gap-y-3' >
51- <Label title =' Vector Institute' as =' a' href =' https://vectorinstitute.ai/team/agustinus-kristiadi/' >
51+ <Label
52+ title =' Vector Institute'
53+ as =' a'
54+ href =' https://vectorinstitute.ai/team/agustinus-kristiadi/'
55+ >
5256 <svg
5357 xmlns =' http://www.w3.org/2000/svg'
5458 viewBox =' 0 0 24 24'
@@ -103,13 +107,15 @@ const sortedSelectedPubs = selectedPubs
103107 href =' https://bsky.app/profile/agustinus.kristia.de'
104108 target =' _blank'
105109 >
106- <svg xmlns =' http://www.w3.org/2000/svg'
110+ <svg
111+ xmlns =' http://www.w3.org/2000/svg'
107112 viewBox =' 0 0 32 32'
108113 class =' h-5 w-5'
109- slot =' icon' >
110- <path
111- fill =' currentColor'
112- d =" M23.931,5.298c-3.21,2.418-6.663,7.32-7.931,9.951-1.267-2.631-4.721-7.533-7.931-9.951-2.316-1.744-6.069-3.094-6.069,1.201,0,.857,.49,7.206,.778,8.237,.999,3.583,4.641,4.497,7.881,3.944-5.663,.967-7.103,4.169-3.992,7.372,5.908,6.083,8.492-1.526,9.154-3.476,.123-.36,.179-.527,.179-.379,0-.148,.057,.019,.179,.379,.662,1.949,3.245,9.558,9.154,3.476,3.111-3.203,1.671-6.405-3.992-7.372,3.24,.553,6.882-.361,7.881-3.944,.288-1.031,.778-7.38,.778-8.237,0-4.295-3.753-2.945-6.069-1.201Z"
114+ slot =' icon'
115+ >
116+ <path
117+ fill =' currentColor'
118+ d =' M23.931,5.298c-3.21,2.418-6.663,7.32-7.931,9.951-1.267-2.631-4.721-7.533-7.931-9.951-2.316-1.744-6.069-3.094-6.069,1.201,0,.857,.49,7.206,.778,8.237,.999,3.583,4.641,4.497,7.881,3.944-5.663,.967-7.103,4.169-3.992,7.372,5.908,6.083,8.492-1.526,9.154-3.476,.123-.36,.179-.527,.179-.379,0-.148,.057,.019,.179,.379,.662,1.949,3.245,9.558,9.154,3.476,3.111-3.203,1.671-6.405-3.992-7.372,3.24,.553,6.882-.361,7.881-3.944,.288-1.031,.778-7.38,.778-8.237,0-4.295-3.753-2.945-6.069-1.201Z'
113119 ></path >
114120 </svg >
115121 </Label >
@@ -161,9 +167,9 @@ const sortedSelectedPubs = selectedPubs
161167 the University of Tuebingen in Germany, advised by Philipp Hennig and Matthias
162168 Hein. His research interests are in probabilistic inference with large-scale
163169 neural networks, decision-making under uncertainty, and their applications in
164- broader scientific fields such as chemistry. His work has been recognized in
165- the form of best PhD thesis award and multiple spotlight papers from flagship
166- machine learning conferences. His contributions to the scientific society
170+ broader scientific fields such as chemistry. His work has been recognized in the
171+ form of best PhD thesis award and multiple spotlight papers from flagship
172+ machine learning conferences. His contributions to the scientific society
167173 include mentoring underrepresented students in Canada under the IBET PhD Project
168174 and actively contributing to the open-source community.
169175 </p >
@@ -225,25 +231,13 @@ const sortedSelectedPubs = selectedPubs
225231 subheading =" German Research Foundation's Theoretical Foundations of Deep Learning program, 2023"
226232 />
227233
228- <Card
229- heading =' Spotlight paper (top 4%)'
230- subheading =" NeurIPS 2023"
231- />
234+ <Card heading =' Spotlight paper (top 4%)' subheading =' NeurIPS 2023' />
232235
233- <Card
234- heading =' Spotlight paper (top 3%)'
235- subheading =" NeurIPS 2021"
236- />
236+ <Card heading =' Spotlight paper (top 3%)' subheading =' NeurIPS 2021' />
237237
238- <Card
239- heading =' Long-talk paper (top 6%)'
240- subheading =" UAI 2021"
241- />
238+ <Card heading =' Long-talk paper (top 6%)' subheading =' UAI 2021' />
242239
243- <Card
244- heading =' Best reviewer (top 10%)'
245- subheading =" ICML 2021"
246- />
240+ <Card heading =' Best reviewer (top 10%)' subheading =' ICML 2021' />
247241 </Section >
248242
249243 {
@@ -259,11 +253,11 @@ const sortedSelectedPubs = selectedPubs
259253 <Section title = ' Latest Posts' >
260254 <ul class = ' flex flex-col gap-y-5 sm:gap-y-2' >
261255 { allPostsByDate .slice (0 , 5 ).map ((p ) => (
262- <PostPreview post = { p } maxDescWords = { 18 } withDesc />
256+ <PostPreview post = { p } maxDescWords = { 18 } withDesc />
263257 ))}
264258 </ul >
265259 </Section >
266260 )
267- }
261+ }
268262 </div >
269263</PageLayout >
0 commit comments