From 5bf002b9696ef3464d26d2dc589a392dd87cb955 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Mon, 12 Feb 2024 08:55:57 +0100 Subject: [PATCH] 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. ---