Skip to content

Commit

Permalink
Add URN properties for uni erfurt
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoniafriedrich committed Nov 18, 2024
1 parent fbb785d commit a10c61f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/config/dbt/messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ component.pi.register.Uni-Weimar-Datacite = BU Weimar DOI regist
component.pi.register.modal.text.Uni-Weimar-Datacite = Sind Sie sich sicher, dass Sie eine BU Weimar DOI (10.25643) vergeben m\u00F6chten. Diese w\u00E4re permanent und kann nicht gel\u00F6scht werden.
component.pi.register.Uni-Weimar-DNBURN = BU Weimar URN registrieren
component.pi.register.modal.text.Uni-Weimar-DNBURN = Sind Sie sich sicher, dass Sie eine BU Weimar URN (urn:nbn:de:gbv:wim2-dbt-*) vergeben m\u00F6chten. Diese w\u00E4re permanent und kann nicht gel\u00F6scht werden.
component.pi.register.Uni-Erfurt-DNBURN = BU Erfurt URN registrieren
component.pi.register.modal.text.Uni-Erfurt-DNBURN = Sind Sie sich sicher, dass Sie eine BU Erfurt URN (urn:nbn:de:gbv:547-dbt-*) vergeben m\u00F6chten. Diese w\u00E4re permanent und kann nicht gel\u00F6scht werden.
component.rc.attendees = Teilnehmer Liste
component.rc.attendees.emptyList = Keine Teilnehmer gefunden!
component.rc.attendees.invalidKey = Ung\u00FCltiger Zugriffsschl\u00FCssel
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/config/dbt/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ component.pi.register.Uni-Weimar-Datacite = register BU Weimar D
component.pi.register.modal.text.Uni-Weimar-Datacite = Are you sure you want to register a BU Weimar DOI (10.25643)? This would be permanent and can not be deleted.
component.pi.register.Uni-Weimar-DNBURN = register BU Weimar URN
component.pi.register.modal.text.Uni-Weimar-DNBURN = Are you sure you want to register a BU Weimar URN (urn:nbn:de:gbv:wim2-dbt-*)? This would be permanent and can not be deleted.
component.pi.register.Uni-Erfurt-DNBURN = register BU Erfurt URN
component.pi.register.modal.text.Uni-Erfurt-DNBURN = Are you sure you want to register a BU Erfurt URN (urn:nbn:de:gbv:547-dbt-*)? This would be permanent and can not be deleted.
component.rc.attendees = List of attendees
component.rc.attendees.emptyList = No attendees was found!
component.rc.attendees.invalidKey = Invalid accesskey
Expand Down
12 changes: 12 additions & 0 deletions src/main/resources/config/dbt/mycore.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ MCR.PI.Service.Datacite.RegisterURLContext=receive/$ID

MCR.PI.Generator.MapObjectIDDOI.Prefix.dbt_mods=%MCR.DOI.Prefix%/dbt.

# Uni Erfurt
MCR.PI.MetadataService.Uni-Erfurt-MODSURN=org.mycore.mods.identifier.MCRMODSURNMetadataService
MCR.PI.MetadataService.Uni-Erfurt-MODSURN.Prefix=urn\:nbn\:de\:gbv\:547-

MCR.PI.Generator.Uni-Erfurt-URN=de.urmel_dl.dbt.pi.DBTMapObjectIDURNGenerator
MCR.PI.Generator.Uni-Erfurt-URN.Prefix.dbt_mods=%MCR.PI.Generator.Uni-Erfurt-URN.Namespace%dbt-
MCR.PI.Generator.Uni-Erfurt-URN.Namespace=%MCR.PI.MetadataService.Uni-Erfurt-MODSURN.Prefix%
MCR.PI.Generator.Uni-Erfurt-URN.Type=dnbUrn

MCR.PI.Service.Uni-Erfurt-DNBURN=org.mycore.pi.urn.MCRURNOAIService
MCR.PI.Service.Uni-Erfurt-DNBURN.Generator=Uni-Erfurt-URN
MCR.PI.Service.Uni-Erfurt-DNBURN.MetadataService=Uni-Erfurt-MODSURN
# Uni Weimar

MCR.PI.MetadataService.Uni-Weimar-MODSDOI=org.mycore.mods.identifier.MCRMODSDOIMetadataService
Expand Down

0 comments on commit a10c61f

Please sign in to comment.