Skip to content

Commit

Permalink
Update bad_data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Dec 11, 2024
1 parent 2fcefc9 commit c87d0ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions constants/bad_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -13040,3 +13040,13 @@
'10.7759/cureus.',
'10.7766/',
];

const BAD_DOI_ARRAY = [
'10.1126/science' => true,
'' => true,
'10.7556/jaoa' => true,
'10.1267/science.040579197' => true,
'10.0000/Rubbish_bot_failure_test' => true,
'10.0000/Rubbish_bot_failure_test2' => true,
'10.0000/Rubbish_bot_failure_test.x' => true,
];

0 comments on commit c87d0ed

Please sign in to comment.