File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ authors:
11
11
image : /images/default_paper.png
12
12
# specify the conference or journal that it was published in
13
13
venue :
14
+ # link to project page (optional)
15
+ projectpage :
14
16
# link to publisher site (optional)
15
17
link :
16
18
# link to arxiv (optional)
Original file line number Diff line number Diff line change 38
38
< div > < p > {{ .Params.venue }} </ p > </ div >
39
39
40
40
< div class ="blue-links ">
41
+ {{ if .Params.projectpage }}
42
+ < a href ="{{ .Params.projectpage }} " target ="_blank "> project page</ a > /
43
+ {{ end }}
41
44
{{ if .Params.pdf }}
42
45
< a href ="{{ .Params.pdf }} " target ="_blank "> pdf</ a > /
43
46
{{ end }}
Original file line number Diff line number Diff line change 29
29
{{ if .Params.abstract }}
30
30
< a data-bs-toggle ="collapse " href ="#collapse-abstract-{{ .Key }} " role ="button "> abstract</ a > /
31
31
{{ end }}
32
+ {{ if .Params.projectpage }}
33
+ < a href ="{{ .Params.projectpage }} " target ="_blank "> project page</ a > /
34
+ {{ end }}
32
35
{{ if .Params.pdf }}
33
36
< a href ="{{ .Params.pdf }} " target ="_blank "> pdf</ a > /
34
37
{{ end }}
You can’t perform that action at this time.
0 commit comments