change terminology page text based on the doc provided

This commit is contained in:
Alex Martzios 2022-09-21 11:38:15 +03:00
parent 95c9301aa3
commit d9afcfcb06
1 changed files with 67 additions and 78 deletions

View File

@ -45,52 +45,49 @@ declare var ResizeObserver;
<li> <li>
<dl class="uk-description-list uk-description-list-divider"> <dl class="uk-description-list uk-description-list-divider">
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1 uk-text-primary">{{openaireEntities.RESULTS}}</dt> <dt class="uk-width-1-5@m uk-width-1-1 uk-text-primary">Research Products</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<div>There are currently four different types of {{openaireEntities.RESULTS | lowercase}} in the <div>There are four different types of research products in the
OpenAIRE Research <br> Graph: OpenAIRE Research Graph:
</div> </div>
<ul class="uk-list uk-list-bullet uk-list-primary"> <ul class="uk-list uk-list-bullet uk-list-primary">
<li>{{openaireEntities.PUBLICATIONS}}</li> <li>Publications</li>
<li>{{openaireEntities.DATASETS}}</li> <li>Research data</li>
<li>{{openaireEntities.SOFTWARE}}</li> <li>Research software</li>
<li>{{openaireEntities.OTHER}}.</li> <li>Other research products.</li>
</ul> </ul>
<div class="uk-margin-small-top"> <div class="uk-margin-small-top">
OpenAIRE deduplicates (merges) different records of {{openaireEntities.RESULTS | lowercase}} and We deduplicate (merge) different records of research products and keep the metadata of all instances.
keeps the <br> metadata of all instances.
</div> </div>
</dd> </dd>
</div> </div>
<hr> <hr>
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">{{openaireEntities.PUBLICATION}}</dt> <dt class="uk-width-1-5@m uk-width-1-1">Publication</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
{{openaireEntities.RESULTS}} intended for human reading (published articles, pre-prints, conference Research products intended for human reading (published articles, pre-prints, conference
<br> papers, presentations, technical reports, etc.) papers, presentations, technical reports, etc.)
</dd> </dd>
</div> </div>
<hr> <hr>
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">{{openaireEntities.DATASET}}</dt> <dt class="uk-width-1-5@m uk-width-1-1">Research data</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<!-- <div>{{openaireEntities.DATASET}}</div>--> <div>
<div>Granularity is not defined by OpenAIRE, it reflects the granularity supported by The sources from which the description of the research data has been collected reflect and support their own granularity, we do not define it.
the sources <br> from which the description of the {{openaireEntities.DATASET | lowercase}} has been
collected.
</div> </div>
</dd> </dd>
</div> </div>
<hr> <hr>
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">{{openaireEntities.SOFTWARE_SINGULAR}}</dt> <dt class="uk-width-1-5@m uk-width-1-1">Research software</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
Source code or software package developed and/or used in a research context Source code or software package developed and/or used in a research context
</dd> </dd>
</div> </div>
<hr> <hr>
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">{{openaireEntities.OTHER_SINGULAR}}</dt> <dt class="uk-width-1-5@m uk-width-1-1">Other research product</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
Anything that does not fall in the previous categories (e.g. workflow, methods, protocols) Anything that does not fall in the previous categories (e.g. workflow, methods, protocols)
</dd> </dd>
@ -99,31 +96,29 @@ declare var ResizeObserver;
</li> </li>
<li> <li>
<div class="uk-text-center uk-padding"> <div class="uk-text-center uk-padding">
The attributes of entities listed below are either inherited via entries in the harvested metadata records We either inherit the attributes of entities via entries in the harvested metadata records or automatically generate them using our inference system (text and data mining algorithms).
or automatically generated by our inference (text and data mining) algorithms.
</div> </div>
<hr> <hr>
<dl class="uk-description-list uk-description-list-divider"> <dl class="uk-description-list uk-description-list-divider">
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">{{openaireEntities.ORGANIZATION}}</dt> <dt class="uk-width-1-5@m uk-width-1-1">Organization</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<p><span class="uk-text-bold">For {{openaireEntities.RESULTS | lowercase}},</span> this refers to the <p><span class="uk-text-bold">For research products,</span> this refers to the
affiliated organizations of its authors</p> affiliated organizations of its authors</p>
<p><span class="uk-text-bold">For {{openaireEntities.PROJECTS | lowercase}}:</span> <p><span class="uk-text-bold">For projects:</span>
the {{openaireEntities.ORGANIZATIONS | lowercase}} participating in the organizations participating in
the {{openaireEntities.PROJECT | lowercase}} the project
(i.e. beneficiaries of the grant)</p> (i.e. beneficiaries of the grant)</p>
<p>The OpenAIRE research graph is in the process of improving <p>
the {{openaireEntities.ORGANIZATION | lowercase}} database (disambiguation) with the newly developed We are improving the organization database with the use of our <a href="https://orgs.openaire.eu/" target="_blank">OpenOrgs</a> tool. It allows curators to disambiguate organizations (merge different names of the same organization) and identify parent-child relationships (schools, departments, etc.).
<a href="https://www.openaire.eu/blogs/openorgs-bridging-registries-of-research-organisations" </p>
target="_blank">OpenOrgs</a> tool.</p>
</dd> </dd>
</div> </div>
<hr> <hr>
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">Country</dt> <dt class="uk-width-1-5@m uk-width-1-1">Country</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<p>The country of the {{openaireEntities.ORGANIZATION | lowercase}}. </p> <p>The country of the organization. </p>
<p> <p>
<span class="uk-text-bold">Country code mapping: </span> <span class="uk-text-bold">Country code mapping: </span>
<a href="https://api.openaire.eu/vocabularies/dnet:countries" target="_blank"> <a href="https://api.openaire.eu/vocabularies/dnet:countries" target="_blank">
@ -135,13 +130,13 @@ declare var ResizeObserver;
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">Funder</dt> <dt class="uk-width-1-5@m uk-width-1-1">Funder</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<p>Funders that have joined OpenAIRE, i.e. their {{openaireEntities.PROJECT | lowercase}} data have <p>Funders that have joined OpenAIRE, i.e. their project data have
gone through a validation process.</p> gone through a validation process.</p>
<p>You can visit <a class="https://explore.openaire.eu/search/find" target="_blank">https://explore.openaire.eu/search/find</a> <p>You can visit <a class="https://explore.openaire.eu/search/find" target="_blank">https://explore.openaire.eu/search/find</a>
if you would like to explore the {{openaireEntities.RESULTS | lowercase}} if you would like to explore the research products
and {{openaireEntities.PROJECTS | lowercase}} of all funders in OpenAIRE (the list of funders can be and projects of all funders in OpenAIRE (the list of funders can be
seen under the "Funder" Filter shown on the left side of the page).</p> seen under the "Funder" Filter shown on the left side of the page).</p>
<p><span class="uk-text-bold">To join: </span><a <p><span class="uk-text-bold">For funder who want to join OpenAIRE: </span><a
href="https://www.openaire.eu/funders-how-to-join-guide" target="_blank">https://www.openaire.eu/funders-how-to-join-guide</a> href="https://www.openaire.eu/funders-how-to-join-guide" target="_blank">https://www.openaire.eu/funders-how-to-join-guide</a>
</p> </p>
</dd> </dd>
@ -150,8 +145,8 @@ declare var ResizeObserver;
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">Type</dt> <dt class="uk-width-1-5@m uk-width-1-1">Type</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<p>The sub-type of a {{openaireEntities.RESULT | lowercase}} (e.g., <p>The sub-type of a research outcome (e.g.,
a {{openaireEntities.PUBLICATION | lowercase}} can be a pre-print, conference proceeding, a publication can be a pre-print, conference proceeding,
article, article,
etc.)</p> etc.)</p>
<p><span class="uk-text-bold">Resource type mapping: </span> <p><span class="uk-text-bold">Resource type mapping: </span>
@ -165,11 +160,12 @@ declare var ResizeObserver;
<dt class="uk-width-1-5@m uk-width-1-1">Access mode or access rights</dt> <dt class="uk-width-1-5@m uk-width-1-1">Access mode or access rights</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<p>The best available (across all instances) access rights of <p>The best available (across all instances) access rights of
a {{openaireEntities.RESULT | lowercase}}</p> a research product</p>
<p>Types: open, restricted, closed, embargo (= closed for a specific period of time, then open)</p> <p>Types (by best available):</p>
<p><span class="uk-text-bold">Note:</span> definition of <span class="uk-text-bold">restricted</span> <p><span class="uk-text-bold">Open:</span> Open Access</p>
may vary by data source, it may refer to access rights being given to registered users, potentially <p><span class="uk-text-bold">Embargo:</span> Closed for a specific period of time, then open.</p>
behind a paywall.</p> <p><span class="uk-text-bold">Restricted:</span> Definition of restricted may vary by data source, it may refer to access rights being given to registered users, potentially behind a paywall.</p>
<p><span class="uk-text-bold">Closed:</span> Closed access</p>
</dd> </dd>
</div> </div>
<hr> <hr>
@ -194,7 +190,7 @@ declare var ResizeObserver;
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">Context</dt> <dt class="uk-width-1-5@m uk-width-1-1">Context</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
Related {{openaireEntities.COMMUNITY | lowercase}}, initiative or infrastructure. Related research community, initiative or infrastructure.
</dd> </dd>
</div> </div>
<hr> <hr>
@ -208,12 +204,12 @@ declare var ResizeObserver;
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">Publisher</dt> <dt class="uk-width-1-5@m uk-width-1-1">Publisher</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
The publisher of the venue (journal, book, etc.) of a {{openaireEntities.RESULT | lowercase}}. The publisher of the venue (journal, book, etc.) of a research product.
</dd> </dd>
</div> </div>
<hr> <hr>
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1 uk-text-primary">{{openaireEntities.DATASOURCES}}</dt> <dt class="uk-width-1-5@m uk-width-1-1 uk-text-primary">Data sources (content providers)</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
<p>The different data sources ingested in the OpenAIRE Research Graph.</p> <p>The different data sources ingested in the OpenAIRE Research Graph.</p>
<div class="uk-text-bold">Data Source Types:</div> <div class="uk-text-bold">Data Source Types:</div>
@ -232,9 +228,9 @@ declare var ResizeObserver;
<dt class="uk-width-1-5@m uk-width-1-1">Repositories</dt> <dt class="uk-width-1-5@m uk-width-1-1">Repositories</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
Information systems where scientists upload the bibliographic metadata and payloads of their Information systems where scientists upload the bibliographic metadata and payloads of their
{{openaireEntities.RESULTS | lowercase}} (e.g. PDFs of their scientific articles, CSVs of their data, research products (e.g. PDFs of their scientific articles, CSVs of their data,
archive with their archive with their
software), due to obligations from their {{openaireEntities.ORGANIZATIONS | lowercase}}, their software), due to obligations from their organizations, their
funders, or due to community practices funders, or due to community practices
(e.g. ArXiv, Europe PMC, Zenodo). (e.g. ArXiv, Europe PMC, Zenodo).
</dd> </dd>
@ -251,9 +247,9 @@ declare var ResizeObserver;
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">Aggregators</dt> <dt class="uk-width-1-5@m uk-width-1-1">Aggregators</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
Information systems that collect descriptive metadata about {{openaireEntities.RESULTS | lowercase}} Information systems that collect descriptive metadata about research products
from multiple sources from multiple sources
in order to enable cross-data source discovery of given {{openaireEntities.RESULTS | lowercase}} (e,g, in order to enable cross-data source discovery of given research products (e,g,
DataCite, DataCite,
BASE, DOAJ). BASE, DOAJ).
</dd> </dd>
@ -265,18 +261,18 @@ declare var ResizeObserver;
Information systems created with the intent of maintaining authoritative registries of given Information systems created with the intent of maintaining authoritative registries of given
entities in the scholarly communication, such as OpenDOAR for the institutional repositories, re3data entities in the scholarly communication, such as OpenDOAR for the institutional repositories, re3data
for the data repositories, CORDA and other funder databases for the data repositories, CORDA and other funder databases
for {{openaireEntities.PROJECTS | lowercase}} and funding information. for projects and funding information.
</dd> </dd>
</div> </div>
<hr> <hr>
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-5@m uk-width-1-1">CRIS (Current Research Information System)</dt> <dt class="uk-width-1-5@m uk-width-1-1">CRIS (Current Research Information System)</dt>
<dd class="uk-width-expand"> <dd class="uk-width-expand">
Information systems adopted by research and academic {{openaireEntities.ORGANIZATIONS | lowercase}} to Information systems adopted by research and academic organizations to
keep track of their research keep track of their research
administration records and relative results; examples of CRIS content are articles administration records and relative results; examples of CRIS content are articles
or {{openaireEntities.DATASETS | lowercase}} funded or research data funded
by {{openaireEntities.PROJECTS | lowercase}}, their principal investigators, facilities acquired by projects, their principal investigators, facilities acquired
thanks to funding, etc. thanks to funding, etc.
</dd> </dd>
</div> </div>
@ -284,14 +280,14 @@ declare var ResizeObserver;
</li> </li>
<li> <li>
<div class="uk-text-center uk-padding"> <div class="uk-text-center uk-padding">
The attributes of entities under this tab are constructed following the methodology described below. All attributes in this tab are constructed by us, with the methodology presented below.
</div> </div>
<hr> <hr>
<dl class="uk-description-list uk-description-list-divider"> <dl class="uk-description-list uk-description-list-divider">
<div class="uk-grid uk-padding-small" uk-grid> <div class="uk-grid uk-padding-small" uk-grid>
<dt class="uk-width-1-3@m uk-width-1-1">Attribute</dt> <dt class="uk-width-1-3@m uk-width-1-1">Attribute</dt>
<dd class="uk-width-1-3@m uk-width-1-1 uk-text-bold">Definition</dd> <dd class="uk-width-1-3@m uk-width-1-1 uk-text-bold">Definition</dd>
<dd class="uk-width-1-3@m uk-width-1-1 uk-text-bold">Construction</dd> <dd class="uk-width-1-3@m uk-width-1-1 uk-text-bold">How we build it</dd>
</div> </div>
<hr> <hr>
<div class="uk-padding-small uk-text-bold uk-text-primary"> <div class="uk-padding-small uk-text-bold uk-text-primary">
@ -304,16 +300,13 @@ declare var ResizeObserver;
<p>A journal that publishes only in open access.</p> <p>A journal that publishes only in open access.</p>
</dd> </dd>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>We construct the list of fully OA journals using Unpaywall data. </p> <p>We follow <a target="_blank" href="https://support.unpaywall.org/support/solutions/articles/44001792752-how-do-we-decide-if-a-given-journal-is-fully-oa-">Unpaywalls approach</a> on defining fully Open Access journals and publishers and we construct the lists of the latter using Unpaywall data.</p>
<p>In brief, a journal is fully OA if </p> <p>In brief, a journal is fully Open Access if one or more of the following occur: </p>
<ol> <ol>
<li>It is in the Directory of Open Access Journals (DOAJ)</li> <li>It is in the Directory of Open Access Journals (DOAJ)</li>
<li>It has a known (curated list) fully OA Publisher.</li> <li>It has a known fully OA Publisher (curated list).</li>
<li>It only publishes OA articles.</li> <li>It only publishes OA articles.</li>
</ol> </ol>
<p><a
href="https://support.unpaywall.org/support/solutions/articles/44001792752-how-do-we-decide-if-a-given-journal-is-fully-oa-"
target="_blank">More information</a></p>
</dd> </dd>
</div> </div>
<hr> <hr>
@ -333,7 +326,7 @@ declare var ResizeObserver;
<p>A subscription journal where some of its articles are open access.</p> <p>A subscription journal where some of its articles are open access.</p>
</dd> </dd>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>Journals with open access articles that are not fully OA journals are hybrid.</p> <p>Journals with open access articles that are not fully OA journals.</p>
</dd> </dd>
</div> </div>
<hr> <hr>
@ -348,13 +341,11 @@ declare var ResizeObserver;
<li>offset subscription income from payments for publishing services (to avoid double payments)." <li>offset subscription income from payments for publishing services (to avoid double payments)."
</li> </li>
</ul> </ul>
<p>Source:</p> <p>Source: <a href="https://www.coalition-s.org/transformative-journals-faq/" target="_blank">Plan S initiative</a></p>
<p><a href="https://www.coalition-s.org/transformative-journals-faq/" target="_blank">https://www.coalition-s.org/transformative-journals-faq/</a>
</p>
</dd> </dd>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>Transformative Journals are identified by ISSN matching with the publicly available Transformative <p>
Journals data (<a href="https://journalcheckertool.org/transformative-journals/" target="_blank">https://journalcheckertool.org/transformative-journals/</a>) We identify Transformative Journals by ISSN matching with the publicly available <a href="https://journalcheckertool.org/transformative-journals/" target="_blank">Transformative Journals data</a> from Plan S initiative.
</p> </p>
</dd> </dd>
</div> </div>
@ -367,11 +358,12 @@ declare var ResizeObserver;
<dt class="uk-width-1-3@m uk-width-1-1">Diamond OA</dt> <dt class="uk-width-1-3@m uk-width-1-1">Diamond OA</dt>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>A fully OA journal that does not charge article processing charges (APCs).</p> <p>A fully OA journal that does not charge article processing charges (APCs).</p>
<p>In other words, fully OA journals are either diamond, or charge APCs.</p>
</dd> </dd>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>APC information is obtained from DOAJ using DOAJs exportable version of the journal metadata (<a <p>
href="https://doaj.org/docs/public-data-dump/" target="_blank">https://doaj.org/docs/public-data-dump/</a>). We obtain APC data from DOAJ using <a href="https://doaj.org/docs/public-data-dump/" target="_blank">DOAJs Public Data Dump</a> (an exportable version of the journal metadata). We used it to determine whether a particular fully OA journal charges APCs.
We use it to determine whether a particular fully OA journal charges APCs. </p> </p>
</dd> </dd>
</div> </div>
<hr> <hr>
@ -395,7 +387,7 @@ declare var ResizeObserver;
<p>A scientific publication published in a fully OA journal.</p> <p>A scientific publication published in a fully OA journal.</p>
</dd> </dd>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>Fully OA journals are defined above.</p> <p>We define fully OA journals above.</p>
</dd> </dd>
</div> </div>
<hr> <hr>
@ -405,8 +397,8 @@ declare var ResizeObserver;
<p>An open access scientific publication published in a hybrid journal with an open license.</p> <p>An open access scientific publication published in a hybrid journal with an open license.</p>
</dd> </dd>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>Hybrid journals are defined above.</p> <p>We define hybrid journals above.</p>
<p>At this point we consider only CC licenses open, we are currently working on cleaning non-CC <p>At this point we consider only CC licenses open. We are currently working on cleaning non-CC
licenses as well to identify other open ones.</p> licenses as well to identify other open ones.</p>
<p>In principle, this means that we may be underestimating the number of hybrid OA articles and <p>In principle, this means that we may be underestimating the number of hybrid OA articles and
overestimating the number of bronze.</p> overestimating the number of bronze.</p>
@ -434,11 +426,8 @@ declare var ResizeObserver;
data sources.</p> data sources.</p>
</dd> </dd>
<dd class="uk-width-1-3@m uk-width-1-1"> <dd class="uk-width-1-3@m uk-width-1-1">
<p>Data for downloads is taken from OpenAIREs Usage Counts service that harvests it from a set of <p>We utilize the usage data for the downloads from <a href="https://www.openaire.eu/guides-usage-counts" target="_blank">OpenAIREs Usage Counts service</a> that harvests it from a set of
repositories. The time range of available downloads varies for each repository.</p> datasources. The time range of available downloads varies for each datasource.</p>
<p>
<a href="https://www.openaire.eu/guides-usage-counts" target="_blank">More information</a>
</p>
</dd> </dd>
</div> </div>
<hr> <hr>