diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css index d2ca6c91d1..87e3e9142d 100644 --- a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css @@ -1456,4 +1456,13 @@ table.discovery-filters th.new-filter-header float:left; border: 1px solid #cccccc; margin-right: 3px; -} \ No newline at end of file +} + +#impact-altmetric { + float:right; + margin:0 30px 0 30px; +} + +#impact-plumx { + float:right; +} diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl index 720f1045f5..24d715fe4d 100644 --- a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl @@ -39,12 +39,18 @@ + + + + + + + + - - @@ -560,11 +566,10 @@ - -
+ +
-
@@ -607,7 +612,70 @@ 
-

+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + plumx-plum-print-popup + + + + + plumx + + https://plu.mx/pitt/a/?doi= + + + + + + + + true + + + + true + + + + + + + + + + + + + + true + +  + +
diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/global-variables.xsl b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/global-variables.xsl index 29f427307f..3753837262 100644 --- a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/global-variables.xsl +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/global-variables.xsl @@ -39,6 +39,18 @@ + + + + + https:// + + + http:// + + + + diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl index faadeadfd7..b65f805f31 100644 --- a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl @@ -695,17 +695,7 @@ 1.6.2 - - - - https:// - - - http:// - - - - + diff --git a/dspace/config/modules/altmetrics.cfg b/dspace/config/modules/altmetrics.cfg index 0ed9d31219..6812d8ce7e 100644 --- a/dspace/config/modules/altmetrics.cfg +++ b/dspace/config/modules/altmetrics.cfg @@ -3,26 +3,69 @@ #---------------------------------------------------------------# # Configuration properties used by impact metrics badges # #---------------------------------------------------------------# - + # Metadata field which contains the interesting identifiers #altmetrics.field = dc.identifier.uri -# Configure altmetric.com badges. See http://api.altmetric.com/embeds.html +#---------------------------------------------------------------# +# Configure altmetric.com badges. # +# See http://api.altmetric.com/embeds.html # +#---------------------------------------------------------------# -# donut medium-donut large-donut 1 4 -#altmetric.badgeType = +# Is the Altmetric.com badge enabled? +#altmetric.enabled = false -# left right top bottom +# Possible values: donut medium-donut large-donut 1 4 +altmetric.badgeType = donut + +# Possible values: left right top bottom #altmetric.popover = -# right +# Possible values: right #altmetric.details = -# true -#altmetric.noScore = +# Possible values: true +#altmetric.noScore = -# true +# Possible values: true #altmetric.hideNoMentions = # e.g. _blank #altmetric.linkTarget = + + +#---------------------------------------------------------------# +# Configure PlumX Artifact widgets. # +# See https://plu.mx/pitt/developers/widgets # +#---------------------------------------------------------------# + +# Is the PlumX Artifact widget enabled? +#plumx.enabled = false + +# Possible values: popup summary details +#plumx.widget-type = popup + +# Used with widget types: popup +# Possible values: top bottom left right +#plumx.data-popup = left + +# Used with widget types: popup summary details +# Possible values: true false +#plumx.data-hide-when-empty = true + +# Used with widget types: summary details +# Possible values: true false +#plumx.data-hide-print = false + +# Used with widget types: summary +# Possible values: vertical horizontal +#plumx.data-orientation = vertical + +# Used with widget types: details +# Possible values: any positive integer +#plumx.data-width = + +# Used with widget types: details +# Possible values: true false +#plumx.data-border = false +