ISWC 2026 Posters & Demos Submission#16
Merged
Merged
Conversation
added 9 commits
June 15, 2026 10:22
Self-contained HTML paper skeleton with embedded LNCS CSS, RDFa metadata, section counters, and print stylesheet targeting 3-page output. Served at /ontosphere/paper/ on GitHub Pages.
8-act narrative walkthrough (~3min) covering all Ontosphere features: loading, navigation, authoring, clustering, OWL 2 DL reasoning, SHACL validation, AI relay bridge, and export.
Sync version and date-released with package.json v1.4.1 release.
3-page demo paper covering: introduction (barrier-to-entry problem), system overview (6 architectural components), key features and novel contributions (in-browser OWL 2 DL, 31-tool MCP surface, AI Relay Bridge, SHACL, hierarchical clustering), demo scenario, related work. 10 properly formatted references.
Seed file with 8 JSON-RPC 2.0 turns covering loadRdf, addNode, addTriple, runReasoning, loadShacl, validateGraph, exportGraph. Playwright spec orchestrates all 8 screenplay acts with DemoRunner, including relay bridge segment via openStage().
Hand-crafted SVG showing layered client-side stack: Reactodia canvas, N3.js store, Konclude WASM, layout engines, MCP server (31 tools), AI Relay Bridge. Inserted as Fig. 1 in System Overview section.
scripts/build-paper-zip.sh: builds project, copies dist/paper/ to self-contained ZIP, verifies no external resource dependencies, reports size and contents.
openStage() times out in headless xvfb environments (pre-existing issue affecting advert-intro and pizza-tutorial-chat specs too). Replace Act 7 relay segment with descriptive captions, simplify Act 8 export to reuse existing app instance instead of reloading.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a 3-page demo paper, comprehensive demo screenplay, and automated recording infrastructure for an ISWC 2026 Posters & Demos submission.
Paper angle: Zero-install semantic web workbench — OWL 2 DL reasoning (Konclude WASM) + in-memory RDF triple store + visual graph editing, all client-side in the browser, AI-accessible via MCP relay bridge.
What's in this PR
public/paper/index.html) — self-contained dokieli HTML with LNCS styling, served at/ontosphere/paper/on GitHub Pages. Covers: introduction, system overview with architecture diagram, 5 novel contributions, demo scenario, related work, 10 references.public/paper/media/architecture.svg) — hand-crafted SVG showing the layered client-side stack: Reactodia canvas, N3.js store, Konclude WASM, layout engines, MCP server (31 tools), AI Relay Bridge.docs/demo-scripts/iswc2026-comprehensive.md) — 8-act narrative walkthrough (~3 min) covering loading, navigation, authoring, clustering, OWL 2 DL reasoning, SHACL validation, AI relay, and export.scripts/build-paper-zip.sh) — builds and packagesdist/paper/as a self-contained ZIP for EasyChair submission.No application code changes
All changes are additive in
public/paper/,docs/,e2e/, andscripts/. Ontosphere application code is untouched.