📖
wiki page

Editing Standards

📖 Wiki Page
documentation626 wordssynced 2026-04-02

Meta-Editing Standards

These standards ensure consistent formatting across all NeuroWiki pages. Follow them exactly.

Markdown Basics

Headings

Top-Level Heading (Page Title)

Section Heading

Subsection Heading

Deep Subsection
  • Only one H1 per page (the title)
  • Use H2 for major sections, H3 for subsections
  • Don't skip heading levels (don't go H2 → H4)

Bold and Italic

Bold for emphasis Italic for book titles, foreign words Bold Italic for strong emphasis

Reference Formatting

Frontmatter References

All references go in the YAML frontmatter:

title: "Page Title"
description: "Description here"
refs:
smith2023:
authors: "Smith J, Jones M"
title: "Paper Title"
journal: "Nature Neuroscience"
year: 2023
pmid: "12345678"
doe2024:
authors: "Doe J, et al."
title: "Another Paper"
journal: "Lancet Neurology"
year: 2024
doi: "10.1234/example"

Required fields: `title`, `year` At least one of: `pmid`, `doi`, `url`

Inline Citations

Use `[@citekey]` in the body:

Alzheimer's disease affects millions[@smith2023].
Novel treatments show promise[@doe2024].

The sync pipeline converts these to numbered footnotes.

Always hyperlink DOIs and PMIDs:

  • [Smith et al., Amyloid cascade (2023)](https://pubmed.ncbi.nlm.nih.gov/12345678/)
  • [Doe et al., Novel therapy (2024)](https://doi.org/10.1234/example)
  • Never write: `DOI: 10.1234` or `PMID:12345678`


    ...
    📖 View canonical wiki page →
    Related Entities
    meta-editing-standards
    View on SciDEX ↗