sourceright 0.1.13

Reference verification infrastructure for academic and legal citation workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Sourceright GitHub Pages Demo

This is a static, sample-data-only demonstrator. It reads local JSON artifacts
from `sample/` and renders the current `sourceright.reference_report.v1` and
`sourceright.journal_screening.v1` contracts.

It does not call providers, require API keys, or mutate repository state.

To preview locally, serve this directory with any static file server, for
example:

```text
python -m http.server 8080
```

The repository already has an mdBook Pages workflow, so this demo is kept as a
standalone directory rather than adding another Pages deployment workflow.