Maturity: draft. Structure is stable; examples are being expanded.
You have this archetype if a lab or project presents its people, software, datasets, and papers. Examples in our ecosystem: a principal investigator's lab site, a center like the Swartz Center for Computational Neuroscience, or a project site like annot-garden. The job is mostly discovery and entity clarity: help an agent understand who you are, what you produce, and where those outputs live.
A lab site is a hub. Its real value to an agent is the map it provides: this person, that tool, this dataset, that paper, and the links between them. If those entities are only prose and PDFs, the agent cannot follow the graph.
-
Mark up your entities with JSON-LD.
Organization(orResearchOrganization) for the lab,Personfor members,SoftwareSourceCodeorSoftwareApplicationfor tools,Datasetfor data, andScholarlyArticlefor papers. UsesameAsto link each to its authoritative record. -
Expose persistent identifiers. ORCID for people, ROR for the organization, DOIs for papers and datasets, repository URLs for software. These let an agent disambiguate "which Smith" and "which EEGLAB" with certainty.
-
Keep a canonical index of your outputs. One page that lists the lab's software, datasets, and standards, each linked to its own home, where that home is then made agent-ready under its own archetype.
-
Publish an
llms.txtcurating people, software, datasets, key papers, and contact. -
Set an AI-aware
robots.txt.
Say how to cite the lab's work and what license covers the site content and each output. Attribution is the currency of open science; make it legible to machines.
- Signpost authorship and citations:
rel="author"to each member's ORCID, andrel="cite-as"to a DOI on every publication listing. - Use the Bioschemas
PersonandTrainingMaterialprofiles, and mark up the lab's outputs as a smallDataCatalogof datasets, tools, and software rather than plain prose links.
JSON-LD for the lab and its outputs, plus an llms.txt that maps them.
- Do not publish papers and software as unlinked prose or PDFs only; give structured, linked records.
- Do not omit persistent identifiers; without them, agents cannot resolve who or what you mean.
- Do not list a tool without linking to its repository or docs.