File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ layout: papers
33title : " Eclares: Energy-Aware Clarity-Driven Ergodic Search"
44date : 2024-05-13
55authors :
6- - devanshagrawal
76 - kalebbennaveed
7+ - devanshagrawal
88 - Christopher Vermillion
99 - dimitrapanagou
1010image : /images/2024-eclares.png
Original file line number Diff line number Diff line change @@ -19,9 +19,28 @@ <h3>Abstract</h3>
1919</ div >
2020
2121
22- {{ .Content }}
2322
2423
24+ <!-- AUTHOR LIST -->
25+ < h2 > Authors</ h2 >
26+ < div class ="row row-cols-2 row-cols-md-4 my-3 g4 ">
27+ {{ range .Params.authors }}
28+ <!-- construct url to search for -->
29+ {{ $url := printf "/people/%s" . }}
30+
31+ <!-- check if the url exists -->
32+ {{ $authorPage := $.Site.GetPage $url }}
33+ <!-- if it does, create a link, else just print the name -->
34+ {{ if $authorPage }}
35+ < div class ="row ">
36+ {{ partial "person-card" $authorPage }}
37+ </ div >
38+ {{ end }}
39+ {{ end }}
40+ </ div >
41+
42+ {{ .Content }}
43+
2544{{ if .Params.bib }}
2645< div class ="my-3 ">
2746< h3 > Bib</ h3 >
@@ -36,4 +55,5 @@ <h3>Bib</h3>
3655{{ end }}
3756
3857
58+
3959{{ end }}
You can’t perform that action at this time.
0 commit comments