-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
223 lines (216 loc) · 7.85 KB
/
sidebars.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
/**
* 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 = {
mySidebar: [
{
type: 'doc',
id: 'intro'
},
{
type: 'category',
label: "Data model",
link: {type: 'doc', id: 'data-model/data-model'},
items: [
{
type: 'category',
label: "Entities",
link: {
type: 'generated-index',
description: 'The main entities of the OpenAIRE Graph are listed below.'
},
items: [
{ type: 'doc', id: 'data-model/entities/research-product' },
{ 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: 'category',
label: "Relationships",
link: {
type: 'generated-index',
description: 'This section describes the relationships between entities in the OpenAIRE Graph: they way they are modelled as well as the different relationship types currently supported.'
},
items: [
{ type: 'doc', id: 'data-model/relationships/relationship-object' },
{ type: 'doc', id: 'data-model/relationships/relationship-types' },
]
},
{ type: 'doc', id: 'data-model/pids-and-identifiers' },
]
},
{
type: 'category',
label: "Public APIs",
link: {type: 'doc', id: 'apis/home'},
items: [
{
type: 'category',
label: "Search API",
link: { type: 'doc', id: 'apis/search-api/search-api' },
items: [
{ type: 'doc', id: 'apis/search-api/research-products' },
{ type: 'doc', id: 'apis/search-api/projects' },
{ type: 'doc', id: 'apis/search-api/response-metadata-format' },
]
},
{
type: "link",
label: "ScholeXplorer API",
href: "https://api.scholexplorer.openaire.eu/swagger-ui/index.html?urls.primaryName=Scholexplorer%20API%20V2.0"
},
{
type: "doc",
id: "apis/dspace-eprints-api",
},
{
type: "doc",
id: "apis/broker-api"
},
{ type: 'doc', id: 'apis/terms' },
{ type: 'doc', id: 'apis/authentication' },
{ type: 'doc', id: 'apis/specification-changelog' },
]
},
{
type: 'category',
label: "Downloads",
link: {
type: 'generated-index',
description: 'All resources, available for download, are listed below. For the versions available in Zenodo, please refer to the Changelog section.'
},
items: [
{ type: 'doc', id: 'downloads/full-graph'},
{ type: 'doc', id: 'downloads/beginners-kit' },
{ type: 'doc', id: 'downloads/subgraphs' },
{ type: 'doc', id: 'downloads/related-datasets' },
]
},
{
type: 'category',
label: "Graph production workflow",
link: {type: 'doc', id: 'graph-production-workflow/graph-production-workflow'},
items: [
{
type: 'category',
label: "Aggregation",
link: {type: 'doc', id: 'graph-production-workflow/aggregation/aggregation'},
items: [
{
type: 'doc',
label: "OpenAIRE compatible sources",
id: 'graph-production-workflow/aggregation/compatible-sources',
},
{
type: 'category',
label: "Non-compatible sources",
link: { type: 'generated-index' },
items: [
{ 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: 'graph-production-workflow/merge-by-id'
},
{
type: 'category',
label: "Enrichment by mining",
link: {type: 'doc', id: 'graph-production-workflow/enrichment-by-mining/enrichment-by-mining'},
items: [
{ 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: 'graph-production-workflow/cleaning' },
{
type: 'category',
label: "Deduplication",
link: {type: 'doc', id: 'graph-production-workflow/deduplication/deduplication'},
items: [
{ type: 'doc', id: 'graph-production-workflow/deduplication/research-products' },
{ type: 'doc', id: 'graph-production-workflow/deduplication/organizations' },
]
},
{
type: 'category',
label: "Deduction & propagation",
link: {
type: 'generated-index' ,
description: 'The OpenAIRE Graph is further enriched by the deduction and propagation processes descibed in this section.'
},
items: [
{ 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: 'doc', id: 'graph-production-workflow/indicators-ingestion/indicators-ingestion'},
items: [
{ type: 'doc', id: 'graph-production-workflow/indicators-ingestion/impact-indicators' },
{ type: 'doc', id: 'graph-production-workflow/indicators-ingestion/usage-counts' },
]
},
{ type: 'doc', id: 'graph-production-workflow/finalisation' },
{ type: 'doc', id: 'graph-production-workflow/indexing' },
{ type: 'doc', id: 'graph-production-workflow/stats' }
]
},
// {
// type: "link",
// label: "Learning center",
// href: "https://openplato.eu/"
// },
{
type: 'doc',
id: 'publications',
label: "Relevant publications"
},
// {
// type: 'doc',
// id: 'faq'
// },
{
type: 'doc',
id: 'license'
},
{
type: 'doc',
id: 'changelog'
},
{
type: "link",
label: "Helpdesk",
href: "https://graph.openaire.eu/support"
},
{
type: "link",
label: "User forum",
href: "https://openaire.flarum.cloud/"
}
]
};
module.exports = sidebars;