{
  "_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.7#",
  "@context": [
    "https://data.nist.gov/od/dm/nerdm-pub-context.jsonld",
    {
      "@base": "ark:/88434/mds2-2355"
    }
  ],
  "@type": [
    "nrdp:PublicDataResource",
    "dcat:Dataset"
  ],
  "_extensionSchemas": [
    "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/PublicDataResource"
  ],
  "@id": "ark:/88434/mds2-2355",
  "ediid": "ark:/88434/mds2-2355",
  "version": "1.0.0",
  "title": "NexusLIMS: a Python Package for EM Experiment Metadata Management",
  "contactPoint": {
    "fn": "Joshua Taillon",
    "hasEmail": "mailto:joshua.taillon@nist.gov"
  },
  "modified": "2021-02-02",
  "landingPage": "https://data.nist.gov/od/id/mds2-2355",
  "description": [
    "This code repository contains the \"back-end\" of the Nexus Microscopy Facility Laboratory Information Management System (NexusLIMS), developed by the NIST Office of Data and Informatics. Its primary function is to build XML-formatted research experiment records by combining metadata from many different sources (reservation systems, the collected data files, a session logger, etc.). These records are structured according to the \"Nexus Experiment\" schema, meaning they can be loaded into a repository and used for structured data queries."
  ],
  "keyword": [
    "laboratory information management",
    "materials microscopy",
    "electron microscopy",
    "data management",
    "scientific data",
    "reproducibility",
    "open science"
  ],
  "theme": [
    "Information Technology: Data and informatics",
    "Materials: Materials characterization"
  ],
  "topic": [
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Information Technology: Data and informatics"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Materials: Materials characterization"
    }
  ],
  "accessLevel": "public",
  "license": "https://www.nist.gov/open/license",
  "components": [
    {
      "accessURL": "https://github.com/usnistgov/NexusLIMS/",
      "format": {
        "description": "Git repository"
      },
      "description": "The Github--hosted git repository containing the code for the NexusLIMS backend",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#usnistgov/NexusLIMS/",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    },
    {
      "accessURL": "https://doi.org/10.18434/mds2-2355",
      "@type": [
        "nrd:Hidden",
        "dcat:Distribution"
      ],
      "@id": "#doi:10.18434/mds2-2355"
    }
  ],
  "publisher": {
    "name": "National Institute of Standards and Technology",
    "@type": "org:Organization"
  },
  "language": [
    "en"
  ],
  "bureauCode": [
    "006:55"
  ],
  "programCode": [
    "006:052"
  ],
  "doi": "doi:10.18434/mds2-2355"
}