Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

128 results

Page 6 of 6; 24 results per page.

Show the canonical directory
Preview of Significant Figures Lost to Float Parsing (.csv)
csv
478 B
Actual file preview for Significant Figures Lost to Float Parsing (.csv)

Significant Figures Lost to Float Parsing (.csv)

Eight written measurements where the trailing zeros carry the precision of the measurement, alongside what a float parse leaves behind. Parsing 1.200 to the double 1.2 is not a rounding error, it is the loss of the claim that the value is known to four figures.

File
CSV · Measurements · 8 rows
Use case
Scientific dataCSV parsing+1· Conversion set
Preview of SMILES Library — Ten Structures Including Aromatics and Salts (.smi)
smi
168 B
Actual file preview for SMILES Library — Ten Structures Including Aromatics and Salts (.smi)

SMILES Library — Ten Structures Including Aromatics and Salts (.smi)

Ten tab-delimited SMILES covering the notation features that trip parsers: lowercase aromatic atoms, ring-closure digits, branch parentheses, explicit charges in brackets and a dot-disconnected salt. Every structure is small enough to verify by hand.

File
SMI · Chemistry · 10 records
Use case
Scientific dataEditor testing+1· Conversion set
Preview of Sparse Triplets — Both Index Bases Side by Side (.csv)
csv
214 B
Actual file preview for Sparse Triplets — Both Index Bases Side by Side (.csv)

Sparse Triplets — Both Index Bases Side by Side (.csv)

The twelve stored entries of the sparse matrix with both 1-based and 0-based indices in adjacent columns. It turns the Matrix Market indexing convention from a footnote into something a loader can be diffed against directly.

File
CSV · Matrices · 12 rows
Use case
Scientific dataEditor testing+1· Paired fixture
Preview of Spectrometer Absorbance With Expanded Uncertainty (.csv)
csv
1.1 KB
Actual file preview for Spectrometer Absorbance With Expanded Uncertainty (.csv)

Spectrometer Absorbance With Expanded Uncertainty (.csv)

A synthetic absorbance scan from 400 to 630 nm with a Gaussian band at 520 nm, carrying its expanded uncertainty at k=2 in a dedicated column and a per-row quality flag. The unit and the coverage factor live in the column names, which is the convention most instrument exports actually use.

File
CSV · Measurements · 24 rows
Use case
Scientific dataCSV parsing+1· Conversion set
Preview of Thermocouple Time Series With Standard Uncertainty (.csv)
csv
2.5 KB
Actual file preview for Thermocouple Time Series With Standard Uncertainty (.csv)

Thermocouple Time Series With Standard Uncertainty (.csv)

A full day of thermocouple readings at 30-minute cadence with a constant type-B standard uncertainty and two rows flagged as recovering. The timestamps are explicit UTC with a Z suffix so a reader has no excuse to guess a timezone.

File
CSV · Measurements · 48 rows
Use case
Scientific dataCSV parsing+2· Conversion set
Preview of Three-Molecule SDfile Library — Multi-Record (.sdf)
sdf
2 KB
Actual file preview for Three-Molecule SDfile Library — Multi-Record (.sdf)

Three-Molecule SDfile Library — Multi-Record (.sdf)

Three molecules of different sizes in one SDfile, each with its own connection table and four data fields, separated by the $$$$ terminator. It is the fixture for streaming SDfile readers that have to split on the terminator rather than load the whole file.

File
SDF · Chemistry · 3 records
Use case
Scientific dataEditor testing+1· Conversion set
Preview of Titration Replicates — Mean, SD, SEM and RSD (.csv)
csv
466 B
Actual file preview for Titration Replicates — Mean, SD, SEM and RSD (.csv)

Titration Replicates — Mean, SD, SEM and RSD (.csv)

Four batches of five replicate titrations with the mean, sample standard deviation, standard error and relative standard deviation computed for each. The standard deviation uses the n-1 denominator, which is stated explicitly because a population-denominator implementation disagrees on every row.

File
CSV · Measurements
Use case
Scientific dataCSV parsing+1· Conversion set
Preview of Units on a Second Header Row — Not Data (.csv)
csv
373 B
Actual file preview for Units on a Second Header Row — Not Data (.csv)

Units on a Second Header Row — Not Data (.csv)

The same instrument export with units on a second header row instead of inside the column names, which is how a great many laboratory instruments write CSV. An importer that treats row two as data types every measurement column as text and then quietly refuses to plot anything.

File
CSV · Measurements
Use case
Scientific dataCSV parsing+2· Conversion set