File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1502,6 +1502,19 @@ report.dir = ${dspace.dir}/reports/
15021502# directory where logs are stored
15031503log.report.dir = ${dspace.dir}/log
15041504
1505+ # Funder code-to-name mapping for the Angular UI
1506+ # Each entry maps a funder code (stored in dc.relation.funder) to a human-readable name.
1507+ # Format: funder.name.map = CODE = Full Name
1508+ funder.name.map = EC = European Commission
1509+ funder.name.map = EU = European Union / European Commission
1510+ funder.name.map = Franklinia = Franklinia
1511+ funder.name.map = GA0 = Grantová agentura ČR
1512+ funder.name.map = MK0 = Ministerstvo kultury ČR
1513+ funder.name.map = MSM = Ministerstvo školství, mládeže a tělovýchovy ČR
1514+ funder.name.map = MZ0 = Ministerstvo zdravotnictví ČR
1515+ funder.name.map = MZE = Ministerstvo zemědělství ČR
1516+ funder.name.map = TA0 = Technologická agentura ČR
1517+
15051518# Customise the DC fields to use in the item listing page. Elements will be
15061519# displayed left to right in the order that they are specified here.
15071520#
Original file line number Diff line number Diff line change @@ -75,3 +75,4 @@ rest.properties.exposed = themed.by.company.name
7575rest.properties.exposed = citace.pro.url
7676rest.properties.exposed = citace.pro.allowed
7777rest.properties.exposed = citace.pro.university
78+ rest.properties.exposed = funder.name.map
You can’t perform that action at this time.
0 commit comments