From 5bf002b9696ef3464d26d2dc589a392dd87cb955 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Mon, 12 Feb 2024 08:55:57 +0100 Subject: [PATCH 1/3] fixed field name, minor changes in wording --- docs/data-model/entities/research-product.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/data-model/entities/research-product.md b/docs/data-model/entities/research-product.md index 0ab8ec5..e60d118 100644 --- a/docs/data-model/entities/research-product.md +++ b/docs/data-model/entities/research-product.md @@ -369,7 +369,7 @@ _Type: Boolean • Cardinality: ONE_ Indicates whether or not the scientific result was published following the green open access model. -### openAccesColor +### openAccessColor _Type: String • Cardinality: ONE_ @@ -378,12 +378,12 @@ Indicates the specific open access model used for the publication; possible valu ### isInDiamondJournal _Type: Boolean • Cardinality: ONE_ -Indicates whether or not the result was published in a diamond journal. +Indicates whether or not the publication was published in a diamond journal. -### openAccesColor +### publiclyFunded _Type: String • Cardinality: ONE_ -Indicates whether or not the grants acknowledged by the publication come from public funds. +Discloses whether the publication acknowledges grants from public sources. --- From 882be07650e6c787535469ce06f5ae6f2af4e2ad Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Mon, 12 Feb 2024 12:10:29 +0100 Subject: [PATCH 2/3] fixed field name, minor changes in wording, also in version 7.0.0 --- .../version-7.0.0/data-model/entities/research-product.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-7.0.0/data-model/entities/research-product.md b/versioned_docs/version-7.0.0/data-model/entities/research-product.md index 0ab8ec5..e60d118 100644 --- a/versioned_docs/version-7.0.0/data-model/entities/research-product.md +++ b/versioned_docs/version-7.0.0/data-model/entities/research-product.md @@ -369,7 +369,7 @@ _Type: Boolean • Cardinality: ONE_ Indicates whether or not the scientific result was published following the green open access model. -### openAccesColor +### openAccessColor _Type: String • Cardinality: ONE_ @@ -378,12 +378,12 @@ Indicates the specific open access model used for the publication; possible valu ### isInDiamondJournal _Type: Boolean • Cardinality: ONE_ -Indicates whether or not the result was published in a diamond journal. +Indicates whether or not the publication was published in a diamond journal. -### openAccesColor +### publiclyFunded _Type: String • Cardinality: ONE_ -Indicates whether or not the grants acknowledged by the publication come from public funds. +Discloses whether the publication acknowledges grants from public sources. --- From 5abf090dd30e070de386b003d0613836b4b827b9 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Sun, 18 Feb 2024 18:17:45 +0200 Subject: [PATCH 3/3] Fix links in Public APIs home page --- docs/apis/home.md | 6 +++--- versioned_docs/version-7.0.0/apis/home.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/apis/home.md b/docs/apis/home.md index e7b23cf..2fb15c0 100644 --- a/docs/apis/home.md +++ b/docs/apis/home.md @@ -1,9 +1,9 @@ # Public APIs The OpenAIRE Graph data are accessible through various public APIs. More specifically, the following APIs are currently provided: -* [Search API](./search-api) (an API to search for research products and projects) +* [Search API](./search-api/search-api.md) (an API to search for research products and projects) * [ScholeXplorer API](https://api.scholexplorer.openaire.eu/swagger-ui/index.html?urls.primaryName=Scholexplorer%20API%20V2.0) (an API offering dataset-publication & dataset-dataset links) -* [DSpace & EPrints API](./dspace-eprints-api) (an API to offer custom access to metadata for projects funded by a selection of international funders for DSpace and EPrints platforms) -* [Broker API](./broker-api) (an API to enrich metadata for repositories, publishers, and aggregators) +* [DSpace & EPrints API](./dspace-eprints-api.md) (an API to offer custom access to metadata for projects funded by a selection of international funders for DSpace and EPrints platforms) +* [Broker API](./broker-api.md) (an API to enrich metadata for repositories, publishers, and aggregators) It is also worth mentioning that, between 2015 and 2023 a LOD API was being provided but the respective service has been discontinued. Old LOD datasets can be found on Zenodo [here](https://zenodo.org/records/4587369). \ No newline at end of file diff --git a/versioned_docs/version-7.0.0/apis/home.md b/versioned_docs/version-7.0.0/apis/home.md index e7b23cf..2fb15c0 100644 --- a/versioned_docs/version-7.0.0/apis/home.md +++ b/versioned_docs/version-7.0.0/apis/home.md @@ -1,9 +1,9 @@ # Public APIs The OpenAIRE Graph data are accessible through various public APIs. More specifically, the following APIs are currently provided: -* [Search API](./search-api) (an API to search for research products and projects) +* [Search API](./search-api/search-api.md) (an API to search for research products and projects) * [ScholeXplorer API](https://api.scholexplorer.openaire.eu/swagger-ui/index.html?urls.primaryName=Scholexplorer%20API%20V2.0) (an API offering dataset-publication & dataset-dataset links) -* [DSpace & EPrints API](./dspace-eprints-api) (an API to offer custom access to metadata for projects funded by a selection of international funders for DSpace and EPrints platforms) -* [Broker API](./broker-api) (an API to enrich metadata for repositories, publishers, and aggregators) +* [DSpace & EPrints API](./dspace-eprints-api.md) (an API to offer custom access to metadata for projects funded by a selection of international funders for DSpace and EPrints platforms) +* [Broker API](./broker-api.md) (an API to enrich metadata for repositories, publishers, and aggregators) It is also worth mentioning that, between 2015 and 2023 a LOD API was being provided but the respective service has been discontinued. Old LOD datasets can be found on Zenodo [here](https://zenodo.org/records/4587369). \ No newline at end of file