Ejemplo n.º 1
0
def get_record(file=""):
    """
   This is an example of how to get a particular jarvis-id document, say JVASP-1002.xml
   Args:
       file: name of the file
   Returns:
         data in json format
   """

    r = explore.select(
        "https://jarvis.nist.gov/", user, passd, cert=False, title=file, format="json"
    )
    return r
Ejemplo n.º 2
0
def get_record(file=''):
   r=explore.select('https://jarvis.nist.gov/',user,passd,cert=False,title=file,format='json')
   return r