diff options
-rw-r--r-- | python/README.md | 9 |
1 files 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 |