Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doi [2025-07-11 05:24] – [The mechanics of registering a new DOI with crossref membership] kate.richdoi [2025-09-28 08:19] (current) – [partial automation] nik
Line 42: Line 42:
  
 ====metadata schema==== ====metadata schema====
 +  * [[https://www.crossref.org/documentation/schema-library/|Crossref schema library]]
   * [[https://www.medra.org/schema/onix/DOIMetadata/2.0/ONIX_DOIMetadata_2.0.xsd|ONIX for DOI Metadata Schema v2.0]]   * [[https://www.medra.org/schema/onix/DOIMetadata/2.0/ONIX_DOIMetadata_2.0.xsd|ONIX for DOI Metadata Schema v2.0]]
  
 ====generating DOIs==== ====generating DOIs====
-  * https://datacite.org/blog/cool-dois/+ 
 +The [[https://github.com/datacite/cirneco|cireno]] tool can be used to generate & validate DOIs 
 + 
 +via https://datacite.org/blog/cool-dois/ 
 + 
 +  * opaque without semantic information 
 +  * work well in a web environment, avoiding characters problematic in URLs 
 +  * short and human-readable 
 +  * Resistant to transcription errors 
 +  * easy to generate 
 + 
 +valid suffixes match ''/^10.d{4,9}/[-._;()/:A-Z0-9]+$/i'' 
 + 
 +====partial automation==== 
 +  * https://juliapackages.com/p/pitaya 
 +  * https://github.com/fabiobatalha/crossrefapi 
 +  * https://github.com/prsull/CrossrefTutorial
  
 ====The mechanics of registering a new DOI with crossref membership==== ====The mechanics of registering a new DOI with crossref membership====