Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

maximum length of Digital Object Identifier?

Tags:

database

doi

I want to add a field to my database that stores DOIs. But I can't seem to find out what their maximum length is. Does anyone know if there is a maximum length?

like image 500
Jason S Avatar asked Sep 07 '11 14:09

Jason S


2 Answers

From a 10K sample, I would go for 255 as max length to be on the safe side...

enter image description here

like image 89
Renaud Avatar answered Nov 16 '22 03:11

Renaud


never mind, I found it:

http://www.doi.org/doi_handbook/1_Introduction.html#1.6.3

DOI names have two components, known as the prefix and the suffix. These are separated by a forward slash. The two components together form the DOI name:

10.1000/123456

In this example, the prefix is "10.1000" and the suffix is "123456".

There is no technical limitation on the length of either the prefix or the suffix; in theory, at least, there is an infinite number of DOI names available.

like image 44
Jason S Avatar answered Nov 16 '22 03:11

Jason S