File tree Expand file tree Collapse file tree 2 files changed +12
-17
lines changed
Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 9191 "year" : 2021 ,
9292 "month" : " Dec" ,
9393 "note" : " Spotlight" ,
94- "paper" : " https://arxiv.org/abs/2010.02709"
94+ "paper" : " https://arxiv.org/abs/2010.02709" ,
95+ "marked" : true
9596 },
9697 {
9798 "type" : " conference" ,
107108 "venue" : " NeurIPS" ,
108109 "year" : 2021 ,
109110 "paper" : " https://arxiv.org/abs/2106.14806" ,
110- "code" : " https://github.com/aleximmer/Laplace" ,
111- "marked" : true
111+ "code" : " https://github.com/aleximmer/Laplace"
112112 },
113113 {
114114 "type" : " conference" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { sortPublicationFn } from "@/utils";
1616import portrait from " ../assets/portrait.jpeg" ;
1717
1818const interests = [
19- " Probabilistic Inference " ,
19+ " Probabilistic ML " ,
2020 " Foundation Models" ,
2121 " Decision Making" ,
2222 " Planning" ,
@@ -231,10 +231,13 @@ const sortedSelectedPubs = selectedPubs
231231 />
232232 </Section >
233233
234- <Section title =' Skills' >
235- <SkillLayout title =' Languages' skills ={ languages } />
236- <SkillLayout title =' Editor Stack' skills ={ editors } />
237- </Section >
234+ {
235+ allPostsByDate .length > 0 && (
236+ <Section title = ' Selected Works' >
237+ <PublicationList publications = { sortedSelectedPubs } />
238+ </Section >
239+ )
240+ }
238241
239242 {
240243 allPostsByDate .length > 0 && (
@@ -246,14 +249,6 @@ const sortedSelectedPubs = selectedPubs
246249 </ul >
247250 </Section >
248251 )
249- }
250-
251- {
252- allPostsByDate .length > 0 && (
253- <Section title = ' Selected Works' >
254- <PublicationList publications = { sortedSelectedPubs } />
255- </Section >
256- )
257- }
252+ }
258253 </div >
259254</PageLayout >
You can’t perform that action at this time.
0 commit comments