update mining docs #14

Merged
schatz merged 33 commits from ioannis.foufoulas/openaire-graph-docs:mining_docs into main 2022-11-17 13:41:49 +01:00
1 changed files with 2 additions and 12 deletions
Showing only changes of commit a48f5a263d - Show all commits

View File

@ -4,6 +4,8 @@ sidebar_position: 1
# Mining algorithms
The Text and Data Mining (TDM) algorithms used for enriching the OpenAIRE Graph are grouped in the following main categories:
[Extraction of acknowledged concepts](acks.md)
[Extraction of cited concepts](cites.md)
@ -12,18 +14,6 @@ sidebar_position: 1
<span className="todo">TODO</span>
| Property | Description |
| --- | --- |
| Short description | briefly describes the algorithm |
| Authority | describes the organisation and/ or the person responsible for the algorithm |
| Licence | describes the licensing and rights held on the algorithm |
| Algorithmic details | describes the algorithmic solution in more detail (i.e., the various concepts used in the algorithm, its iterations, etc.) |
| Parameters | describes the required algorithm parameters |
| Limitations | Mentions any limitation of the output |
| Code repository | the code repository of the algorithm |
| Environment | Programming Languages and software packages used |
| References & resources | Cites any related research and possible additional resource (such as datasets etc) |