aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-23 02:11:32 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-23 02:11:32 +0200
commit9ad8153b574d969b62b789bc42697cd6fbfd815d (patch)
treed4184585c1d3ec4e840f124f51a1cd44e3060c64
parentf61e0148d289527fa0c1e6b835f653e211c2591b (diff)
downloadrefcat-9ad8153b574d969b62b789bc42697cd6fbfd815d.tar.gz
refcat-9ad8153b574d969b62b789bc42697cd6fbfd815d.zip
wip: citation graph proposal, stub
-rw-r--r--proposals/2021_04_23_citation_graph_tooling.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/proposals/2021_04_23_citation_graph_tooling.md b/proposals/2021_04_23_citation_graph_tooling.md
new file mode 100644
index 0000000..d12ce2a
--- /dev/null
+++ b/proposals/2021_04_23_citation_graph_tooling.md
@@ -0,0 +1,33 @@
+# Building a Citation Graph
+
+* date: 2021-04-23
+* status: implemented
+
+## Problem and Goal
+
+We want to generate a citation graph including bibliographic data from fatcat,
+wikipedia, open library; additionally, we want to record web links as targets.
+
+Citations indices and graphs can be traced back at least to the seminal paper
+*Citation indexes for science* by Garfield, 1955 [1]. A anniversary paper [2]
+published in 2005 already lists 17 services that include cited reference
+search.
+
+Roughly three broad problems need to be solved:
+
+* A catalog (source) needs to be available, containing relatively clean
+ metadata on scholarly communication documents.
+* The reference data needs to be available, either in metadata directly or by
+ extraction from documents.
+* The datasets need to be compared.
+
+
+
+
+----
+
+# Refs
+
+* [1] http://garfield.library.upenn.edu/papers/science1955.pdf
+* [2] https://authors.library.caltech.edu/24838/1/ROTcs05.pdf
+