{
  "@context": {
    "@language": "en",
    "cr": "http://mlcommons.org/croissant/",
    "schema": "http://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "@vocab": "http://mlcommons.org/croissant/",
    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "datePublished": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "license": {
      "@id": "schema:license",
      "@type": "@id"
    },
    "creator": "schema:creator",
    "recordCount": {
      "@id": "cr:recordCount",
      "@type": "xsd:integer"
    },
    "fileCount": {
      "@id": "cr:fileCount",
      "@type": "xsd:integer"
    },
    "distribution": "schema:distribution",
    "contentUrl": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "encodingFormat": "schema:encodingFormat",
    "sha256": "cr:sha256"
  },
  "@id": "https://github.com/PaperAnalyticalDeviceND/pad_dataset_registry/tree/main/datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0",
  "@type": [
    "cr:Dataset",
    "schema:Dataset"
  ],
  "name": "Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0",
  "description": "Hand-curated annotated successor to the ChemoPADNNtraining2024 Partial-Drug-Set release. Carries HPLC-measured concentration labels plus annotation-specific quality flags (lighting, background, status, missing_card) on a PAD#-grouped deterministic split.",
  "version": "v1.0",
  "datePublished": "2026-06-07T11:42:27Z",
  "license": "https://www.apache.org/licenses/LICENSE-2.0",
  "creator": {
    "@type": "schema:Person",
    "name": "Wilfinger, Moreira, Mike, Sweet (Lieberman Lab, University of Notre Dame)",
    "url": "https://github.com/PaperAnalyticalDeviceND"
  },
  "publisher": {
    "@type": "schema:Organization",
    "name": "PaperAnalyticalDeviceND",
    "url": "https://github.com/PaperAnalyticalDeviceND"
  },
  "url": "https://github.com/PaperAnalyticalDeviceND/pad_dataset_registry/tree/main/datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0",
  "isAccessibleForFree": true,
  "keywords": [
    "DATASET_NAME",
    "machine learning",
    "computer vision",
    "dataset"
  ],
  "citations": [],
  "distribution": [
    {
      "@type": [
        "cr:FileObject",
        "schema:MediaObject",
        "schema:DataDownload"
      ],
      "@id": "datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0/metadata_dev.csv",
      "name": "metadata_dev.csv",
      "description": "Train dataset for Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0",
      "contentUrl": "https://github.com/PaperAnalyticalDeviceND/pad_dataset_registry/raw/main/datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0/metadata_dev.csv",
      "encodingFormat": "text/csv",
      "sha256": "5db7f4f47eca09a24a1d6e58c7431bbdb1f947c5016bc87e125a39378df4df21",
      "dateModified": "2026-06-07T11:42:27Z",
      "contentSize": "458041 bytes",
      "inLanguage": "en"
    },
    {
      "@type": [
        "cr:FileObject",
        "schema:MediaObject",
        "schema:DataDownload"
      ],
      "@id": "datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0/metadata_test.csv",
      "name": "metadata_test.csv",
      "description": "Test dataset for Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0",
      "contentUrl": "https://github.com/PaperAnalyticalDeviceND/pad_dataset_registry/raw/main/datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0/metadata_test.csv",
      "encodingFormat": "text/csv",
      "sha256": "a73acfec2e36fb8df78ca8a49a27f714529f3053ba238ed91e24fcc475e2a559",
      "dateModified": "2026-06-07T11:42:27Z",
      "contentSize": "108487 bytes",
      "inLanguage": "en"
    },
    {
      "@type": [
        "cr:FileObject",
        "schema:MediaObject",
        "schema:DataDownload"
      ],
      "@id": "datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0/metadata_val.csv",
      "name": "metadata_val.csv",
      "description": "Validation dataset for Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0",
      "contentUrl": "https://github.com/PaperAnalyticalDeviceND/pad_dataset_registry/raw/main/datasets/Lieberman-Lab_ChemoPADPLStraining2026_Annotated_v1.0/metadata_val.csv",
      "encodingFormat": "text/csv",
      "sha256": "8ad9c6de90b51d8fc0b0dd00b27af6a8836323fa6b203edda2015823849f08db",
      "dateModified": "2026-06-07T11:42:27Z",
      "contentSize": "188335 bytes",
      "inLanguage": "en"
    }
  ],
  "recordCount": 3279,
  "fileCount": 3,
  "temporalCoverage": "DATE",
  "datasetSchema": {
    "@type": "cr:TableSchema",
    "columns": [
      {
        "@type": "xsd:integer",
        "name": "id",
        "description": "Column: id",
        "dataType": "integer"
      },
      {
        "@type": "xsd:integer",
        "name": "sample_id",
        "description": "Column: sample_id",
        "dataType": "integer"
      },
      {
        "@type": "xsd:string",
        "name": "sample_name",
        "description": "Column: sample_name",
        "dataType": "string"
      },
      {
        "@type": "xsd:decimal",
        "name": "quantity",
        "description": "Column: quantity",
        "dataType": "number"
      },
      {
        "@type": "xsd:string",
        "name": "camera_type_1",
        "description": "Column: camera_type_1",
        "dataType": "string"
      },
      {
        "@type": "xsd:string",
        "name": "url",
        "description": "Column: url",
        "dataType": "string"
      },
      {
        "@type": "xsd:string",
        "name": "hashlib_md5",
        "description": "Column: hashlib_md5",
        "dataType": "string"
      },
      {
        "@type": "xsd:string",
        "name": "image_name",
        "description": "Column: image_name",
        "dataType": "string"
      },
      {
        "@type": "xsd:string",
        "name": "camera_bucket",
        "description": "Column: camera_bucket",
        "dataType": "string"
      },
      {
        "@type": "xsd:string",
        "name": "lighting",
        "description": "Column: lighting",
        "dataType": "string"
      },
      {
        "@type": "xsd:string",
        "name": "background",
        "description": "Column: background",
        "dataType": "string"
      },
      {
        "@type": "xsd:string",
        "name": "status",
        "description": "Column: status",
        "dataType": "string"
      },
      {
        "@type": "xsd:boolean",
        "name": "missing_card",
        "description": "Column: missing_card",
        "dataType": "boolean"
      }
    ]
  },
  "dataSplits": [
    {
      "@type": "cr:DataSplit",
      "name": "train",
      "description": "Training data split",
      "recordCount": 1990,
      "splits": [
        {
          "@type": "schema:PropertyValue",
          "propertyID": "train",
          "value": "train"
        }
      ]
    },
    {
      "@type": "cr:DataSplit",
      "name": "validation",
      "description": "Validation data split",
      "recordCount": 818,
      "splits": [
        {
          "@type": "schema:PropertyValue",
          "propertyID": "validation",
          "value": "validation"
        }
      ]
    },
    {
      "@type": "cr:DataSplit",
      "name": "test",
      "description": "Test data split",
      "recordCount": 471,
      "splits": [
        {
          "@type": "schema:PropertyValue",
          "propertyID": "test",
          "value": "test"
        }
      ]
    }
  ]
}