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