Rename of 'content provider', 'dataset', 'software', fix a bug for menu fragments, update submodule

master production-release-march-2023
Alex Martzios 1 year ago
parent 63c331958e
commit da004e2798

@ -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.
<br><br>
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 <a
href="https://zenodo.org/record/2643199#.XOqdstMzZ24" target="_blank">graph data model</a> can be found
in Zenodo.org.
@ -42,7 +42,7 @@
full-texts;
</li>
<li>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..
</li>
</ul>
</div>

@ -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')
]
},
{

@ -185,7 +185,7 @@
<h4 class="uk-text-bold uk-text-center uk-margin-top">European Commission</h4>
<div class="uk-text-justify">
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.
</div>
<div class="uk-text-center uk-margin-top">
<a class="uk-text-uppercase uk-text-bold uk-text-small" href="https://www.openaire.eu/reporting-research-outputs-to-the-ec-using-the-openaire-api" target="_blank">
@ -283,7 +283,7 @@
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Navigation through publication, data and software
Navigation through publication, data and research software
</li>
<li>
<div class="circle uk-light uk-preserve uk-background-secondary uk-margin-small-right uk-icon"
@ -292,7 +292,7 @@
<polyline fill="none" stroke="#000" stroke-width="1.1" points="4,10 8,15 17,4"></polyline>
</svg>
</div>
Discovery of data and software
Discovery of data and research software
</li>
</ul>
</div>

@ -1 +1 @@
Subproject commit 4dfe5f989a1e3a7b1a02b8d14c47b0456eab66bc
Subproject commit 145cd1dd94c9bb2f2a572b87d4a7bca13a8458a2
Loading…
Cancel
Save