diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-15 03:15:55 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-15 03:15:55 +0100 |
commit | f4437c0274951aa2e9b5f54d960bae638dfcfe8b (patch) | |
tree | 2c92b1984f13d7ca5194b50b526e115139a1af32 /notes | |
parent | e3b6da3031ca02b83684f302ecc0bb8c7cb9e211 (diff) | |
download | fuzzycat-f4437c0274951aa2e9b5f54d960bae638dfcfe8b.tar.gz fuzzycat-f4437c0274951aa2e9b5f54d960bae638dfcfe8b.zip |
cleanup
Diffstat (limited to 'notes')
-rw-r--r-- | notes/known_issues.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/notes/known_issues.md b/notes/known_issues.md new file mode 100644 index 0000000..b27d9f5 --- /dev/null +++ b/notes/known_issues.md @@ -0,0 +1,33 @@ +# Known issues + +Both the clustering and verification stage are not perfect. Here, some known +cases are documented. + +# Clustering + +# Verification + +## A new approach to fault-tolerant wormhole routing for mesh-connected parallel computers + +* https://fatcat.wiki/release/izaz6gjnfzhgnaetizf4bt2r24 +* https://fatcat.wiki/release/vwfepcqcdzfwjnsoym7o5o75yu + +## Book-Chapter yields VERSIONED DOI + +``` +$ python -m fuzzycat verify-single | jq . +{ + "extra": { + "q": "https://fatcat.wiki/release/search?q=Beardmore" + }, + "a": "https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a", + "b": "https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q", + "r": [ + "strong", + "versioned_doi" + ] +} +``` + +* https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a (book) +* https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q (chapter) |