Skip to content

Commit

Permalink
Update null_doi.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann committed May 18, 2024
1 parent 59c9ea4 commit eae5821
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions constants/null_doi.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
'10.21143/jhp.vol8.no3.772' => true, // DB Error
'10.2136/sh2012-53-6-lf' => true, // published landing page
'10.2174/092986712804485719' => true, // Cloud error
'10.2174/138920009787846350' => true, // page not found
'10.2174/138920209789503941' => true, // page not found
'10.2174/138920308785132668' => true, // page not found
'10.2174/138955709787316074' => true, // page not found
'10.2174/157016109787455716' => true, // page not found
'10.21767/2049-5471.1000e4' => true, // Not found
'10.2225/vol8-issue1-fulltext-9' => true, // Forbid
'10.2225/vol9-issue3-fulltext-15' => true, // Forbid
Expand Down Expand Up @@ -524,11 +529,11 @@
'10.2174/092986712804485755' => true,
'10.2174/138161211795049589' => true,
'10.2174/138161211795428777' => true,
'10.2174/138920009787846350' => true,
'10.2174/138920209789503941' => true,
'10.2174/138920308785132668' => true,
'10.2174/138955709787316074' => true,
'10.2174/157016109787455716' => true,
'10.2174/138920009787846350' => true, // page not found
'10.2174/138920209789503941' => true, // page not found
'10.2174/138920308785132668' => true, // page not found
'10.2174/138955709787316074' => true, // page not found
'10.2174/157016109787455716' => true, // page not found
'10.2174/1874294701710010092' => true,
'10.21744/irjmis.v3i3.97' => true,
'10.21767/2049-5471.1000e4' => true, // Not found
Expand Down Expand Up @@ -881,7 +886,6 @@
'10.7152/bippa.v15i0.11537' => true,
'10.7182/prtr.1.6.1.f04016025hh795up' => true,
'10.7182/prtr.13.3.a368158t7662j463' => true,
'10.7273/nvgh-ca61' => true,
'10.7313/upo9781904761679.011' => true,
'10.7313/upo9781907284991.018' => true,
'10.7454/irhs.v1i1.50' => true, // DB Error
Expand Down Expand Up @@ -911,6 +915,7 @@
/** ========================================================================================================================================================================== */
// TODO - these need to be manually double checked once in a great while.
const NULL_DOI_BUT_GOOD = [
'10.7273/nvgh-ca61' => true,
'10.1001/archneur.1989.00520400097026' => true,
'10.1001/archpsyc.60.5.497' => true,
'10.1001/jama.2020.6019' => true,
Expand Down

0 comments on commit eae5821

Please sign in to comment.