Add manuscript scaffold, Figure 1, slide deck, and Pages site#39
Conversation
Create docs/manuscript/ with a full pre-results paper skeleton plus literature-grounded background: - 03_methods.md: drafted from the locked eval design (config/, src/, skills/) - 01_introduction.md, 02_background.md: drafted and cited from a deep literature survey of (a) the latest agentic-curation / LLM-for-data-work research (2024-2026) and (b) environmental harmonization, data cleaning, ontologies, provenance, and benchmarks - 00_abstract.md, 04_results.md, 05_discussion.md, 06_conclusion.md: scaffolds with [[PLACEHOLDER]] markers tied to the metrics/figures the analysis pipeline will generate - references.md: ~90 sources with per-source verification status; every in-text key resolves - research_notes.md: survey provenance, comparable-work ranking, and pre-submission verification TODOs - figures_and_tables.md, README.md: display-item manifest and section index Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FD9C8gFuJGBBYqemVFtwTx
- figures/figure1_workflow.mmd: Mermaid source for the agent-pair workflow and evaluation-design schematic (Figure 1) - figures/figure1_workflow.html: self-contained in-browser SVG renderer - slides/index.html: reveal.js deck (motivation, agent pair, two-phase / three-mode design, output-equivalence metrics, related-work positioning, results placeholders, limitations) with Figure 1 rendered live - update figures_and_tables.md and README.md to index the new assets All three Mermaid diagrams validated with mermaid@11 parse. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FD9C8gFuJGBBYqemVFtwTx
Render figure1_workflow.mmd to a dependency-free SVG and a 2x PNG (via headless Chromium) so the schematic is viewable without a network/CDN. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FD9C8gFuJGBBYqemVFtwTx
- vendor reveal.js 5.2.1 + Mermaid 11.16.0 under docs/manuscript/vendor/; point the slide deck and the Figure 1 renderer at them so both work with no external CDN (verified rendering with all network blocked) - add docs/manuscript/index.html landing page linking deck, figure, sections - add .github/workflows/pages.yml to publish docs/manuscript/ to GitHub Pages (auto-enables Pages; serves the landing page as the site root) - note hosting + offline behavior in the manuscript README Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FD9C8gFuJGBBYqemVFtwTx
|
Claude finished @cmungall's task —— View job PR Review: Add manuscript scaffold, Figure 1, slide deck, and Pages site
This is a high-quality documentation PR. The writing is rigorous, the evaluation design is methodologically sound, and the tooling choices (vendored libraries, offline-first rendering) are appropriate. Here are the observations across the review dimensions: GitHub Actions Workflow (
|
Summary
Adds
docs/manuscript/— a pre-results manuscript scaffold plus a literature-grounded background, a Figure 1 schematic, an HTML slide deck, and a GitHub Pages workflow to publish them. No code undersrc/,config/,data/, orskills/is touched; this is documentation only. Rebased onto currentmain, so the diff is just the four docs commits.What's included
Manuscript drafts (
docs/manuscript/)03_methods.md— drafted from the locked evaluation design (config/, src/, skills/).01_introduction.md,02_background.md— drafted and cited from a deep literature survey of (a) the latest agentic-curation / LLM-for-data-work research (2024–2026) and (b) environmental harmonization, data cleaning, ontologies, provenance, and benchmarks.00_abstract.md,04_results.md,05_discussion.md,06_conclusion.md— scaffolds with[[PLACEHOLDER]]markers tied to the metrics/figures the analysis pipeline will generate.references.md— ~90 sources with per-source verification status; every in-text citation key resolves.research_notes.md— survey provenance, comparable-work ranking, verification TODOs.README.md,figures_and_tables.md,index.html— section index, display-item manifest, landing page.Figure 1 (
docs/manuscript/figures/)figure1_workflow.mmd(Mermaid source) + staticfigure1_workflow.svg/.png(rendered offline) +figure1_workflow.html(live render). Shows the curator → bundle → harmonizer → code+mapping flow, the three evaluation modes, and the cell-by-cell output-equivalence endpoint.Slide deck (
docs/manuscript/slides/index.html)Offline + hosting
docs/manuscript/vendor/; the deck and figure render with no external network (verified with all network blocked)..github/workflows/pages.ymlpublishesdocs/manuscript/to GitHub Pages.One manual step to go live
The Pages deploy needs Pages enabled once: Settings → Pages → Build and deployment → Source: "GitHub Actions." The workflow token can't auto-enable it (org policy). Once enabled and this PR is merged, the workflow deploys from
mainto roughlyhttps://bioepic-data.github.io/data-harmonization-eval/.Notes
references.mdshould be DOI-confirmed before manuscript submission (seeresearch_notes.md).🤖 Generated with Claude Code
Generated by Claude Code