From 3f7e939f57df93cffbd8a4b645eb4120e1f76e77 Mon Sep 17 00:00:00 2001 From: Marek Horst Date: Thu, 19 Oct 2023 11:44:02 +0200 Subject: [PATCH] Updating the "Citation matching" page by adding an entry in references section. --- .../enrichment-by-mining/citation_matching.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md b/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md index 9b3582b..d404091 100644 --- a/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md +++ b/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md @@ -1,6 +1,6 @@ # Citation matching -***Short description:*** During a citation matching task, bibliographic entries are linked to the documents that they reference. The citation matching module - one of the modules of the Information Inference Service (IIS) - receives as an input a list of documents accompanied by their metadata and bibliography. Among them, it discovers links described above and returns them as a list. It is worth mentioning that the implemented algorithm has been described in detail in [arXiv:1303.6906](https://arxiv.org/abs/1303.6906). +***Short description:*** During a citation matching task, bibliographic entries are linked to the documents that they reference. The citation matching module - one of the modules of the Information Inference Service (IIS) - receives as an input a list of documents accompanied by their metadata and bibliography. Among them, it discovers links described above and returns them as a list. It is worth mentioning that the implemented algorithm has been described in detail in [arXiv:1303.6906](https://arxiv.org/abs/1303.6906)[1]. ***Algorithmic details:*** @@ -35,6 +35,7 @@ names, we have taken longest common subsequence (LCS) of two strings into consid ***Environment:*** Java, Spark -***References:*** - +***References:*** +* Fedoryszak, M., Tkaczyk, D., Bolikowski, Ł. (2013). Large Scale Citation Matching Using Apache Hadoop. In: Aalberg, T., Papatheodorou, C., Dobreva, M., Tsakonas, G., Farrugia, C.J. (eds) Research and Advanced Technology for Digital Libraries. TPDL 2013. Lecture Notes in Computer Science, vol 8092. Springer, Berlin, Heidelberg. [https://doi.org/10.1007/978-3-642-40501-3_37](https://doi.org/10.1007/978-3-642-40501-3_37) ***Authority:*** ICM • ***License:*** AGPL-3.0 • ***Code:*** [CoAnSys/citation-matching](https://github.com/CeON/CoAnSys/tree/master/citation-matching)