From 06031ef430262022cb1a716e10d383edc9ad3a6e Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Tue, 24 Oct 2023 15:32:52 -0500 Subject: [PATCH] 10.7282 DOIs --- Template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Template.php b/Template.php index 500526aa0f..b3f4c5a4d1 100644 --- a/Template.php +++ b/Template.php @@ -4199,6 +4199,7 @@ public function tidy_parameter(string $param) : void { if(!in_array(strtolower($doi), NON_JOURNAL_DOIS) && (strpos($doi, '10.14344/') === FALSE) && (stripos($doi, '10.7289/V') === FALSE) && + (stripos($doi, '10.7282/') === FALSE) && (stripos($doi, '10.5962/bhl.title.') === FALSE)) { $the_journal = $this->get('journal') . $this->get('work') . $this->get('periodical'); if (str_replace(NON_JOURNALS, '', $the_journal) === $the_journal) {