@@ -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
8282 anonymousCache :
8383 # Maximum number of pages to cache. Default is zero (0) which means anonymous user cache is disabled.
8484 # As all pages are cached in server memory, increasing this value will increase memory needs.
85- # Individual cached pages are usually small (<100KB), so a value of max=1000 would only require ~100MB of memory.
85+ # Individual cached pages are usually small (<100KB), so a value of max=1000 would only require ~100MB of memory.
8686 max : 0
8787 # Amount of time after which cached pages are considered stale (in ms). After becoming stale, the cached
8888 # copy is automatically refreshed on the next request.
@@ -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 :
@@ -392,7 +437,87 @@ vocabularies:
392437 vocabulary : ' srsc'
393438 enabled : true
394439
395- # Default collection/community sorting order at Advanced search, Create/update community and collection when there are not a query.
440+ # Default collection/community sorting order at Advanced search, Create/update community and collection when there are not a query.
396441comcolSelectionSort :
397442 sortField : ' dc.title'
398443 sortDirection : ' ASC'
444+
445+ crisLayout :
446+ urn :
447+ - name : doi
448+ baseUrl : " https://doi.org/"
449+ - name : hdl
450+ baseUrl : " https://hdl.handle.net/"
451+ - name : scopus
452+ baseUrl : " https://www.scopus.com/authid/detail.uri?authorId="
453+ - name : researcherid
454+ baseUrl : " http://www.researcherid.com/rid/"
455+ - name : mailto
456+ baseUrl : " mailto:"
457+ crisRef :
458+ - entityType : PRIVATE
459+ entityStyle :
460+ " dc.contributor.author " :
461+ icon : fa fa-user
462+ style : text-muted
463+ - entityType : DEFAULT
464+ entityStyle :
465+ default :
466+ icon : fa fa-user
467+ style : text-info
468+ - entityType : PERSON
469+ entityStyle :
470+ person :
471+ icon : fa fa-user
472+ style : text-success
473+ personStaff :
474+ icon : fa fa-user
475+ style : text-danger
476+ default :
477+ icon : fa fa-user
478+ style : text-info
479+ - entityType : ORGUNIT
480+ entityStyle :
481+ default :
482+ icon : fa fa-university
483+ style : text-success
484+ - entityType : PROJECT
485+ entityStyle :
486+ default :
487+ icon : fas fa-project-diagram
488+ style : text-success
489+ crisRefStyleMetadata :
490+ default : cris.entity.style
491+ itemPage :
492+ OrgUnit :
493+ orientation : vertical
494+ Project :
495+ orientation : vertical
496+ default :
497+ orientation : horizontal
498+ metadataBox :
499+ defaultMetadataLabelColStyle : " col-3"
500+ defaultMetadataValueColStyle : " col-9"
501+
502+ layout :
503+ navbar :
504+ # If true, show the "Community and Collections" link in the navbar; otherwise, show it in the admin sidebar
505+ showCommunityCollection : true
506+
507+ cms :
508+ metadataList : ['cris.cms.home-header', 'cris.cms.home-news', 'cris.cms.footer']
509+
510+ addToAnyPlugin :
511+ scriptUrl : " https://static.addtoany.com/menu/page.js"
512+ socialNetworksEnabled : true
513+ buttons :
514+ - facebook
515+ - twitter
516+ - linkedin
517+ - email
518+ - copy_link
519+ showPlusButton : true
520+ showCounters : true
521+ title : DSpace CRIS 7 demo
522+ # The link to be shown in the shared post, if different from document.location.origin (optional)
523+ # link: https://dspacecris7.4science.cloud/
0 commit comments