Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic information

DOI (ang. digital object identifier) – cyfrowy identyfikator dokumentu elektronicznego, który w odróżnieniu od identyfikatorów URL nie zależy od fizycznej lokalizacji dokumentu, lecz jest do niego na stałe przypisany.

DataCite - międzynarodowa organizacja typu not-for-profit, której założeniem jest ulepszenie cytowania danych w celu:

  • ułatwienia dostępu do danych naukowych w internecie,
  • wzrostu akceptacji danych naukowych jako sprawdzonych oraz wkładu w zapisach naukowych,
  • wsparcia archiwizacji danych, która umożliwi weryfikację wyników oraz użycie ich w przyszłości.

a digital identifier of an electronic document, which – unlike URL identifiers – does not depend on the physical location of a document but is permanently ascribed to it.

DataCite – an international non-profit organization, the goal of which is to improve data citations to:

  • facilitate access to scientific data on the Internet,
  • increase the acceptance of scientific data as verified data and of the input in scientific publications,
  • support data archiving in order to makes it possible to to verify results and to use them in the future.

Integrating the dLibra System with the DataCite System and the Integracja systemu dlibra z systemem DataCite Metadata Store (MDS)


The DataCite Metadata Store (MDS) pozwala użytkownikom na rejestrację DOI wraz ze skojarzonymi metadanymi. Dlibra 6.1 integruje się z ww. API i umożliwia łatwą rejestrację tworzonych w systemie obiektów. Po poprawnej rejestracji obiekty będą dostępne publicznie poprzez allows users to register DOIs with the associated metadata. Version 6.1 of the dLibra system integrates with the abovementioned API and makes it possible to easily register objects created in the system. After they have been correctly registered, the objects will be available to the public through the DataCite REST API.

