2022-09-01 09:26:04 +02:00
/ * *
* Creating a sidebar enables you to :
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next / previous navigation
The sidebars can be generated from the filesystem , or explicitly defined here .
Create as many sidebars as you want .
* /
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
2022-09-23 18:00:46 +02:00
mySidebar : [
{
type : 'doc' ,
id : 'intro'
} ,
{
type : 'category' ,
label : "Data model" ,
link : { type : 'doc' , id : 'data-model/data-model' } ,
items : [
2022-10-06 12:10:53 +02:00
{ type : 'doc' , id : 'data-model/pids-and-identifiers' } ,
2022-09-23 18:00:46 +02:00
{
type : 'category' ,
label : "Entities" ,
link : {
type : 'generated-index' ,
2022-12-21 19:52:33 +01:00
description : 'The main entities of the OpenAIRE Research Graph are listed below.'
2022-09-23 18:00:46 +02:00
} ,
items : [
{ type : 'doc' , id : 'data-model/entities/result' } ,
{ type : 'doc' , id : 'data-model/entities/data-source' } ,
{ type : 'doc' , id : 'data-model/entities/organization' } ,
{ type : 'doc' , id : 'data-model/entities/project' } ,
{ type : 'doc' , id : 'data-model/entities/community' } ,
]
} ,
{
type : 'doc' ,
id : 'data-model/relationships'
}
]
} ,
{
type : "link" ,
label : "Public API" ,
href : "https://graph.openaire.eu/develop/overview.html"
} ,
{
2022-12-06 17:43:54 +01:00
type : 'category' ,
label : "Downloads" ,
link : {
type : 'generated-index' ,
description : 'All resources, available for download, are listed below.'
} ,
items : [
{ type : 'doc' , id : 'downloads/full-graph' } ,
{ type : 'doc' , id : 'downloads/beginners-kit' } ,
{ type : 'doc' , id : 'downloads/subgraphs' } ,
{ type : 'doc' , id : 'downloads/related-datasets' } ,
]
} ,
2022-09-01 09:26:04 +02:00
{
2022-09-23 18:00:46 +02:00
type : 'category' ,
2022-12-20 16:55:04 +01:00
label : "Graph production workflow" ,
2022-09-23 18:00:46 +02:00
link : { type : 'doc' , id : 'data-provision/data-provision' } ,
items : [
2022-10-04 15:48:01 +02:00
{
type : 'category' ,
label : "Aggregation" ,
link : { type : 'doc' , id : 'data-provision/aggregation/aggregation' } ,
items : [
2022-12-20 16:55:04 +01:00
{
type : 'doc' ,
label : "OpenAIRE compatible sources" ,
id : 'data-provision/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' } ,
]
}
2022-10-04 15:48:01 +02:00
]
} ,
2022-12-20 16:55:04 +01:00
{
type : 'doc' ,
id : 'data-provision/merge-by-id'
} ,
{
type : 'category' ,
label : "Enrichment by mining" ,
link : {
type : 'generated-index' ,
2022-12-21 19:52:33 +01:00
description : 'The OpenAIRE Research Graph is enriched using the different Text and Data Mining (TDM) algorithms that are grouped in the following categories.'
2022-12-20 16:55:04 +01:00
} ,
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 : 'data-provision/cleaning' } ,
2022-09-23 18:00:46 +02:00
{
type : 'category' ,
label : "Deduplication" ,
link : { type : 'doc' , id : 'data-provision/deduplication/deduplication' } ,
items : [
{ type : 'doc' , id : 'data-provision/deduplication/research-products' } ,
{ type : 'doc' , id : 'data-provision/deduplication/organizations' } ,
]
} ,
{
2022-12-20 16:55:04 +01:00
type : 'category' ,
2022-12-21 16:03:44 +01:00
label : "Deduction & propagation" ,
2022-12-20 16:55:04 +01:00
link : {
type : 'generated-index' ,
2022-12-21 19:52:33 +01:00
description : 'The OpenAIRE Research Graph is further enriched by the deduction and propagation processes descibed in this section.'
2022-12-20 16:55:04 +01:00
2022-11-30 17:09:31 +01:00
} ,
2022-09-23 18:00:46 +02:00
items : [
2022-12-21 13:40:05 +01:00
{ type : 'doc' , id : 'data-provision/deduction-and-propagation/bulk-tagging' } ,
{ type : 'doc' , id : 'data-provision/deduction-and-propagation/propagation' } ,
2022-12-20 16:55:04 +01:00
]
} ,
{
type : 'category' ,
label : "Indicators ingestion" ,
link : {
type : 'generated-index' ,
2022-12-21 19:52:33 +01:00
description : 'In this step, the following types of indicators are ingested in the OpenAIRE Research Graph.'
2022-11-17 14:21:38 +01:00
2022-12-20 16:55:04 +01:00
} ,
items : [
{ type : 'doc' , id : 'data-provision/indicators-ingestion/impact-scores' } ,
{ type : 'doc' , id : 'data-provision/indicators-ingestion/usage-counts' } ,
2022-09-23 18:00:46 +02:00
]
} ,
2022-12-20 16:55:04 +01:00
{ type : 'doc' , id : 'data-provision/finalisation' } ,
2022-09-23 18:00:46 +02:00
{ type : 'doc' , id : 'data-provision/indexing' } ,
2022-12-23 12:11:59 +01:00
{ type : 'doc' , id : 'data-provision/stats' }
2022-09-23 18:00:46 +02:00
]
2022-09-01 09:26:04 +02:00
} ,
2022-09-23 18:00:46 +02:00
{
2022-11-09 12:27:45 +01:00
type : "link" ,
2022-09-23 18:00:46 +02:00
label : "Learning center" ,
2022-11-09 12:27:45 +01:00
href : "https://openplato.eu/"
2022-09-23 18:00:46 +02:00
} ,
{
type : 'doc' ,
id : 'publications' ,
label : "Relevant publications"
} ,
2022-12-21 13:40:05 +01:00
// {
// type: 'doc',
// id: 'faq'
// },
2022-09-23 18:00:46 +02:00
{
type : 'doc' ,
id : 'license'
} ,
2022-09-29 18:00:42 +02:00
{
type : 'doc' ,
id : 'changelog'
} ,
2022-09-23 18:00:46 +02:00
]
2022-09-01 09:26:04 +02:00
} ;
module . exports = sidebars ;