{
  "production": true,
  "debug": false,
  "ui": {
    "ssl": false,
    "host": "localhost",
    "port": 10003,
    "nameSpace": "/",
    "rateLimiter": null,
    "useProxies": true,
    "baseUrl": "http://localhost:10003/"
  },
  "rest": {
    "ssl": true,
    "host": "demo.dspace9.openrepository.com",
    "port": 443,
    "nameSpace": "/server",
    "baseUrl": "https://demo.dspace9.openrepository.com/server"
  },
  "actuators": {
    "endpointPath": "/actuator/health"
  },
  "cache": {
    "msToLive": {
      "default": 900000
    },
    "control": "max-age=604800",
    "noCacheFiles": [
      "/index.html"
    ],
    "autoSync": {
      "defaultTime": 0,
      "maxBufferSize": 100,
      "timePerMethod": {
        "PATCH": 3
      }
    },
    "serverSide": {
      "debug": false,
      "headers": [
        "Link"
      ],
      "botCache": {
        "max": 1000,
        "timeToLive": 86400000,
        "allowStale": true
      },
      "anonymousCache": {
        "max": 0,
        "timeToLive": 10000,
        "allowStale": true
      }
    }
  },
  "auth": {
    "ui": {
      "timeUntilIdle": 3600000,
      "idleGracePeriod": 600000
    },
    "rest": {
      "timeLeftBeforeTokenRefresh": 120000
    }
  },
  "form": {
    "spellCheck": true,
    "validatorMap": {
      "required": "required",
      "regex": "pattern",
      "dangerouscontent": "dangerouscontent"
    }
  },
  "notifications": {
    "rtl": false,
    "position": [
      "top",
      "right"
    ],
    "maxStack": 8,
    "timeOut": 5000,
    "clickToClose": true,
    "animate": "scale"
  },
  "submission": {
    "autosave": {
      "metadata": [],
      "timer": 0
    },
    "duplicateDetection": {
      "alwaysShowSection": false
    },
    "typeBind": {
      "field": "dc.type"
    },
    "icons": {
      "metadata": [
        {
          "name": "dc.author",
          "style": "fas fa-user"
        },
        {
          "name": "default",
          "style": ""
        }
      ],
      "authority": {
        "confidence": [
          {
            "value": 600,
            "style": "text-success",
            "icon": "fa-circle-check"
          },
          {
            "value": 500,
            "style": "text-info",
            "icon": "fa-gear"
          },
          {
            "value": 400,
            "style": "text-warning",
            "icon": "fa-circle-question"
          },
          {
            "value": 300,
            "style": "text-muted",
            "icon": "fa-circle-question"
          },
          {
            "value": 200,
            "style": "text-muted",
            "icon": "fa-circle-exclamation"
          },
          {
            "value": 100,
            "style": "text-muted",
            "icon": "fa-circle-stop"
          },
          {
            "value": 0,
            "style": "text-muted",
            "icon": "fa-ban"
          },
          {
            "value": -1,
            "style": "text-muted",
            "icon": "fa-circle-xmark"
          },
          {
            "value": "default",
            "style": "text-muted",
            "icon": "fa-circle-xmark"
          }
        ]
      }
    }
  },
  "defaultLanguage": "en",
  "fallbackLanguage": "en",
  "languages": [
    {
      "code": "en",
      "label": "English",
      "active": true
    },
    {
      "code": "cs",
      "label": "Čeština",
      "active": true
    },
    {
      "code": "de",
      "label": "Deutsch",
      "active": true
    },
    {
      "code": "es",
      "label": "Español",
      "active": true
    },
    {
      "code": "fr",
      "label": "Français",
      "active": true
    },
    {
      "code": "gd",
      "label": "Gàidhlig",
      "active": true
    },
    {
      "code": "lv",
      "label": "Latviešu",
      "active": true
    },
    {
      "code": "hu",
      "label": "Magyar",
      "active": true
    },
    {
      "code": "nl",
      "label": "Nederlands",
      "active": true
    },
    {
      "code": "pt-PT",
      "label": "Português",
      "active": true
    },
    {
      "code": "pt-BR",
      "label": "Português do Brasil",
      "active": true
    },
    {
      "code": "fi",
      "label": "Suomi",
      "active": true
    },
    {
      "code": "sv",
      "label": "Svenska",
      "active": true
    },
    {
      "code": "tr",
      "label": "Türkçe",
      "active": true
    },
    {
      "code": "kk",
      "label": "Қазақ",
      "active": true
    },
    {
      "code": "bn",
      "label": "বাংলা",
      "active": true
    },
    {
      "code": "hi",
      "label": "हिंदी",
      "active": true
    },
    {
      "code": "el",
      "label": "Ελληνικά",
      "active": true
    },
    {
      "code": "ar",
      "label": "العربية",
      "active": true,
      "isRTL": true
    }
  ],
  "browseBy": {
    "oneYearLimit": 10,
    "fiveYearLimit": 30,
    "defaultLowerLimit": 1900,
    "showThumbnails": true,
    "pageSize": 20
  },
  "communityList": {
    "pageSize": 20
  },
  "homePage": {
    "recentSubmissions": {
      "pageSize": 5,
      "sortField": "dc.date.accessioned"
    },
    "topLevelCommunityList": {
      "pageSize": 5
    },
    "showDiscoverFilters": false
  },
  "item": {
    "edit": {
      "undoTimeout": 10000
    },
    "showAccessStatuses": true,
    "bitstream": {
      "pageSize": 5,
      "showAccessStatuses": true
    }
  },
  "community": {
    "defaultBrowseTab": "search",
    "searchSection": {
      "showSidebar": true
    }
  },
  "collection": {
    "defaultBrowseTab": "search",
    "searchSection": {
      "showSidebar": true
    },
    "edit": {
      "undoTimeout": 10000
    }
  },
  "suggestion": [],
  "themes": [
    {
      "name": "client-rtl",
      "extends": "client",
      "isRTL": true
    },
    {
      "name": "client",
      "headTags": [
        {
          "tagName": "link",
          "attributes": {
            "rel": "icon",
            "href": "assets/atmire/images/favicons/favicon.ico",
            "sizes": "any"
          }
        }
      ],
      "extends": "atmire",
      "isRTL": false
    },
    {
      "name": "atmire",
      "headTags": [
        {
          "tagName": "link",
          "attributes": {
            "rel": "icon",
            "href": "assets/atmire/images/favicons/favicon.ico",
            "sizes": "any"
          }
        },
        {
          "tagName": "link",
          "attributes": {
            "rel": "icon",
            "href": "assets/atmire/images/favicons/favicon.svg",
            "type": "image/svg+xml"
          }
        },
        {
          "tagName": "link",
          "attributes": {
            "rel": "apple-touch-icon",
            "href": "assets/atmire/images/favicons/apple-touch-icon.png"
          }
        },
        {
          "tagName": "link",
          "attributes": {
            "rel": "manifest",
            "href": "assets/atmire/images/favicons/manifest.webmanifest"
          }
        }
      ],
      "isRTL": false
    }
  ],
  "bundle": {
    "standardBundles": [
      "ORIGINAL",
      "THUMBNAIL",
      "LICENSE"
    ]
  },
  "mediaViewer": {
    "image": false,
    "video": false
  },
  "info": {
    "enableEndUserAgreement": false,
    "enablePrivacyStatement": false,
    "enableCOARNotifySupport": true,
    "enableCookieConsentPopup": true
  },
  "markdown": {
    "enabled": true,
    "mathjax": false
  },
  "vocabularies": [
    {
      "filter": "subject",
      "vocabulary": "srsc",
      "enabled": false
    }
  ],
  "comcolSelectionSort": {
    "sortField": "dc.title",
    "sortDirection": "ASC"
  },
  "qualityAssuranceConfig": {
    "sourceUrlMapForProjectSearch": {
      "openaire": "https://explore.openaire.eu/search/project?projectId="
    },
    "pageSize": 5
  },
  "search": {
    "advancedFilters": {
      "enabled": false,
      "filter": [
        "title",
        "author",
        "subject",
        "entityType"
      ]
    },
    "filterPlaceholdersCount": 5
  },
  "notifyMetrics": [
    {
      "title": "admin-notify-dashboard.received-ldn",
      "boxes": [
        {
          "color": "#B8DAFF",
          "title": "admin-notify-dashboard.NOTIFY.incoming.accepted",
          "config": "NOTIFY.incoming.accepted",
          "description": "admin-notify-dashboard.NOTIFY.incoming.accepted.description"
        },
        {
          "color": "#D4EDDA",
          "title": "admin-notify-dashboard.NOTIFY.incoming.processed",
          "config": "NOTIFY.incoming.processed",
          "description": "admin-notify-dashboard.NOTIFY.incoming.processed.description"
        },
        {
          "color": "#FDBBC7",
          "title": "admin-notify-dashboard.NOTIFY.incoming.failure",
          "config": "NOTIFY.incoming.failure",
          "description": "admin-notify-dashboard.NOTIFY.incoming.failure.description"
        },
        {
          "color": "#FDBBC7",
          "title": "admin-notify-dashboard.NOTIFY.incoming.untrusted",
          "config": "NOTIFY.incoming.untrusted",
          "description": "admin-notify-dashboard.NOTIFY.incoming.untrusted.description"
        },
        {
          "color": "#43515F",
          "title": "admin-notify-dashboard.NOTIFY.incoming.involvedItems",
          "textColor": "#fff",
          "config": "NOTIFY.incoming.involvedItems",
          "description": "admin-notify-dashboard.NOTIFY.incoming.involvedItems.description"
        }
      ]
    },
    {
      "title": "admin-notify-dashboard.generated-ldn",
      "boxes": [
        {
          "color": "#D4EDDA",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.delivered",
          "config": "NOTIFY.outgoing.delivered",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.delivered.description"
        },
        {
          "color": "#B8DAFF",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.queued",
          "config": "NOTIFY.outgoing.queued",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.queued.description"
        },
        {
          "color": "#FDEEBB",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.queued_for_retry",
          "config": "NOTIFY.outgoing.queued_for_retry",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.queued_for_retry.description"
        },
        {
          "color": "#FDBBC7",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.failure",
          "config": "NOTIFY.outgoing.failure",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.failure.description"
        },
        {
          "color": "#43515F",
          "title": "admin-notify-dashboard.NOTIFY.outgoing.involvedItems",
          "textColor": "#fff",
          "config": "NOTIFY.outgoing.involvedItems",
          "description": "admin-notify-dashboard.NOTIFY.outgoing.involvedItems.description"
        }
      ]
    }
  ],
  "liveRegion": {
    "messageTimeOutDurationMs": 30000,
    "isVisible": false
  },
  "matomo": {},
  "geospatialMapViewer": {
    "spatialMetadataFields": [
      "dcterms.spatial"
    ],
    "spatialFacetDiscoveryConfiguration": "geospatial",
    "spatialPointFilterName": "point",
    "enableItemPageFields": false,
    "enableSearchViewMode": false,
    "enableBrowseMap": false,
    "tileProviders": [
      "OpenStreetMap.Mapnik"
    ],
    "defaultCentrePoint": {
      "lat": 41.015137,
      "lng": 28.97953
    }
  },
  "accessibility": {
    "cookieExpirationDuration": 7
  },
  "atmire": {
    "documentviewerEnabled": true,
    "savedItemLists": {
      "maxNbLists": 10,
      "anonymous": false,
      "addSearchToList": true,
      "addSearchToListForAnon": false,
      "isPublicByDefault": false
    },
    "themeConfiguration": {
      "useMockBackendData": false,
      "scopes": {
        "site": true,
        "community": true,
        "collection": true,
        "item": true,
        "entities": []
      }
    },
    "browseMenu": {
      "featuredItems": false,
      "resultsPerCategory": 3,
      "searchConfiguration": "browseMenu"
    },
    "homePageNews": {
      "invertColors": false,
      "useOverlay": false,
      "entityFacets": {
        "badgeTranslateX": -8,
        "badgeTranslateY": -6,
        "enabled": true,
        "icons": {
          "default": "fas fa-file",
          "Publication": "fas fa-book-open",
          "OrgUnit": "fas fa-project-diagram",
          "Project": "fas fa-clipboard-list",
          "DataPackage": "fas fa-box",
          "Person": "fas fa-user",
          "Journal": "fas fa-book",
          "JournalVolume": "fas fa-book-bookmark",
          "JournalIssue": "fas fa-file-lines",
          "Series": "fas fa-rectangle-list"
        }
      }
    },
    "community": {
      "searchSection": {
        "showSidebar": true
      },
      "recentSubmissions": {
        "pageSize": 5,
        "sortField": "dc.date.accessioned"
      }
    },
    "collection": {
      "searchSection": {
        "showSidebar": true
      },
      "recentSubmissions": {
        "pageSize": 5,
        "sortField": "dc.date.accessioned"
      }
    },
    "enableHealthCheck": false,
    "cua": {
      "usageReports": {
        "autoupdate": false,
        "chartTypes": [
          {
            "type": "bar-vertical",
            "icon": "chart-bar flip-horizontal-rotate-90",
            "stackedType": "bar-stacked-vertical",
            "swapAxis": true
          },
          {
            "type": "bar-horizontal",
            "icon": "chart-bar",
            "stackedType": "bar-stacked-horizontal"
          },
          {
            "type": "line",
            "icon": "chart-line",
            "swapAxis": true
          },
          {
            "type": "area",
            "icon": "chart-area",
            "stackedType": "area-stacked",
            "swapAxis": true
          },
          {
            "type": "pie",
            "icon": "chart-pie",
            "swapAxis": true
          },
          {
            "type": "gauge",
            "icon": "tachometer-alt",
            "swapAxis": true
          },
          {
            "type": "number-cards",
            "icon": "calculator",
            "swapAxis": true
          },
          {
            "type": "map",
            "icon": "map-marked-alt",
            "segmentByNone": true,
            "swapAxis": true
          }
        ],
        "exportTypes": [
          {
            "extension": "csv",
            "requestAcceptHeader": "text/csv"
          },
          {
            "extension": "xls",
            "requestAcceptHeader": "application/vnd.ms-excel"
          }
        ],
        "filters": {
          "date": {
            "relative": true,
            "absolute": false
          }
        }
      }
    },
    "configurableHomePageComponents": [
      {
        "name": "HomeNewsComponent",
        "enabledByDefault": true
      },
      {
        "name": "SearchFormComponent",
        "enabledByDefault": true
      },
      {
        "name": "HomeEntityFacetsComponent",
        "enabledByDefault": false,
        "componentConfig": [
          {
            "name": "Publication",
            "enabledByDefault": true
          },
          {
            "name": "OrgUnit",
            "enabledByDefault": false
          },
          {
            "name": "Project",
            "enabledByDefault": false
          },
          {
            "name": "DataPackage",
            "enabledByDefault": false
          },
          {
            "name": "Person",
            "enabledByDefault": true
          },
          {
            "name": "Journal",
            "enabledByDefault": false
          }
        ]
      },
      {
        "name": "FeaturedObjectsComponent",
        "enabledByDefault": true,
        "componentConfig": [
          {
            "name": "Community",
            "enabledByDefault": false
          },
          {
            "name": "Collection",
            "enabledByDefault": false
          },
          {
            "name": "Publication",
            "enabledByDefault": true
          },
          {
            "name": "OrgUnit",
            "enabledByDefault": true
          },
          {
            "name": "Project",
            "enabledByDefault": true
          },
          {
            "name": "DataPackage",
            "enabledByDefault": true
          },
          {
            "name": "Person",
            "enabledByDefault": true
          },
          {
            "name": "Journal",
            "enabledByDefault": true
          },
          {
            "name": "Untyped",
            "enabledByDefault": true
          }
        ]
      },
      {
        "name": "RecentItemList",
        "enabledByDefault": true
      },
      {
        "name": "TopLevelCommunityListComponent",
        "enabledByDefault": true
      },
      {
        "name": "StatletsSectionComponent",
        "enabledByDefault": true
      }
    ],
    "socialSharing": {
      "selection": {
        "selectableElements": [
          "ds-item-page"
        ],
        "twitter": true,
        "facebook": false
      },
      "buttons": {
        "style": "squareIconOnly",
        "asLink": false,
        "inNewTab": false,
        "popupWidth": 600,
        "popupHeight": 480,
        "buttons": [
          {
            "platform": "twitter",
            "icon": "fa-brands fa-x-twitter",
            "color": "#000",
            "enabled": true
          },
          {
            "platform": "facebook",
            "icon": "fa-brands fa-facebook-f",
            "color": "#4267B2",
            "enabled": true
          },
          {
            "platform": "linkedin",
            "icon": "fa-brands fa-linkedin",
            "color": "#0072b1",
            "enabled": true
          },
          {
            "platform": "teams",
            "icon": "fa-brands fa-microsoft",
            "color": "#6264A7",
            "enabled": true
          },
          {
            "platform": "email",
            "icon": "fa-solid fa-envelope",
            "color": "#777",
            "enabled": true
          }
        ]
      }
    },
    "universal": {
      "prebootBotsOnly": true,
      "allowlist": [],
      "botlist": [],
      "allowedRoutes": [
        "^/$",
        "^/home$",
        "^/sitemap_index.xml$",
        "^/sitemap_index.html$",
        "^/items/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
        "^/items/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/full$",
        "^/entities/[a-zA-Z]+/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
        "^/entities/[a-zA-Z]+/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/full$",
        "^/handle/[^/]+/[^/]+$",
        "^/bitstreams/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/download$",
        "^/info/.*$",
        "^/pages/.*$",
        "^/bitstream/handle/[^/]+/[^/]+/.*"
      ]
    },
    "multiLanguage": {
      "metadataField": "dc.language.iso",
      "defaultLanguages": [
        "en"
      ]
    },
    "export": {
      "formats": [
        {
          "id": "bib",
          "label": "BibTex",
          "extension": "bib",
          "disabled": false
        },
        {
          "id": "csv",
          "label": "CSV",
          "extension": "csv",
          "disabled": false
        },
        {
          "id": "ref",
          "label": "RefMan",
          "extension": "ref",
          "disabled": true
        },
        {
          "id": "enl",
          "label": "EndNote",
          "extension": "enl",
          "disabled": true
        },
        {
          "id": "ris",
          "label": "RIS",
          "extension": "ris",
          "disabled": false
        }
      ],
      "openDownloadsInNewTab": false,
      "showCsvExport": false
    },
    "enableGlobalFileManager": false,
    "cmsImageFormats": [
      "image/jpeg",
      "image/gif",
      "image/png",
      "image/tiff",
      "x-ms-bmp",
      "image/svg+xml"
    ],
    "citationConfig": {
      "enabledGeneral": true
    },
    "importPreview": {
      "visibleFields": [
        "dc.date.issued",
        "dc.title",
        "dc.contributor.author"
      ],
      "overviewPageSize": 10
    },
    "configItemPage": {
      "relationTypeSearchConfigs": {
        "Person": [
          {
            "label": "isAuthorOfPublication",
            "filter": "isAuthorOfPublication",
            "configuration": "default-relationships"
          }
        ],
        "OrgUnit": [
          {
            "label": "isAuthorOfPublication",
            "filter": "isAuthorOfPublication",
            "configuration": "default-relationships"
          },
          {
            "label": "isOrgUnitOfPerson",
            "filter": "isOrgUnitOfPerson",
            "configuration": "person-relationships"
          },
          {
            "label": "isOrgUnitOfProject",
            "filter": "isOrgUnitOfProject",
            "configuration": "project-relationships"
          }
        ],
        "Journal": [
          {
            "label": "isJournalOfPublication",
            "filter": "isJournalOfPublication",
            "configuration": "default-relationships"
          }
        ]
      }
    },
    "featuredObjects": {
      "community": true,
      "collection": true,
      "item": true,
      "largeThumbnail": false
    }
  },
  "enableCaptcha": true
}