Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Korrekturen am DOI-Import mit OPUS 4.8.1 #1196

Open
alw-bsz opened this issue Apr 2, 2024 · 0 comments
Open

Korrekturen am DOI-Import mit OPUS 4.8.1 #1196

alw-bsz opened this issue Apr 2, 2024 · 0 comments
Assignees

Comments

@alw-bsz
Copy link
Contributor

alw-bsz commented Apr 2, 2024

Mit der OPUS-Version 4.8.1 wird der DOI-basierte Metadatenimport aus Crossref besser an den OPUS-Standard angeglichen. Dies wirkt sich insbesondere auf die Enrichment-Felder aus. Die meisten der spezifischen Enrichment-Felder für den Import erhalten neue Namen:

Feldname alt Feldname neu Übersetzung deutsch Übersetzung englisch
opus_import_data opus_doi_json JSON-Data JSON Data
local_crossrefDocumentType opus_crossrefDocumentType Dokumenttyp (Crossref original) Document Type (Crossref original)
local_crossrefLicence opus_crossrefLicence Lizenz (Crossref) Licence (Crossref)
local_doiImportPopulated opus_doiImportPopulated imported_fields imported_fields
local_import_origin opus_import_origin import_origin import_origin

Das Mapping von Konferenzen im DOI-Import wird analog zu den Vorgaben in bibliothekarischen Regelwerken auf Körperschaften (ContributingCorporation) umgestellt. Die beiden Enrichment-Felder conference_title und conference_place entfallen (s.a. #1111). Altdaten sollten umgestellt, d.h. die Eintragungen aus den beiden Konferenz-Enrichmentfeldern nach ContributingCorporation umgezogen und anschließend die Konferenz-Enrichmentfelder entfernt werden. ContributingCorporation sollte im Regelfall bei den betroffenen Datensätzen nicht belegt sein, da es im Rahmen des DOI-basierten Metadatenimports bislang nicht belegt wurde.

Bei der Umschreibung der beiden Konferenz-Enrichmentfelder nach ContributingCorporation wird conference_place in Klammern an conference_title angeschlossen, d.h. die Form lautet: conference_title (conference_place)

Beispiel

JSON-Daten aus Crossref:
json.message.event.name -> 'AINTEC '18: Asian Internet Engineering Conference'
json.message.event.location -> 'Bangkok Thailand'

Mapping bislang:
conference_title -> 'AINTEC '18: Asian Internet Engineering Conference'
conference_place -> 'Bangkok Thailand'

Mapping neu und Umschreibung:
ContributingCorporation -> 'AINTEC '18: Asian Internet Engineering Conference (Bangkok Thailand)'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant