+
+
-
@@ -607,7 +612,70 @@
-
+
+
+
+
+
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
+