forked from D-Net/openaire-graph-docs
preparing version 5.1.0
This commit is contained in:
parent
fc54cfcf02
commit
73ae675672
|
@ -4,7 +4,6 @@ sidebar_position: 12
|
||||||
|
|
||||||
# Versions & changelog
|
# Versions & changelog
|
||||||
|
|
||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
|
|
||||||
Our versioning policy follows the [Semantic Versioning specification](https://semver.org/).
|
Our versioning policy follows the [Semantic Versioning specification](https://semver.org/).
|
||||||
|
@ -14,14 +13,37 @@ In our case, given a version `MAJOR.MINOR.PATCH`, we increment the:
|
||||||
* `MINOR` version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or major data sources change
|
* `MINOR` version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or major data sources change
|
||||||
* `PATCH` version when the graph data are updated
|
* `PATCH` version when the graph data are updated
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
This section will document all notable changes for each graph version.
|
This section documents all notable changes for each graph version. This page is going to replace the updates listed until the end of 2022 on the OpenAIRE website at https://www.openaire.eu/aggregation-and-content-provision-workflows
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### v5.1.0
|
||||||
|
|
||||||
|
- Process start date: 2023-01-16
|
||||||
|
- Public availability date: 2023-01-30
|
||||||
|
- Dump released: **no**
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Revised SDG classification: better accuracy, lower coverage (will improve in the next months)
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Crossref dump from December 2022
|
||||||
|
- ORCID works without a DOI from January 2023
|
||||||
|
- Usage counts from December 2022
|
||||||
|
- DataCite contents from January 2023
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### v5.0.0
|
### v5.0.0
|
||||||
|
|
||||||
|
- Process start date: 2022-12-19
|
||||||
|
- Public availability date: 2022-12-28
|
||||||
|
- Dump released: **yes**
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- [Impact indicators](/data-model/entities/result#indicators) at the level of the Result
|
- [Impact indicators](/data-model/entities/result#indicators) at the level of the Result
|
||||||
|
@ -32,4 +54,6 @@ This section will document all notable changes for each graph version.
|
||||||
|
|
||||||
- FOS and SDGs were removed from the [result subjects](/data-model/entities/result#subjects)
|
- FOS and SDGs were removed from the [result subjects](/data-model/entities/result#subjects)
|
||||||
- Measures were removed from the [result instance](/data-model/entities/result#instance)
|
- Measures were removed from the [result instance](/data-model/entities/result#instance)
|
||||||
|
- Updated DOIBoost to include publications from Crossref and the works from ORCID with a DOI until November 2022
|
||||||
|
- ORCID works without a DOI from November 2022
|
||||||
|
|
||||||
|
|
|
@ -112,9 +112,9 @@ const config = {
|
||||||
//
|
//
|
||||||
// documentation version in the navbar
|
// documentation version in the navbar
|
||||||
{
|
{
|
||||||
type: 'docsVersion',
|
// type: 'docsVersion',
|
||||||
|
|
||||||
// type: 'docsVersionDropdown',
|
type: 'docsVersionDropdown',
|
||||||
position: 'right'
|
position: 'right'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ const sidebars = {
|
||||||
label: "Downloads",
|
label: "Downloads",
|
||||||
link: {
|
link: {
|
||||||
type: 'generated-index',
|
type: 'generated-index',
|
||||||
description: 'All resources, available for download, are listed below.'
|
description: 'All resources, available for download, are listed below. For the versions available in Zenodo, please refer to the Changelog section.'
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ type: 'doc', id: 'downloads/full-graph'},
|
{ type: 'doc', id: 'downloads/full-graph'},
|
||||||
|
|
Loading…
Reference in New Issue