lib/bolognese/utils.rb in bolognese-1.2.6 vs lib/bolognese/utils.rb in bolognese-1.2.7

- old
+ new

@@ -337,10 +337,10 @@ def find_from_format_by_id(id) id = normalize_id(id) if /\A(?:(http|https):\/(\/)?(dx\.)?(doi.org|handle.test.datacite.org)\/)?(doi:)?(10\.\d{4,5}\/.+)\z/.match(id) ra = get_doi_ra(id) - %w(DataCite Crossref mEDRA).include?(ra) ? ra.downcase : nil + %w(DataCite Crossref mEDRA KISTI JaLC OP).include?(ra) ? ra.downcase : nil elsif /\A(?:(http|https):\/(\/)?orcid\.org\/)?(\d{4}-\d{4}-\d{4}-\d{3}[0-9X]+)\z/.match(id) "orcid" elsif /\A(http|https):\/(\/)?github\.com\/(.+)\z/.match(id) "codemeta" else