# Datasets pending a private Dataverse upload _Generated by `n4a-datasets dataverse-pending` from `catalog/index.json`. These are the datasets whose retrieval status is `token_required`._ These **7** datasets are the true private datasets of the bank: they have **no open** **machine-actionable raw route**, so neither `nirs4all_datasets.retrieve()` (raw) nor `nirs4all_datasets.get()` (canonical) can fetch their bytes. They are **not yet uploaded** to a personal Dataverse, so each one is still missing: - a **DOI** (the persistent identifier minted on first publish); - a **dataset version** (assigned by Dataverse at publish); - the per-file **Dataverse file ids** (assigned when the canonical files are uploaded). Their metadata and metrics are public in the catalog and on the site; only the **bytes** are gated. This list is a strict subset of the maintainer-only private upload worklist: the other non-public datasets without a DOI are openly retrievable from their origin. ## Upload one First publish mints the DOI + version + per-file ids and writes the DOI back into `catalog/datasets/.yaml`, so this list shrinks automatically and `get(id, token=...)` starts working: ```bash n4a-datasets publish --collection --contact-email you@example.org ``` Needs a Dataverse token (see [PUBLISHING.md](PUBLISHING.md)). ## Pending uploads (7) | id | name | tier | license | origin(s) | DOI | version | file ids | |----|------|------|---------|-----------|-----|---------|----------| | `cgl_nir_grain_eigenvector` | CGL_NIR grain protein Eigenvector | private | LicenseRef-not-cleared | script, url | ⏳ pending | ⏳ pending | ⏳ 0/4 (minted on upload) | | `corn_eigenvector_nir` | CORN Eigenvector NIR | private | LicenseRef-not-cleared | script, url | ⏳ pending | ⏳ pending | ⏳ 0/5 (minted on upload) | | `diesel_fuels_nir_eigenvector` | Diesel fuels NIR Eigenvector | private | LicenseRef-not-cleared | script, url | ⏳ pending | ⏳ pending | ⏳ 0/3 (minted on upload) | | `grapevine_leaftraits_multisensor_nir` | Grapevine LeafTraits multisensor NIR | private | LicenseRef-not-cleared | script | ⏳ pending | ⏳ pending | ⏳ 0/7 (minted on upload) | | `manure21_nir_all_y` | MANURE21 NIR all chemistry targets | private | LicenseRef-not-cleared | script | ⏳ pending | ⏳ pending | ⏳ 0/3 (minted on upload) | | `pharmaceutical_tablets_nir_shootout_eigenvector` | Pharmaceutical tablets NIR Shootout Eigenvector | private | LicenseRef-not-cleared | script, url | ⏳ pending | ⏳ pending | ⏳ 0/5 (minted on upload) | | `ucph_tablet_nir` | UCPH tablet NIR | private | LicenseRef-not-cleared | script, url | ⏳ pending | ⏳ pending | ⏳ 0/4 (minted on upload) |