@research-copilot/plugin 1.1.17 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -9
- package/dist/.claude-plugin/plugin.json +1 -1
- package/dist/.codex-plugin/plugin.toml +1 -1
- package/dist/.cursor-plugin/plugin.json +1 -1
- package/dist/.gemini-plugin/plugin.json +1 -1
- package/dist/.opencode-plugin/plugin.json +1 -1
- package/dist/.windsurf-plugin/plugin.json +1 -1
- package/dist/skills/ablation-planner/SKILL.md +126 -0
- package/dist/skills/alphaxiv/SKILL.md +186 -0
- package/dist/skills/analyze-results/SKILL.md +45 -0
- package/dist/skills/arxiv/SKILL.md +210 -0
- package/dist/skills/auto-paper-improvement-loop/SKILL.md +574 -0
- package/dist/skills/auto-review-loop/SKILL.md +370 -0
- package/dist/skills/auto-review-loop-llm/SKILL.md +247 -0
- package/dist/skills/auto-review-loop-minimax/SKILL.md +290 -0
- package/dist/skills/benchmark-paper-template/SKILL.md +142 -0
- package/dist/skills/benchmark-paper-template/references/benchmark-design.md +180 -0
- package/dist/skills/benchmark-paper-template/references/checklist.md +113 -0
- package/dist/skills/benchmark-paper-template/references/construction-pipeline.md +127 -0
- package/dist/skills/benchmark-paper-template/references/experiments.md +159 -0
- package/dist/skills/benchmark-paper-template/references/gap-analysis.md +86 -0
- package/dist/skills/benchmark-paper-template/references/instantiation-template.md +194 -0
- package/dist/skills/benchmark-paper-template/references/orchestrator-notes.md +96 -0
- package/dist/skills/benchmark-paper-template/references/paper-structure.md +209 -0
- package/dist/skills/citation-audit/SKILL.md +494 -0
- package/dist/skills/claims-drafting/SKILL.md +239 -0
- package/dist/skills/comm-lit-review/SKILL.md +299 -0
- package/dist/skills/comm-lit-review/references/domain-taxonomy.md +57 -0
- package/dist/skills/comm-lit-review/references/output-template.md +37 -0
- package/dist/skills/comm-lit-review/references/source-policy.md +99 -0
- package/dist/skills/comm-lit-review/references/venue-tiering.md +112 -0
- package/dist/skills/composer/SKILL.md +840 -0
- package/dist/skills/composer/references/section_guides.md +675 -0
- package/dist/skills/composer/references/writing_standards.md +629 -0
- package/dist/skills/composer/scripts/chapter_quality_check.py +470 -0
- package/dist/skills/composer/scripts/final_evaluation.py +550 -0
- package/dist/skills/deepxiv/SKILL.md +142 -0
- package/dist/skills/dse-loop/SKILL.md +277 -0
- package/dist/skills/embodiment-description/SKILL.md +129 -0
- package/dist/skills/exa-search/SKILL.md +192 -0
- package/dist/skills/experiment-audit/SKILL.md +262 -0
- package/dist/skills/experiment-bridge/SKILL.md +316 -0
- package/dist/skills/experiment-plan/SKILL.md +249 -0
- package/dist/skills/experiment-queue/SKILL.md +380 -0
- package/dist/skills/experiment-queue/scripts/build_manifest.py +142 -0
- package/dist/skills/experiment-queue/scripts/queue_manager.py +426 -0
- package/dist/skills/feishu-notify/SKILL.md +155 -0
- package/dist/skills/figure-description/SKILL.md +138 -0
- package/dist/skills/figure-designer/SKILL.md +207 -0
- package/dist/skills/figure-designer/references/design-rules.md +99 -0
- package/dist/skills/figure-designer/references/experimental-results.md +127 -0
- package/dist/skills/figure-designer/references/motivated-example.md +138 -0
- package/dist/skills/figure-designer/references/solution-overview.md +145 -0
- package/dist/skills/figure-designer/references/tools.md +124 -0
- package/dist/skills/figure-spec/SKILL.md +252 -0
- package/dist/skills/figure-spec/scripts/figure_renderer.py +799 -0
- package/dist/skills/formula-derivation/SKILL.md +280 -0
- package/dist/skills/gemini-search/SKILL.md +205 -0
- package/dist/skills/grant-proposal/SKILL.md +625 -0
- package/dist/skills/humanizer/AGENTS.md +25 -0
- package/dist/skills/humanizer/SKILL.md +621 -0
- package/dist/skills/idea-creator/SKILL.md +311 -0
- package/dist/skills/idea-discovery/SKILL.md +340 -0
- package/dist/skills/idea-discovery-robot/SKILL.md +362 -0
- package/dist/skills/idea-evaluator/SKILL.md +265 -0
- package/dist/skills/idea-evaluator/references/fatal-flaws.md +192 -0
- package/dist/skills/idea-evaluator/references/five-dimensions.md +251 -0
- package/dist/skills/idea-evaluator/references/lifecycle-capability-matching.md +177 -0
- package/dist/skills/idea-evaluator/references/paradigm-elephant.md +112 -0
- package/dist/skills/idea-evaluator/references/paradigm-examples.md +107 -0
- package/dist/skills/idea-evaluator/references/paradigm-first-principles.md +115 -0
- package/dist/skills/idea-evaluator/references/paradigm-hamming.md +137 -0
- package/dist/skills/idea-evaluator/references/paradigm-shift-probe.md +160 -0
- package/dist/skills/idea-evaluator/references/paradigm-technology-cycle.md +116 -0
- package/dist/skills/idea-evaluator/references/worked-examples.md +206 -0
- package/dist/skills/interview-cheatsheet/SKILL.md +245 -0
- package/dist/skills/intro-drafter/SKILL.md +250 -0
- package/dist/skills/intro-drafter/references/contribution-patterns.md +116 -0
- package/dist/skills/intro-drafter/references/flowchart.md +204 -0
- package/dist/skills/intro-drafter/references/paper-types.md +155 -0
- package/dist/skills/intro-drafter/references/running-example.md +133 -0
- package/dist/skills/intro-drafter/references/worked-examples.md +161 -0
- package/dist/skills/invention-structuring/SKILL.md +188 -0
- package/dist/skills/jurisdiction-format/SKILL.md +192 -0
- package/dist/skills/kill-argument/SKILL.md +384 -0
- package/dist/skills/llm-wiki/.mise.toml +2 -0
- package/dist/skills/llm-wiki/.nvmrc +1 -0
- package/dist/skills/llm-wiki/AGENTS.md +132 -0
- package/dist/skills/llm-wiki/CHANGELOG.md +459 -0
- package/dist/skills/llm-wiki/CLAUDE.md +109 -0
- package/dist/skills/llm-wiki/HERMES.md +44 -0
- package/dist/skills/llm-wiki/SKILL.md +1133 -0
- package/dist/skills/llm-wiki/assets/graph-demo.gif +0 -0
- package/dist/skills/llm-wiki/assets/graph-preview.png +0 -0
- package/dist/skills/llm-wiki/deps/LICENSE-d3.txt +13 -0
- package/dist/skills/llm-wiki/deps/LICENSE-marked.txt +44 -0
- package/dist/skills/llm-wiki/deps/LICENSE-purify.txt +568 -0
- package/{LICENSE → dist/skills/llm-wiki/deps/LICENSE-roughjs.txt} +1 -1
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/SKILL.md +261 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/references/config/first-time-setup.md +106 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/cdp.ts +179 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/constants.ts +13 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/defuddle-converter.ts +58 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/html-to-markdown.ts +135 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/legacy-converter.ts +629 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/main.ts +314 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/markdown-conversion-shared.ts +305 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/media-localizer.ts +317 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/package.json +14 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/paths.ts +29 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/package.json +9 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/src/index.test.ts +307 -0
- package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/src/index.ts +523 -0
- package/dist/skills/llm-wiki/deps/d3.min.js +2 -0
- package/dist/skills/llm-wiki/deps/marked.min.js +6 -0
- package/dist/skills/llm-wiki/deps/purify.min.js +3 -0
- package/dist/skills/llm-wiki/deps/rough.min.js +7 -0
- package/dist/skills/llm-wiki/deps/youtube-transcript/SKILL.md +47 -0
- package/dist/skills/llm-wiki/deps/youtube-transcript/scripts/get_transcript.py +72 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/DESIGN.md +183 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/design-brief.md +170 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/oriental-editorial-atlas.html +1908 -0
- package/dist/skills/llm-wiki/docs/design/oriental-atlas/reviews/result-review.md +68 -0
- package/dist/skills/llm-wiki/docs/plans/2026-06-15-omp-tool-status-events-phased-plan.md +655 -0
- package/dist/skills/llm-wiki/docs/plans/2026-06-15-omp-tool-status-events-progress.json +913 -0
- package/dist/skills/llm-wiki/docs/spark/2026-06-15-omp-tool-status-events-design.md +174 -0
- package/dist/skills/llm-wiki/install.ps1 +87 -0
- package/dist/skills/llm-wiki/install.sh +722 -0
- package/dist/skills/llm-wiki/package-lock.json +10309 -0
- package/dist/skills/llm-wiki/package.json +24 -0
- package/dist/skills/llm-wiki/packages/graph-engine/package.json +33 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/anim/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/anim/index.ts +179 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/diff.ts +121 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/graph-node.ts +37 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/index.ts +140 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/atlas.ts +18 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/index.ts +6 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/labels.ts +11 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/learning.ts +8 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/legacy-helpers.ts +1373 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/queue.ts +7 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/storage.ts +4 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/model/visibility.ts +9 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/index.ts +59 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/legend.ts +25 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/model.ts +593 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/preview.ts +65 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/search.ts +48 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/static-renderer.ts +2783 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/toolbar.ts +40 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/render/viewport.ts +272 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/select/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/select/index.ts +189 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/sim/index.ts +298 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/sim/pins.ts +96 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/themes/.gitkeep +1 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/themes/index.ts +8 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/themes/tokens.ts +107 -0
- package/dist/skills/llm-wiki/packages/graph-engine/src/types.ts +313 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/anim.test.ts +100 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/diff.test.ts +133 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/helpers.test.ts +275 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/learning.test.ts +259 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/preview.test.ts +56 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/queue.test.ts +114 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/render-model.test.ts +322 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/runtime-state.test.ts +281 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/search-and-legend.test.ts +111 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/select.test.ts +168 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/sim.test.ts +123 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/themes.test.ts +62 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/toolbar.test.ts +64 -0
- package/dist/skills/llm-wiki/packages/graph-engine/test/viewport.test.ts +167 -0
- package/dist/skills/llm-wiki/packages/graph-engine/tsconfig.json +17 -0
- package/dist/skills/llm-wiki/packages/graph-engine/vite.config.ts +15 -0
- package/dist/skills/llm-wiki/platforms/claude/CLAUDE.md +37 -0
- package/dist/skills/llm-wiki/platforms/claude/companions/llm-wiki-upgrade/SKILL.md +95 -0
- package/dist/skills/llm-wiki/platforms/codex/AGENTS.md +23 -0
- package/dist/skills/llm-wiki/scripts/adapter-state.sh +424 -0
- package/dist/skills/llm-wiki/scripts/build-graph-data.sh +395 -0
- package/dist/skills/llm-wiki/scripts/build-graph-html.sh +453 -0
- package/dist/skills/llm-wiki/scripts/cache.sh +352 -0
- package/dist/skills/llm-wiki/scripts/create-source-page.sh +100 -0
- package/dist/skills/llm-wiki/scripts/delete-helper.sh +68 -0
- package/dist/skills/llm-wiki/scripts/graph-analysis.js +732 -0
- package/dist/skills/llm-wiki/scripts/hook-session-start.sh +46 -0
- package/dist/skills/llm-wiki/scripts/init-wiki.sh +95 -0
- package/dist/skills/llm-wiki/scripts/lib/source-signal-eligibility.js +158 -0
- package/dist/skills/llm-wiki/scripts/lint-fix.sh +114 -0
- package/dist/skills/llm-wiki/scripts/lint-runner.sh +217 -0
- package/dist/skills/llm-wiki/scripts/runtime-context.sh +77 -0
- package/dist/skills/llm-wiki/scripts/shared-config.sh +83 -0
- package/dist/skills/llm-wiki/scripts/source-record-contract.tsv +10 -0
- package/dist/skills/llm-wiki/scripts/source-registry.sh +349 -0
- package/dist/skills/llm-wiki/scripts/source-registry.tsv +10 -0
- package/dist/skills/llm-wiki/scripts/source-signal-coverage.js +83 -0
- package/dist/skills/llm-wiki/scripts/validate-step1.sh +144 -0
- package/dist/skills/llm-wiki/scripts/wiki-compat.sh +267 -0
- package/dist/skills/llm-wiki/setup.sh +8 -0
- package/dist/skills/llm-wiki/templates/entity-template.md +30 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/footer.html +27 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/graph-wash-helpers.js +1326 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/graph-wash.js +1009 -0
- package/dist/skills/llm-wiki/templates/graph-styles/wash/header.html +2002 -0
- package/dist/skills/llm-wiki/templates/index-en-template.md +51 -0
- package/dist/skills/llm-wiki/templates/index-template.md +51 -0
- package/dist/skills/llm-wiki/templates/log-en-template.md +11 -0
- package/dist/skills/llm-wiki/templates/log-template.md +11 -0
- package/dist/skills/llm-wiki/templates/overview-en-template.md +41 -0
- package/dist/skills/llm-wiki/templates/overview-template.md +41 -0
- package/dist/skills/llm-wiki/templates/purpose-en-template.md +16 -0
- package/dist/skills/llm-wiki/templates/purpose-template.md +16 -0
- package/dist/skills/llm-wiki/templates/query-template.md +19 -0
- package/dist/skills/llm-wiki/templates/schema-template.md +185 -0
- package/dist/skills/llm-wiki/templates/source-template.md +51 -0
- package/dist/skills/llm-wiki/templates/synthesis-template.md +25 -0
- package/dist/skills/llm-wiki/templates/topic-template.md +35 -0
- package/dist/skills/llm-wiki/tests/adapter-state.sh +338 -0
- package/dist/skills/llm-wiki/tests/browser/graph-density-preview.mjs +53 -0
- package/dist/skills/llm-wiki/tests/browser/graph-html-insights.mjs +41 -0
- package/dist/skills/llm-wiki/tests/browser/graph-node-slim.mjs +71 -0
- package/dist/skills/llm-wiki/tests/browser/graph-stage-4-5.mjs +717 -0
- package/dist/skills/llm-wiki/tests/expected/graph-data-empty.json +60 -0
- package/dist/skills/llm-wiki/tests/expected/graph-data-sample.json +396 -0
- package/dist/skills/llm-wiki/tests/expected/graph-interactive-basic.html +1736 -0
- package/dist/skills/llm-wiki/tests/expected/lint-output.txt +44 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/index.md +1 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Alpha.md +10 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Beta.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Delta.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Gamma.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/queries/20260422-abc.md +10 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/synthesis/Crystal.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/topics/Overview.md +9 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-empty-wiki/wiki/entities/.gitkeep +0 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/purpose.md +3 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Attention.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Decoder.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Encoder.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/GPT.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Transformer.md +13 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/sources/paper.md +9 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/topics/arch.md +12 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/topics/finetune.md +9 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-basic/wiki/graph-data.json +40 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-dense/wiki/graph-data.json +3965 -0
- package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-multicomm/wiki/graph-data.json +212 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/index.md +14 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/C++.md +6 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Lonely.md +4 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Other.md +8 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Real.md +7 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/sources/2026-01-01-test-source.md +15 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/sources/2026-02-01-inline-img.md +12 -0
- package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/topics/AIbasic.md +3 -0
- package/dist/skills/llm-wiki/tests/graph-analysis-helper.regression-1.sh +237 -0
- package/dist/skills/llm-wiki/tests/graph-browser-stage-4-5.regression-1.sh +157 -0
- package/dist/skills/llm-wiki/tests/graph-build-failures.regression-1.sh +91 -0
- package/dist/skills/llm-wiki/tests/graph-data-confidence-merge.regression-1.sh +309 -0
- package/dist/skills/llm-wiki/tests/graph-data-source-paths.regression-1.sh +49 -0
- package/dist/skills/llm-wiki/tests/graph-html-a11y.regression-1.sh +47 -0
- package/dist/skills/llm-wiki/tests/graph-html-brand-link.regression-1.sh +47 -0
- package/dist/skills/llm-wiki/tests/graph-html-density.regression-1.sh +228 -0
- package/dist/skills/llm-wiki/tests/graph-html-drawer-neighbors.regression-1.sh +47 -0
- package/dist/skills/llm-wiki/tests/graph-html-insights.regression-1.sh +80 -0
- package/dist/skills/llm-wiki/tests/graph-html-long-label.regression-1.sh +92 -0
- package/dist/skills/llm-wiki/tests/graph-html-minimap.regression-1.sh +51 -0
- package/dist/skills/llm-wiki/tests/graph-html-mobile.regression-1.sh +48 -0
- package/dist/skills/llm-wiki/tests/graph-html-oriental-atlas-contract.regression-1.sh +94 -0
- package/dist/skills/llm-wiki/tests/graph-html-oriental-design-contract.regression-1.sh +82 -0
- package/dist/skills/llm-wiki/tests/graph-html-search.regression-1.sh +52 -0
- package/dist/skills/llm-wiki/tests/graph-html-styles.regression-1.sh +66 -0
- package/dist/skills/llm-wiki/tests/graph-html-toolbar.regression-1.sh +62 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-bootstrap.test.js +110 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-helpers.test.js +296 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-learning.test.js +260 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-queue.test.js +115 -0
- package/dist/skills/llm-wiki/tests/js/graph-wash-runtime-state.test.js +282 -0
- package/dist/skills/llm-wiki/tests/js/source-signal-coverage.test.js +48 -0
- package/dist/skills/llm-wiki/tests/js/source-signal-eligibility.test.js +202 -0
- package/dist/skills/llm-wiki/tests/lib/graph-html-engine-helpers.sh +110 -0
- package/dist/skills/llm-wiki/tests/lint-output.regression-1.sh +32 -0
- package/dist/skills/llm-wiki/tests/regression.sh +1754 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/.gitkeep +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/SKILL.md +590 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/__init__.py +1 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/accept_changes.py +135 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/comment.py +318 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/merge_runs.py +199 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/pack.py +159 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/soffice.py +183 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/unpack.py +132 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validate.py +111 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/__init__.py +15 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/base.py +847 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/docx.py +446 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/pptx.py +275 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/redlining.py +247 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/comments.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsExtended.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsIds.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/people.xml +3 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/SKILL.md +314 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/forms.md +294 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/reference.md +612 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/check_bounding_boxes.py +65 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/check_fillable_fields.py +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/convert_pdf_to_images.py +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/create_validation_image.py +37 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/extract_form_field_info.py +122 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/extract_form_structure.py +115 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/fill_fillable_fields.py +98 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/SKILL.md +232 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/editing.md +205 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/pptxgenjs.md +420 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/add_slide.py +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/clean.py +286 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/merge_runs.py +199 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/pack.py +159 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/soffice.py +183 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/unpack.py +132 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validate.py +111 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/__init__.py +15 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/base.py +847 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/docx.py +446 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/pptx.py +275 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/redlining.py +247 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/thumbnail.py +289 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/SKILL.md +292 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/__init__.py +0 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/merge_runs.py +199 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/pack.py +159 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/soffice.py +183 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/unpack.py +132 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validate.py +111 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/__init__.py +15 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/base.py +847 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/docx.py +446 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/pptx.py +275 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/redlining.py +247 -0
- package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/recalc.py +184 -0
- package/dist/skills/llm-wiki/workbench/AGENTS.md +110 -0
- package/dist/skills/llm-wiki/workbench/CLAUDE.md +54 -0
- package/dist/skills/llm-wiki/workbench/PRODUCT.md +1268 -0
- package/dist/skills/llm-wiki/workbench/docs/current-kb-retrieval-design.md +587 -0
- package/dist/skills/llm-wiki/workbench/docs/graph-evolution-1-design.md +210 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-2-design.md +1139 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-3-design.md +1269 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-3.5-design.md +1164 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-4-design.md +504 -0
- package/dist/skills/llm-wiki/workbench/docs/stage-4.5-design.md +195 -0
- package/dist/skills/llm-wiki/workbench/docs/superpowers/specs/2026-05-28-resizable-preview-layout-design.md +165 -0
- package/dist/skills/llm-wiki/workbench/docs/superpowers/specs/2026-05-28-settings-panel-scroll-fix.md +50 -0
- package/dist/skills/llm-wiki/workbench/server/package.json +29 -0
- package/dist/skills/llm-wiki/workbench/server/src/agent.ts +457 -0
- package/dist/skills/llm-wiki/workbench/server/src/artifacts.ts +248 -0
- package/dist/skills/llm-wiki/workbench/server/src/auth.ts +164 -0
- package/dist/skills/llm-wiki/workbench/server/src/config.ts +130 -0
- package/dist/skills/llm-wiki/workbench/server/src/conversations.test.ts +121 -0
- package/dist/skills/llm-wiki/workbench/server/src/conversations.ts +255 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/batch.ts +189 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/concurrency.test.ts +36 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/concurrency.ts +31 -0
- package/dist/skills/llm-wiki/workbench/server/src/digest/subagent.ts +91 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/artifacts.ts +81 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/knowledge-base.ts +263 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/new-wiki.ts +42 -0
- package/dist/skills/llm-wiki/workbench/server/src/extensions/synthesis.ts +172 -0
- package/dist/skills/llm-wiki/workbench/server/src/graph-watcher.test.ts +196 -0
- package/dist/skills/llm-wiki/workbench/server/src/graph.test.ts +84 -0
- package/dist/skills/llm-wiki/workbench/server/src/graph.ts +379 -0
- package/dist/skills/llm-wiki/workbench/server/src/index.ts +1148 -0
- package/dist/skills/llm-wiki/workbench/server/src/knowledge-bases.test.ts +30 -0
- package/dist/skills/llm-wiki/workbench/server/src/knowledge-bases.ts +321 -0
- package/dist/skills/llm-wiki/workbench/server/src/pages.test.ts +16 -0
- package/dist/skills/llm-wiki/workbench/server/src/pages.ts +158 -0
- package/dist/skills/llm-wiki/workbench/server/src/retrieval.test.ts +151 -0
- package/dist/skills/llm-wiki/workbench/server/src/retrieval.ts +427 -0
- package/dist/skills/llm-wiki/workbench/server/src/tool-status-events.test.ts +363 -0
- package/dist/skills/llm-wiki/workbench/server/src/tool-status-events.ts +616 -0
- package/dist/skills/llm-wiki/workbench/server/src/wiki-init.test.ts +19 -0
- package/dist/skills/llm-wiki/workbench/server/src/wiki-init.ts +188 -0
- package/dist/skills/llm-wiki/workbench/server/tsconfig.json +10 -0
- package/dist/skills/llm-wiki/workbench/tsconfig.json +20 -0
- package/dist/skills/llm-wiki/workbench/web/components.json +21 -0
- package/dist/skills/llm-wiki/workbench/web/eslint.config.js +22 -0
- package/dist/skills/llm-wiki/workbench/web/index.html +13 -0
- package/dist/skills/llm-wiki/workbench/web/package.json +48 -0
- package/dist/skills/llm-wiki/workbench/web/src/App.tsx +749 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/AddExternalDialog.tsx +373 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ArtifactView.tsx +15 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/BatchDigestPanel.tsx +106 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ChatPanel.tsx +821 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/CommandMenu.tsx +65 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ExportButtons.tsx +54 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/GraphPanel.tsx +516 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/GraphReader.tsx +48 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/GraphSelection.tsx +100 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/MarkdownView.tsx +56 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/NewWikiDialog.tsx +101 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/RefMenu.tsx +40 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/RightDrawer.tsx +227 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/SettingsPanel.tsx +331 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/Sidebar.tsx +436 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ToolHistorySummary.tsx +123 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ToolStatusRunway.tsx +90 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/renderers/DownloadOnlyRenderer.tsx +88 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/renderers/HtmlRenderer.tsx +92 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/button.tsx +52 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/command.tsx +50 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/dialog.tsx +156 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/input.tsx +21 -0
- package/dist/skills/llm-wiki/workbench/web/src/components/ui/tooltip.tsx +57 -0
- package/dist/skills/llm-wiki/workbench/web/src/index.css +1737 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/api.ts +648 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/drawer-state.ts +79 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/graph-reader.ts +25 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/graph-selection-drawer.ts +35 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/graph-selection.ts +96 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/legacy-tool-status.ts +113 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/sse.ts +72 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/tool-status-format.ts +170 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/tool-status-model.ts +392 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/utils.ts +10 -0
- package/dist/skills/llm-wiki/workbench/web/src/lib/wiki-links.ts +32 -0
- package/dist/skills/llm-wiki/workbench/web/src/main.tsx +10 -0
- package/dist/skills/llm-wiki/workbench/web/test/api.test.ts +61 -0
- package/dist/skills/llm-wiki/workbench/web/test/chat-panel-tool-status.test.tsx +26 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-drawer-state.test.ts +78 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-reader-request.test.ts +32 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-reader.test.ts +62 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-selection-drawer.test.ts +56 -0
- package/dist/skills/llm-wiki/workbench/web/test/graph-selection.test.ts +83 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-history-summary.test.tsx +124 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-status-format.test.ts +107 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-status-model.test.ts +324 -0
- package/dist/skills/llm-wiki/workbench/web/test/tool-status-runway.test.ts +134 -0
- package/dist/skills/llm-wiki/workbench/web/test/wiki-links.test.ts +23 -0
- package/dist/skills/llm-wiki/workbench/web/tsconfig.app.json +30 -0
- package/dist/skills/llm-wiki/workbench/web/tsconfig.json +7 -0
- package/dist/skills/llm-wiki/workbench/web/tsconfig.node.json +24 -0
- package/dist/skills/llm-wiki/workbench/web/vite.config.ts +26 -0
- package/dist/skills/mean-reviewer/SECURITY.md +23 -0
- package/dist/skills/mean-reviewer/SKILL.md +203 -0
- package/dist/skills/mean-reviewer/examples/13446_1000_Layer_Networks_for_.pdf +0 -0
- package/dist/skills/mean-reviewer/examples/13446_mean_reviewer.md +116 -0
- package/dist/skills/mean-reviewer/examples/13446_mean_reviewer_author_rebuttal_simulated.md +282 -0
- package/dist/skills/mean-reviewer/examples/13446_mean_reviewer_reply.md +91 -0
- package/dist/skills/mean-reviewer/examples/13446_official_review.json +973 -0
- package/dist/skills/mean-reviewer/examples/ChatGPT_AC_Roleplay.jpeg +0 -0
- package/dist/skills/medical-imaging-review/SKILL.md +295 -0
- package/dist/skills/medical-imaging-review/references/CITATION_INTEGRITY.md +233 -0
- package/dist/skills/medical-imaging-review/references/DOMAINS.md +302 -0
- package/dist/skills/medical-imaging-review/references/HALLUCINATION_PATTERNS.md +211 -0
- package/dist/skills/medical-imaging-review/references/MCP_SETUP.md +216 -0
- package/dist/skills/medical-imaging-review/references/PARADIGM.md +221 -0
- package/dist/skills/medical-imaging-review/references/QUALITY_CHECKLIST.md +169 -0
- package/dist/skills/medical-imaging-review/references/TEMPLATES.md +291 -0
- package/dist/skills/medical-imaging-review/references/WORKFLOW.md +289 -0
- package/dist/skills/mermaid-diagram/SKILL.md +379 -0
- package/dist/skills/meta-apply/SKILL.md +137 -0
- package/dist/skills/meta-optimize/SKILL.md +253 -0
- package/dist/skills/monitor-experiment/SKILL.md +98 -0
- package/dist/skills/novelty-check/SKILL.md +89 -0
- package/dist/skills/openalex/SKILL.md +228 -0
- package/dist/skills/overleaf-sync/SKILL.md +220 -0
- package/dist/skills/paper-claim-audit/SKILL.md +340 -0
- package/dist/skills/paper-compile/SKILL.md +253 -0
- package/dist/skills/paper-figure/SKILL.md +279 -0
- package/dist/skills/paper-illustration/SKILL.md +690 -0
- package/dist/skills/paper-illustration-image2/SKILL.md +383 -0
- package/dist/skills/paper-illustration-image2/scripts/paper_illustration_image2.py +255 -0
- package/dist/skills/paper-plan/SKILL.md +278 -0
- package/dist/skills/paper-poster/SKILL.md +19 -0
- package/dist/skills/paper-poster-html/DESIGN_FINAL.md +176 -0
- package/dist/skills/paper-poster-html/IMPLEMENTATION_CONVENTIONS.md +161 -0
- package/dist/skills/paper-poster-html/LICENSES/posterly-MIT.txt +21 -0
- package/dist/skills/paper-poster-html/NOTICE.md +57 -0
- package/dist/skills/paper-poster-html/SKILL.md +357 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/__init__.py +0 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/canvas.py +200 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/measure.py +588 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/polish.py +498 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/preflight.py +489 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/render.py +215 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/textutil.py +16 -0
- package/dist/skills/paper-poster-html/scripts/_posterly/verify_final.py +171 -0
- package/dist/skills/paper-poster-html/scripts/asset_check.py +897 -0
- package/dist/skills/paper-poster-html/scripts/extract_pdf_figures.py +666 -0
- package/dist/skills/paper-poster-html/scripts/poster_check.py +251 -0
- package/dist/skills/paper-poster-html/scripts/preprocess_figures.py +238 -0
- package/dist/skills/paper-poster-html/scripts/render_preview.py +217 -0
- package/dist/skills/paper-poster-html/scripts/run_gates.py +556 -0
- package/dist/skills/paper-poster-html/scripts/style_check.py +1324 -0
- package/dist/skills/paper-poster-html/templates/COMPONENTS.md +462 -0
- package/dist/skills/paper-poster-html/templates/landscape_4col.html +1032 -0
- package/dist/skills/paper-poster-html/templates/landscape_hero.html +1046 -0
- package/dist/skills/paper-poster-html/templates/portrait_2col.html +947 -0
- package/dist/skills/paper-poster-html/templates/tokens/acl.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/cvpr.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/generic.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/iclr.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/icml.json +9 -0
- package/dist/skills/paper-poster-html/templates/tokens/neurips.json +9 -0
- package/dist/skills/paper-slide-deck/SKILL.md +464 -0
- package/dist/skills/paper-slide-deck/references/analysis-framework.md +392 -0
- package/dist/skills/paper-slide-deck/references/base-prompt.md +70 -0
- package/dist/skills/paper-slide-deck/references/content-rules.md +95 -0
- package/dist/skills/paper-slide-deck/references/figure-container-template.md +177 -0
- package/dist/skills/paper-slide-deck/references/modification-guide.md +85 -0
- package/dist/skills/paper-slide-deck/references/outline-template.md +437 -0
- package/dist/skills/paper-slide-deck/references/styles/academic-paper.md +109 -0
- package/dist/skills/paper-slide-deck/references/styles/blueprint.md +67 -0
- package/dist/skills/paper-slide-deck/references/styles/bold-editorial.md +70 -0
- package/dist/skills/paper-slide-deck/references/styles/chalkboard.md +68 -0
- package/dist/skills/paper-slide-deck/references/styles/corporate.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/dark-atmospheric.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/editorial-infographic.md +73 -0
- package/dist/skills/paper-slide-deck/references/styles/fantasy-animation.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/intuition-machine.md +72 -0
- package/dist/skills/paper-slide-deck/references/styles/minimal.md +64 -0
- package/dist/skills/paper-slide-deck/references/styles/notion.md +69 -0
- package/dist/skills/paper-slide-deck/references/styles/pixel-art.md +67 -0
- package/dist/skills/paper-slide-deck/references/styles/scientific.md +73 -0
- package/dist/skills/paper-slide-deck/references/styles/sketch-notes.md +66 -0
- package/dist/skills/paper-slide-deck/references/styles/vector-illustration.md +72 -0
- package/dist/skills/paper-slide-deck/references/styles/vintage.md +73 -0
- package/dist/skills/paper-slide-deck/references/styles/watercolor.md +68 -0
- package/dist/skills/paper-slide-deck/scripts/apply-template.ts +282 -0
- package/dist/skills/paper-slide-deck/scripts/detect-figures.ts +283 -0
- package/dist/skills/paper-slide-deck/scripts/extract-figure.ts +140 -0
- package/dist/skills/paper-slide-deck/scripts/generate-slides.py +182 -0
- package/dist/skills/paper-slide-deck/scripts/merge-to-pdf.ts +116 -0
- package/dist/skills/paper-slide-deck/scripts/merge-to-pptx.ts +137 -0
- package/dist/skills/paper-slide-deck/scripts/package-lock.json +899 -0
- package/dist/skills/paper-slide-deck/scripts/package.json +8 -0
- package/dist/skills/paper-slides/SKILL.md +571 -0
- package/dist/skills/paper-talk/SKILL.md +381 -0
- package/dist/skills/paper-write/SKILL.md +411 -0
- package/dist/skills/paper-write/templates/IEEEtran.bst +2409 -0
- package/dist/skills/paper-write/templates/IEEEtran.cls +6347 -0
- package/dist/skills/paper-write/templates/aaai2026.bst +1493 -0
- package/dist/skills/paper-write/templates/aaai2026.sty +315 -0
- package/dist/skills/paper-write/templates/aaai2026.tex +952 -0
- package/dist/skills/paper-write/templates/acl.sty +312 -0
- package/dist/skills/paper-write/templates/acl2026.tex +377 -0
- package/dist/skills/paper-write/templates/acl_natbib.bst +1940 -0
- package/dist/skills/paper-write/templates/acm.bst +3081 -0
- package/dist/skills/paper-write/templates/acm_mm2026.tex +204 -0
- package/dist/skills/paper-write/templates/acmart.cls +3520 -0
- package/dist/skills/paper-write/templates/cvpr.bst +1448 -0
- package/dist/skills/paper-write/templates/cvpr.sty +508 -0
- package/dist/skills/paper-write/templates/cvpr2026.tex +63 -0
- package/dist/skills/paper-write/templates/iclr2026.tex +84 -0
- package/dist/skills/paper-write/templates/iclr2026_conference.bst +1440 -0
- package/dist/skills/paper-write/templates/iclr2026_conference.sty +246 -0
- package/dist/skills/paper-write/templates/icml2025.tex +87 -0
- package/dist/skills/paper-write/templates/icml2026.sty +767 -0
- package/dist/skills/paper-write/templates/icml2026.tex +662 -0
- package/dist/skills/paper-write/templates/ieee_conference.tex +89 -0
- package/dist/skills/paper-write/templates/ieee_journal.tex +93 -0
- package/dist/skills/paper-write/templates/math_commands.tex +48 -0
- package/dist/skills/paper-write/templates/neurips2025.tex +80 -0
- package/dist/skills/paper-write/templates/neurips2026.tex +493 -0
- package/dist/skills/paper-write/templates/neurips_2026.sty +437 -0
- package/dist/skills/paper-writing/SKILL.md +632 -0
- package/dist/skills/patent-novelty-check/SKILL.md +153 -0
- package/dist/skills/patent-pipeline/SKILL.md +344 -0
- package/dist/skills/patent-review/SKILL.md +202 -0
- package/dist/skills/pixel-art/SKILL.md +139 -0
- package/dist/skills/pre-submission-reviewer/SKILL.md +247 -0
- package/dist/skills/pre-submission-reviewer/references/forbidden-patterns.md +163 -0
- package/dist/skills/pre-submission-reviewer/references/grammar-rules.md +135 -0
- package/dist/skills/pre-submission-reviewer/references/latex-rules.md +158 -0
- package/dist/skills/pre-submission-reviewer/references/logic-and-structure.md +125 -0
- package/dist/skills/pre-submission-reviewer/references/section-guides.md +169 -0
- package/dist/skills/prior-art-search/SKILL.md +146 -0
- package/dist/skills/proof-checker/SKILL.md +499 -0
- package/dist/skills/proof-writer/SKILL.md +222 -0
- package/dist/skills/qzcli/SKILL.md +316 -0
- package/dist/skills/rebuttal/SKILL.md +304 -0
- package/dist/skills/render-html/SKILL.md +299 -0
- package/dist/skills/render-html/scripts/render_html.py +905 -0
- package/dist/skills/render-html/scripts/templates/academic.html +342 -0
- package/dist/skills/render-html/scripts/templates/dashboard.html +333 -0
- package/dist/skills/research-lit/SKILL.md +353 -0
- package/dist/skills/research-paper-writing/SKILL.md +99 -0
- package/dist/skills/research-paper-writing/agents/openai.yaml +4 -0
- package/dist/skills/research-paper-writing/references/abstract.md +102 -0
- package/dist/skills/research-paper-writing/references/conclusion.md +35 -0
- package/dist/skills/research-paper-writing/references/does-my-writing-flow-source.md +45 -0
- package/dist/skills/research-paper-writing/references/examples/abstract/template-a.md +21 -0
- package/dist/skills/research-paper-writing/references/examples/abstract/template-b.md +34 -0
- package/dist/skills/research-paper-writing/references/examples/abstract/template-c.md +28 -0
- package/dist/skills/research-paper-writing/references/examples/abstract-examples.md +13 -0
- package/dist/skills/research-paper-writing/references/examples/index.md +21 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/novel-task-challenge-decomposition.md +18 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-not-recommended-abstract-only.md +30 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-1-one-contribution-multi-advantages.md +30 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-2-two-contributions.md +34 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-3-new-module-on-existing-pipeline.md +18 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-4-observation-driven.md +16 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-1-existing-task.md +32 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-2-existing-task-insight-backed-by-traditional.md +33 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-3-novel-task.md +21 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-1-task-then-application.md +14 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-2-application-first.md +10 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-3-general-to-specific-setting.md +14 -0
- package/dist/skills/research-paper-writing/references/examples/introduction/version-4-open-with-challenge.md +20 -0
- package/dist/skills/research-paper-writing/references/examples/introduction-examples.md +25 -0
- package/dist/skills/research-paper-writing/references/examples/method/example-of-the-three-elements.md +67 -0
- package/dist/skills/research-paper-writing/references/examples/method/method-writing-common-issues-note.md +10 -0
- package/dist/skills/research-paper-writing/references/examples/method/module-design-instant-ngp.md +55 -0
- package/dist/skills/research-paper-writing/references/examples/method/module-motivation-patterns.md +15 -0
- package/dist/skills/research-paper-writing/references/examples/method/module-triad-neural-body.md +19 -0
- package/dist/skills/research-paper-writing/references/examples/method/neural-body-annotated-figure-text.md +66 -0
- package/dist/skills/research-paper-writing/references/examples/method/overview-template.md +30 -0
- package/dist/skills/research-paper-writing/references/examples/method/pre-writing-questions.md +17 -0
- package/dist/skills/research-paper-writing/references/examples/method/section-skeleton.md +9 -0
- package/dist/skills/research-paper-writing/references/examples/method-examples.md +24 -0
- package/dist/skills/research-paper-writing/references/experiments.md +102 -0
- package/dist/skills/research-paper-writing/references/introduction.md +408 -0
- package/dist/skills/research-paper-writing/references/method.md +196 -0
- package/dist/skills/research-paper-writing/references/paper-review.md +86 -0
- package/dist/skills/research-paper-writing/references/related-work.md +41 -0
- package/dist/skills/research-pipeline/SKILL.md +257 -0
- package/dist/skills/research-proposal/SKILL.md +573 -0
- package/dist/skills/research-proposal/assets/proposal_scaffold_en.md +323 -0
- package/dist/skills/research-proposal/assets/proposal_scaffold_zh.md +346 -0
- package/dist/skills/research-proposal/references/DOMAIN_TEMPLATES.md +518 -0
- package/dist/skills/research-proposal/references/LITERATURE_WORKFLOW.md +529 -0
- package/dist/skills/research-proposal/references/QUALITY_CHECKLIST.md +325 -0
- package/dist/skills/research-proposal/references/STRUCTURE_GUIDE.md +398 -0
- package/dist/skills/research-proposal/references/WRITING_STYLE_GUIDE.md +661 -0
- package/dist/skills/research-refine/SKILL.md +716 -0
- package/dist/skills/research-refine-pipeline/SKILL.md +186 -0
- package/dist/skills/research-review/SKILL.md +119 -0
- package/dist/skills/research-wiki/SKILL.md +373 -0
- package/dist/skills/resubmit-pipeline/SKILL.md +427 -0
- package/dist/skills/result-to-claim/SKILL.md +190 -0
- package/dist/skills/run-experiment/SKILL.md +227 -0
- package/dist/skills/scientific-figure-making/SKILL.md +38 -0
- package/dist/skills/scientific-figure-making/references/api.md +152 -0
- package/dist/skills/scientific-figure-making/references/common-patterns.md +74 -0
- package/dist/skills/scientific-figure-making/references/demos.md +30 -0
- package/dist/skills/scientific-figure-making/references/design-theory.md +138 -0
- package/dist/skills/scientific-figure-making/references/tutorials.md +135 -0
- package/dist/skills/semantic-scholar/SKILL.md +219 -0
- package/dist/skills/serverless-modal/SKILL.md +324 -0
- package/dist/skills/slides-polish/SKILL.md +563 -0
- package/dist/skills/specification-writing/SKILL.md +211 -0
- package/dist/skills/strategist/SKILL.md +670 -0
- package/dist/skills/strategist/references/quality_standards.md +336 -0
- package/dist/skills/strategist/references/search_strategy.md +459 -0
- package/dist/skills/strategist/scripts/evaluate_samples.py +300 -0
- package/dist/skills/strategist/scripts/gap_analysis.py +399 -0
- package/dist/skills/system-profile/SKILL.md +103 -0
- package/dist/skills/tech-paper-template/SKILL.md +192 -0
- package/dist/skills/tech-paper-template/references/consistency-checks.md +166 -0
- package/dist/skills/tech-paper-template/references/paper-types.md +127 -0
- package/dist/skills/tech-paper-template/references/thinking-template.md +194 -0
- package/dist/skills/tech-paper-template/references/worked-examples.md +124 -0
- package/dist/skills/training-check/SKILL.md +83 -0
- package/dist/skills/vast-gpu/SKILL.md +380 -0
- package/dist/skills/vibe-research-workflow/SKILL.md +189 -0
- package/dist/skills/vibe-research-workflow/references/behavior-guidelines.md +149 -0
- package/dist/skills/vibe-research-workflow/references/tool-selection.md +144 -0
- package/dist/skills/vibe-research-workflow/references/vibe-coding.md +154 -0
- package/dist/skills/vibe-research-workflow/references/vibe-figure.md +131 -0
- package/dist/skills/vibe-research-workflow/references/vibe-writing.md +181 -0
- package/dist/skills/wiki-enrich/SKILL.md +254 -0
- package/dist/skills/writing-systems-papers/SKILL.md +184 -0
- package/package.json +1 -1
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
% This is the LaTex style file for *ACL.
|
|
2
|
+
% The official sources can be found at
|
|
3
|
+
%
|
|
4
|
+
% https://github.com/acl-org/acl-style-files/
|
|
5
|
+
%
|
|
6
|
+
% This package is activated by adding
|
|
7
|
+
%
|
|
8
|
+
% \usepackage{acl}
|
|
9
|
+
%
|
|
10
|
+
% to your LaTeX file. When submitting your paper for review, add the "review" option:
|
|
11
|
+
%
|
|
12
|
+
% \usepackage[review]{acl}
|
|
13
|
+
|
|
14
|
+
\newif\ifacl@finalcopy
|
|
15
|
+
\newif\ifacl@anonymize
|
|
16
|
+
\newif\ifacl@linenumbers
|
|
17
|
+
\newif\ifacl@pagenumbers
|
|
18
|
+
\DeclareOption{final}{\acl@finalcopytrue\acl@anonymizefalse\acl@linenumbersfalse\acl@pagenumbersfalse}
|
|
19
|
+
\DeclareOption{review}{\acl@finalcopyfalse\acl@anonymizetrue\acl@linenumberstrue\acl@pagenumberstrue}
|
|
20
|
+
\DeclareOption{preprint}{\acl@finalcopytrue\acl@anonymizefalse\acl@linenumbersfalse\acl@pagenumberstrue}
|
|
21
|
+
\ExecuteOptions{final} % final copy is the default
|
|
22
|
+
|
|
23
|
+
% include hyperref, unless user specifies nohyperref option like this:
|
|
24
|
+
% \usepackage[nohyperref]{acl}
|
|
25
|
+
\newif\ifacl@hyperref
|
|
26
|
+
\DeclareOption{hyperref}{\acl@hyperreftrue}
|
|
27
|
+
\DeclareOption{nohyperref}{\acl@hyperreffalse}
|
|
28
|
+
\ExecuteOptions{hyperref} % default is to use hyperref
|
|
29
|
+
\ProcessOptions\relax
|
|
30
|
+
|
|
31
|
+
\typeout{Conference Style for ACL}
|
|
32
|
+
|
|
33
|
+
\usepackage{xcolor}
|
|
34
|
+
|
|
35
|
+
\ifacl@linenumbers
|
|
36
|
+
% Add draft line numbering via the lineno package
|
|
37
|
+
% https://texblog.org/2012/02/08/adding-line-numbers-to-documents/
|
|
38
|
+
\usepackage[switch,mathlines]{lineno}
|
|
39
|
+
|
|
40
|
+
% Line numbers in gray Helvetica 8pt
|
|
41
|
+
\font\aclhv = phvb at 8pt
|
|
42
|
+
\renewcommand\linenumberfont{\aclhv\color{lightgray}}
|
|
43
|
+
|
|
44
|
+
% Zero-fill line numbers
|
|
45
|
+
% NUMBER with left flushed zeros \fillzeros[<WIDTH>]<NUMBER>
|
|
46
|
+
\newcount\cv@tmpc@ \newcount\cv@tmpc
|
|
47
|
+
\def\fillzeros[#1]#2{\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi
|
|
48
|
+
\cv@tmpc=1 %
|
|
49
|
+
\loop\ifnum\cv@tmpc@<10 \else \divide\cv@tmpc@ by 10 \advance\cv@tmpc by 1 \fi
|
|
50
|
+
\ifnum\cv@tmpc@=10\relax\cv@tmpc@=11\relax\fi \ifnum\cv@tmpc@>10 \repeat
|
|
51
|
+
\ifnum#2<0\advance\cv@tmpc1\relax-\fi
|
|
52
|
+
\loop\ifnum\cv@tmpc<#1\relax0\advance\cv@tmpc1\relax\fi \ifnum\cv@tmpc<#1 \repeat
|
|
53
|
+
\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi \relax\the\cv@tmpc@}%
|
|
54
|
+
\renewcommand\thelinenumber{\fillzeros[3]{\arabic{linenumber}}}
|
|
55
|
+
\AtBeginDocument{\linenumbers}
|
|
56
|
+
|
|
57
|
+
\setlength{\linenumbersep}{1.6cm}
|
|
58
|
+
|
|
59
|
+
% Bug: An equation with $$ ... $$ isn't numbered, nor is the previous line.
|
|
60
|
+
|
|
61
|
+
% Patch amsmath commands so that the previous line and the equation itself
|
|
62
|
+
% are numbered. Bug: multline has an extra line number.
|
|
63
|
+
% https://tex.stackexchange.com/questions/461186/how-to-use-lineno-with-amsmath-align
|
|
64
|
+
\usepackage{etoolbox} %% <- for \pretocmd, \apptocmd and \patchcmd
|
|
65
|
+
|
|
66
|
+
\newcommand*\linenomathpatch[1]{%
|
|
67
|
+
\expandafter\pretocmd\csname #1\endcsname {\linenomath}{}{}%
|
|
68
|
+
\expandafter\pretocmd\csname #1*\endcsname {\linenomath}{}{}%
|
|
69
|
+
\expandafter\apptocmd\csname end#1\endcsname {\endlinenomath}{}{}%
|
|
70
|
+
\expandafter\apptocmd\csname end#1*\endcsname {\endlinenomath}{}{}%
|
|
71
|
+
}
|
|
72
|
+
\newcommand*\linenomathpatchAMS[1]{%
|
|
73
|
+
\expandafter\pretocmd\csname #1\endcsname {\linenomathAMS}{}{}%
|
|
74
|
+
\expandafter\pretocmd\csname #1*\endcsname {\linenomathAMS}{}{}%
|
|
75
|
+
\expandafter\apptocmd\csname end#1\endcsname {\endlinenomath}{}{}%
|
|
76
|
+
\expandafter\apptocmd\csname end#1*\endcsname {\endlinenomath}{}{}%
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
%% Definition of \linenomathAMS depends on whether the mathlines option is provided
|
|
80
|
+
\expandafter\ifx\linenomath\linenomathWithnumbers
|
|
81
|
+
\let\linenomathAMS\linenomathWithnumbers
|
|
82
|
+
%% The following line gets rid of an extra line numbers at the bottom:
|
|
83
|
+
\patchcmd\linenomathAMS{\advance\postdisplaypenalty\linenopenalty}{}{}{}
|
|
84
|
+
\else
|
|
85
|
+
\let\linenomathAMS\linenomathNonumbers
|
|
86
|
+
\fi
|
|
87
|
+
|
|
88
|
+
\AtBeginDocument{%
|
|
89
|
+
\linenomathpatch{equation}%
|
|
90
|
+
\linenomathpatchAMS{gather}%
|
|
91
|
+
\linenomathpatchAMS{multline}%
|
|
92
|
+
\linenomathpatchAMS{align}%
|
|
93
|
+
\linenomathpatchAMS{alignat}%
|
|
94
|
+
\linenomathpatchAMS{flalign}%
|
|
95
|
+
}
|
|
96
|
+
\else
|
|
97
|
+
% Hack to ignore these commands, which review mode puts into the .aux file.
|
|
98
|
+
\newcommand{\@LN@col}[1]{}
|
|
99
|
+
\newcommand{\@LN}[2]{}
|
|
100
|
+
\newcommand{\nolinenumbers}{}
|
|
101
|
+
\fi
|
|
102
|
+
|
|
103
|
+
\PassOptionsToPackage{a4paper,margin=2.5cm,heightrounded=true}{geometry}
|
|
104
|
+
\RequirePackage{geometry}
|
|
105
|
+
|
|
106
|
+
\setlength\columnsep{0.6cm}
|
|
107
|
+
\newlength\titlebox
|
|
108
|
+
\setlength\titlebox{11\baselineskip}
|
|
109
|
+
% \titlebox should be a multiple of \baselineskip so that
|
|
110
|
+
% column height remaining fits an exact number of lines of text
|
|
111
|
+
|
|
112
|
+
\flushbottom \twocolumn \sloppy
|
|
113
|
+
|
|
114
|
+
% We're never going to need a table of contents, so just flush it to
|
|
115
|
+
% save space --- suggested by drstrip@sandia-2
|
|
116
|
+
\def\addcontentsline#1#2#3{}
|
|
117
|
+
|
|
118
|
+
\ifacl@pagenumbers
|
|
119
|
+
\pagenumbering{arabic}
|
|
120
|
+
\else
|
|
121
|
+
\thispagestyle{empty}
|
|
122
|
+
\pagestyle{empty}
|
|
123
|
+
\fi
|
|
124
|
+
|
|
125
|
+
%% Title and Authors %%
|
|
126
|
+
|
|
127
|
+
\let\Thanks\thanks % \Thanks and \thanks used to be different, but keep this for backwards compatibility.
|
|
128
|
+
|
|
129
|
+
\newcommand\outauthor{%
|
|
130
|
+
\begin{tabular}[t]{c}
|
|
131
|
+
\ifacl@anonymize
|
|
132
|
+
\bfseries Anonymous ACL submission
|
|
133
|
+
\else
|
|
134
|
+
\bfseries\@author
|
|
135
|
+
\fi
|
|
136
|
+
\end{tabular}}
|
|
137
|
+
|
|
138
|
+
% Mostly taken from deproc.
|
|
139
|
+
\AtBeginDocument{
|
|
140
|
+
\def\maketitle{\par
|
|
141
|
+
\begingroup
|
|
142
|
+
\def\thefootnote{\fnsymbol{footnote}}
|
|
143
|
+
\twocolumn[\@maketitle]
|
|
144
|
+
\@thanks
|
|
145
|
+
\endgroup
|
|
146
|
+
\setcounter{footnote}{0}
|
|
147
|
+
\let\maketitle\relax
|
|
148
|
+
\let\@maketitle\relax
|
|
149
|
+
\gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax}
|
|
150
|
+
\def\@maketitle{\vbox to \titlebox{\hsize\textwidth
|
|
151
|
+
\linewidth\hsize \vskip 0.125in minus 0.125in \centering
|
|
152
|
+
{\Large\bfseries \@title \par} \vskip 0.2in plus 1fil minus 0.1in
|
|
153
|
+
{\def\and{\unskip\enspace{\rmfamily and}\enspace}%
|
|
154
|
+
\def\And{\end{tabular}\hss \egroup \hskip 1in plus 2fil
|
|
155
|
+
\hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bfseries}%
|
|
156
|
+
\def\AND{\end{tabular}\hss\egroup \hfil\hfil\egroup
|
|
157
|
+
\vskip 0.25in plus 1fil minus 0.125in
|
|
158
|
+
\hbox to \linewidth\bgroup\large \hfil\hfil
|
|
159
|
+
\hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bfseries}
|
|
160
|
+
\hbox to \linewidth\bgroup\large \hfil\hfil
|
|
161
|
+
\hbox to 0pt\bgroup\hss
|
|
162
|
+
\outauthor
|
|
163
|
+
\hss\egroup
|
|
164
|
+
\hfil\hfil\egroup}
|
|
165
|
+
\vskip 0.3in plus 2fil minus 0.1in
|
|
166
|
+
}}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
% margins and font size for abstract
|
|
170
|
+
\renewenvironment{abstract}%
|
|
171
|
+
{\begin{center}\large\textbf{\abstractname}\end{center}%
|
|
172
|
+
\begin{list}{}%
|
|
173
|
+
{\setlength{\rightmargin}{0.6cm}%
|
|
174
|
+
\setlength{\leftmargin}{0.6cm}}%
|
|
175
|
+
\item[]\ignorespaces%
|
|
176
|
+
\@setsize\normalsize{12pt}\xpt\@xpt
|
|
177
|
+
}%
|
|
178
|
+
{\unskip\end{list}}
|
|
179
|
+
|
|
180
|
+
% Resizing figure and table captions - SL
|
|
181
|
+
% Support for interacting with the caption, subfigure, and subcaption packages - SL
|
|
182
|
+
\RequirePackage{caption}
|
|
183
|
+
\DeclareCaptionFont{10pt}{\fontsize{10pt}{12pt}\selectfont}
|
|
184
|
+
\captionsetup{font=10pt}
|
|
185
|
+
|
|
186
|
+
\RequirePackage{natbib}
|
|
187
|
+
% for citation commands in the .tex, authors can use:
|
|
188
|
+
% \citep, \citet, and \citeyearpar for compatibility with natbib, or
|
|
189
|
+
% \cite, \newcite, and \shortcite for compatibility with older ACL .sty files
|
|
190
|
+
\renewcommand\cite{\citep} % to get "(Author Year)" with natbib
|
|
191
|
+
\newcommand\shortcite{\citeyearpar}% to get "(Year)" with natbib
|
|
192
|
+
\newcommand\newcite{\citet} % to get "Author (Year)" with natbib
|
|
193
|
+
\newcommand{\citeposs}[1]{\citeauthor{#1}'s (\citeyear{#1})} % to get "Author's (Year)"
|
|
194
|
+
|
|
195
|
+
\bibliographystyle{acl_natbib}
|
|
196
|
+
|
|
197
|
+
% Bibliography
|
|
198
|
+
|
|
199
|
+
% Don't put a label in the bibliography at all. Just use the unlabeled format
|
|
200
|
+
% instead.
|
|
201
|
+
\def\thebibliography#1{\vskip\parskip%
|
|
202
|
+
\vskip\baselineskip%
|
|
203
|
+
\def\baselinestretch{1}%
|
|
204
|
+
\ifx\@currsize\normalsize\@normalsize\else\@currsize\fi%
|
|
205
|
+
\vskip-\parskip%
|
|
206
|
+
\vskip-\baselineskip%
|
|
207
|
+
\section*{References\@mkboth
|
|
208
|
+
{References}{References}}\list
|
|
209
|
+
{}{\setlength{\labelwidth}{0pt}\setlength{\leftmargin}{\parindent}
|
|
210
|
+
\setlength{\itemindent}{-\parindent}}
|
|
211
|
+
\def\newblock{\hskip .11em plus .33em minus -.07em}
|
|
212
|
+
\sloppy\clubpenalty4000\widowpenalty4000
|
|
213
|
+
\sfcode`\.=1000\relax}
|
|
214
|
+
\let\endthebibliography=\endlist
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
% Allow for a bibliography of sources of attested examples
|
|
218
|
+
\def\thesourcebibliography#1{\vskip\parskip%
|
|
219
|
+
\vskip\baselineskip%
|
|
220
|
+
\def\baselinestretch{1}%
|
|
221
|
+
\ifx\@currsize\normalsize\@normalsize\else\@currsize\fi%
|
|
222
|
+
\vskip-\parskip%
|
|
223
|
+
\vskip-\baselineskip%
|
|
224
|
+
\section*{Sources of Attested Examples\@mkboth
|
|
225
|
+
{Sources of Attested Examples}{Sources of Attested Examples}}\list
|
|
226
|
+
{}{\setlength{\labelwidth}{0pt}\setlength{\leftmargin}{\parindent}
|
|
227
|
+
\setlength{\itemindent}{-\parindent}}
|
|
228
|
+
\def\newblock{\hskip .11em plus .33em minus -.07em}
|
|
229
|
+
\sloppy\clubpenalty4000\widowpenalty4000
|
|
230
|
+
\sfcode`\.=1000\relax}
|
|
231
|
+
\let\endthesourcebibliography=\endlist
|
|
232
|
+
|
|
233
|
+
% sections with less space
|
|
234
|
+
\def\section{\@startsection {section}{1}{\z@}{-2.0ex plus
|
|
235
|
+
-0.5ex minus -.2ex}{1.5ex plus 0.3ex minus .2ex}{\large\bfseries\raggedright}}
|
|
236
|
+
\def\subsection{\@startsection{subsection}{2}{\z@}{-1.8ex plus
|
|
237
|
+
-0.5ex minus -.2ex}{0.8ex plus .2ex}{\normalsize\bfseries\raggedright}}
|
|
238
|
+
%% changed by KO to - values to get the initial parindent right
|
|
239
|
+
\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-1.5ex plus
|
|
240
|
+
-0.5ex minus -.2ex}{0.5ex plus .2ex}{\normalsize\bfseries\raggedright}}
|
|
241
|
+
\def\paragraph{\@startsection{paragraph}{4}{\z@}{1.5ex plus
|
|
242
|
+
0.5ex minus .2ex}{-1em}{\normalsize\bfseries}}
|
|
243
|
+
\def\subparagraph{\@startsection{subparagraph}{5}{\parindent}{1.5ex plus
|
|
244
|
+
0.5ex minus .2ex}{-1em}{\normalsize\bfseries}}
|
|
245
|
+
|
|
246
|
+
% Footnotes
|
|
247
|
+
\footnotesep 6.65pt %
|
|
248
|
+
\skip\footins 9pt plus 4pt minus 2pt
|
|
249
|
+
\def\footnoterule{\kern-3pt \hrule width 5pc \kern 2.6pt }
|
|
250
|
+
\setcounter{footnote}{0}
|
|
251
|
+
|
|
252
|
+
% Lists and paragraphs
|
|
253
|
+
\parindent 1em
|
|
254
|
+
\topsep 4pt plus 1pt minus 2pt
|
|
255
|
+
\partopsep 1pt plus 0.5pt minus 0.5pt
|
|
256
|
+
\itemsep 2pt plus 1pt minus 0.5pt
|
|
257
|
+
\parsep 2pt plus 1pt minus 0.5pt
|
|
258
|
+
|
|
259
|
+
\leftmargin 2em \leftmargini\leftmargin \leftmarginii 2em
|
|
260
|
+
\leftmarginiii 1.5em \leftmarginiv 1.0em \leftmarginv .5em \leftmarginvi .5em
|
|
261
|
+
\labelwidth\leftmargini\advance\labelwidth-\labelsep \labelsep 5pt
|
|
262
|
+
|
|
263
|
+
\def\@listi{\leftmargin\leftmargini}
|
|
264
|
+
\def\@listii{\leftmargin\leftmarginii
|
|
265
|
+
\labelwidth\leftmarginii\advance\labelwidth-\labelsep
|
|
266
|
+
\topsep 2pt plus 1pt minus 0.5pt
|
|
267
|
+
\parsep 1pt plus 0.5pt minus 0.5pt
|
|
268
|
+
\itemsep \parsep}
|
|
269
|
+
\def\@listiii{\leftmargin\leftmarginiii
|
|
270
|
+
\labelwidth\leftmarginiii\advance\labelwidth-\labelsep
|
|
271
|
+
\topsep 1pt plus 0.5pt minus 0.5pt
|
|
272
|
+
\parsep \z@ \partopsep 0.5pt plus 0pt minus 0.5pt
|
|
273
|
+
\itemsep \topsep}
|
|
274
|
+
\def\@listiv{\leftmargin\leftmarginiv
|
|
275
|
+
\labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
|
|
276
|
+
\def\@listv{\leftmargin\leftmarginv
|
|
277
|
+
\labelwidth\leftmarginv\advance\labelwidth-\labelsep}
|
|
278
|
+
\def\@listvi{\leftmargin\leftmarginvi
|
|
279
|
+
\labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
|
|
280
|
+
|
|
281
|
+
\abovedisplayskip 7pt plus2pt minus5pt%
|
|
282
|
+
\belowdisplayskip \abovedisplayskip
|
|
283
|
+
\abovedisplayshortskip 0pt plus3pt%
|
|
284
|
+
\belowdisplayshortskip 4pt plus3pt minus3pt%
|
|
285
|
+
|
|
286
|
+
% Less leading in most fonts (due to the narrow columns)
|
|
287
|
+
% The choices were between 1-pt and 1.5-pt leading
|
|
288
|
+
\def\@normalsize{\@setsize\normalsize{11pt}\xpt\@xpt}
|
|
289
|
+
\def\small{\@setsize\small{10pt}\ixpt\@ixpt}
|
|
290
|
+
\def\footnotesize{\@setsize\footnotesize{10pt}\ixpt\@ixpt}
|
|
291
|
+
\def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt}
|
|
292
|
+
\def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}
|
|
293
|
+
\def\large{\@setsize\large{14pt}\xiipt\@xiipt}
|
|
294
|
+
\def\Large{\@setsize\Large{16pt}\xivpt\@xivpt}
|
|
295
|
+
\def\LARGE{\@setsize\LARGE{20pt}\xviipt\@xviipt}
|
|
296
|
+
\def\huge{\@setsize\huge{23pt}\xxpt\@xxpt}
|
|
297
|
+
\def\Huge{\@setsize\Huge{28pt}\xxvpt\@xxvpt}
|
|
298
|
+
|
|
299
|
+
% The hyperref manual (section 9) says hyperref should be loaded after natbib
|
|
300
|
+
\ifacl@hyperref
|
|
301
|
+
\PassOptionsToPackage{breaklinks}{hyperref}
|
|
302
|
+
\RequirePackage{hyperref}
|
|
303
|
+
% make links dark blue
|
|
304
|
+
\definecolor{darkblue}{rgb}{0, 0, 0.5}
|
|
305
|
+
\hypersetup{colorlinks=true, citecolor=darkblue, linkcolor=darkblue, urlcolor=darkblue}
|
|
306
|
+
\else
|
|
307
|
+
% This definition is used if the hyperref package is not loaded.
|
|
308
|
+
% It provides a backup, no-op definiton of \href.
|
|
309
|
+
% This is necessary because \href command is used in the acl_natbib.bst file.
|
|
310
|
+
\def\href#1#2{{#2}}
|
|
311
|
+
\usepackage{url}
|
|
312
|
+
\fi
|
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
\documentclass[11pt]{article}
|
|
2
|
+
|
|
3
|
+
% Change "review" to "final" to generate the final (sometimes called camera-ready) version.
|
|
4
|
+
% Change to "preprint" to generate a non-anonymous version with page numbers.
|
|
5
|
+
\usepackage[review]{acl}
|
|
6
|
+
|
|
7
|
+
% Standard package includes
|
|
8
|
+
\usepackage{times}
|
|
9
|
+
\usepackage{latexsym}
|
|
10
|
+
|
|
11
|
+
% For proper rendering and hyphenation of words containing Latin characters (including in bib files)
|
|
12
|
+
\usepackage[T1]{fontenc}
|
|
13
|
+
% For Vietnamese characters
|
|
14
|
+
% \usepackage[T5]{fontenc}
|
|
15
|
+
% See https://www.latex-project.org/help/documentation/encguide.pdf for other character sets
|
|
16
|
+
|
|
17
|
+
% This assumes your files are encoded as UTF8
|
|
18
|
+
\usepackage[utf8]{inputenc}
|
|
19
|
+
|
|
20
|
+
% This is not strictly necessary, and may be commented out,
|
|
21
|
+
% but it will improve the layout of the manuscript,
|
|
22
|
+
% and will typically save some space.
|
|
23
|
+
\usepackage{microtype}
|
|
24
|
+
|
|
25
|
+
% This is also not strictly necessary, and may be commented out.
|
|
26
|
+
% However, it will improve the aesthetics of text in
|
|
27
|
+
% the typewriter font.
|
|
28
|
+
\usepackage{inconsolata}
|
|
29
|
+
|
|
30
|
+
%Including images in your LaTeX document requires adding
|
|
31
|
+
%additional package(s)
|
|
32
|
+
\usepackage{graphicx}
|
|
33
|
+
|
|
34
|
+
% If the title and author information does not fit in the area allocated, uncomment the following
|
|
35
|
+
%
|
|
36
|
+
%\setlength\titlebox{<dim>}
|
|
37
|
+
%
|
|
38
|
+
% and set <dim> to something 5cm or larger.
|
|
39
|
+
|
|
40
|
+
\title{Instructions for *ACL Proceedings}
|
|
41
|
+
|
|
42
|
+
% Author information can be set in various styles:
|
|
43
|
+
% For several authors from the same institution:
|
|
44
|
+
% \author{Author 1 \and ... \and Author n \\
|
|
45
|
+
% Address line \\ ... \\ Address line}
|
|
46
|
+
% if the names do not fit well on one line use
|
|
47
|
+
% Author 1 \\ {\bf Author 2} \\ ... \\ {\bf Author n} \\
|
|
48
|
+
% For authors from different institutions:
|
|
49
|
+
% \author{Author 1 \\ Address line \\ ... \\ Address line
|
|
50
|
+
% \And ... \And
|
|
51
|
+
% Author n \\ Address line \\ ... \\ Address line}
|
|
52
|
+
% To start a separate ``row'' of authors use \AND, as in
|
|
53
|
+
% \author{Author 1 \\ Address line \\ ... \\ Address line
|
|
54
|
+
% \AND
|
|
55
|
+
% Author 2 \\ Address line \\ ... \\ Address line \And
|
|
56
|
+
% Author 3 \\ Address line \\ ... \\ Address line}
|
|
57
|
+
|
|
58
|
+
\author{First Author \\
|
|
59
|
+
Affiliation / Address line 1 \\
|
|
60
|
+
Affiliation / Address line 2 \\
|
|
61
|
+
Affiliation / Address line 3 \\
|
|
62
|
+
\texttt{email@domain} \\\And
|
|
63
|
+
Second Author \\
|
|
64
|
+
Affiliation / Address line 1 \\
|
|
65
|
+
Affiliation / Address line 2 \\
|
|
66
|
+
Affiliation / Address line 3 \\
|
|
67
|
+
\texttt{email@domain} \\}
|
|
68
|
+
|
|
69
|
+
%\author{
|
|
70
|
+
% \textbf{First Author\textsuperscript{1}},
|
|
71
|
+
% \textbf{Second Author\textsuperscript{1,2}},
|
|
72
|
+
% \textbf{Third T. Author\textsuperscript{1}},
|
|
73
|
+
% \textbf{Fourth Author\textsuperscript{1}},
|
|
74
|
+
%\\
|
|
75
|
+
% \textbf{Fifth Author\textsuperscript{1,2}},
|
|
76
|
+
% \textbf{Sixth Author\textsuperscript{1}},
|
|
77
|
+
% \textbf{Seventh Author\textsuperscript{1}},
|
|
78
|
+
% \textbf{Eighth Author \textsuperscript{1,2,3,4}},
|
|
79
|
+
%\\
|
|
80
|
+
% \textbf{Ninth Author\textsuperscript{1}},
|
|
81
|
+
% \textbf{Tenth Author\textsuperscript{1}},
|
|
82
|
+
% \textbf{Eleventh E. Author\textsuperscript{1,2,3,4,5}},
|
|
83
|
+
% \textbf{Twelfth Author\textsuperscript{1}},
|
|
84
|
+
%\\
|
|
85
|
+
% \textbf{Thirteenth Author\textsuperscript{3}},
|
|
86
|
+
% \textbf{Fourteenth F. Author\textsuperscript{2,4}},
|
|
87
|
+
% \textbf{Fifteenth Author\textsuperscript{1}},
|
|
88
|
+
% \textbf{Sixteenth Author\textsuperscript{1}},
|
|
89
|
+
%\\
|
|
90
|
+
% \textbf{Seventeenth S. Author\textsuperscript{4,5}},
|
|
91
|
+
% \textbf{Eighteenth Author\textsuperscript{3,4}},
|
|
92
|
+
% \textbf{Nineteenth N. Author\textsuperscript{2,5}},
|
|
93
|
+
% \textbf{Twentieth Author\textsuperscript{1}}
|
|
94
|
+
%\\
|
|
95
|
+
%\\
|
|
96
|
+
% \textsuperscript{1}Affiliation 1,
|
|
97
|
+
% \textsuperscript{2}Affiliation 2,
|
|
98
|
+
% \textsuperscript{3}Affiliation 3,
|
|
99
|
+
% \textsuperscript{4}Affiliation 4,
|
|
100
|
+
% \textsuperscript{5}Affiliation 5
|
|
101
|
+
%\\
|
|
102
|
+
% \small{
|
|
103
|
+
% \textbf{Correspondence:} \href{mailto:email@domain}{email@domain}
|
|
104
|
+
% }
|
|
105
|
+
%}
|
|
106
|
+
|
|
107
|
+
\begin{document}
|
|
108
|
+
\maketitle
|
|
109
|
+
\begin{abstract}
|
|
110
|
+
This document is a supplement to the general instructions for *ACL authors. It contains instructions for using the \LaTeX{} style files for ACL conferences.
|
|
111
|
+
The document itself conforms to its own specifications, and is therefore an example of what your manuscript should look like.
|
|
112
|
+
These instructions should be used both for papers submitted for review and for final versions of accepted papers.
|
|
113
|
+
\end{abstract}
|
|
114
|
+
|
|
115
|
+
\section{Introduction}
|
|
116
|
+
|
|
117
|
+
These instructions are for authors submitting papers to *ACL conferences using \LaTeX. They are not self-contained. All authors must follow the general instructions for *ACL proceedings,\footnote{\url{http://acl-org.github.io/ACLPUB/formatting.html}} and this document contains additional instructions for the \LaTeX{} style files.
|
|
118
|
+
|
|
119
|
+
The templates include the \LaTeX{} source of this document (\texttt{acl\_latex.tex}),
|
|
120
|
+
the \LaTeX{} style file used to format it (\texttt{acl.sty}),
|
|
121
|
+
an ACL bibliography style (\texttt{acl\_natbib.bst}),
|
|
122
|
+
an example bibliography (\texttt{custom.bib}),
|
|
123
|
+
and the bibliography for the ACL Anthology (\texttt{anthology.bib}).
|
|
124
|
+
|
|
125
|
+
\section{Engines}
|
|
126
|
+
|
|
127
|
+
To produce a PDF file, pdf\LaTeX{} is strongly recommended (over original \LaTeX{} plus dvips+ps2pdf or dvipdf).
|
|
128
|
+
The style file \texttt{acl.sty} can also be used with
|
|
129
|
+
lua\LaTeX{} and
|
|
130
|
+
Xe\LaTeX{}, which are especially suitable for text in non-Latin scripts.
|
|
131
|
+
The file \texttt{acl\_lualatex.tex} in this repository provides
|
|
132
|
+
an example of how to use \texttt{acl.sty} with either
|
|
133
|
+
lua\LaTeX{} or
|
|
134
|
+
Xe\LaTeX{}.
|
|
135
|
+
|
|
136
|
+
\section{Preamble}
|
|
137
|
+
|
|
138
|
+
The first line of the file must be
|
|
139
|
+
\begin{quote}
|
|
140
|
+
\begin{verbatim}
|
|
141
|
+
\documentclass[11pt]{article}
|
|
142
|
+
\end{verbatim}
|
|
143
|
+
\end{quote}
|
|
144
|
+
|
|
145
|
+
To load the style file in the review version:
|
|
146
|
+
\begin{quote}
|
|
147
|
+
\begin{verbatim}
|
|
148
|
+
\usepackage[review]{acl}
|
|
149
|
+
\end{verbatim}
|
|
150
|
+
\end{quote}
|
|
151
|
+
For the final version, omit the \verb|review| option:
|
|
152
|
+
\begin{quote}
|
|
153
|
+
\begin{verbatim}
|
|
154
|
+
\usepackage{acl}
|
|
155
|
+
\end{verbatim}
|
|
156
|
+
\end{quote}
|
|
157
|
+
|
|
158
|
+
To use Times Roman, put the following in the preamble:
|
|
159
|
+
\begin{quote}
|
|
160
|
+
\begin{verbatim}
|
|
161
|
+
\usepackage{times}
|
|
162
|
+
\end{verbatim}
|
|
163
|
+
\end{quote}
|
|
164
|
+
(Alternatives like txfonts or newtx are also acceptable.)
|
|
165
|
+
|
|
166
|
+
Please see the \LaTeX{} source of this document for comments on other packages that may be useful.
|
|
167
|
+
|
|
168
|
+
Set the title and author using \verb|\title| and \verb|\author|. Within the author list, format multiple authors using \verb|\and| and \verb|\And| and \verb|\AND|; please see the \LaTeX{} source for examples.
|
|
169
|
+
|
|
170
|
+
By default, the box containing the title and author names is set to the minimum of 5 cm. If you need more space, include the following in the preamble:
|
|
171
|
+
\begin{quote}
|
|
172
|
+
\begin{verbatim}
|
|
173
|
+
\setlength\titlebox{<dim>}
|
|
174
|
+
\end{verbatim}
|
|
175
|
+
\end{quote}
|
|
176
|
+
where \verb|<dim>| is replaced with a length. Do not set this length smaller than 5 cm.
|
|
177
|
+
|
|
178
|
+
\section{Document Body}
|
|
179
|
+
|
|
180
|
+
\subsection{Footnotes}
|
|
181
|
+
|
|
182
|
+
Footnotes are inserted with the \verb|\footnote| command.\footnote{This is a footnote.}
|
|
183
|
+
|
|
184
|
+
\subsection{Tables and figures}
|
|
185
|
+
|
|
186
|
+
See Table~\ref{tab:accents} for an example of a table and its caption.
|
|
187
|
+
\textbf{Do not override the default caption sizes.}
|
|
188
|
+
|
|
189
|
+
\begin{table}
|
|
190
|
+
\centering
|
|
191
|
+
\begin{tabular}{lc}
|
|
192
|
+
\hline
|
|
193
|
+
\textbf{Command} & \textbf{Output} \\
|
|
194
|
+
\hline
|
|
195
|
+
\verb|{\"a}| & {\"a} \\
|
|
196
|
+
\verb|{\^e}| & {\^e} \\
|
|
197
|
+
\verb|{\`i}| & {\`i} \\
|
|
198
|
+
\verb|{\.I}| & {\.I} \\
|
|
199
|
+
\verb|{\o}| & {\o} \\
|
|
200
|
+
\verb|{\'u}| & {\'u} \\
|
|
201
|
+
\verb|{\aa}| & {\aa} \\\hline
|
|
202
|
+
\end{tabular}
|
|
203
|
+
\begin{tabular}{lc}
|
|
204
|
+
\hline
|
|
205
|
+
\textbf{Command} & \textbf{Output} \\
|
|
206
|
+
\hline
|
|
207
|
+
\verb|{\c c}| & {\c c} \\
|
|
208
|
+
\verb|{\u g}| & {\u g} \\
|
|
209
|
+
\verb|{\l}| & {\l} \\
|
|
210
|
+
\verb|{\~n}| & {\~n} \\
|
|
211
|
+
\verb|{\H o}| & {\H o} \\
|
|
212
|
+
\verb|{\v r}| & {\v r} \\
|
|
213
|
+
\verb|{\ss}| & {\ss} \\
|
|
214
|
+
\hline
|
|
215
|
+
\end{tabular}
|
|
216
|
+
\caption{Example commands for accented characters, to be used in, \emph{e.g.}, Bib\TeX{} entries.}
|
|
217
|
+
\label{tab:accents}
|
|
218
|
+
\end{table}
|
|
219
|
+
|
|
220
|
+
As much as possible, fonts in figures should conform
|
|
221
|
+
to the document fonts. See Figure~\ref{fig:experiments} for an example of a figure and its caption.
|
|
222
|
+
|
|
223
|
+
Using the \verb|graphicx| package graphics files can be included within figure
|
|
224
|
+
environment at an appropriate point within the text.
|
|
225
|
+
The \verb|graphicx| package supports various optional arguments to control the
|
|
226
|
+
appearance of the figure.
|
|
227
|
+
You must include it explicitly in the \LaTeX{} preamble (after the
|
|
228
|
+
\verb|\documentclass| declaration and before \verb|\begin{document}|) using
|
|
229
|
+
\verb|\usepackage{graphicx}|.
|
|
230
|
+
|
|
231
|
+
\begin{figure}[t]
|
|
232
|
+
\includegraphics[width=\columnwidth]{example-image-golden}
|
|
233
|
+
\caption{A figure with a caption that runs for more than one line.
|
|
234
|
+
Example image is usually available through the \texttt{mwe} package
|
|
235
|
+
without even mentioning it in the preamble.}
|
|
236
|
+
\label{fig:experiments}
|
|
237
|
+
\end{figure}
|
|
238
|
+
|
|
239
|
+
\begin{figure*}[t]
|
|
240
|
+
\includegraphics[width=0.48\linewidth]{example-image-a} \hfill
|
|
241
|
+
\includegraphics[width=0.48\linewidth]{example-image-b}
|
|
242
|
+
\caption {A minimal working example to demonstrate how to place
|
|
243
|
+
two images side-by-side.}
|
|
244
|
+
\end{figure*}
|
|
245
|
+
|
|
246
|
+
\subsection{Hyperlinks}
|
|
247
|
+
|
|
248
|
+
Users of older versions of \LaTeX{} may encounter the following error during compilation:
|
|
249
|
+
\begin{quote}
|
|
250
|
+
\verb|\pdfendlink| ended up in different nesting level than \verb|\pdfstartlink|.
|
|
251
|
+
\end{quote}
|
|
252
|
+
This happens when pdf\LaTeX{} is used and a citation splits across a page boundary. The best way to fix this is to upgrade \LaTeX{} to 2018-12-01 or later.
|
|
253
|
+
|
|
254
|
+
\subsection{Citations}
|
|
255
|
+
|
|
256
|
+
\begin{table*}
|
|
257
|
+
\centering
|
|
258
|
+
\begin{tabular}{lll}
|
|
259
|
+
\hline
|
|
260
|
+
\textbf{Output} & \textbf{natbib command} & \textbf{ACL only command} \\
|
|
261
|
+
\hline
|
|
262
|
+
\citep{Gusfield:97} & \verb|\citep| & \\
|
|
263
|
+
\citealp{Gusfield:97} & \verb|\citealp| & \\
|
|
264
|
+
\citet{Gusfield:97} & \verb|\citet| & \\
|
|
265
|
+
\citeyearpar{Gusfield:97} & \verb|\citeyearpar| & \\
|
|
266
|
+
\citeposs{Gusfield:97} & & \verb|\citeposs| \\
|
|
267
|
+
\hline
|
|
268
|
+
\end{tabular}
|
|
269
|
+
\caption{\label{citation-guide}
|
|
270
|
+
Citation commands supported by the style file.
|
|
271
|
+
The style is based on the natbib package and supports all natbib citation commands.
|
|
272
|
+
It also supports commands defined in previous ACL style files for compatibility.
|
|
273
|
+
}
|
|
274
|
+
\end{table*}
|
|
275
|
+
|
|
276
|
+
Table~\ref{citation-guide} shows the syntax supported by the style files.
|
|
277
|
+
We encourage you to use the natbib styles.
|
|
278
|
+
You can use the command \verb|\citet| (cite in text) to get ``author (year)'' citations, like this citation to a paper by \citet{Gusfield:97}.
|
|
279
|
+
You can use the command \verb|\citep| (cite in parentheses) to get ``(author, year)'' citations \citep{Gusfield:97}.
|
|
280
|
+
You can use the command \verb|\citealp| (alternative cite without parentheses) to get ``author, year'' citations, which is useful for using citations within parentheses (e.g. \citealp{Gusfield:97}).
|
|
281
|
+
|
|
282
|
+
A possessive citation can be made with the command \verb|\citeposs|.
|
|
283
|
+
This is not a standard natbib command, so it is generally not compatible
|
|
284
|
+
with other style files.
|
|
285
|
+
|
|
286
|
+
\subsection{References}
|
|
287
|
+
|
|
288
|
+
\nocite{Ando2005,andrew2007scalable,rasooli-tetrault-2015}
|
|
289
|
+
|
|
290
|
+
The \LaTeX{} and Bib\TeX{} style files provided roughly follow the American Psychological Association format.
|
|
291
|
+
If your own bib file is named \texttt{custom.bib}, then placing the following before any appendices in your \LaTeX{} file will generate the references section for you:
|
|
292
|
+
\begin{quote}
|
|
293
|
+
\begin{verbatim}
|
|
294
|
+
\bibliography{custom}
|
|
295
|
+
\end{verbatim}
|
|
296
|
+
\end{quote}
|
|
297
|
+
|
|
298
|
+
You can obtain the complete ACL Anthology as a Bib\TeX{} file from \url{https://aclweb.org/anthology/anthology.bib.gz}.
|
|
299
|
+
To include both the Anthology and your own .bib file, use the following instead of the above.
|
|
300
|
+
\begin{quote}
|
|
301
|
+
\begin{verbatim}
|
|
302
|
+
\bibliography{anthology,custom}
|
|
303
|
+
\end{verbatim}
|
|
304
|
+
\end{quote}
|
|
305
|
+
|
|
306
|
+
Please see Section~\ref{sec:bibtex} for information on preparing Bib\TeX{} files.
|
|
307
|
+
|
|
308
|
+
\subsection{Equations}
|
|
309
|
+
|
|
310
|
+
An example equation is shown below:
|
|
311
|
+
\begin{equation}
|
|
312
|
+
\label{eq:example}
|
|
313
|
+
A = \pi r^2
|
|
314
|
+
\end{equation}
|
|
315
|
+
|
|
316
|
+
Labels for equation numbers, sections, subsections, figures and tables
|
|
317
|
+
are all defined with the \verb|\label{label}| command and cross references
|
|
318
|
+
to them are made with the \verb|\ref{label}| command.
|
|
319
|
+
|
|
320
|
+
This an example cross-reference to Equation~\ref{eq:example}.
|
|
321
|
+
|
|
322
|
+
\subsection{Appendices}
|
|
323
|
+
|
|
324
|
+
Use \verb|\appendix| before any appendix section to switch the section numbering over to letters. See Appendix~\ref{sec:appendix} for an example.
|
|
325
|
+
|
|
326
|
+
\section{Bib\TeX{} Files}
|
|
327
|
+
\label{sec:bibtex}
|
|
328
|
+
|
|
329
|
+
Unicode cannot be used in Bib\TeX{} entries, and some ways of typing special characters can disrupt Bib\TeX's alphabetization. The recommended way of typing special characters is shown in Table~\ref{tab:accents}.
|
|
330
|
+
|
|
331
|
+
Please ensure that Bib\TeX{} records contain DOIs or URLs when possible, and for all the ACL materials that you reference.
|
|
332
|
+
Use the \verb|doi| field for DOIs and the \verb|url| field for URLs.
|
|
333
|
+
If a Bib\TeX{} entry has a URL or DOI field, the paper title in the references section will appear as a hyperlink to the paper, using the hyperref \LaTeX{} package.
|
|
334
|
+
|
|
335
|
+
\section*{Limitations}
|
|
336
|
+
|
|
337
|
+
This document does not cover the content requirements for ACL or any
|
|
338
|
+
other specific venue. Check the author instructions for
|
|
339
|
+
information on
|
|
340
|
+
maximum page lengths, the required ``Limitations'' section,
|
|
341
|
+
and so on.
|
|
342
|
+
|
|
343
|
+
\section*{Acknowledgments}
|
|
344
|
+
|
|
345
|
+
This document has been adapted
|
|
346
|
+
by Steven Bethard, Ryan Cotterell and Rui Yan
|
|
347
|
+
from the instructions for earlier ACL and NAACL proceedings, including those for
|
|
348
|
+
ACL 2019 by Douwe Kiela and Ivan Vuli\'{c},
|
|
349
|
+
NAACL 2019 by Stephanie Lukin and Alla Roskovskaya,
|
|
350
|
+
ACL 2018 by Shay Cohen, Kevin Gimpel, and Wei Lu,
|
|
351
|
+
NAACL 2018 by Margaret Mitchell and Stephanie Lukin,
|
|
352
|
+
Bib\TeX{} suggestions for (NA)ACL 2017/2018 from Jason Eisner,
|
|
353
|
+
ACL 2017 by Dan Gildea and Min-Yen Kan,
|
|
354
|
+
NAACL 2017 by Margaret Mitchell,
|
|
355
|
+
ACL 2012 by Maggie Li and Michael White,
|
|
356
|
+
ACL 2010 by Jing-Shin Chang and Philipp Koehn,
|
|
357
|
+
ACL 2008 by Johanna D. Moore, Simone Teufel, James Allan, and Sadaoki Furui,
|
|
358
|
+
ACL 2005 by Hwee Tou Ng and Kemal Oflazer,
|
|
359
|
+
ACL 2002 by Eugene Charniak and Dekang Lin,
|
|
360
|
+
and earlier ACL and EACL formats written by several people, including
|
|
361
|
+
John Chen, Henry S. Thompson and Donald Walker.
|
|
362
|
+
Additional elements were taken from the formatting instructions of the \emph{International Joint Conference on Artificial Intelligence} and the \emph{Conference on Computer Vision and Pattern Recognition}.
|
|
363
|
+
|
|
364
|
+
% Bibliography entries for the entire Anthology, followed by custom entries
|
|
365
|
+
%\bibliography{custom,anthology-overleaf-1,anthology-overleaf-2}
|
|
366
|
+
|
|
367
|
+
% Custom bibliography entries only
|
|
368
|
+
\bibliography{custom}
|
|
369
|
+
|
|
370
|
+
\appendix
|
|
371
|
+
|
|
372
|
+
\section{Example Appendix}
|
|
373
|
+
\label{sec:appendix}
|
|
374
|
+
|
|
375
|
+
This is an appendix.
|
|
376
|
+
|
|
377
|
+
\end{document}
|