Update url path for graph-production-workflow; add more details in indictors ingestion page
This commit is contained in:
parent
bd4e9bd417
commit
de89887e7e
|
@ -27,8 +27,8 @@ _Start Date: 2023-02-13 • Release Date: 2023-03-01 • Dump release: **n
|
|||
- Revised SDG classification: improved coverage (+600K classified DOIs)
|
||||
- General increase of the funded scientific outputs, thanks to the full text mining scanning new OpenAccess publications
|
||||
- Integrated contents from
|
||||
- [EMBL-EBIs Protein Data Bank in Europe](/data-provision/aggregation/non-compatible-sources/ebi)
|
||||
- [UniProtKB/Swiss-Prot](/data-provision/aggregation/non-compatible-sources/uniprot)
|
||||
- [EMBL-EBIs Protein Data Bank in Europe](/graph-production-workflow/aggregation/non-compatible-sources/ebi)
|
||||
- [UniProtKB/Swiss-Prot](/graph-production-workflow//aggregation/non-compatible-sources/uniprot)
|
||||
|
||||
#### Changed
|
||||
|
||||
|
|
|
@ -615,7 +615,7 @@ _Type: [ImpactMeasures](#impactmeasures-1) • Cardinality: ONE_
|
|||
|
||||
These impact-based indicators, provided by [BIP!](https://bip.imsi.athenarc.gr/), estimate the impact of a result.
|
||||
|
||||
For details about their calculation, please refer [here](/data-provision/indicators-ingestion/impact-scores).
|
||||
For details about their calculation, please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores).
|
||||
|
||||
```json
|
||||
"impactMeasures": {
|
||||
|
@ -682,7 +682,7 @@ The different impact-based indicators as computed by [BIP!](https://bip.imsi.ath
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#pagerank-pr).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#pagerank-pr).
|
||||
|
||||
```json
|
||||
"influence": {
|
||||
|
@ -695,7 +695,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#citation-count-cc).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#citation-count-cc).
|
||||
|
||||
```json
|
||||
"influence_alt" :{
|
||||
|
@ -708,7 +708,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#attrank).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#attrank).
|
||||
|
||||
```json
|
||||
"popularity":{
|
||||
|
@ -722,7 +722,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This is an alternative to the "Popularity" indicator, which also reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#ram).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#ram).
|
||||
|
||||
```json
|
||||
"popularity_alt":{
|
||||
|
@ -736,7 +736,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#incubation-citation-count-icc).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#incubation-citation-count-icc).
|
||||
|
||||
```json
|
||||
"impulse":{
|
||||
|
|
|
@ -187,7 +187,7 @@ Date when the embargo ends and this result turns Open Access.
|
|||
_Type: [Indicator](other#indicator) • Cardinality: ONE_
|
||||
|
||||
The indicators computed for this result;
|
||||
currently, the following two types of indicators are supported: [impact indicators](/data-provision/indicators-ingestion/impact-scores) and [usage statistics indicators](/data-provision/indicators-ingestion/usage-counts).
|
||||
currently, the following two types of indicators are supported: [impact indicators](/graph-production-workflow/indicators-ingestion/impact-scores) and [usage statistics indicators](/graph-production-workflow/indicators-ingestion/usage-counts).
|
||||
|
||||
```json
|
||||
"indicators": {
|
||||
|
|
|
@ -77,5 +77,5 @@ Currently, the following data sources are used as "PID authorities":
|
|||
| pdb | `pdb_________` | EMBL-EBI |
|
||||
| uniprot | `uniprot_____` | EMBL-EBI |
|
||||
|
||||
OpenAIRE also perform duplicate identification (see the [dedicated section for details](/data-provision/deduplication)).
|
||||
OpenAIRE also perform duplicate identification (see the [dedicated section for details](/graph-production-workflow/deduplication)).
|
||||
All duplicates are **merged** together in a **representative record** which must be assigned a dedicated OpenAIRE identifier (i.e. it cannot have the identifier of one of the aggregated record).
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"label": "Data provision",
|
||||
"position": 6,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "data-provision"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "Graph production workflow",
|
||||
"position": 6,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "graph-production-workflow"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
@ -10,7 +10,7 @@ Bibliographic records that do not meet minimal requirements for being part of th
|
|||
Currently, the only criteria applied horizontally to the entire graph aims at excluding scientific results whose title is not meaningful for citation purposes.
|
||||
Then, different criteria are applied in the pre-processing of specific sub-collections:
|
||||
|
||||
* [Crossref filtering](/data-provision/aggregation/non-compatible-sources/doiboost#crossref-filtering)
|
||||
* [Crossref filtering](/graph-production-workflow/aggregation/non-compatible-sources/doiboost#crossref-filtering)
|
||||
|
||||
## Country cleaning
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
# Impact indicators
|
||||
|
||||
This page summarises all calculated impact indicators, which are included in the [impactMeasures](/data-model/entities/other#impactmeasures) property which is part of the [indicators](/data-model/entities/result#indicators) property of the result.
|
||||
This page summarises all calculated impact indicators, provided by [BIP!](https://bip.imsi.athenarc.gr/), which are included in the [impactMeasures](/data-model/entities/other#impactmeasures) property (found under the [indicators](/data-model/entities/result#indicators) property of the result).
|
||||
|
||||
It should be noted that the impact indicators are being calculated on the level of the research output.
|
||||
Below we explain their main intuition, the way they are calculated, and their most important limitations, in an attempt help avoiding common pitfalls and misuses.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
import DocCardList from '@theme/DocCardList';
|
||||
|
||||
# Indicators ingestion
|
||||
|
||||
In this step, results are enriched with Impact and Usage Statistics indicators.
|
||||
The former are provided by [BIP!](https://bip.imsi.athenarc.gr/) while the latter are computed by OpenAIRE's [UsageCounts service](https://usagecounts.openaire.eu/).
|
||||
|
||||
<DocCardList />
|
|
@ -1,7 +1,7 @@
|
|||
# Usage Statistics Indicators
|
||||
# Usage Statistics indicators
|
||||
|
||||
Usage Statistics indicators for research products, like publications, datasets,etc., are an important complement to other (traditional and alternative) bibliometric indicators to provide a comprehensive and recent view of the impact of such resources but also about their authors, institutions and the platforms themselves. They are taking into account different levels of information: the usage of data sources, the usage of individual items in the context of their resource type and the usage of individual web resources or files.
|
||||
|
||||
Usage Statistics Indicators are built by the OpenAIRE's UsageCounts Service. The service collects usage data and consolidated usage statistics reports respectively, from its distributed network of data providers (repositories, e-journals, CRIS) by utilizing open standards and protocols and delivers reliable, consolidated and comparable usage metrics like counts of item downloads and metadata views conformant to COUNTER Code of Practice.
|
||||
Usage Statistics Indicators are built by the OpenAIRE's UsageCounts service. The service collects usage data and consolidated usage statistics reports respectively, from its distributed network of data providers (repositories, e-journals, CRIS) by utilizing open standards and protocols and delivers reliable, consolidated and comparable usage metrics like counts of item downloads and metadata views conformant to COUNTER Code of Practice.
|
||||
|
||||
You can find more information about the UsageCounts service [here](https://usagecounts.openaire.eu/).
|
59
sidebars.js
59
sidebars.js
|
@ -67,35 +67,35 @@ const sidebars = {
|
|||
{
|
||||
type: 'category',
|
||||
label: "Graph production workflow",
|
||||
link: {type: 'doc', id: 'data-provision/data-provision'},
|
||||
link: {type: 'doc', id: 'graph-production-workflow/graph-production-workflow'},
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: "Aggregation",
|
||||
link: {type: 'doc', id: 'data-provision/aggregation/aggregation'},
|
||||
link: {type: 'doc', id: 'graph-production-workflow/aggregation/aggregation'},
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
label: "OpenAIRE compatible sources",
|
||||
id: 'data-provision/aggregation/compatible-sources',
|
||||
id: 'graph-production-workflow/aggregation/compatible-sources',
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: "Non-compatible sources",
|
||||
link: { type: 'generated-index' },
|
||||
items: [
|
||||
{ type: 'doc', id: 'data-provision/aggregation/non-compatible-sources/doiboost', label: 'DOIBoost' },
|
||||
{ type: 'doc', id: 'data-provision/aggregation/non-compatible-sources/pubmed' },
|
||||
{ type: 'doc', id: 'data-provision/aggregation/non-compatible-sources/datacite' },
|
||||
{ type: 'doc', id: 'data-provision/aggregation/non-compatible-sources/ebi', label: 'EMBL-EBI' },
|
||||
{ type: 'doc', id: 'data-provision/aggregation/non-compatible-sources/uniprot', label: 'UniProtKB/Swiss-Prot' }
|
||||
{ type: 'doc', id: 'graph-production-workflow/aggregation/non-compatible-sources/doiboost', label: 'DOIBoost' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/aggregation/non-compatible-sources/pubmed' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/aggregation/non-compatible-sources/datacite' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/aggregation/non-compatible-sources/ebi', label: 'EMBL-EBI' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/aggregation/non-compatible-sources/uniprot', label: 'UniProtKB/Swiss-Prot' }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'data-provision/merge-by-id'
|
||||
id: 'graph-production-workflow/merge-by-id'
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
|
@ -105,23 +105,23 @@ const sidebars = {
|
|||
description: 'The OpenAIRE Graph is enriched using the different Text and Data Mining (TDM) algorithms that are grouped in the following categories.'
|
||||
},
|
||||
items: [
|
||||
{ type: 'doc', id: 'data-provision/enrichment-by-mining/affiliation_matching' },
|
||||
{ type: 'doc', id: 'data-provision/enrichment-by-mining/citation_matching' },
|
||||
{ type: 'doc', id: 'data-provision/enrichment-by-mining/classifies' },
|
||||
{ type: 'doc', id: 'data-provision/enrichment-by-mining/documents_similarity' },
|
||||
{ type: 'doc', id: 'data-provision/enrichment-by-mining/acks' },
|
||||
{ type: 'doc', id: 'data-provision/enrichment-by-mining/cites' },
|
||||
{ type: 'doc', id: 'data-provision/enrichment-by-mining/metadata_extraction' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/affiliation_matching' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/citation_matching' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/classifies' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/documents_similarity' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/acks' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/cites' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/metadata_extraction' },
|
||||
]
|
||||
},
|
||||
{ type: 'doc', id: 'data-provision/cleaning' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/cleaning' },
|
||||
{
|
||||
type: 'category',
|
||||
label: "Deduplication",
|
||||
link: {type: 'doc', id: 'data-provision/deduplication/deduplication'},
|
||||
link: {type: 'doc', id: 'graph-production-workflow/deduplication/deduplication'},
|
||||
items: [
|
||||
{ type: 'doc', id: 'data-provision/deduplication/research-products' },
|
||||
{ type: 'doc', id: 'data-provision/deduplication/organizations' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/deduplication/research-products' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/deduplication/organizations' },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -133,26 +133,23 @@ const sidebars = {
|
|||
|
||||
},
|
||||
items: [
|
||||
{ type: 'doc', id: 'data-provision/deduction-and-propagation/bulk-tagging' },
|
||||
{ type: 'doc', id: 'data-provision/deduction-and-propagation/propagation' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/deduction-and-propagation/bulk-tagging' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/deduction-and-propagation/propagation' },
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: "Indicators ingestion",
|
||||
link: {
|
||||
type: 'generated-index' ,
|
||||
description: 'In this step, the following types of indicators are ingested in the OpenAIRE Graph.'
|
||||
link: {type: 'doc', id: 'graph-production-workflow/indicators-ingestion/indicators-ingestion'},
|
||||
|
||||
},
|
||||
items: [
|
||||
{ type: 'doc', id: 'data-provision/indicators-ingestion/impact-scores' },
|
||||
{ type: 'doc', id: 'data-provision/indicators-ingestion/usage-counts' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/indicators-ingestion/impact-indicators' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/indicators-ingestion/usage-counts' },
|
||||
]
|
||||
},
|
||||
{ type: 'doc', id: 'data-provision/finalisation' },
|
||||
{ type: 'doc', id: 'data-provision/indexing' },
|
||||
{ type: 'doc', id: 'data-provision/stats' }
|
||||
{ type: 'doc', id: 'graph-production-workflow/finalisation' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/indexing' },
|
||||
{ type: 'doc', id: 'graph-production-workflow/stats' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -27,8 +27,8 @@ _Start Date: 2023-02-13 • Release Date: 2023-03-01 • Dump release: **n
|
|||
- Revised SDG classification: improved coverage (+600K classified DOIs)
|
||||
- General increase of the funded scientific outputs, thanks to the full text mining scanning new OpenAccess publications
|
||||
- Integrated contents from
|
||||
- [EMBL-EBIs Protein Data Bank in Europe](/data-provision/aggregation/non-compatible-sources/ebi)
|
||||
- [UniProtKB/Swiss-Prot](/data-provision/aggregation/non-compatible-sources/uniprot)
|
||||
- [EMBL-EBIs Protein Data Bank in Europe](/graph-production-workflow/aggregation/non-compatible-sources/ebi)
|
||||
- [UniProtKB/Swiss-Prot](/graph-production-workflow//aggregation/non-compatible-sources/uniprot)
|
||||
|
||||
#### Changed
|
||||
|
||||
|
|
|
@ -615,7 +615,7 @@ _Type: [ImpactMeasures](#impactmeasures-1) • Cardinality: ONE_
|
|||
|
||||
These impact-based indicators, provided by [BIP!](https://bip.imsi.athenarc.gr/), estimate the impact of a result.
|
||||
|
||||
For details about their calculation, please refer [here](/data-provision/indicators-ingestion/impact-scores).
|
||||
For details about their calculation, please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores).
|
||||
|
||||
```json
|
||||
"impactMeasures": {
|
||||
|
@ -682,7 +682,7 @@ The different impact-based indicators as computed by [BIP!](https://bip.imsi.ath
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#pagerank-pr).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#pagerank-pr).
|
||||
|
||||
```json
|
||||
"influence": {
|
||||
|
@ -695,7 +695,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#citation-count-cc).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#citation-count-cc).
|
||||
|
||||
```json
|
||||
"influence_alt" :{
|
||||
|
@ -708,7 +708,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#attrank).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#attrank).
|
||||
|
||||
```json
|
||||
"popularity":{
|
||||
|
@ -722,7 +722,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This is an alternative to the "Popularity" indicator, which also reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#ram).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#ram).
|
||||
|
||||
```json
|
||||
"popularity_alt":{
|
||||
|
@ -736,7 +736,7 @@ For more details please refer [here](/data-provision/indicators-ingestion/impact
|
|||
_Type: [Score](#score) • Cardinality: ONE_
|
||||
|
||||
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
|
||||
For more details please refer [here](/data-provision/indicators-ingestion/impact-scores#incubation-citation-count-icc).
|
||||
For more details please refer [here](/graph-production-workflow/indicators-ingestion/impact-scores#incubation-citation-count-icc).
|
||||
|
||||
```json
|
||||
"impulse":{
|
||||
|
|
|
@ -187,7 +187,7 @@ Date when the embargo ends and this result turns Open Access.
|
|||
_Type: [Indicator](other#indicator) • Cardinality: ONE_
|
||||
|
||||
The indicators computed for this result;
|
||||
currently, the following two types of indicators are supported: [impact indicators](/data-provision/indicators-ingestion/impact-scores) and [usage statistics indicators](/data-provision/indicators-ingestion/usage-counts).
|
||||
currently, the following two types of indicators are supported: [impact indicators](/graph-production-workflow/indicators-ingestion/impact-scores) and [usage statistics indicators](/graph-production-workflow/indicators-ingestion/usage-counts).
|
||||
|
||||
```json
|
||||
"indicators": {
|
||||
|
|
|
@ -77,5 +77,5 @@ Currently, the following data sources are used as "PID authorities":
|
|||
| pdb | `pdb_________` | EMBL-EBI |
|
||||
| uniprot | `uniprot_____` | EMBL-EBI |
|
||||
|
||||
OpenAIRE also perform duplicate identification (see the [dedicated section for details](/data-provision/deduplication)).
|
||||
OpenAIRE also perform duplicate identification (see the [dedicated section for details](/graph-production-workflow/deduplication)).
|
||||
All duplicates are **merged** together in a **representative record** which must be assigned a dedicated OpenAIRE identifier (i.e. it cannot have the identifier of one of the aggregated record).
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"label": "Data provision",
|
||||
"position": 6,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "data-provision"
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@ sidebar_position: 3
|
|||
# Sub-graph dumps
|
||||
|
||||
:::caution
|
||||
This version is not accompanied with public dump files, hence the files in this section are based on [v5.0.0](/docs/5.0.0/) of the Graph. The data of v.5.1.0 are only exposed via the [OpenAIRE Graph API](https://graph.openaire.eu/develop/) and added-value services that are built on top of this version of the Graph (e.g., the [OpenAIRE Explore](https://explore.openaire.eu/)). If you would be interested to get bulk access to Graph v5.1.0 data, please contact us via our [helpdesk](https://graph.openaire.eu/support).
|
||||
This version is not accompanied with public dump files, hence the files in this section are based on [v5.0.0](/docs/5.0.0/) of the Graph. More recent versions of the data are only exposed via the [OpenAIRE Graph API](https://graph.openaire.eu/develop/) and added-value services that are built on top of this version of the Graph (e.g., the [OpenAIRE Explore](https://explore.openaire.eu/)). If you would be interested to get bulk access to more recent versions of the Graph data, please contact us via our [helpdesk](https://graph.openaire.eu/support).
|
||||
:::
|
||||
|
||||
In order to facilitate users, different dumps are available under the Zenodo community called [OpenAIRE Graph](https://zenodo.org/communities/openaire-research-graph).
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "Graph production workflow",
|
||||
"position": 6,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "graph-production-workflow"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
@ -10,7 +10,7 @@ Bibliographic records that do not meet minimal requirements for being part of th
|
|||
Currently, the only criteria applied horizontally to the entire graph aims at excluding scientific results whose title is not meaningful for citation purposes.
|
||||
Then, different criteria are applied in the pre-processing of specific sub-collections:
|
||||
|
||||
* [Crossref filtering](/data-provision/aggregation/non-compatible-sources/doiboost#crossref-filtering)
|
||||
* [Crossref filtering](/graph-production-workflow/aggregation/non-compatible-sources/doiboost#crossref-filtering)
|
||||
|
||||
## Country cleaning
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
# Impact indicators
|
||||
|
||||
This page summarises all calculated impact indicators, which are included in the [impactMeasures](/data-model/entities/other#impactmeasures) property which is part of the [indicators](/data-model/entities/result#indicators) property of the result.
|
||||
This page summarises all calculated impact indicators, provided by [BIP!](https://bip.imsi.athenarc.gr/), which are included in the [impactMeasures](/data-model/entities/other#impactmeasures) property (found under the [indicators](/data-model/entities/result#indicators) property of the result).
|
||||
|
||||
It should be noted that the impact indicators are being calculated on the level of the research output.
|
||||
Below we explain their main intuition, the way they are calculated, and their most important limitations, in an attempt help avoiding common pitfalls and misuses.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
import DocCardList from '@theme/DocCardList';
|
||||
|
||||
# Indicators ingestion
|
||||
|
||||
In this step, results are enriched with Impact and Usage Statistics indicators.
|
||||
The former are provided by [BIP!](https://bip.imsi.athenarc.gr/) while the latter are computed by OpenAIRE's [UsageCounts service](https://usagecounts.openaire.eu/).
|
||||
|
||||
<DocCardList />
|
|
@ -1,7 +1,7 @@
|
|||
# Usage Statistics Indicators
|
||||
# Usage Statistics indicators
|
||||
|
||||
Usage Statistics indicators for research products, like publications, datasets,etc., are an important complement to other (traditional and alternative) bibliometric indicators to provide a comprehensive and recent view of the impact of such resources but also about their authors, institutions and the platforms themselves. They are taking into account different levels of information: the usage of data sources, the usage of individual items in the context of their resource type and the usage of individual web resources or files.
|
||||
|
||||
Usage Statistics Indicators are built by the OpenAIRE's UsageCounts Service. The service collects usage data and consolidated usage statistics reports respectively, from its distributed network of data providers (repositories, e-journals, CRIS) by utilizing open standards and protocols and delivers reliable, consolidated and comparable usage metrics like counts of item downloads and metadata views conformant to COUNTER Code of Practice.
|
||||
Usage Statistics Indicators are built by the OpenAIRE's UsageCounts service. The service collects usage data and consolidated usage statistics reports respectively, from its distributed network of data providers (repositories, e-journals, CRIS) by utilizing open standards and protocols and delivers reliable, consolidated and comparable usage metrics like counts of item downloads and metadata views conformant to COUNTER Code of Practice.
|
||||
|
||||
You can find more information about the UsageCounts service [here](https://usagecounts.openaire.eu/).
|
|
@ -88,7 +88,7 @@
|
|||
"label": "Graph production workflow",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "data-provision/data-provision"
|
||||
"id": "graph-production-workflow/graph-production-workflow"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
|
@ -96,13 +96,13 @@
|
|||
"label": "Aggregation",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "data-provision/aggregation/aggregation"
|
||||
"id": "graph-production-workflow/aggregation/aggregation"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"label": "OpenAIRE compatible sources",
|
||||
"id": "data-provision/aggregation/compatible-sources"
|
||||
"id": "graph-production-workflow/aggregation/compatible-sources"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
|
@ -113,25 +113,25 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/aggregation/non-compatible-sources/doiboost",
|
||||
"id": "graph-production-workflow/aggregation/non-compatible-sources/doiboost",
|
||||
"label": "DOIBoost"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/aggregation/non-compatible-sources/pubmed"
|
||||
"id": "graph-production-workflow/aggregation/non-compatible-sources/pubmed"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/aggregation/non-compatible-sources/datacite"
|
||||
"id": "graph-production-workflow/aggregation/non-compatible-sources/datacite"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/aggregation/non-compatible-sources/ebi",
|
||||
"id": "graph-production-workflow/aggregation/non-compatible-sources/ebi",
|
||||
"label": "EMBL-EBI"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/aggregation/non-compatible-sources/uniprot",
|
||||
"id": "graph-production-workflow/aggregation/non-compatible-sources/uniprot",
|
||||
"label": "UniProtKB/Swiss-Prot"
|
||||
}
|
||||
]
|
||||
|
@ -140,7 +140,7 @@
|
|||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/merge-by-id"
|
||||
"id": "graph-production-workflow/merge-by-id"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
|
@ -152,53 +152,53 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/enrichment-by-mining/affiliation_matching"
|
||||
"id": "graph-production-workflow/enrichment-by-mining/affiliation_matching"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/enrichment-by-mining/citation_matching"
|
||||
"id": "graph-production-workflow/enrichment-by-mining/citation_matching"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/enrichment-by-mining/classifies"
|
||||
"id": "graph-production-workflow/enrichment-by-mining/classifies"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/enrichment-by-mining/documents_similarity"
|
||||
"id": "graph-production-workflow/enrichment-by-mining/documents_similarity"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/enrichment-by-mining/acks"
|
||||
"id": "graph-production-workflow/enrichment-by-mining/acks"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/enrichment-by-mining/cites"
|
||||
"id": "graph-production-workflow/enrichment-by-mining/cites"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/enrichment-by-mining/metadata_extraction"
|
||||
"id": "graph-production-workflow/enrichment-by-mining/metadata_extraction"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/cleaning"
|
||||
"id": "graph-production-workflow/cleaning"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Deduplication",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "data-provision/deduplication/deduplication"
|
||||
"id": "graph-production-workflow/deduplication/deduplication"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/deduplication/research-products"
|
||||
"id": "graph-production-workflow/deduplication/research-products"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/deduplication/organizations"
|
||||
"id": "graph-production-workflow/deduplication/organizations"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -212,11 +212,11 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/deduction-and-propagation/bulk-tagging"
|
||||
"id": "graph-production-workflow/deduction-and-propagation/bulk-tagging"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/deduction-and-propagation/propagation"
|
||||
"id": "graph-production-workflow/deduction-and-propagation/propagation"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -224,31 +224,31 @@
|
|||
"type": "category",
|
||||
"label": "Indicators ingestion",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "In this step, the following types of indicators are ingested in the OpenAIRE Graph."
|
||||
"type": "doc",
|
||||
"id": "graph-production-workflow/indicators-ingestion/indicators-ingestion"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/indicators-ingestion/impact-scores"
|
||||
"id": "graph-production-workflow/indicators-ingestion/impact-indicators"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/indicators-ingestion/usage-counts"
|
||||
"id": "graph-production-workflow/indicators-ingestion/usage-counts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/finalisation"
|
||||
"id": "graph-production-workflow/finalisation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/indexing"
|
||||
"id": "graph-production-workflow/indexing"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "data-provision/stats"
|
||||
"id": "graph-production-workflow/stats"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue