blob: 2d978279ddba42182a411f409b51e750ffcedeb0 (
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
|
check for known bad files (zero bytes, etc) by hash
## extid / ExtidReviewBot
Deeper check of external identifiers.
Checks:
- duplication of entities: that no entities with the same identifiers already exist
- DOI numbers should be registered (check doi.org)
## style
Check release entity style.
- release_type, status, etc are set
- title doesn't end in a period
- at least one contributor
## URLs
Look at URLs and see if they look valid.
Checks:
- for "single page" springer domain (and others)
- no 'None' web.archive.org links (old bug)
|