From da004e27981ffb87f179e9b9a3950a17df98bd84 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 21 Mar 2023 10:53:38 +0200 Subject: [PATCH] Rename of 'content provider', 'dataset', 'software', fix a bug for menu fragments, update submodule --- src/app/about/about.component.html | 8 ++++---- src/app/app.component.ts | 6 +++--- src/app/home/home.component.html | 6 +++--- src/app/openaireLibrary | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 57a3c3f..de7a6dc 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -18,16 +18,16 @@ Open Science is gradually becoming the modus operandi in research practices, affecting the way researchers collaborate and publish, discover, and access scientific knowledge. Scientists are increasingly publishing research results beyond the article, to share all scientific - products (metadata and files) generated during an experiment, such as datasets, software, experiments. + products (metadata and files) generated during an experiment, such as research data, research software, experiments. They publish in scholarly communication data sources (e.g. institutional repositories, data archives, - software repositories), rely where possible on persistent identifiers (e.g. DOI, ORCID, Grid.ac, PDBs), + research software repositories), rely where possible on persistent identifiers (e.g. DOI, ORCID, Grid.ac, PDBs), specify semantic links to other research products (e.g. supplementedBy, citedBy, versionOf), and possibly to projects and/or relative funders. By following such practices, scientists are implicitly constructing the Global Open Science Graph, where by "graph" we mean a collection of objects interlinked by semantic relationships.

The OpenAIRE Graph includes metadata and links between scientific products (e.g. literature, - datasets, software, and "other research products"), organizations, funders, funding streams, projects, + research data, research software, and "other research products"), organizations, funders, funding streams, projects, communities, and (provenance) data sources - the details of the graph data model can be found in Zenodo.org. @@ -42,7 +42,7 @@ full-texts;
  • Research infrastructure scholarly services, bridged to the graph via OpenAIRE, exposing metadata of - products such as research workflows, experiments, research objects, software, etc.. + products such as research workflows, experiments, research objects, research software, etc..
  • diff --git a/src/app/app.component.ts b/src/app/app.component.ts index e828875..152f5bf 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -55,9 +55,9 @@ export class AppComponent implements OnInit, OnDestroy { rootItem: new MenuItem("about", "About", "", "/about", false, [], null, {}), items: [ new MenuItem("overview", "Overview", "", "/about", false, [], null, {}), - new MenuItem("metrics", "Data and Metrics", "", "/about", false, [], null, {}, null, 'metrics'), - new MenuItem("infrastructure", "Infrastructure", "", "/about", false, [], null, {}, null, 'infrastructure'), - new MenuItem("team", "Team", "", "/about", false, [], null, {}, null, 'team') + new MenuItem("metrics", "Data and Metrics", "", "/about", false, [], null, {}, null, null, 'metrics'), + new MenuItem("infrastructure", "Infrastructure", "", "/about", false, [], null, {}, null, null, 'infrastructure'), + new MenuItem("team", "Team", "", "/about", false, [], null, {}, null, null, 'team') ] }, { diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index ea312b2..bb2e3ae 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -185,7 +185,7 @@

    European Commission

    The EC Participant Portal is using the OpenAIRE Graph to collect information about publications and - datasets resulting from H2020 funded projects. + research data resulting from H2020 funded projects.
    @@ -283,7 +283,7 @@
    - Navigation through publication, data and software + Navigation through publication, data and research software
  • - Discovery of data and software + Discovery of data and research software
  • diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 4dfe5f9..145cd1d 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 4dfe5f989a1e3a7b1a02b8d14c47b0456eab66bc +Subproject commit 145cd1dd94c9bb2f2a572b87d4a7bca13a8458a2