diff --git a/docs/data-provision/enrichment/acks.md b/docs/data-provision/enrichment/acks.md index b859d0a..94db2f3 100644 --- a/docs/data-provision/enrichment/acks.md +++ b/docs/data-provision/enrichment/acks.md @@ -9,9 +9,9 @@ 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 | +| Licence | CC-BY/CC-0 | | 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 | +| 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) |