From d06d16112efa167ac51d2bda44e4c633aa553a9d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 22 Mar 2021 18:54:49 +0100 Subject: update notes --- python/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python/README.md b/python/README.md index 81db0b0..f66a517 100644 --- a/python/README.md +++ b/python/README.md @@ -2,20 +2,23 @@ Citation graph related tasks. -* compagnon repository: [skate](https://github.com/miku/skate) +* compagnon project: [skate](https://git.archive.org/martin/cgraph/-/tree/master/skate) Objective: Given data about [releases](https://guide.fatcat.wiki/entity_release.html) and references derive various artifacts, e.g.: -* a citation graph; nodes are releases and an edge is a citation (currently, this graph has about 50M nodes and 870M edges) -* a list of referenced entities, like ISSN (container), ISBN (book), URL (webpage), datasets (by URL, DOI, name, ...) +* a citation graph; nodes are releases and an edge is a citation (currently, + this graph has about 50M nodes and 870M edges) +* a list of referenced entities, like ISSN (container), ISBN (book), URL + (webpage), datasets (by URL, DOI, name, ...) ## Ongoing Notes * [notes/version_0.md](version 0) (id only) * [notes/version_1.md](version 1) (id plus title) * [notes/version_2.md](version 2) (v1, full schema) +* [notes/version_3.md](version 3) (v2, unstructured) ## Deployment -- cgit v1.2.3