Skip to content

Commit 5c9699d

Browse files
KasinhouMatus Kasak
andauthored
MENDELU/Added funder code name mapping (#1293)
* Added funder code name mapping * Moved property to correct config --------- Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent 8f467ce commit 5c9699d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

dspace/config/dspace.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,19 @@ report.dir = ${dspace.dir}/reports/
15021502
# directory where logs are stored
15031503
log.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
#

dspace/config/modules/rest.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ rest.properties.exposed = themed.by.company.name
7575
rest.properties.exposed = citace.pro.url
7676
rest.properties.exposed = citace.pro.allowed
7777
rest.properties.exposed = citace.pro.university
78+
rest.properties.exposed = funder.name.map

0 commit comments

Comments
 (0)