2.1 Neuronames Adherence

Neuroscience Nomenclature v2.1.4 Active Standard Last updated: Nov 12, 2024

Mandatory editorial guidelines for standardizing neural structure nomenclature across the Aevum Encyclopedia. Ensures terminological consistency, ontological alignment, and machine-readable interoperability for all neuroscience-related content.

Scope & Purpose

The Neuronames Adherence Standard (NAS) establishes a unified framework for naming, classifying, and cross-referencing neural architectures within the Aevum Encyclopedia. This standard harmonizes historical anatomical terminology with modern neuroinformatics conventions, preventing fragmentation across contributor submissions.

All articles, taxonomies, and knowledge-graph nodes referencing cerebral, spinal, or peripheral neural structures must comply with NAS v2.1. Legacy entries published prior to Q4 2024 are subject to a phased migration schedule.

⚠️ Compliance Notice

Submissions failing automated syntax checks or ontology validation will be returned to the contributor queue. Repeated non-adherence may result in editorial probation.

Classification Hierarchy

Neural structures are organized using a five-tier granularity model. Each tier corresponds to a specific anatomical scale, enabling precise disambiguation between macroscopic regions and molecular-level populations.

Tier Designation Scope & Examples
T1 System / Division Broad functional grouping (e.g., Central Nervous System)
T2 Major Region Lobes, brainstem segments, spinal tracts (e.g., Cerebral Cortex)
T3 Subregion / Nucleus Gyri, sulci, nuclei, fiber bundles (e.g., Basolateral Amygdala)
T4 Layer / Zone Laminar zones, subfields, cortical layers (e.g., Layer V Pyramidal Zone)
T5 Cellular / Molecular Neuron phenotypes, receptor complexes, markers (e.g., Parvalbumin-Interneuron)

Nomenclature Syntax

Adherence requires strict compliance with the following formatting rules. The syntax ensures consistency across multilingual translations and machine-parsed knowledge graphs.

  1. Latin Priority: Primary terms must use standardized Latin anatomical nomenclature. English equivalents may follow in parentheses on first reference.
  2. Case Conventions: Proper anatomical terms are capitalized. Descriptive modifiers remain lowercase unless initiating a sentence.
  3. Acronym Protocol: Full designation first, acronym in parentheses: Dorsolateral prefrontal cortex (DLPFC). Subsequent references may use the acronym.
  4. Species Tagging: Non-human model organisms require bracketed taxonomy: [Mus musculus], [Drosophila melanogaster].
  5. Coordinate Binding: Stereotaxic or atlas coordinates must use the ref:neurid: prefix for graph linkage.
✅ Compliant formatting example Structure: Hippocampal formation [Homo sapiens] Layer: Stratum lacunosum-moleculare (Layer II/III transition) Ref: ref:neurid:HIP-CA1-SLM Ont: neurolex:0000472

Ontology Mapping

To prevent data silos, all neuroname entries must maintain bidirectional links to recognized neuroinformatics ontologies. The mapping protocol uses a strict JSON-LD schema for editorial validation.

  • NeuroLex / NeuroVocab: Mandatory for T3 and above structures.
  • Uberon: Required for developmental, embryological, and cross-species homology references.
  • Allen Brain Atlas (ABA): Required for gene-expression, cell-type, and microcircuitry data.
🔗 Integration Tip

Use the @aevum/neuro-linter CLI to auto-resolve ontology URIs before pushing markdown. Unresolved references trigger a W-NEUROLINK warning.

Validation & Examples

The following table demonstrates expected input sanitization and compliance status across different editorial submissions:

Raw Input Sanitized Output Status
Hippocampus formation Hippocampal formation [Homo sapiens] ref:neurid:HIP-FORM ✓ Compliant
CA1 region neurons CA1 pyramidal cell layer ref:neurid:CA1-L3 ✓ Compliant
mPFC area Medial prefrontal cortex [Mus musculus] ref:neurid:mPFC ⚠ Species tag added
VTA dopamine cells Ventral tegmental area dopamine neurons (DAT+) ref:neurid:VTA-DAT ✓ Compliant

Editorial Workflow

Every submission undergoes a three-stage adherence verification pipeline before merging into the production knowledge graph:

  1. Automated Linting: CI/CD pipeline scans markup for NAS v2.1 syntax, ontology link resolution, and hierarchy tagging.
  2. Domain Audit: Verified neuroscience editors review contextual accuracy, anatomical precision, and cross-reference integrity.
  3. Community Consensus: Drafts introducing novel nomenclature or revised classifications enter a 14-day review window on the Aevum Neuro-SIG board.

Non-compliant entries are queued for revision with inline diff highlights. For technical support, submit a ticket to standards-neuro@aevum.enc or open a tracking issue in the Editorial Governance repository.