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