From 5dd85155b0a848b03fac1c14bbe5444d7e240786 Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Wed, 25 Sep 2024 12:22:35 +0200 Subject: [PATCH] add citation widget --- config.toml | 2 +- layouts/partials/widgets/citation.html | 9 +++++++++ static/img/doi-paper.svg | 20 ++++++++++++++++++++ static/img/software-doi.svg | 20 ++++++++++++++++++++ 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/widgets/citation.html create mode 100644 static/img/doi-paper.svg create mode 100644 static/img/software-doi.svg diff --git a/config.toml b/config.toml index 706d845..3fd8e4e 100644 --- a/config.toml +++ b/config.toml @@ -43,7 +43,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id list = "right" # Configure layout for list pages single = true # Configure layout for single pages # Enable widgets in given order - widgets = ["recent", "categories", "sidemenu", "taglist", "series"] + widgets = ["recent", "categories", "sidemenu", "taglist", "series", "citation"] [Params.widgets] recent_num = 5 # Set the number of articles in the "Recent articles" widget diff --git a/layouts/partials/widgets/citation.html b/layouts/partials/widgets/citation.html new file mode 100644 index 0000000..7b45097 --- /dev/null +++ b/layouts/partials/widgets/citation.html @@ -0,0 +1,9 @@ +
+ +

Cite dCache project

+
+ dCache paper:Software DOI +

+ dCache code: Paper DOI +

+ \ No newline at end of file diff --git a/static/img/doi-paper.svg b/static/img/doi-paper.svg new file mode 100644 index 0000000..3a89741 --- /dev/null +++ b/static/img/doi-paper.svg @@ -0,0 +1,20 @@ + + DOI: 10.1051/epjconf/202125102010 + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/software-doi.svg b/static/img/software-doi.svg new file mode 100644 index 0000000..a8ff8b9 --- /dev/null +++ b/static/img/software-doi.svg @@ -0,0 +1,20 @@ + + DOI: doi.org/10.5281/zenodo.13742308 + + + + + + + + + + + + + \ No newline at end of file