Esempio n. 1
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "issn", basestring, [],
                                   "https://www.worldcat.org/ISSN")
Esempio n. 2
0
 def __init__(self, type, baseDigits):
     PersistentIdentifier.__init__(self, type, baseDigits)
Esempio n. 3
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "purl", basestring)
Esempio n. 4
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "purl", basestring)
Esempio n. 5
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "pmid", basestring, ['https://www.ncbi.nlm.nih.gov/pubmed/'], 'https://www.ncbi.nlm.nih.gov/pubmed/')
Esempio n. 6
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "scopus", basestring, [])
Esempio n. 7
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "arxiv", basestring, ['https://arxiv.org/abs/', 'http://arxiv.org/abs/'],
                                   "https://arxiv.org/abs")
Esempio n. 8
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "isbn", basestring, [])
Esempio n. 9
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "handle", basestring,
                                   ["http://hdl.handle.net/", "https://hdl.handle.net/", "hdl:"],
                                   "https://hdl.handle.net/")
Esempio n. 10
0
 def __init__(self, baseDigits):
     PersistentIdentifier.__init__(self, "doi", baseDigits, [
         "https://dx.doi.org/", "http://dx.doi.org/", "http://doi.org/",
         "https://doi.org/", "doi:"
     ], "https://dx.doi.org/")
Esempio n. 11
0
 def __init__(self, baseDigits):
     PersistentIdentifier.__init__(self, "doi", baseDigits,
                                   ["https://dx.doi.org/", "http://dx.doi.org/", "http://doi.org/",
                                    "https://doi.org/", "doi:"], "https://dx.doi.org/")
Esempio n. 12
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "isbn", basestring, [])
Esempio n. 13
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "nbn", basestring, None, "http://www.persistent-identifier.nl")
Esempio n. 14
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "scopus", basestring, [])
Esempio n. 15
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(
         self, "handle", basestring,
         ["http://hdl.handle.net/", "https://hdl.handle.net/", "hdl:"],
         "https://hdl.handle.net/")