diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-10-20 21:40:49 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-10-20 21:40:49 +0200 |
commit | cf206f581fc62ba9779e4e4699c4ae59a5bd378a (patch) | |
tree | b87632daa52d573541ff15d560156d04c97b4d7c | |
parent | 5591df04795ec1af7fbd5eae8f5994e15e5f4b57 (diff) | |
download | refcat-cf206f581fc62ba9779e4e4699c4ae59a5bd378a.tar.gz refcat-cf206f581fc62ba9779e4e4699c4ae59a5bd378a.zip |
update README
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,7 +1,7 @@ ![](static/6dSaW2q.png) -`cgraph`: large-scale citation graph generation tools +`refcat`: large-scale citation graph generation tools ===================================================== An assembly of software tools in Python and Go, which together are used to @@ -20,11 +20,13 @@ Code is organized into sub-modules, with their own documentation: The python code also builds on top of the [fuzzycat](https://pypi.org/project/fuzzycat/) library. -A first version of the citation graph dataset has been uploaded on Aug 7, 2021 to +A first version of the citation graph dataset has been uploaded on Aug 7, 2021 +to [https://archive.org/details/refcat_2021-07-28](https://archive.org/details/refcat_2021-07-28). You can find additional information on the project in the [fatcat -guide](https://guide.fatcat.wiki/reference_graph.html) and in an upcoming [technical -report](docs/TR-20210808100000-IA-WDS-REFCAT/main.pdf). +guide](https://guide.fatcat.wiki/reference_graph.html), [blog +post](https://blog.archive.org/2021/10/19/internet-archive-releases-refcat-the-ia-scholar-index-of-over-1-3-billion-scholarly-citations/) +and in a [technical report](https://arxiv.org/abs/2110.06595). ## Overview |