blob: b27d9f5460ad8d3d36665360c90ebdf3af979205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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)
|