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-09-28 08:09] – [metadata schema] nikdoi [2025-09-28 08:19] (current) – [partial automation] nik
Line 46: Line 46:
  
 ====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====