Skip to content

Commit

Permalink
Update expandFns.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Feb 10, 2025
1 parent 62297d1 commit bb065f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expandFns.php
Original file line number Diff line number Diff line change
Expand Up @@ -2322,6 +2322,7 @@ function doi_is_bad (string $doi): bool {
$doi === '10.1002/bies' || // over-truncated
$doi === '10.1002/job' || // over-truncated
$doi === '10.5465/ame' || // over-truncated
$doi === '10.5465/amp' || // over-truncated
strpos($doi, '10.5779/hypothesis') === 0 || // SPAM took over
strpos($doi, '10.5555/') === 0 || // Test DOI prefix
strpos($doi, '10.5860/choice.') === 0 || // Paywalled book review
Expand Down

0 comments on commit bb065f9

Please sign in to comment.