ARCH 1.0

Accessible Research Charter for Hypertext

Version 1.0, published 2026-06-09. Adopted internally by the Aris Program in February 2026.


Preamble

Research manuscripts have been frozen in the PDF paradigm for three decades. PDFs are designed for fixed page dimensions, offer limited support for small screens, require specialized tooling for accessibility, and cannot natively support interactive content. The web has solved all of these problems for every other kind of document. It is time for scholarship to catch up.

ARCH defines what a web-native research manuscript should be. It is a charter: a set of concrete, testable requirements organized around a simple principle: a research manuscript on the web should be accessible, responsive, and durable by default. It should take full advantage of mature, established web standards to provide a modern reading experience (including native support for interactive content) rather than merely reproducing a static printed page in a browser.

ARCH defines the structural and behavioral floor for web-native research manuscripts. BRAIID is the Aris Program's design system that builds the aesthetic layer on top of this floor.

ARCH does not prescribe how documents are authored. It describes what the output must do. Any authoring pipeline (including but not limited to the RSM toolchain) that produces ARCH-compliant output has done its job. ARCH also does not evaluate or apply in any way to the scientific merit, validity, or content of the research itself. That is the job of peer review, not a document charter.

Why ARCH Exists

A research manuscript is part of the scholarly record. Unlike a blog post or a marketing page, it must remain accessible and faithful to its original form for decades, potentially centuries. A PDF achieves this through rigidity: it is a frozen page image. But rigidity comes at the cost of accessibility, responsiveness, and interactivity.

ARCH provides an alternative path to permanence. An ARCH-compliant document is durable not because it is frozen, but because it is built on the most stable substrate the web offers: semantic HTML, standard CSS, and optional progressive JavaScript. These technologies are maintained by global standards bodies, supported by every browser, and have proven backward-compatible across decades. A well-structured HTML document from 2005 still renders correctly today. ARCH ensures that research manuscripts built for the web inherit this durability while gaining everything PDFs cannot offer: reading on any device, accessibility for all readers, and interactive content that brings research to life.

Conventions

The key words MUST, MUST NOT, SHOULD, SHOULD NOT, and MAY in this document are to be interpreted as described in RFC 2119.


1. HTML Structure

An ARCH-compliant document is an HTML5 document. The HTML is the document, not a container for a PDF viewer, not a wrapper around a canvas element, not a shell for a JavaScript application. The HTML itself carries the manuscript's full semantic structure.

1.1 Document Semantics

The document MUST use semantic HTML5 elements to represent its structure. Specifically:

1.2 Accessibility

1.3 Metadata

1.4 Self-Containment


2. Content Integrity

A research manuscript is a scholarly artifact. Its claims, evidence, and arguments must be preserved exactly as the authors intended. The document format must guarantee that what the reader sees is what the authors wrote, not what a script generated, a server injected, or a library rendered at runtime.

2.1 Core Content in HTML

2.2 Mathematical Content

Mathematical content MUST be represented in the HTML source as LaTeX notation, MathML, or equivalent semantic markup. Visual rendering of mathematical notation via JavaScript libraries (e.g., KaTeX, MathJax) is a presentation concern, not a content integrity concern. The scholarly content is the source notation itself, which persists in the document regardless of whether rendering succeeds. The rendered output MUST be accessible to screen readers.

This is not an exception to the content integrity principle. It is an application of it: the source notation is the content. The visual rendering is the presentation.


3. CSS Presentation

An ARCH-compliant document must be readable and navigable on any device, in any lighting condition. The presentation layer handles this. The HTML handles meaning. The CSS handles experience. BRAIID implements the Aris Program's specific presentation language on top of these requirements.

3.1 Responsive Design

3.2 Theming

3.3 Contrast and Legibility

3.4 Print

3.5 Motion


4. JavaScript Behavior

JavaScript in a research manuscript is a privilege, not a requirement. The document is a text, not an application. Interactivity enhances the reading experience. It must never gate it.

4.1 Progressive Enhancement

4.2 JavaScript Standards

4.3 No Runtime Dependencies

4.4 User Preferences

4.5 Interactive Content

Compliant static fallbacks:

Non-compliant fallbacks:


5. Durability

Research manuscripts are part of the scholarly record. They must outlast the tools that created them, the servers that first hosted them, and the organizations that published them.

5.1 Archivability and Offline Access

5.2 Standards Compliance


6. Research Manuscript Structure

Sections 1 to 5 define requirements for any durable, accessible web document. This section defines the additional structural requirements that make a document a research manuscript. A well-built blog post may satisfy Sections 1 to 5. A research manuscript must also satisfy Section 6.

6.1 Abstract

6.2 Author Information

6.3 Citations and Bibliography

A research manuscript's relationship to prior work is expressed through its citations. These are not optional formatting. They are structural elements of the scholarly argument.

6.4 Cross-References

Research manuscripts refer to their own components: "as shown in Figure 3," "see Section 2.1," "from Equation 7." These references must resolve.

6.5 Footnotes and Endnotes


Conformance

A document conforms to ARCH 1.0 if it satisfies all MUST requirements in this charter. A document that additionally satisfies all SHOULD requirements is considered fully conformant.

ARCH does not prescribe visual design. Two documents can both be ARCH-compliant and look entirely different. ARCH defines the structural and behavioral floor, not the aesthetic ceiling.

ARCH compliance is a statement about document structure, accessibility, and durability. It is not a statement about the scientific merit, validity, or correctness of the research content. Evaluation of scientific content is the responsibility of peer review and editorial processes, which are entirely outside the scope of this charter.


Scope and Limitations

ARCH applies to the rendered output, the HTML document that readers see. It does not govern the authoring format, the compilation process, the hosting platform, or the editorial workflow. A document written in RSM and compiled to HTML via the Aris toolchain is the primary target, but any authoring pipeline that produces ARCH-compliant output satisfies the charter.

ARCH 1.0 focuses on single-document manuscripts. The following are out of scope for this version and are candidates for future revisions:


ARCH is maintained by the Aris Program. The canonical source is at github.com/aris-pub/arch. The rendered version is at aris.pub/arch/1.0/.