Ejemplo n.º 1
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "issn", basestring, [],
                                   "https://www.worldcat.org/ISSN")
Ejemplo n.º 2
0
 def __init__(self, type, baseDigits):
     PersistentIdentifier.__init__(self, type, baseDigits)
Ejemplo n.º 3
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "purl", basestring)
Ejemplo n.º 4
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "purl", basestring)
Ejemplo 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/')
Ejemplo n.º 6
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "scopus", basestring, [])
Ejemplo n.º 7
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "arxiv", basestring, ['https://arxiv.org/abs/', 'http://arxiv.org/abs/'],
                                   "https://arxiv.org/abs")
Ejemplo n.º 8
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "isbn", basestring, [])
Ejemplo 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/")
Ejemplo 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/")
Ejemplo 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/")
Ejemplo n.º 12
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "isbn", basestring, [])
Ejemplo n.º 13
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "nbn", basestring, None, "http://www.persistent-identifier.nl")
Ejemplo n.º 14
0
 def __init__(self, basestring):
     PersistentIdentifier.__init__(self, "scopus", basestring, [])
Ejemplo 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/")