# Ontology Blog Deployment Notes

Target page: <https://renxuai.com/ontology/>

## Deployable Files

Copy the contents of `site/` to the blog page directory:

- `index.html`
- `styles.css`
- `app.js`
- `data.js`
- `favicon.svg`
- `exports/`

The current local preview URL is <http://127.0.0.1:8787/>.

## Current Metrics

- Sources: 803
- Core sources: 150
- Candidate sources: 332
- Selected sources in KB extraction: 382
- Chunks: 2157
- Claims: 1307
- Entities: 1804
- Relations: 16721
- Article routes: 11
- Longform reference anchors: 99 distinct source IDs, 109 total mentions
- Site export files: 18, including Agent KB Pack, Nature Submission Pack, Completion Audit, KB Contract, and KB Validation Report

## Publication Checks

Before publishing publicly:

- Read the embedded Chinese article once for tone, claims, and pacing.
- Convert source-ID evidence anchors into final reference style if the page should look like a formal article rather than a research notebook.
- Treat Palantir official documentation as architecture evidence, not independent validation.
- Treat commercial/vendor material as adoption or implementation evidence, not academic proof.
- Treat NotebookLM and agent reports as discovery aids only; cite original sources.
- Keep the `exports/` directory available so other agents and readers can inspect bibliography, evidence matrix, source routes, Agent KB Pack, Nature Submission Pack, completion audit, and longform references.

## Rebuild Commands

Run these from `D:\knowledge\ontology` after changing sources, synthesis text, or article copy:

```powershell
python scripts\build_synthesis.py
python scripts\export_bibliography.py
python scripts\export_longform_references.py
python scripts\build_nature_submission_pack.py
python scripts\build_completion_audit.py
python scripts\build_agent_kb_pack.py
python scripts\build_site_data.py
python scripts\build_deployment_notes.py
python scripts\validate_kb_contract.py
```

Then preview <http://127.0.0.1:8787/> and verify the page on desktop and mobile widths.
