GlossaristGlossarist

Reader’s Guide

Glossarist’s documentation is split across two surfaces with distinct audiences:

SurfaceAudienceWhat it teaches
glossarist.org (this site)Authors, terminologists, standards editorsHow to author, validate, and publish terminology datasets in Glossarist format
Concept Browser deploymentsReaders, translators, domain expertsHow to read, navigate, and search published terminology registries

The concept-browser is a statically deployable SPA that consumes Glossarist datasets and renders them for human reading. Each deployment below also includes a /learn section with reader-focused teaching pages.

Live deployments

Pick the deployment closest to your domain — each one demonstrates the same concept-browser features with different datasets and configurations.

GeoLexica — Geographic information

The flagship deployment. Aggregates ISO/TC 211 geographic information terminology with IEC Electropedia and other geospatial vocabularies.

The International Vocabulary of Legal Metrology, maintained by OIML. Cross-edition navigation across VIM 1968/2000/2013/2022.

OIML Terms — OIML G 18 terminology

2,100+ terms sourced from 88 OIML publications, with cross-references back to their authoritative VIM/VIML definitions.

What concept-browser teaches (and glossarist.org doesn’t)

The concept-browser’s /learn section covers reader-side concepts:

These topics are reader-focused: “what does this label mean when you see it?”. The author-focused counterpart (“how do I write this?”) lives on glossarist.org under /model/.

What glossarist.org teaches (and concept-browser doesn’t)

This site covers authoring concerns:

Deploying your own reader surface

Once you’ve authored a Glossarist dataset, deploy your own concept-browser instance for your readers:

npm install --ignore-scripts @glossarist/concept-browser
npx concept-browser build

See Concept Browser for the full deployment guide.

See also