File tree 2 files changed +12
-17
lines changed
2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 91
91
"year" : 2021 ,
92
92
"month" : " Dec" ,
93
93
"note" : " Spotlight" ,
94
- "paper" : " https://arxiv.org/abs/2010.02709"
94
+ "paper" : " https://arxiv.org/abs/2010.02709" ,
95
+ "marked" : true
95
96
},
96
97
{
97
98
"type" : " conference" ,
107
108
"venue" : " NeurIPS" ,
108
109
"year" : 2021 ,
109
110
"paper" : " https://arxiv.org/abs/2106.14806" ,
110
- "code" : " https://github.com/aleximmer/Laplace" ,
111
- "marked" : true
111
+ "code" : " https://github.com/aleximmer/Laplace"
112
112
},
113
113
{
114
114
"type" : " conference" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { sortPublicationFn } from "@/utils";
16
16
import portrait from " ../assets/portrait.jpeg" ;
17
17
18
18
const interests = [
19
- " Probabilistic Inference " ,
19
+ " Probabilistic ML " ,
20
20
" Foundation Models" ,
21
21
" Decision Making" ,
22
22
" Planning" ,
@@ -231,10 +231,13 @@ const sortedSelectedPubs = selectedPubs
231
231
/>
232
232
</Section >
233
233
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
+ }
238
241
239
242
{
240
243
allPostsByDate .length > 0 && (
@@ -246,14 +249,6 @@ const sortedSelectedPubs = selectedPubs
246
249
</ul >
247
250
</Section >
248
251
)
249
- }
250
-
251
- {
252
- allPostsByDate .length > 0 && (
253
- <Section title = ' Selected Works' >
254
- <PublicationList publications = { sortedSelectedPubs } />
255
- </Section >
256
- )
257
- }
252
+ }
258
253
</div >
259
254
</PageLayout >
You can’t perform that action at this time.
0 commit comments