{
  "_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-2564"
    }
  ],
  "@type": [
    "nrdp:DataPublication",
    "nrdp:PublicDataResource",
    "dcat:Dataset"
  ],
  "_extensionSchemas": [
    "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/PublicDataResource"
  ],
  "@id": "ark:/88434/mds2-2564",
  "ediid": "ark:/88434/mds2-2564",
  "version": "1.0.4",
  "doi": "doi:10.18434/mds2-2564",
  "title": "Python tools for measuring filament defects in embedded 3D printing",
  "contactPoint": {
    "fn": "Jonathan Seppala",
    "hasEmail": "mailto:jonathan.seppala@nist.gov"
  },
  "modified": "2022-03-02 00:00:00",
  "status": "available",
  "landingPage": "https://data.nist.gov/od/id/mds2-2564",
  "description": [
    "In embedded 3D printing, a nozzle is embedded into a support bath and extrudes filaments or droplets into the bath. This repository includes Python code for analyzing and managing images and videos of the printing process during extrusion of single filaments. The zip file contains the state of the code when the associated paper was submitted. The link to the GitHub page goes to version 1.0.0, which is the same as the code attached here. From there, you can also access the current state of the code.",
    "Associated with: L. Friedrich, R. Gunther, J. Seppala, Suppression of filament defects in embedded 3D printing, 2022, submitted for publication"
  ],
  "keyword": [
    "python",
    "digital image analysis",
    "computer vision",
    "3D printing",
    "additive manufacturing",
    "openCV"
  ],
  "topic": [
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Mathematics and Statistics: Image and signal processing"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Manufacturing: Process measurement and control"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Manufacturing: Biomanufacturing"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Manufacturing: Additive manufacturing"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Materials: Polymers"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Materials: Polymers",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Build Process: Material extrusion",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Characterization Approach: Machine vision",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Computation and Analysis: Process simulation",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Computation and Analysis: Material simulation",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Computation and Analysis: Data-driven modeling: Image analysis",
      "@type": "Concept"
    }
  ],
  "accessLevel": "public",
  "license": "https://www.nist.gov/open/license",
  "publisher": {
    "name": "National Institute of Standards and Technology",
    "@type": "org:Organization"
  },
  "language": [
    "en"
  ],
  "bureauCode": [
    "006:55"
  ],
  "programCode": [
    "006:052"
  ],
  "_editStatus": "done",
  "theme": [
    "Mathematics and Statistics: Image and signal processing",
    "Manufacturing: Process measurement and control",
    "Manufacturing: Biomanufacturing",
    "Manufacturing: Additive manufacturing",
    "Materials: Polymers"
  ],
  "components": [
    {
      "accessURL": "https://github.com/usnistgov/embedded3DPvids/releases/tag/v1.0.1",
      "description": "GitHub page for version 1.0.1",
      "title": "GitHub page for version 1.0.1",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#usnistgov/embedded3DPvids/releases/tag/v1.0.1",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    },
    {
      "@id": "cmps/embedded3DPvids-1.0.0.zip",
      "@type": [
        "nrdp:DataFile",
        "nrdp:DownloadableFile",
        "dcat:Distribution"
      ],
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
      ],
      "filepath": "embedded3DPvids-1.0.0.zip",
      "downloadURL": "https://data.nist.gov/od/ds/mds2-2564/embedded3DPvids-1.0.0.zip",
      "mediaType": "application/x-zip-compressed",
      "format": {
        "description": "zip file"
      },
      "description": "Public version 1.0.0 of the code",
      "title": "Embedded3DPvids-1.0.0",
      "size": 3112939,
      "checksum": {
        "hash": "6e2e947153b8da91d8aa9e485154530d7c93021c98c4865a07c08ba450ef4932",
        "algorithm": {
          "tag": "sha256",
          "@type": "Thing"
        }
      }
    }
  ],
  "rights": "Purchase is not required for data downloading. Users must complete registration form to download data.",
  "authors": [
    {
      "familyName": "Friedrich",
      "fn": "Leanne  Friedrich",
      "givenName": "Leanne",
      "middleName": "",
      "affiliation": [
        {
          "title": "National Institute of Standards and Technology",
          "@type": "org:Organization",
          "@id": "ror:05xpvk416"
        }
      ],
      "orcid": "0000-0002-0382-3980",
      "@type": "foaf:Person"
    },
    {
      "familyName": "Gunther",
      "fn": "Ross  Gunther",
      "givenName": "Ross",
      "middleName": "",
      "affiliation": [
        {
          "title": "National Institute of Standards and Technology",
          "@type": "org:Organization",
          "@id": "ror:05xpvk416"
        }
      ],
      "orcid": "0000-0002-6442-5396",
      "@type": "foaf:Person"
    },
    {
      "familyName": "Seppala",
      "fn": "Jonathan  Seppala",
      "givenName": "Jonathan",
      "middleName": "",
      "affiliation": [
        {
          "title": "National Institute of Standards and Technology",
          "@type": "org:Organization",
          "@id": "ror:05xpvk416"
        }
      ],
      "orcid": "0000-0002-5937-8716",
      "@type": "foaf:Person"
    }
  ],
  "annotated": "2026-01-07T11:55:20.501193",
  "revised": "2022-04-25T13:27:46.637641",
  "issued": null,
  "firstIssued": "2022-04-25T13:27:46.637641",
  "releaseHistory": {
    "@id": "ark:/88434/mds2-2564/pdr:v",
    "@type": [
      "nrdr:ReleaseHistory"
    ],
    "hasRelease": [
      {
        "version": "1.0.0",
        "issued": "2022-03-02",
        "@id": "ark:/88434/mds2-2564/pdr:v/1.0.0",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2564/pdr:v/1.0.0",
        "description": "initial release"
      },
      {
        "version": "1.0.1",
        "issued": "2022-03-02 00:00:00",
        "@id": "ark:/88434/mds2-2564/pdr:v/1.0.1",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2564/pdr:v/1.0.1",
        "description": "metadata update"
      },
      {
        "version": "1.0.2",
        "issued": "2022-03-02 00:00:00",
        "@id": "ark:/88434/mds2-2564/pdr:v/1.0.2",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2564/pdr:v/1.0.2",
        "description": "metadata update"
      },
      {
        "version": "1.0.3",
        "issued": "2022-03-02 00:00:00",
        "@id": "ark:/88434/mds2-2564/pdr:v/1.0.3",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2564/pdr:v/1.0.3",
        "description": "metadata update"
      },
      {
        "version": "1.0.4",
        "issued": "2026-01-07",
        "@id": "ark:/88434/mds2-2564/pdr:v/1.0.4",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2564/pdr:v/1.0.4",
        "description": "added to additiveman collection"
      }
    ]
  },
  "isPartOf": [
    {
      "@type": [
        "nrda:ScienceTheme",
        "nrdp:PublicDataResource"
      ],
      "@id": "ark:/88434/pdr0-0003",
      "title": "Additive Manufacturing Data"
    }
  ]
}