diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-22 23:07:10 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-22 23:07:10 +0200 |
commit | 85e21b867f6c5e8af2b3da970e87feb3c8d4c985 (patch) | |
tree | 136b172b84d028a38daa4c164e5988652d243fb3 | |
parent | 5739027a0ee1982474fdbc7ff00d5ee52a497caa (diff) | |
download | refcat-85e21b867f6c5e8af2b3da970e87feb3c8d4c985.tar.gz refcat-85e21b867f6c5e8af2b3da970e87feb3c8d4c985.zip |
update README
-rw-r--r-- | extra/cdx/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/cdx/README.md b/extra/cdx/README.md index 8c95021..609bfd9 100644 --- a/extra/cdx/README.md +++ b/extra/cdx/README.md @@ -4,3 +4,17 @@ Given a sample from outbound web links from publications, determine number of URLs we may have. We currently find about 44368911 URLs in the refs. Limit to 10000 links. + +10k random: + +``` + 7010 OK + 2940 MISS +``` + +10k w/o doi.org: + +``` + 6442 OK + 3480 MISS +``` |