Discourse Graphs export

stale · v7 provisional awaiting approval

What does the Q/C/E/S ontology carry?

for Contributions of insula and superior temporal sulcus to interpersonal guilt and responsibility in social decisions · this layer across all papers · json

Provisional

This layer needs a corpus-scope decision that has not been ruled on yet, so what it produces would change if the decision changed. It waits on claim-format, relation-vocab.

Awaiting approval

Waiting for approval. That is a statement about the record, not about whether anyone has read this: people read the corpus without stamping what they read, and only a stamp leaves a trace. Approval is an operation on a version, not a step of its own — it is recorded against the version it was granted to, so running this layer again does not carry it forward.

What it produced

Read from exports/gadeke-2026-guilt-insula.dg.jsonld · 81 KB.

Nothing on this page renders graph or table for this file yet — the link above is the artifact itself.

How it is defined

What this layer reads besides its dependencies. Each is a declared input: its content is hashed into every run, so editing one makes those runs stale.

extract/scripts/export_discourse_graphs.pythe script that runs itnot in the repository

The declaration names this path and the repository does not have it. An input that does not exist hashes to nothing, so it cannot make a run stale — the layer is declared to depend on something it is not in fact tracking.

Artifacts

Versions

From the run ledger. There is no changelog beside it to keep in step.

  1. v7 · 2026-09-13 · scripts/pipeline.py run

    rebuild after edge completion pass

    cd extract && python3 scripts/export_discourse_graphs.py ../exports/gadeke-2026-guilt-insula.oxa.json --output ../exports/gadeke-2026-guilt-insula.dg.jsonld

  2. v6 · 2026-09-13 · scripts/pipeline.py run

    ran via scripts/pipeline.py

    cd extract && python3 scripts/export_discourse_graphs.py ../exports/gadeke-2026-guilt-insula.oxa.json --output ../exports/gadeke-2026-guilt-insula.dg.jsonld

  3. v5 · 2026-09-13 · scripts/pipeline.py run

    regenerate after edge re-answer (#125)

    cd extract && python3 scripts/export_discourse_graphs.py ../exports/gadeke-2026-guilt-insula.oxa.json --output ../exports/gadeke-2026-guilt-insula.dg.jsonld

  4. v4 · 2026-09-13 · scripts/pipeline.py run

    ran via scripts/pipeline.py

    cd extract && python3 scripts/export_discourse_graphs.py ../exports/gadeke-2026-guilt-insula.oxa.json --output ../exports/gadeke-2026-guilt-insula.dg.jsonld

  5. v3 · 2026-09-12 · scripts/pipeline.py run

    dg-export re-run post-stance (#96)

    cd extract && python3 scripts/export_discourse_graphs.py ../exports/gadeke-2026-guilt-insula.oxa.json --output ../exports/gadeke-2026-guilt-insula.dg.jsonld

  6. v2 · 2026-09-12 · scripts/pipeline.py run

    dg-export regenerated for v3 (#96)

    cd extract && python3 scripts/export_discourse_graphs.py ../exports/gadeke-2026-guilt-insula.oxa.json --output ../exports/gadeke-2026-guilt-insula.dg.jsonld

  7. v1 · 2026-09-11 · unrecorded backfilled from the artifact

    backfilled from the artifact on disk

This layer across the corpus

Across the corpus

6 run not observed · 4 stale·a paper links to its own cell, where this layer's output for it is rendered

PaperStateVersionLast runOutputCell
A three-dimensional immunofluorescence atlas of the …backfilled from the artifact on diskrun not observedv12026-09-11—json
Distinct representational properties of cues and con…ran via scripts/pipeline.pystalev22026-09-13—json
Computational modelling identifies key determinants …backfilled from the artifact on diskrun not observedv12026-09-11—json
Contributions of insula and superior temporal sulcus…rebuild after edge completion passstalev72026-09-13—json
Spatially targeted inhibitory rhythms differentially…backfilled from the artifact on diskrun not observedv12026-09-11—json
Feedback of peripheral saccade targets to early fove…backfilled from the artifact on diskrun not observedv12026-09-11—json
iGABASnFR2 is an improved genetically encoded protei…ran via scripts/pipeline.pystalev22026-09-13—json
A deep learning pipeline for mapping in situ network…ran via scripts/pipeline.pystalev22026-09-13—json
Self-association enhances early attentional selectio…backfilled from the artifact on diskrun not observedv12026-09-11—json
Impaired excitability of fast-spiking neurons in a n…backfilled from the artifact on diskrun not observedv12026-09-11—json

Inputs and outputs

Reads, besides its dependencies
Produces
  • exports/{paper}.dg.jsonld

One per paper — the table above links each one that exists.

Views
  • graph — on the paper page, as the claim graph
  • table — declared, and this artifact is not the shape this view needs

Running it

The command comes from the declaration, so this text and what actually runs cannot diverge. pipeline.py run also runs the unmet dependencies first.

python3 scripts/pipeline.py run <paper> dg-export

Underneath, that runs cd extract && python3 scripts/export_discourse_graphs.py ../exports/{paper}.oxa.json --output ../exports/{paper}.dg.jsonld.