UWAGA: aby korzystać z funkcjonalności DOI wbudowanej w system dLibra należy posiadać konto w systemie DataCite. W tym celu należy skontaktować się z zespołem DInGO poprzez formularz kontaktowy na stronie WWW pakietu DInGO (http://dingo.psnc.pl/) lub adres e-mail pomocy technicznej (help at dlibra.psnc.pl) aby uzyskać informacje o zasadach współpracy z DataCite. PCSS jest członkiem konsorcjum DataCite i ma uprawnienia do przeprowadzenia niezbędnych formalności na podstawie których tworzone jest konto dla zainteresowanej instytucji.

Konfiguracja

Serwer systemu dlibra - mapowanie metadanych

NOTE: In order to use the DOI functionality built into the dLibra system, the user must have an account in the DataCite system. The PCSS is a member of the DataCite consortium, and it is authorized to take care of the necessary formalities on the basis of which an account is created for the interested institution. For more information about it and for a contact form, see the website of the Data ID service.

Configuration

The dLibra System Server – Metadata Mapping

The metadata required by the MDS are mapped from the dLibra system to the metadata schema on the basis of the content of the doi-export.properties file located in the conf/ms subdirectory of the root directory of the server. The box below contains a sample content of that fileMapowanie metadanych z systemu dlibra do schematu metadanych wymaganych przez MDS odbywa się na podstawie zawartości pliku doi-export.properties znajdującego się w podkatalogu conf/ms katalogu głównego serwera. Przykładowa treść pliku znajduje się poniżej.

Code Block
languagetext
titledoi-export.properties
linenumberstrue
#Mandatory
creator															= Creator
title															= Title
title.AlternativeTitle											= Alternative
title.Subtitle													= 
title.TranslatedTitle											= 
title.Other														= 
publisher														= Publisher
publicationYear 												= 
resourceType.Audiovisual										=
resourceType.Collection											=
resourceType.DataPaper											=
resourceType.Dataset											=
resourceType.Event												=
resourceType.Image												=
resourceType.InteractiveResource								=
resourceType.Model												=
resourceType.PhysicalObject										=
resourceType.Service											=
resourceType.Software											=
resourceType.Sound												=
resourceType.Text												=
resourceType.Workflow											=
resourceType.Other												= Type
#Recommended
subject															= Subject
contributor.ContactPerson										=
contributor.DataCollector										=
contributor.DataCurator											=
contributor.DataManager											=
contributor.Distributor											=
contributor.Editor												=
contributor.HostingInstitution									=
contributor.Producer											=
contributor.ProjectLeader										=
contributor.ProjectManager										=
contributor.ProjectMember										=
contributor.RegistrationAgency									=
contributor.RegistrationAuthority								=
contributor.RelatedPerson										=
contributor.Researcher											=
contributor.ResearchGroup										=
contributor.RightsHolder										=
contributor.Sponsor												=
contributor.Supervisor											=
contributor.WorkPackageLeader									=
contributor.Other												= Contributor
date.Accepted													= Accepted
date.Available													= Available
date.Copyrighted												= Copyrighted
date.Collected													= 
date.Created													= Created
date.Issued														= Issued
date.Submitted													= Submitted
date.Updated													= Modified
date.Valid														= Valid
date.Other														= Date
#Related identifier types - all combinations relatedIdentifier.{relatedIdentifierType}.{relationType}
#relatedIdentifier.ARK.{relationType}							=
#relatedIdentifier.arXiv.{relationType}							=
#relatedIdentifier.bibcode.{relationType}						=
#relatedIdentifier.DOI.{relationType}							=
#relatedIdentifier.EAN13.{relationType}							=
#relatedIdentifier.EISSN.{relationType}							=
#relatedIdentifier.Handle.{relationType}						=
#relatedIdentifier.IGSN.{relationType}							=
#relatedIdentifier.ISBN.{relationType}							=
#relatedIdentifier.ISSN.{relationType}							=
#relatedIdentifier.ISTC.{relationType}							=
#relatedIdentifier.LISSN.{relationType}							=
#relatedIdentifier.LSID.{relationType}							=
#relatedIdentifier.PMID.{relationType}							=
#relatedIdentifier.PURL.{relationType}							=
#relatedIdentifier.UPC.{relationType}							=
#relatedIdentifier.URL.{relationType}							=
#relatedIdentifier.URN .{relationType}							=
#relatedIdentifier.{relatedIdentifierType}.IsCitedBy			=
#relatedIdentifier.{relatedIdentifierType}.Cites				=
#relatedIdentifier.{relatedIdentifierType}.IsSupplementTo		=
#relatedIdentifier.{relatedIdentifierType}.IsSupplementedBy		=
#relatedIdentifier.{relatedIdentifierType}.IsContinuedBy		=
#relatedIdentifier.{relatedIdentifierType}.Continues			=
#relatedIdentifier.{relatedIdentifierType}.IsDescribedBy		=
#relatedIdentifier.{relatedIdentifierType}.Describes			=
#relatedIdentifier.{relatedIdentifierType}.HasMetadata			=
#relatedIdentifier.{relatedIdentifierType}.IsMetadataFor		=
#relatedIdentifier.{relatedIdentifierType}.HasVersion			=
#relatedIdentifier.{relatedIdentifierType}.IsVersionOf			=
#relatedIdentifier.{relatedIdentifierType}.IsNewVersionOf		=
#relatedIdentifier.{relatedIdentifierType}.IsPreviousVersionOf	=
#relatedIdentifier.{relatedIdentifierType}.IsPartOf				=
#relatedIdentifier.{relatedIdentifierType}.HasPart				=
#relatedIdentifier.{relatedIdentifierType}.IsReferencedBy		=
#relatedIdentifier.{relatedIdentifierType}.References			=
#relatedIdentifier.{relatedIdentifierType}.IsDocumentedBy		=
#relatedIdentifier.{relatedIdentifierType}.Documents			=
#relatedIdentifier.{relatedIdentifierType}.IsCompiledBy			=
#relatedIdentifier.{relatedIdentifierType}.Compiles				=
#relatedIdentifier.{relatedIdentifierType}.IsVariantFormOf		=
#relatedIdentifier.{relatedIdentifierType}.IsOriginalFormOf		=
#relatedIdentifier.{relatedIdentifierType}.IsIdenticalTo		=
#relatedIdentifier.{relatedIdentifierType}.IsReviewedBy			=
#relatedIdentifier.{relatedIdentifierType}.Reviews				=
#relatedIdentifier.{relatedIdentifierType}.IsDerivedFrom		=
#relatedIdentifier.{relatedIdentifierType}.IsSourceOf			=
#relatedIdentifier.{relatedIdentifierType}.IsRequiredBy			=
#relatedIdentifier.{relatedIdentifierType}.Requires				=
description.Abstract											= Abstract
description.Methods
description.SeriesInformation
description.TableOfContents										= TableOfContents
description.TechnicalInfo
description.Other												= Description
geolocation														= Geolocation
#Optional
language														= Language
#alternateIdentifier.{freeText} 								= 
size															= 
format															= Format
version															= 
rights															= Rights
fundingReference												= 

Uwagi dotyczące mapowania:

  • Przypisywanie metadanych do schematu wymaganego przez MDS odbywa się poprzez podanie po znaku równości nazwy RDF atrybutu dostępnego w systemie dlibra (np. creator = Creator). Możliwe jest przypisanie kilku atrybutów (np. title = Title, Alternative).

Notes on mapping:

  • In order to assign metadata assigned to the schema required by the MDS system, the user must enter the RDF name of the attribute available in the dLibra system after the equal sign (for example, “creator = Creator”) Several attributes can be assigned (for example, “title = Title, Alternative”).
  • The content of the configuration file is divided into three sections: #Mandatory (mandatory), #Recommended (recommended), and #Optional (optional). The fields in the mandatory section always appear in the results metadata schema. If RDF attribute names are not assigned to those fields or if those attributes do not have any value for the given object, then the default value, Treść pliku konfiguracyjnego została podzielona na 3 sekcje: #Mandatory (wymagane), #Recommended (rekomendowane) oraz #Optional (opcjonalne). Pola w sekcji mandatory pojawią się zawsze w wynikowym schemacie metadanych. Jeśli nie zostaną do tych pól przypisane nazwy atrybutów RDF lub atrybuty te nie będą posiadać żadnej wartości dla danego obiektu, to nastąpi przypisanie domyślnej wartości "(:unav)". Aby upewnić się, że obowiązkowe pola będą zawsze wypełnione, można skorzystać z mechanizmu widoków atrybutów, który pozwala skonfigurować atrybuty wymagane przy tworzeniu opisu obiektu., will be assigned.  In order to make sure that the mandatory fields are always filled in, the user may use the attribute view mechanism which makes it possible to configure the attributes required for creating an object description.
  • Metadata beginning from prefix relatedldentlfler can be created freely, on the basis of combinations of the type relatedldentlfierMetadane zaczynające się od prefixu relatedIdentifier mogą być tworzone dowolnie na podstawie kombinacji typu relatedIdentifier.{relatedIdentifierType}.{relationType}. Wartości dla {relatedIdentifierType} oraz {relationType} zostały wymienione w powyższym pliku.
  • Możliwe jest utworzenie dowojnej liczby przypisań dla metadanej typu alternateIdentifier wg. schematu alternateIdentifier.{freeText}, gdzie {freeText}, jest wartością dowolną
  • Metadana publicationYear jest wymagana przez MDS i jej wartość musi stanowić czterocyfrowa liczba naturalna (0000-9999). Jeśli wartość będzie niepoprawna, to zostanie wykorzystana data utworzenia obiektu w repozytorium cyfrowym.

Aplikacja czytelnika

  • The values for {relatedldentlflerType} and {relatlonType} have been included in the file mentioned above.
  • Any number of assignments can be made for the alternateldentlfler metadata type, in accordance with the alternateIdentifier.{freeText} formula, where {freeText} is any value.
  • The publlcationYear metadata is required by the MDS, and its value must be a four-digit natural number (0000–9999). If the value is incorrect, the date of the creation of the object in the digital repository will be used.

Reader Application

For the DOI registration system to function correctly in the MDS system, the “doi.properties” file must also be configured. The file is lcoated in the “/conf” catalog of the Reader Application. The box below contains a sample content of that fileDo prawidłowego działania rejestracji DOI w systemie MDS należy skonfigurować również plik doi.properties, który znajduje się w katalogu /conf aplikacji czytelnika. Przykładowa treść pliku znajduje się poniżej.

Code Block
languagetext
titledoi.properties
linenumberstrue
class.name = pl.psnc.dlibra.web.comp.resources.doi.DoiManager
doi.username=
doi.password=
doi.prefix=10.5072
doi.endpoint.mds=https://mds.test.datacite.org
doi.defaultLanguage=pl

Parametry konfiguracyjneConfiguration parameters:

  • doi.username - nazwa użytkownika w systemie DataCite,– the name of a user in the DataCite system;
  • doi.password - hasło skojarzone z kontem w systemie Datacite,password – a password connected with an account in the DataCite system;
  • doi.prefix - przypisany przez DataCite prefix doiprefix – a DOI prefix assigned by the DataCite system;
  • doi.endpoint.mds - the adress adresfor dothe MDS, gdziewhere:

    https://mds.test.datacite.org - adres do testów – the address for tests, and
    https://mds.datacite.org - adres produkcyjny

    doi.defaultLanguage - język metadanych, który powinien być wykorzystany w przypadku obiektów, które mają zdefiniowane metadane w wielu językach

    – the address for production; and

  • doi.defaultLanguage – the language of the metadata which is to be used for objects the metadata of which are defined in many languages.