aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-22 18:54:49 +0100
committerMartin Czygan <martin.czygan@gmail.com>2021-03-22 18:54:49 +0100
commitd06d16112efa167ac51d2bda44e4c633aa553a9d (patch)
tree58bd14bb5116c540e5dccc6a0136be7b02ffc053 /python
parent210f469b01bf795a197c46e1d43ebcc0c5a243a7 (diff)
downloadrefcat-d06d16112efa167ac51d2bda44e4c633aa553a9d.tar.gz
refcat-d06d16112efa167ac51d2bda44e4c633aa553a9d.zip
update notes
Diffstat (limited to 'python')
-rw-r--r--python/README.md9
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