Adjust schema img size && remove funders/funding streams

This commit is contained in:
Serafeim Chatzopoulos 2022-09-21 18:43:49 +03:00
parent b03bbabb43
commit ae182ddb15
9 changed files with 13 additions and 28 deletions

View File

@ -1,4 +1,4 @@
# Website # OpenAIRE Graph Documentation
This website is built using [Docusaurus 2](https://docusaurus.io/); please check [here](https://docusaurus.io/docs/installation#requirements) the requirements to run the project. This website is built using [Docusaurus 2](https://docusaurus.io/); please check [here](https://docusaurus.io/docs/installation#requirements) the requirements to run the project.

View File

@ -4,24 +4,25 @@ The OpenAIRE Research Graph comprises several types of entities and [relationshi
The latest version of the JSON schema can be found on [Bulk downloads](../download). The latest version of the JSON schema can be found on [Bulk downloads](../download).
![Data mode](./assets/data-model.png) <p align="center">
<img loading="lazy" alt="Data model" src="/img/docs/data-model.png" width="80%" className="img_node_modules-@docusaurus-theme-classic-lib-theme-MDXComponents-Img-styles-module"/>
</p>
The figure above, presents the graph's data model. The figure above, presents the graph's data model.
Its main entities are described in brief below: Its main entities are described in brief below:
* [Research Products](entities/result) represent the outcomes of research activities. * [Results](entities/result) represent the outcomes of research activities.
* [Data Sources](entities/data-source) are the resources used to collect metadata for the graph objects
* [Organizations](entities/organization) correspond to companies or research institutions involved in projects, * [Organizations](entities/organization) correspond to companies or research institutions involved in projects,
responsible for operating data sources or consisting the affiliations of Product creators. responsible for operating data sources or consisting the affiliations of Product creators.
* [Funders](entities/funder) (e.g. EC, Wellcome Trust) are agencies responsible for a list of Funding Streams. <!-- * [Funders](entities/funder) (e.g. EC, Wellcome Trust) are agencies responsible for a list of Funding Streams. -->
* [Funding Streams](entities/funding-stream) represent investments (funding actions) from Funders (e.g. FP7 or H2020). <!-- * [Funding Streams](entities/funding-stream) represent investments (funding actions) from Funders (e.g. FP7 or H2020). -->
* [Projects](entities/project) are research projects funded by a Funding Stream of a Funder. * [Projects](entities/project) are research projects funded by a Funding Stream of a Funder.
* [Data Sources](entities/data-source) are the resources used to collect metadata for the graph objects * [Communities](entities/community) are groups of people with a common research intent.
<span className="todo">TODO: communities are present in the existing documentation instead of funders and fundins streams</span>
:::note Further reading :::note Further reading
A detailed report on the OpenAIRE Research Graph Data Model can be found on [Zenodo](https://zenodo.org/record/2643199). A detailed report on the OpenAIRE Research Graph Data Model can be found on [Zenodo](https://zenodo.org/record/2643199).
::: :::

View File

@ -1,5 +1,5 @@
--- ---
sidebar_position: 7 sidebar_position: 6
--- ---

View File

@ -1,8 +0,0 @@
---
sidebar_position: 5
---
# Funder
<span className="todo">TODO</span>

View File

@ -1,8 +0,0 @@
---
sidebar_position: 6
---
# Funding stream
<span className="todo">TODO</span>

View File

@ -1,5 +1,5 @@
--- ---
sidebar_position: 6 sidebar_position: 7
--- ---
# Other helper objects # Other helper objects

View File

@ -2,7 +2,7 @@
sidebar_position: 1 sidebar_position: 1
--- ---
# Result (Research Product) # Result
Results are intended as digital objects, described by metadata, resulting from a scientific process. Results are intended as digital objects, described by metadata, resulting from a scientific process.
In this page, we descibe the properties of the `Result` object. In this page, we descibe the properties of the `Result` object.

View File

@ -105,7 +105,7 @@ const config = {
items: [ items: [
{ {
label: 'Research Graph', label: 'Research Graph',
to: '/docs/intro', to: '/',
}, },
], ],
}, },

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB