From 45d3b152dcf9b7db78a7a9b66812308d7052f2ab Mon Sep 17 00:00:00 2001 From: Yannis Foufoulas Date: Wed, 16 Nov 2022 16:25:05 +0100 Subject: [PATCH] Update 'docs/data-provision/enrichment/acks.md' --- docs/data-provision/enrichment/acks.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/data-provision/enrichment/acks.md b/docs/data-provision/enrichment/acks.md index 2cea4ba..b859d0a 100644 --- a/docs/data-provision/enrichment/acks.md +++ b/docs/data-provision/enrichment/acks.md @@ -10,11 +10,11 @@ sidebar_position: 3 | Short description | Scans the plaintexts of publications for acknowledged concepts, including grant identifiers (projects) of funders, accession numbers of bioetities, EPO patent mentions, as well as custom concepts that can link research objects to specific research communities and initiatives in OpenAIRE. | | Authority | ATHENA Research Center, Greece | | 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 | +| Algorithmic details | The algorithm processes the publication's fulltext and extracts references to acknowledged concepts. It applies pattern matching and string join between the fulltext and a target database which contains the title, the acronym and the identifier of the searched concept | +| Parameters | Concept titles,acronyms, and identifiers, publication's identifiers and fulltexts | +| Limitations | N/A | +| Code repository | https://github.com/openaire/iis/tree/master/iis-wf/iis-wf-referenceextraction/src/main/resources/eu/dnetlib/iis/wf/referenceextraction | +| Environment | Python, madIS (https://github.com/madgik/madis), APSW (https://github.com/rogerbinns/apsw) | | References & resources | Cites any related research and possible additional resource (such as datasets etc) |