File tree Expand file tree Collapse file tree 13 files changed +40
-56
lines changed Expand file tree Collapse file tree 13 files changed +40
-56
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,3 @@ bib: |-
26
26
}
27
27
---
28
28
29
- Here are some details about Eclares
30
-
31
- authors:
32
- - Kaleb Ben Naveed
33
- - Devansh Agrawal
34
- - Christopher Vermillion
35
- - Dimitra Panagou
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: papers
3
3
title : " Safe Control Synthesis via Input Constrained Control Barrier Functions"
4
4
date : 2021-12-14
5
5
image : /images/2021-iccbfs.png
6
- venue : " IEEE CDC"
6
+ venue : " IEEE CDC 2021 "
7
7
authors :
8
8
- devanshagrawal
9
9
- dimitrapanagou
Original file line number Diff line number Diff line change @@ -6,5 +6,3 @@ year: 2020
6
6
link : https://dev10110.github.io
7
7
8
8
---
9
-
10
- Here is some content about Devansh Agrawal
Original file line number Diff line number Diff line change 2
2
title : Dimitra Panagou
3
3
category : Faculty
4
4
image : /images/dimitrapanagou.jpg
5
+ link : https://websites.umich.edu/~dpanagou/
5
6
---
6
7
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Projects
3
+ ---
Original file line number Diff line number Diff line change 3
3
4
4
< h1 > {{ .Title }}</ h1 >
5
5
6
- < p > Rendered from layouts/_defaults/list </ p >
6
+ < p class =" d-none " > Rendered from layouts/_defaults/list </ p >
7
7
8
8
{{ range .Pages.ByPublishDate.Reverse }}
9
9
Original file line number Diff line number Diff line change 2
2
3
3
< h1 > {{ .Title }}</ h1 >
4
4
5
- < p > Rendered from /layouts/_defaults/single.html </ p >
5
+ < p class =" d-none " > Rendered from /layouts/_defaults/single.html </ p >
6
6
7
7
{{ .Content }}
8
8
Original file line number Diff line number Diff line change 3
3
4
4
< h1 > {{ .Title }}</ h1 >
5
5
6
- < p > Rendered from layouts/papers/list </ p >
6
+ < p class =" d-none " > Rendered from layouts/papers/list </ p >
7
7
8
8
{{ range .Pages.ByPublishDate.Reverse }}
9
9
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
3
- < p > Rendered from /layouts/papers/single.html </ p >
3
+ < p class =" d-none " > Rendered from /layouts/papers/single.html </ p >
4
4
5
5
{{ partial "paper-card" . }}
6
6
Original file line number Diff line number Diff line change 5
5
6
6
< h1 > People</ h1 >
7
7
8
- < p > Rendered from /layouts/people/people </ p >
8
+ < p class =" d-none " > Rendered from /layouts/people/people </ p >
9
9
10
10
{{ $categories := slice "Faculty" "PhD" "Alumni" }}
11
11
12
12
{{ range $category := $categories }}
13
13
{{ $subpages := where $pages "Params.category" $category }}
14
14
{{ if $subpages.Len }}
15
+ < div class ="pt-3 ">
15
16
< h2 > {{ $category }} </ h2 >
16
17
< div class ="row row-cols-1 row-cols-md-3 g-4 my-2 ">
17
18
{{ range $subpages }}
@@ -20,6 +21,7 @@ <h2> {{ $category }} </h2>
20
21
</ div >
21
22
{{ end }}
22
23
</ div >
24
+ </ div >
23
25
{{ end }}
24
26
25
27
{{ end }}
You can’t perform that action at this time.
0 commit comments