forked from D-Net/openaire-graph-docs
Add a dedicated page for enrichment by mining
This commit is contained in:
parent
93e14c1754
commit
f530e6b738
|
@ -0,0 +1,8 @@
|
|||
import DocCardList from '@theme/DocCardList';
|
||||
|
||||
|
||||
# Enrichment by mining
|
||||
|
||||
The OpenAIRE Research Graph is enriched using the different Text and Data Mining (TDM) algorithms that are grouped in the following categories.
|
||||
|
||||
<DocCardList />
|
|
@ -100,10 +100,7 @@ const sidebars = {
|
|||
{
|
||||
type: 'category',
|
||||
label: "Enrichment by mining",
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
description: 'The OpenAIRE Graph is enriched using the different Text and Data Mining (TDM) algorithms that are grouped in the following categories.'
|
||||
},
|
||||
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' },
|
||||
|
|
Loading…
Reference in New Issue