From f4437c0274951aa2e9b5f54d960bae638dfcfe8b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 15 Dec 2020 03:15:55 +0100 Subject: cleanup --- notes/known_issues.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 notes/known_issues.md (limited to 'notes') 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) -- cgit v1.2.3