From 3f24c7823db475a8e94640d86cd84ac59740fe65 Mon Sep 17 00:00:00 2001 From: Sandro La Bruzzo Date: Thu, 17 Nov 2022 16:03:23 +0100 Subject: [PATCH] updated datacite documentation --- docs/data-provision/aggregation/datacite.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/data-provision/aggregation/datacite.md b/docs/data-provision/aggregation/datacite.md index e1fd166..17e818c 100644 --- a/docs/data-provision/aggregation/datacite.md +++ b/docs/data-provision/aggregation/datacite.md @@ -56,14 +56,13 @@ The table below describes the mapping from the XML baseline records to the OpenA | **date section** | | for each date in particular for DOI starting with _10.14457_ we Apply a fix thai date convert a date to ThaiBuddhistDate and reformat to local one see ticket [#6791](https://support.openaire.eu/issues/6791) | | `publicationdate` | `\attributes\dates` | where `dateType` is **issued** | | `publicationdate` | `\attributes\publicationYear` | we create this date format `01-01-publicationYear` | -| `embargoenddate` | `\attributes\dates` | where `dateType` is **available** | | `subjects` | `\attributes\subject` | `scheme=keywords` | | `description` | `\attributes\descriptions` | | | `publisher` | `\attributes\publisher` | | | `language` | `\attributes\language` | cleaned by using vocabulary `dnet:languages` | | `publisher` | `\attributes\publisher` | | -| `instance.license` | `\attributes\rightsList` | if the rights value starts with http and matches a particular regex | -| `instance.accessright` | `\attributes\rightsList` | | +| `instance.license` | `\attributes\rightsList` | We filter the datacite accessRights matching this regex: `.*(/licenses|/publicdomain|unlicense\.org/|/legal-and-data-protection-notices|/download/license|/open-government-licence).*` | +| `instance.accessright` | `\attributes\rightsList` | | ### Relation Mapping