@@ -29,7 +29,7 @@ universal:
2929# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
3030rest :
3131 ssl : true
32- host : demo.dspace.org
32+ host : dspacecris7.4science.cloud
3333 port : 443
3434 # NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
3535 nameSpace : /server
@@ -134,10 +134,10 @@ notifications:
134134submission :
135135 autosave :
136136 # NOTE: which metadata trigger an autosave
137- metadata : []
137+ metadata : ['dc.title', 'dc.identifier.doi', 'dc.identifier.pmid', 'dc.identifier.arxiv', 'dc.identifier.patentno', 'dc.identifier.scopus', 'dc.identifier.isi', 'dcterms.dateSubmitted', 'dc.identifier.applicationnumber' ]
138138 # NOTE: after how many time (milliseconds) submission is saved automatically
139139 # eg. timer: 5 * (1000 * 60); // 5 minutes
140- timer : 0
140+ timer : 300000
141141 icons :
142142 metadata :
143143 # NOTE: example of configuration
@@ -146,7 +146,17 @@ submission:
146146 # # NOTE: fontawesome (v5.x) icon classes and bootstrap utility classes can be used
147147 # style: fas fa-user
148148 - name : dc.author
149- style : fas fa-user
149+ style : " fas fa-user"
150+ - name : dc.contributor.author
151+ style : " fas fa-user"
152+ - name : dc.contributor.editor
153+ style : " fas fa-user"
154+ - name : oairecerif.author.affiliation
155+ style : " fas fa-university"
156+ - name : oairecerif.editor.affiliation
157+ style : " fas fa-university"
158+ - name : dc.relation.grantno
159+ style : " fas fa-info-circle"
150160 # default configuration
151161 - name : default
152162 style : ' '
@@ -160,12 +170,23 @@ submission:
160170 - value : 600
161171 style : text-success
162172 - value : 500
163- style : text-info
164- - value : 400
165173 style : text-warning
174+ - value : 400
175+ style : text-danger
176+ - value : 300
177+ style : text-dark
178+ - value : 200
179+ style : text-dark
180+ - value : 100
181+ style : text-dark
166182 # default configuration
167183 - value : default
168184 style : text-muted
185+ detectDuplicate :
186+ # NOTE: list of additional item metadata to show for duplicate match presentation list
187+ metadataDetailsList :
188+ - label : ' Document type'
189+ name : dc.type
169190
170191# Default Language in which the UI will be rendered if the user's browser language is not an active language
171192defaultLanguage : en
@@ -218,6 +239,9 @@ languages:
218239 - code : kk
219240 label : Қазақ
220241 active : true
242+ - code : it
243+ label : Italiano
244+ active : true
221245 - code : lv
222246 label : Latviešu
223247 active : true
@@ -261,8 +285,12 @@ browseBy:
261285 fiveYearLimit : 30
262286 # The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items)
263287 defaultLowerLimit : 1900
288+ # Whether to add item badges to BOTH browse and search result lists.
289+ showLabels : true
264290 # If true, thumbnail images for items will be added to BOTH search and browse result lists.
265291 showThumbnails : true
292+ # Whether to add item thumbnail images to BOTH browse and search result lists.
293+ showMetrics : false
266294 # The number of entries in a paginated browse results list.
267295 # Rounded to the nearest size in the list of selectable sizes on the
268296 # settings menu.
@@ -294,6 +322,19 @@ item:
294322 # Rounded to the nearest size in the list of selectable sizes on the
295323 # settings menu. See pageSizeOptions in 'pagination-component-options.model.ts'.
296324 pageSize : 5
325+ # The maximum number of metadata values to add to the metatag list of the item page
326+ metatagLimit : 20
327+ # The maximum number of values for repeatable metadata to show in the full item
328+ metadataLimit : 20
329+
330+ # When the search results are retrieved, for each item type the metadata with a valid authority value are inspected.
331+ # Referenced items will be fetched with a find all by id strategy to avoid individual rest requests
332+ # to efficiently display the search results.
333+ followAuthorityMetadata :
334+ - type : Publication
335+ metadata : dc.contributor.author
336+ - type : Product
337+ metadata : dc.contributor.author
297338
298339# Collection Page Config
299340collection :
@@ -359,6 +400,10 @@ themes:
359400 attributes :
360401 rel : manifest
361402 href : assets/dspace/images/favicons/manifest.webmanifest
403+ - tagName : link
404+ attributes :
405+ rel : stylesheet
406+ href : " https://fonts.googleapis.com/icon?family=Material+Icons"
362407
363408# The default bundles that should always be displayed as suggestions when you upload a new bundle
364409bundle :
0 commit comments