@research-copilot/plugin 1.1.16 → 1.1.18

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.
Files changed (799) hide show
  1. package/dist/.claude-plugin/plugin.json +1 -1
  2. package/dist/.codex-plugin/plugin.toml +1 -1
  3. package/dist/.cursor-plugin/plugin.json +1 -1
  4. package/dist/.gemini-plugin/plugin.json +1 -1
  5. package/dist/.opencode-plugin/plugin.json +1 -1
  6. package/dist/.windsurf-plugin/plugin.json +1 -1
  7. package/dist/skills/ablation-planner/SKILL.md +126 -0
  8. package/dist/skills/alphaxiv/SKILL.md +186 -0
  9. package/dist/skills/analyze-results/SKILL.md +45 -0
  10. package/dist/skills/arxiv/SKILL.md +210 -0
  11. package/dist/skills/auto-paper-improvement-loop/SKILL.md +574 -0
  12. package/dist/skills/auto-review-loop/SKILL.md +370 -0
  13. package/dist/skills/auto-review-loop-llm/SKILL.md +247 -0
  14. package/dist/skills/auto-review-loop-minimax/SKILL.md +290 -0
  15. package/dist/skills/benchmark-paper-template/SKILL.md +142 -0
  16. package/dist/skills/benchmark-paper-template/references/benchmark-design.md +180 -0
  17. package/dist/skills/benchmark-paper-template/references/checklist.md +113 -0
  18. package/dist/skills/benchmark-paper-template/references/construction-pipeline.md +127 -0
  19. package/dist/skills/benchmark-paper-template/references/experiments.md +159 -0
  20. package/dist/skills/benchmark-paper-template/references/gap-analysis.md +86 -0
  21. package/dist/skills/benchmark-paper-template/references/instantiation-template.md +194 -0
  22. package/dist/skills/benchmark-paper-template/references/orchestrator-notes.md +96 -0
  23. package/dist/skills/benchmark-paper-template/references/paper-structure.md +209 -0
  24. package/dist/skills/citation-audit/SKILL.md +494 -0
  25. package/dist/skills/claims-drafting/SKILL.md +239 -0
  26. package/dist/skills/comm-lit-review/SKILL.md +299 -0
  27. package/dist/skills/comm-lit-review/references/domain-taxonomy.md +57 -0
  28. package/dist/skills/comm-lit-review/references/output-template.md +37 -0
  29. package/dist/skills/comm-lit-review/references/source-policy.md +99 -0
  30. package/dist/skills/comm-lit-review/references/venue-tiering.md +112 -0
  31. package/dist/skills/composer/SKILL.md +840 -0
  32. package/dist/skills/composer/references/section_guides.md +675 -0
  33. package/dist/skills/composer/references/writing_standards.md +629 -0
  34. package/dist/skills/composer/scripts/chapter_quality_check.py +470 -0
  35. package/dist/skills/composer/scripts/final_evaluation.py +550 -0
  36. package/dist/skills/deepxiv/SKILL.md +142 -0
  37. package/dist/skills/dse-loop/SKILL.md +277 -0
  38. package/dist/skills/embodiment-description/SKILL.md +129 -0
  39. package/dist/skills/exa-search/SKILL.md +192 -0
  40. package/dist/skills/experiment-audit/SKILL.md +262 -0
  41. package/dist/skills/experiment-bridge/SKILL.md +316 -0
  42. package/dist/skills/experiment-plan/SKILL.md +249 -0
  43. package/dist/skills/experiment-queue/SKILL.md +380 -0
  44. package/dist/skills/experiment-queue/scripts/build_manifest.py +142 -0
  45. package/dist/skills/experiment-queue/scripts/queue_manager.py +426 -0
  46. package/dist/skills/feishu-notify/SKILL.md +155 -0
  47. package/dist/skills/figure-description/SKILL.md +138 -0
  48. package/dist/skills/figure-designer/SKILL.md +207 -0
  49. package/dist/skills/figure-designer/references/design-rules.md +99 -0
  50. package/dist/skills/figure-designer/references/experimental-results.md +127 -0
  51. package/dist/skills/figure-designer/references/motivated-example.md +138 -0
  52. package/dist/skills/figure-designer/references/solution-overview.md +145 -0
  53. package/dist/skills/figure-designer/references/tools.md +124 -0
  54. package/dist/skills/figure-spec/SKILL.md +252 -0
  55. package/dist/skills/figure-spec/scripts/figure_renderer.py +799 -0
  56. package/dist/skills/formula-derivation/SKILL.md +280 -0
  57. package/dist/skills/gemini-search/SKILL.md +205 -0
  58. package/dist/skills/grant-proposal/SKILL.md +625 -0
  59. package/dist/skills/humanizer/AGENTS.md +25 -0
  60. package/dist/skills/humanizer/SKILL.md +621 -0
  61. package/dist/skills/idea-creator/SKILL.md +311 -0
  62. package/dist/skills/idea-discovery/SKILL.md +340 -0
  63. package/dist/skills/idea-discovery-robot/SKILL.md +362 -0
  64. package/dist/skills/idea-evaluator/SKILL.md +265 -0
  65. package/dist/skills/idea-evaluator/references/fatal-flaws.md +192 -0
  66. package/dist/skills/idea-evaluator/references/five-dimensions.md +251 -0
  67. package/dist/skills/idea-evaluator/references/lifecycle-capability-matching.md +177 -0
  68. package/dist/skills/idea-evaluator/references/paradigm-elephant.md +112 -0
  69. package/dist/skills/idea-evaluator/references/paradigm-examples.md +107 -0
  70. package/dist/skills/idea-evaluator/references/paradigm-first-principles.md +115 -0
  71. package/dist/skills/idea-evaluator/references/paradigm-hamming.md +137 -0
  72. package/dist/skills/idea-evaluator/references/paradigm-shift-probe.md +160 -0
  73. package/dist/skills/idea-evaluator/references/paradigm-technology-cycle.md +116 -0
  74. package/dist/skills/idea-evaluator/references/worked-examples.md +206 -0
  75. package/dist/skills/interview-cheatsheet/SKILL.md +245 -0
  76. package/dist/skills/intro-drafter/SKILL.md +250 -0
  77. package/dist/skills/intro-drafter/references/contribution-patterns.md +116 -0
  78. package/dist/skills/intro-drafter/references/flowchart.md +204 -0
  79. package/dist/skills/intro-drafter/references/paper-types.md +155 -0
  80. package/dist/skills/intro-drafter/references/running-example.md +133 -0
  81. package/dist/skills/intro-drafter/references/worked-examples.md +161 -0
  82. package/dist/skills/invention-structuring/SKILL.md +188 -0
  83. package/dist/skills/jurisdiction-format/SKILL.md +192 -0
  84. package/dist/skills/kill-argument/SKILL.md +384 -0
  85. package/dist/skills/llm-wiki/.mise.toml +2 -0
  86. package/dist/skills/llm-wiki/.nvmrc +1 -0
  87. package/dist/skills/llm-wiki/AGENTS.md +132 -0
  88. package/dist/skills/llm-wiki/CHANGELOG.md +459 -0
  89. package/dist/skills/llm-wiki/CLAUDE.md +109 -0
  90. package/dist/skills/llm-wiki/HERMES.md +44 -0
  91. package/dist/skills/llm-wiki/SKILL.md +1133 -0
  92. package/dist/skills/llm-wiki/assets/graph-demo.gif +0 -0
  93. package/dist/skills/llm-wiki/assets/graph-preview.png +0 -0
  94. package/dist/skills/llm-wiki/deps/LICENSE-d3.txt +13 -0
  95. package/dist/skills/llm-wiki/deps/LICENSE-marked.txt +44 -0
  96. package/dist/skills/llm-wiki/deps/LICENSE-purify.txt +568 -0
  97. package/{LICENSE → dist/skills/llm-wiki/deps/LICENSE-roughjs.txt} +1 -1
  98. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/SKILL.md +261 -0
  99. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/references/config/first-time-setup.md +106 -0
  100. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/cdp.ts +179 -0
  101. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/constants.ts +13 -0
  102. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/defuddle-converter.ts +58 -0
  103. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/html-to-markdown.ts +135 -0
  104. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/legacy-converter.ts +629 -0
  105. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/main.ts +314 -0
  106. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/markdown-conversion-shared.ts +305 -0
  107. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/media-localizer.ts +317 -0
  108. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/package.json +14 -0
  109. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/paths.ts +29 -0
  110. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/package.json +9 -0
  111. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/src/index.test.ts +307 -0
  112. package/dist/skills/llm-wiki/deps/baoyu-url-to-markdown/scripts/vendor/baoyu-chrome-cdp/src/index.ts +523 -0
  113. package/dist/skills/llm-wiki/deps/d3.min.js +2 -0
  114. package/dist/skills/llm-wiki/deps/marked.min.js +6 -0
  115. package/dist/skills/llm-wiki/deps/purify.min.js +3 -0
  116. package/dist/skills/llm-wiki/deps/rough.min.js +7 -0
  117. package/dist/skills/llm-wiki/deps/youtube-transcript/SKILL.md +47 -0
  118. package/dist/skills/llm-wiki/deps/youtube-transcript/scripts/get_transcript.py +72 -0
  119. package/dist/skills/llm-wiki/docs/design/oriental-atlas/DESIGN.md +183 -0
  120. package/dist/skills/llm-wiki/docs/design/oriental-atlas/design-brief.md +170 -0
  121. package/dist/skills/llm-wiki/docs/design/oriental-atlas/oriental-editorial-atlas.html +1908 -0
  122. package/dist/skills/llm-wiki/docs/design/oriental-atlas/reviews/result-review.md +68 -0
  123. package/dist/skills/llm-wiki/docs/plans/2026-06-15-omp-tool-status-events-phased-plan.md +655 -0
  124. package/dist/skills/llm-wiki/docs/plans/2026-06-15-omp-tool-status-events-progress.json +913 -0
  125. package/dist/skills/llm-wiki/docs/spark/2026-06-15-omp-tool-status-events-design.md +174 -0
  126. package/dist/skills/llm-wiki/install.ps1 +87 -0
  127. package/dist/skills/llm-wiki/install.sh +722 -0
  128. package/dist/skills/llm-wiki/package-lock.json +10309 -0
  129. package/dist/skills/llm-wiki/package.json +24 -0
  130. package/dist/skills/llm-wiki/packages/graph-engine/package.json +33 -0
  131. package/dist/skills/llm-wiki/packages/graph-engine/src/anim/.gitkeep +1 -0
  132. package/dist/skills/llm-wiki/packages/graph-engine/src/anim/index.ts +179 -0
  133. package/dist/skills/llm-wiki/packages/graph-engine/src/diff.ts +121 -0
  134. package/dist/skills/llm-wiki/packages/graph-engine/src/graph-node.ts +37 -0
  135. package/dist/skills/llm-wiki/packages/graph-engine/src/index.ts +140 -0
  136. package/dist/skills/llm-wiki/packages/graph-engine/src/model/atlas.ts +18 -0
  137. package/dist/skills/llm-wiki/packages/graph-engine/src/model/index.ts +6 -0
  138. package/dist/skills/llm-wiki/packages/graph-engine/src/model/labels.ts +11 -0
  139. package/dist/skills/llm-wiki/packages/graph-engine/src/model/learning.ts +8 -0
  140. package/dist/skills/llm-wiki/packages/graph-engine/src/model/legacy-helpers.ts +1373 -0
  141. package/dist/skills/llm-wiki/packages/graph-engine/src/model/queue.ts +7 -0
  142. package/dist/skills/llm-wiki/packages/graph-engine/src/model/storage.ts +4 -0
  143. package/dist/skills/llm-wiki/packages/graph-engine/src/model/visibility.ts +9 -0
  144. package/dist/skills/llm-wiki/packages/graph-engine/src/render/.gitkeep +1 -0
  145. package/dist/skills/llm-wiki/packages/graph-engine/src/render/index.ts +59 -0
  146. package/dist/skills/llm-wiki/packages/graph-engine/src/render/legend.ts +25 -0
  147. package/dist/skills/llm-wiki/packages/graph-engine/src/render/model.ts +593 -0
  148. package/dist/skills/llm-wiki/packages/graph-engine/src/render/preview.ts +65 -0
  149. package/dist/skills/llm-wiki/packages/graph-engine/src/render/search.ts +48 -0
  150. package/dist/skills/llm-wiki/packages/graph-engine/src/render/static-renderer.ts +2783 -0
  151. package/dist/skills/llm-wiki/packages/graph-engine/src/render/toolbar.ts +40 -0
  152. package/dist/skills/llm-wiki/packages/graph-engine/src/render/viewport.ts +272 -0
  153. package/dist/skills/llm-wiki/packages/graph-engine/src/select/.gitkeep +1 -0
  154. package/dist/skills/llm-wiki/packages/graph-engine/src/select/index.ts +189 -0
  155. package/dist/skills/llm-wiki/packages/graph-engine/src/sim/index.ts +298 -0
  156. package/dist/skills/llm-wiki/packages/graph-engine/src/sim/pins.ts +96 -0
  157. package/dist/skills/llm-wiki/packages/graph-engine/src/themes/.gitkeep +1 -0
  158. package/dist/skills/llm-wiki/packages/graph-engine/src/themes/index.ts +8 -0
  159. package/dist/skills/llm-wiki/packages/graph-engine/src/themes/tokens.ts +107 -0
  160. package/dist/skills/llm-wiki/packages/graph-engine/src/types.ts +313 -0
  161. package/dist/skills/llm-wiki/packages/graph-engine/test/anim.test.ts +100 -0
  162. package/dist/skills/llm-wiki/packages/graph-engine/test/diff.test.ts +133 -0
  163. package/dist/skills/llm-wiki/packages/graph-engine/test/helpers.test.ts +275 -0
  164. package/dist/skills/llm-wiki/packages/graph-engine/test/learning.test.ts +259 -0
  165. package/dist/skills/llm-wiki/packages/graph-engine/test/preview.test.ts +56 -0
  166. package/dist/skills/llm-wiki/packages/graph-engine/test/queue.test.ts +114 -0
  167. package/dist/skills/llm-wiki/packages/graph-engine/test/render-model.test.ts +322 -0
  168. package/dist/skills/llm-wiki/packages/graph-engine/test/runtime-state.test.ts +281 -0
  169. package/dist/skills/llm-wiki/packages/graph-engine/test/search-and-legend.test.ts +111 -0
  170. package/dist/skills/llm-wiki/packages/graph-engine/test/select.test.ts +168 -0
  171. package/dist/skills/llm-wiki/packages/graph-engine/test/sim.test.ts +123 -0
  172. package/dist/skills/llm-wiki/packages/graph-engine/test/themes.test.ts +62 -0
  173. package/dist/skills/llm-wiki/packages/graph-engine/test/toolbar.test.ts +64 -0
  174. package/dist/skills/llm-wiki/packages/graph-engine/test/viewport.test.ts +167 -0
  175. package/dist/skills/llm-wiki/packages/graph-engine/tsconfig.json +17 -0
  176. package/dist/skills/llm-wiki/packages/graph-engine/vite.config.ts +15 -0
  177. package/dist/skills/llm-wiki/platforms/claude/CLAUDE.md +37 -0
  178. package/dist/skills/llm-wiki/platforms/claude/companions/llm-wiki-upgrade/SKILL.md +95 -0
  179. package/dist/skills/llm-wiki/platforms/codex/AGENTS.md +23 -0
  180. package/dist/skills/llm-wiki/scripts/adapter-state.sh +424 -0
  181. package/dist/skills/llm-wiki/scripts/build-graph-data.sh +395 -0
  182. package/dist/skills/llm-wiki/scripts/build-graph-html.sh +453 -0
  183. package/dist/skills/llm-wiki/scripts/cache.sh +352 -0
  184. package/dist/skills/llm-wiki/scripts/create-source-page.sh +100 -0
  185. package/dist/skills/llm-wiki/scripts/delete-helper.sh +68 -0
  186. package/dist/skills/llm-wiki/scripts/graph-analysis.js +732 -0
  187. package/dist/skills/llm-wiki/scripts/hook-session-start.sh +46 -0
  188. package/dist/skills/llm-wiki/scripts/init-wiki.sh +95 -0
  189. package/dist/skills/llm-wiki/scripts/lib/source-signal-eligibility.js +158 -0
  190. package/dist/skills/llm-wiki/scripts/lint-fix.sh +114 -0
  191. package/dist/skills/llm-wiki/scripts/lint-runner.sh +217 -0
  192. package/dist/skills/llm-wiki/scripts/runtime-context.sh +77 -0
  193. package/dist/skills/llm-wiki/scripts/shared-config.sh +83 -0
  194. package/dist/skills/llm-wiki/scripts/source-record-contract.tsv +10 -0
  195. package/dist/skills/llm-wiki/scripts/source-registry.sh +349 -0
  196. package/dist/skills/llm-wiki/scripts/source-registry.tsv +10 -0
  197. package/dist/skills/llm-wiki/scripts/source-signal-coverage.js +83 -0
  198. package/dist/skills/llm-wiki/scripts/validate-step1.sh +144 -0
  199. package/dist/skills/llm-wiki/scripts/wiki-compat.sh +267 -0
  200. package/dist/skills/llm-wiki/setup.sh +8 -0
  201. package/dist/skills/llm-wiki/templates/entity-template.md +30 -0
  202. package/dist/skills/llm-wiki/templates/graph-styles/wash/footer.html +27 -0
  203. package/dist/skills/llm-wiki/templates/graph-styles/wash/graph-wash-helpers.js +1326 -0
  204. package/dist/skills/llm-wiki/templates/graph-styles/wash/graph-wash.js +1009 -0
  205. package/dist/skills/llm-wiki/templates/graph-styles/wash/header.html +2002 -0
  206. package/dist/skills/llm-wiki/templates/index-en-template.md +51 -0
  207. package/dist/skills/llm-wiki/templates/index-template.md +51 -0
  208. package/dist/skills/llm-wiki/templates/log-en-template.md +11 -0
  209. package/dist/skills/llm-wiki/templates/log-template.md +11 -0
  210. package/dist/skills/llm-wiki/templates/overview-en-template.md +41 -0
  211. package/dist/skills/llm-wiki/templates/overview-template.md +41 -0
  212. package/dist/skills/llm-wiki/templates/purpose-en-template.md +16 -0
  213. package/dist/skills/llm-wiki/templates/purpose-template.md +16 -0
  214. package/dist/skills/llm-wiki/templates/query-template.md +19 -0
  215. package/dist/skills/llm-wiki/templates/schema-template.md +185 -0
  216. package/dist/skills/llm-wiki/templates/source-template.md +51 -0
  217. package/dist/skills/llm-wiki/templates/synthesis-template.md +25 -0
  218. package/dist/skills/llm-wiki/templates/topic-template.md +35 -0
  219. package/dist/skills/llm-wiki/tests/adapter-state.sh +338 -0
  220. package/dist/skills/llm-wiki/tests/browser/graph-density-preview.mjs +53 -0
  221. package/dist/skills/llm-wiki/tests/browser/graph-html-insights.mjs +41 -0
  222. package/dist/skills/llm-wiki/tests/browser/graph-node-slim.mjs +71 -0
  223. package/dist/skills/llm-wiki/tests/browser/graph-stage-4-5.mjs +717 -0
  224. package/dist/skills/llm-wiki/tests/expected/graph-data-empty.json +60 -0
  225. package/dist/skills/llm-wiki/tests/expected/graph-data-sample.json +396 -0
  226. package/dist/skills/llm-wiki/tests/expected/graph-interactive-basic.html +1736 -0
  227. package/dist/skills/llm-wiki/tests/expected/lint-output.txt +44 -0
  228. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/index.md +1 -0
  229. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Alpha.md +10 -0
  230. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Beta.md +7 -0
  231. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Delta.md +8 -0
  232. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/entities/Gamma.md +8 -0
  233. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/queries/20260422-abc.md +10 -0
  234. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/synthesis/Crystal.md +8 -0
  235. package/dist/skills/llm-wiki/tests/fixtures/coverage-sample-wiki/wiki/topics/Overview.md +9 -0
  236. package/dist/skills/llm-wiki/tests/fixtures/graph-data-empty-wiki/wiki/entities/.gitkeep +0 -0
  237. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/purpose.md +3 -0
  238. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Attention.md +7 -0
  239. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Decoder.md +7 -0
  240. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Encoder.md +7 -0
  241. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/GPT.md +7 -0
  242. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/entities/Transformer.md +13 -0
  243. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/sources/paper.md +9 -0
  244. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/topics/arch.md +12 -0
  245. package/dist/skills/llm-wiki/tests/fixtures/graph-data-sample-wiki/wiki/topics/finetune.md +9 -0
  246. package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-basic/wiki/graph-data.json +40 -0
  247. package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-dense/wiki/graph-data.json +3965 -0
  248. package/dist/skills/llm-wiki/tests/fixtures/graph-interactive-multicomm/wiki/graph-data.json +212 -0
  249. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/index.md +14 -0
  250. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/C++.md +6 -0
  251. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Lonely.md +4 -0
  252. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Other.md +8 -0
  253. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/entities/Real.md +7 -0
  254. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/sources/2026-01-01-test-source.md +15 -0
  255. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/sources/2026-02-01-inline-img.md +12 -0
  256. package/dist/skills/llm-wiki/tests/fixtures/lint-sample-wiki/wiki/topics/AIbasic.md +3 -0
  257. package/dist/skills/llm-wiki/tests/graph-analysis-helper.regression-1.sh +237 -0
  258. package/dist/skills/llm-wiki/tests/graph-browser-stage-4-5.regression-1.sh +157 -0
  259. package/dist/skills/llm-wiki/tests/graph-build-failures.regression-1.sh +91 -0
  260. package/dist/skills/llm-wiki/tests/graph-data-confidence-merge.regression-1.sh +309 -0
  261. package/dist/skills/llm-wiki/tests/graph-data-source-paths.regression-1.sh +49 -0
  262. package/dist/skills/llm-wiki/tests/graph-html-a11y.regression-1.sh +47 -0
  263. package/dist/skills/llm-wiki/tests/graph-html-brand-link.regression-1.sh +47 -0
  264. package/dist/skills/llm-wiki/tests/graph-html-density.regression-1.sh +228 -0
  265. package/dist/skills/llm-wiki/tests/graph-html-drawer-neighbors.regression-1.sh +47 -0
  266. package/dist/skills/llm-wiki/tests/graph-html-insights.regression-1.sh +80 -0
  267. package/dist/skills/llm-wiki/tests/graph-html-long-label.regression-1.sh +92 -0
  268. package/dist/skills/llm-wiki/tests/graph-html-minimap.regression-1.sh +51 -0
  269. package/dist/skills/llm-wiki/tests/graph-html-mobile.regression-1.sh +48 -0
  270. package/dist/skills/llm-wiki/tests/graph-html-oriental-atlas-contract.regression-1.sh +94 -0
  271. package/dist/skills/llm-wiki/tests/graph-html-oriental-design-contract.regression-1.sh +82 -0
  272. package/dist/skills/llm-wiki/tests/graph-html-search.regression-1.sh +52 -0
  273. package/dist/skills/llm-wiki/tests/graph-html-styles.regression-1.sh +66 -0
  274. package/dist/skills/llm-wiki/tests/graph-html-toolbar.regression-1.sh +62 -0
  275. package/dist/skills/llm-wiki/tests/js/graph-wash-bootstrap.test.js +110 -0
  276. package/dist/skills/llm-wiki/tests/js/graph-wash-helpers.test.js +296 -0
  277. package/dist/skills/llm-wiki/tests/js/graph-wash-learning.test.js +260 -0
  278. package/dist/skills/llm-wiki/tests/js/graph-wash-queue.test.js +115 -0
  279. package/dist/skills/llm-wiki/tests/js/graph-wash-runtime-state.test.js +282 -0
  280. package/dist/skills/llm-wiki/tests/js/source-signal-coverage.test.js +48 -0
  281. package/dist/skills/llm-wiki/tests/js/source-signal-eligibility.test.js +202 -0
  282. package/dist/skills/llm-wiki/tests/lib/graph-html-engine-helpers.sh +110 -0
  283. package/dist/skills/llm-wiki/tests/lint-output.regression-1.sh +32 -0
  284. package/dist/skills/llm-wiki/tests/regression.sh +1754 -0
  285. package/dist/skills/llm-wiki/workbench/.claude/skills/.gitkeep +0 -0
  286. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/SKILL.md +590 -0
  287. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/__init__.py +1 -0
  288. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/accept_changes.py +135 -0
  289. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/comment.py +318 -0
  290. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/__init__.py +0 -0
  291. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/merge_runs.py +199 -0
  292. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/helpers/simplify_redlines.py +197 -0
  293. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/pack.py +159 -0
  294. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  295. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  296. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  297. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  298. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  299. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  300. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  301. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  302. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  303. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  304. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  305. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  306. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  307. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  308. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  309. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  310. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  311. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  312. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  313. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  314. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  315. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  316. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  317. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  318. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  319. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  320. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  321. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  322. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  323. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  324. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  325. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/mce/mc.xsd +75 -0
  326. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  327. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  328. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  329. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  330. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  331. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  332. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  333. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/soffice.py +183 -0
  334. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/unpack.py +132 -0
  335. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validate.py +111 -0
  336. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/__init__.py +15 -0
  337. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/base.py +847 -0
  338. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/docx.py +446 -0
  339. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/pptx.py +275 -0
  340. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/office/validators/redlining.py +247 -0
  341. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/comments.xml +3 -0
  342. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsExtended.xml +3 -0
  343. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
  344. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/commentsIds.xml +3 -0
  345. package/dist/skills/llm-wiki/workbench/.claude/skills/docx/scripts/templates/people.xml +3 -0
  346. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/SKILL.md +314 -0
  347. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/forms.md +294 -0
  348. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/reference.md +612 -0
  349. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/check_bounding_boxes.py +65 -0
  350. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/check_fillable_fields.py +11 -0
  351. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/convert_pdf_to_images.py +33 -0
  352. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/create_validation_image.py +37 -0
  353. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/extract_form_field_info.py +122 -0
  354. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/extract_form_structure.py +115 -0
  355. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/fill_fillable_fields.py +98 -0
  356. package/dist/skills/llm-wiki/workbench/.claude/skills/pdf/scripts/fill_pdf_form_with_annotations.py +107 -0
  357. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/SKILL.md +232 -0
  358. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/editing.md +205 -0
  359. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/pptxgenjs.md +420 -0
  360. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/__init__.py +0 -0
  361. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/add_slide.py +195 -0
  362. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/clean.py +286 -0
  363. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/__init__.py +0 -0
  364. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/merge_runs.py +199 -0
  365. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/helpers/simplify_redlines.py +197 -0
  366. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/pack.py +159 -0
  367. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  368. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  369. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  370. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  371. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  372. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  373. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  374. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  375. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  376. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  377. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  378. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  379. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  380. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  381. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  382. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  383. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  384. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  385. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  386. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  387. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  388. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  389. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  390. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  391. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  392. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  393. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  394. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  395. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  396. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  397. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  398. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/mce/mc.xsd +75 -0
  399. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  400. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  401. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  402. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  403. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  404. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  405. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  406. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/soffice.py +183 -0
  407. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/unpack.py +132 -0
  408. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validate.py +111 -0
  409. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/__init__.py +15 -0
  410. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/base.py +847 -0
  411. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/docx.py +446 -0
  412. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/pptx.py +275 -0
  413. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/office/validators/redlining.py +247 -0
  414. package/dist/skills/llm-wiki/workbench/.claude/skills/pptx/scripts/thumbnail.py +289 -0
  415. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/SKILL.md +292 -0
  416. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/__init__.py +0 -0
  417. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/merge_runs.py +199 -0
  418. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/helpers/simplify_redlines.py +197 -0
  419. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/pack.py +159 -0
  420. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  421. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  422. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  423. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  424. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  425. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  426. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  427. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  428. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  429. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  430. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  431. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  432. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  433. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  434. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  435. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  436. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  437. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  438. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  439. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  440. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  441. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  442. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  443. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  444. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  445. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  446. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  447. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  448. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  449. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  450. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  451. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/mce/mc.xsd +75 -0
  452. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2010.xsd +560 -0
  453. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2012.xsd +67 -0
  454. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-2018.xsd +14 -0
  455. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd +20 -0
  456. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd +13 -0
  457. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  458. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd +8 -0
  459. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/soffice.py +183 -0
  460. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/unpack.py +132 -0
  461. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validate.py +111 -0
  462. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/__init__.py +15 -0
  463. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/base.py +847 -0
  464. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/docx.py +446 -0
  465. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/pptx.py +275 -0
  466. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/office/validators/redlining.py +247 -0
  467. package/dist/skills/llm-wiki/workbench/.claude/skills/xlsx/scripts/recalc.py +184 -0
  468. package/dist/skills/llm-wiki/workbench/AGENTS.md +110 -0
  469. package/dist/skills/llm-wiki/workbench/CLAUDE.md +54 -0
  470. package/dist/skills/llm-wiki/workbench/PRODUCT.md +1268 -0
  471. package/dist/skills/llm-wiki/workbench/docs/current-kb-retrieval-design.md +587 -0
  472. package/dist/skills/llm-wiki/workbench/docs/graph-evolution-1-design.md +210 -0
  473. package/dist/skills/llm-wiki/workbench/docs/stage-2-design.md +1139 -0
  474. package/dist/skills/llm-wiki/workbench/docs/stage-3-design.md +1269 -0
  475. package/dist/skills/llm-wiki/workbench/docs/stage-3.5-design.md +1164 -0
  476. package/dist/skills/llm-wiki/workbench/docs/stage-4-design.md +504 -0
  477. package/dist/skills/llm-wiki/workbench/docs/stage-4.5-design.md +195 -0
  478. package/dist/skills/llm-wiki/workbench/docs/superpowers/specs/2026-05-28-resizable-preview-layout-design.md +165 -0
  479. package/dist/skills/llm-wiki/workbench/docs/superpowers/specs/2026-05-28-settings-panel-scroll-fix.md +50 -0
  480. package/dist/skills/llm-wiki/workbench/server/package.json +29 -0
  481. package/dist/skills/llm-wiki/workbench/server/src/agent.ts +457 -0
  482. package/dist/skills/llm-wiki/workbench/server/src/artifacts.ts +248 -0
  483. package/dist/skills/llm-wiki/workbench/server/src/auth.ts +164 -0
  484. package/dist/skills/llm-wiki/workbench/server/src/config.ts +130 -0
  485. package/dist/skills/llm-wiki/workbench/server/src/conversations.test.ts +121 -0
  486. package/dist/skills/llm-wiki/workbench/server/src/conversations.ts +255 -0
  487. package/dist/skills/llm-wiki/workbench/server/src/digest/batch.ts +189 -0
  488. package/dist/skills/llm-wiki/workbench/server/src/digest/concurrency.test.ts +36 -0
  489. package/dist/skills/llm-wiki/workbench/server/src/digest/concurrency.ts +31 -0
  490. package/dist/skills/llm-wiki/workbench/server/src/digest/subagent.ts +91 -0
  491. package/dist/skills/llm-wiki/workbench/server/src/extensions/artifacts.ts +81 -0
  492. package/dist/skills/llm-wiki/workbench/server/src/extensions/knowledge-base.ts +263 -0
  493. package/dist/skills/llm-wiki/workbench/server/src/extensions/new-wiki.ts +42 -0
  494. package/dist/skills/llm-wiki/workbench/server/src/extensions/synthesis.ts +172 -0
  495. package/dist/skills/llm-wiki/workbench/server/src/graph-watcher.test.ts +196 -0
  496. package/dist/skills/llm-wiki/workbench/server/src/graph.test.ts +84 -0
  497. package/dist/skills/llm-wiki/workbench/server/src/graph.ts +379 -0
  498. package/dist/skills/llm-wiki/workbench/server/src/index.ts +1148 -0
  499. package/dist/skills/llm-wiki/workbench/server/src/knowledge-bases.test.ts +30 -0
  500. package/dist/skills/llm-wiki/workbench/server/src/knowledge-bases.ts +321 -0
  501. package/dist/skills/llm-wiki/workbench/server/src/pages.test.ts +16 -0
  502. package/dist/skills/llm-wiki/workbench/server/src/pages.ts +158 -0
  503. package/dist/skills/llm-wiki/workbench/server/src/retrieval.test.ts +151 -0
  504. package/dist/skills/llm-wiki/workbench/server/src/retrieval.ts +427 -0
  505. package/dist/skills/llm-wiki/workbench/server/src/tool-status-events.test.ts +363 -0
  506. package/dist/skills/llm-wiki/workbench/server/src/tool-status-events.ts +616 -0
  507. package/dist/skills/llm-wiki/workbench/server/src/wiki-init.test.ts +19 -0
  508. package/dist/skills/llm-wiki/workbench/server/src/wiki-init.ts +188 -0
  509. package/dist/skills/llm-wiki/workbench/server/tsconfig.json +10 -0
  510. package/dist/skills/llm-wiki/workbench/tsconfig.json +20 -0
  511. package/dist/skills/llm-wiki/workbench/web/components.json +21 -0
  512. package/dist/skills/llm-wiki/workbench/web/eslint.config.js +22 -0
  513. package/dist/skills/llm-wiki/workbench/web/index.html +13 -0
  514. package/dist/skills/llm-wiki/workbench/web/package.json +48 -0
  515. package/dist/skills/llm-wiki/workbench/web/src/App.tsx +749 -0
  516. package/dist/skills/llm-wiki/workbench/web/src/components/AddExternalDialog.tsx +373 -0
  517. package/dist/skills/llm-wiki/workbench/web/src/components/ArtifactView.tsx +15 -0
  518. package/dist/skills/llm-wiki/workbench/web/src/components/BatchDigestPanel.tsx +106 -0
  519. package/dist/skills/llm-wiki/workbench/web/src/components/ChatPanel.tsx +821 -0
  520. package/dist/skills/llm-wiki/workbench/web/src/components/CommandMenu.tsx +65 -0
  521. package/dist/skills/llm-wiki/workbench/web/src/components/ExportButtons.tsx +54 -0
  522. package/dist/skills/llm-wiki/workbench/web/src/components/GraphPanel.tsx +516 -0
  523. package/dist/skills/llm-wiki/workbench/web/src/components/GraphReader.tsx +48 -0
  524. package/dist/skills/llm-wiki/workbench/web/src/components/GraphSelection.tsx +100 -0
  525. package/dist/skills/llm-wiki/workbench/web/src/components/MarkdownView.tsx +56 -0
  526. package/dist/skills/llm-wiki/workbench/web/src/components/NewWikiDialog.tsx +101 -0
  527. package/dist/skills/llm-wiki/workbench/web/src/components/RefMenu.tsx +40 -0
  528. package/dist/skills/llm-wiki/workbench/web/src/components/RightDrawer.tsx +227 -0
  529. package/dist/skills/llm-wiki/workbench/web/src/components/SettingsPanel.tsx +331 -0
  530. package/dist/skills/llm-wiki/workbench/web/src/components/Sidebar.tsx +436 -0
  531. package/dist/skills/llm-wiki/workbench/web/src/components/ToolHistorySummary.tsx +123 -0
  532. package/dist/skills/llm-wiki/workbench/web/src/components/ToolStatusRunway.tsx +90 -0
  533. package/dist/skills/llm-wiki/workbench/web/src/components/renderers/DownloadOnlyRenderer.tsx +88 -0
  534. package/dist/skills/llm-wiki/workbench/web/src/components/renderers/HtmlRenderer.tsx +92 -0
  535. package/dist/skills/llm-wiki/workbench/web/src/components/ui/button.tsx +52 -0
  536. package/dist/skills/llm-wiki/workbench/web/src/components/ui/command.tsx +50 -0
  537. package/dist/skills/llm-wiki/workbench/web/src/components/ui/dialog.tsx +156 -0
  538. package/dist/skills/llm-wiki/workbench/web/src/components/ui/input.tsx +21 -0
  539. package/dist/skills/llm-wiki/workbench/web/src/components/ui/tooltip.tsx +57 -0
  540. package/dist/skills/llm-wiki/workbench/web/src/index.css +1737 -0
  541. package/dist/skills/llm-wiki/workbench/web/src/lib/api.ts +648 -0
  542. package/dist/skills/llm-wiki/workbench/web/src/lib/drawer-state.ts +79 -0
  543. package/dist/skills/llm-wiki/workbench/web/src/lib/graph-reader.ts +25 -0
  544. package/dist/skills/llm-wiki/workbench/web/src/lib/graph-selection-drawer.ts +35 -0
  545. package/dist/skills/llm-wiki/workbench/web/src/lib/graph-selection.ts +96 -0
  546. package/dist/skills/llm-wiki/workbench/web/src/lib/legacy-tool-status.ts +113 -0
  547. package/dist/skills/llm-wiki/workbench/web/src/lib/sse.ts +72 -0
  548. package/dist/skills/llm-wiki/workbench/web/src/lib/tool-status-format.ts +170 -0
  549. package/dist/skills/llm-wiki/workbench/web/src/lib/tool-status-model.ts +392 -0
  550. package/dist/skills/llm-wiki/workbench/web/src/lib/utils.ts +10 -0
  551. package/dist/skills/llm-wiki/workbench/web/src/lib/wiki-links.ts +32 -0
  552. package/dist/skills/llm-wiki/workbench/web/src/main.tsx +10 -0
  553. package/dist/skills/llm-wiki/workbench/web/test/api.test.ts +61 -0
  554. package/dist/skills/llm-wiki/workbench/web/test/chat-panel-tool-status.test.tsx +26 -0
  555. package/dist/skills/llm-wiki/workbench/web/test/graph-drawer-state.test.ts +78 -0
  556. package/dist/skills/llm-wiki/workbench/web/test/graph-reader-request.test.ts +32 -0
  557. package/dist/skills/llm-wiki/workbench/web/test/graph-reader.test.ts +62 -0
  558. package/dist/skills/llm-wiki/workbench/web/test/graph-selection-drawer.test.ts +56 -0
  559. package/dist/skills/llm-wiki/workbench/web/test/graph-selection.test.ts +83 -0
  560. package/dist/skills/llm-wiki/workbench/web/test/tool-history-summary.test.tsx +124 -0
  561. package/dist/skills/llm-wiki/workbench/web/test/tool-status-format.test.ts +107 -0
  562. package/dist/skills/llm-wiki/workbench/web/test/tool-status-model.test.ts +324 -0
  563. package/dist/skills/llm-wiki/workbench/web/test/tool-status-runway.test.ts +134 -0
  564. package/dist/skills/llm-wiki/workbench/web/test/wiki-links.test.ts +23 -0
  565. package/dist/skills/llm-wiki/workbench/web/tsconfig.app.json +30 -0
  566. package/dist/skills/llm-wiki/workbench/web/tsconfig.json +7 -0
  567. package/dist/skills/llm-wiki/workbench/web/tsconfig.node.json +24 -0
  568. package/dist/skills/llm-wiki/workbench/web/vite.config.ts +26 -0
  569. package/dist/skills/mean-reviewer/SECURITY.md +23 -0
  570. package/dist/skills/mean-reviewer/SKILL.md +203 -0
  571. package/dist/skills/mean-reviewer/examples/13446_1000_Layer_Networks_for_.pdf +0 -0
  572. package/dist/skills/mean-reviewer/examples/13446_mean_reviewer.md +116 -0
  573. package/dist/skills/mean-reviewer/examples/13446_mean_reviewer_author_rebuttal_simulated.md +282 -0
  574. package/dist/skills/mean-reviewer/examples/13446_mean_reviewer_reply.md +91 -0
  575. package/dist/skills/mean-reviewer/examples/13446_official_review.json +973 -0
  576. package/dist/skills/mean-reviewer/examples/ChatGPT_AC_Roleplay.jpeg +0 -0
  577. package/dist/skills/medical-imaging-review/SKILL.md +295 -0
  578. package/dist/skills/medical-imaging-review/references/CITATION_INTEGRITY.md +233 -0
  579. package/dist/skills/medical-imaging-review/references/DOMAINS.md +302 -0
  580. package/dist/skills/medical-imaging-review/references/HALLUCINATION_PATTERNS.md +211 -0
  581. package/dist/skills/medical-imaging-review/references/MCP_SETUP.md +216 -0
  582. package/dist/skills/medical-imaging-review/references/PARADIGM.md +221 -0
  583. package/dist/skills/medical-imaging-review/references/QUALITY_CHECKLIST.md +169 -0
  584. package/dist/skills/medical-imaging-review/references/TEMPLATES.md +291 -0
  585. package/dist/skills/medical-imaging-review/references/WORKFLOW.md +289 -0
  586. package/dist/skills/mermaid-diagram/SKILL.md +379 -0
  587. package/dist/skills/meta-apply/SKILL.md +137 -0
  588. package/dist/skills/meta-optimize/SKILL.md +253 -0
  589. package/dist/skills/monitor-experiment/SKILL.md +98 -0
  590. package/dist/skills/novelty-check/SKILL.md +89 -0
  591. package/dist/skills/openalex/SKILL.md +228 -0
  592. package/dist/skills/overleaf-sync/SKILL.md +220 -0
  593. package/dist/skills/paper-claim-audit/SKILL.md +340 -0
  594. package/dist/skills/paper-compile/SKILL.md +253 -0
  595. package/dist/skills/paper-figure/SKILL.md +279 -0
  596. package/dist/skills/paper-illustration/SKILL.md +690 -0
  597. package/dist/skills/paper-illustration-image2/SKILL.md +383 -0
  598. package/dist/skills/paper-illustration-image2/scripts/paper_illustration_image2.py +255 -0
  599. package/dist/skills/paper-plan/SKILL.md +278 -0
  600. package/dist/skills/paper-poster/SKILL.md +19 -0
  601. package/dist/skills/paper-poster-html/DESIGN_FINAL.md +176 -0
  602. package/dist/skills/paper-poster-html/IMPLEMENTATION_CONVENTIONS.md +161 -0
  603. package/dist/skills/paper-poster-html/LICENSES/posterly-MIT.txt +21 -0
  604. package/dist/skills/paper-poster-html/NOTICE.md +57 -0
  605. package/dist/skills/paper-poster-html/SKILL.md +357 -0
  606. package/dist/skills/paper-poster-html/scripts/_posterly/__init__.py +0 -0
  607. package/dist/skills/paper-poster-html/scripts/_posterly/canvas.py +200 -0
  608. package/dist/skills/paper-poster-html/scripts/_posterly/measure.py +588 -0
  609. package/dist/skills/paper-poster-html/scripts/_posterly/polish.py +498 -0
  610. package/dist/skills/paper-poster-html/scripts/_posterly/preflight.py +489 -0
  611. package/dist/skills/paper-poster-html/scripts/_posterly/render.py +215 -0
  612. package/dist/skills/paper-poster-html/scripts/_posterly/textutil.py +16 -0
  613. package/dist/skills/paper-poster-html/scripts/_posterly/verify_final.py +171 -0
  614. package/dist/skills/paper-poster-html/scripts/asset_check.py +897 -0
  615. package/dist/skills/paper-poster-html/scripts/extract_pdf_figures.py +666 -0
  616. package/dist/skills/paper-poster-html/scripts/poster_check.py +251 -0
  617. package/dist/skills/paper-poster-html/scripts/preprocess_figures.py +238 -0
  618. package/dist/skills/paper-poster-html/scripts/render_preview.py +217 -0
  619. package/dist/skills/paper-poster-html/scripts/run_gates.py +556 -0
  620. package/dist/skills/paper-poster-html/scripts/style_check.py +1324 -0
  621. package/dist/skills/paper-poster-html/templates/COMPONENTS.md +462 -0
  622. package/dist/skills/paper-poster-html/templates/landscape_4col.html +1032 -0
  623. package/dist/skills/paper-poster-html/templates/landscape_hero.html +1046 -0
  624. package/dist/skills/paper-poster-html/templates/portrait_2col.html +947 -0
  625. package/dist/skills/paper-poster-html/templates/tokens/acl.json +9 -0
  626. package/dist/skills/paper-poster-html/templates/tokens/cvpr.json +9 -0
  627. package/dist/skills/paper-poster-html/templates/tokens/generic.json +9 -0
  628. package/dist/skills/paper-poster-html/templates/tokens/iclr.json +9 -0
  629. package/dist/skills/paper-poster-html/templates/tokens/icml.json +9 -0
  630. package/dist/skills/paper-poster-html/templates/tokens/neurips.json +9 -0
  631. package/dist/skills/paper-slide-deck/SKILL.md +464 -0
  632. package/dist/skills/paper-slide-deck/references/analysis-framework.md +392 -0
  633. package/dist/skills/paper-slide-deck/references/base-prompt.md +70 -0
  634. package/dist/skills/paper-slide-deck/references/content-rules.md +95 -0
  635. package/dist/skills/paper-slide-deck/references/figure-container-template.md +177 -0
  636. package/dist/skills/paper-slide-deck/references/modification-guide.md +85 -0
  637. package/dist/skills/paper-slide-deck/references/outline-template.md +437 -0
  638. package/dist/skills/paper-slide-deck/references/styles/academic-paper.md +109 -0
  639. package/dist/skills/paper-slide-deck/references/styles/blueprint.md +67 -0
  640. package/dist/skills/paper-slide-deck/references/styles/bold-editorial.md +70 -0
  641. package/dist/skills/paper-slide-deck/references/styles/chalkboard.md +68 -0
  642. package/dist/skills/paper-slide-deck/references/styles/corporate.md +69 -0
  643. package/dist/skills/paper-slide-deck/references/styles/dark-atmospheric.md +69 -0
  644. package/dist/skills/paper-slide-deck/references/styles/editorial-infographic.md +73 -0
  645. package/dist/skills/paper-slide-deck/references/styles/fantasy-animation.md +69 -0
  646. package/dist/skills/paper-slide-deck/references/styles/intuition-machine.md +72 -0
  647. package/dist/skills/paper-slide-deck/references/styles/minimal.md +64 -0
  648. package/dist/skills/paper-slide-deck/references/styles/notion.md +69 -0
  649. package/dist/skills/paper-slide-deck/references/styles/pixel-art.md +67 -0
  650. package/dist/skills/paper-slide-deck/references/styles/scientific.md +73 -0
  651. package/dist/skills/paper-slide-deck/references/styles/sketch-notes.md +66 -0
  652. package/dist/skills/paper-slide-deck/references/styles/vector-illustration.md +72 -0
  653. package/dist/skills/paper-slide-deck/references/styles/vintage.md +73 -0
  654. package/dist/skills/paper-slide-deck/references/styles/watercolor.md +68 -0
  655. package/dist/skills/paper-slide-deck/scripts/apply-template.ts +282 -0
  656. package/dist/skills/paper-slide-deck/scripts/detect-figures.ts +283 -0
  657. package/dist/skills/paper-slide-deck/scripts/extract-figure.ts +140 -0
  658. package/dist/skills/paper-slide-deck/scripts/generate-slides.py +182 -0
  659. package/dist/skills/paper-slide-deck/scripts/merge-to-pdf.ts +116 -0
  660. package/dist/skills/paper-slide-deck/scripts/merge-to-pptx.ts +137 -0
  661. package/dist/skills/paper-slide-deck/scripts/package-lock.json +899 -0
  662. package/dist/skills/paper-slide-deck/scripts/package.json +8 -0
  663. package/dist/skills/paper-slides/SKILL.md +571 -0
  664. package/dist/skills/paper-talk/SKILL.md +381 -0
  665. package/dist/skills/paper-write/SKILL.md +411 -0
  666. package/dist/skills/paper-write/templates/IEEEtran.bst +2409 -0
  667. package/dist/skills/paper-write/templates/IEEEtran.cls +6347 -0
  668. package/dist/skills/paper-write/templates/aaai2026.bst +1493 -0
  669. package/dist/skills/paper-write/templates/aaai2026.sty +315 -0
  670. package/dist/skills/paper-write/templates/aaai2026.tex +952 -0
  671. package/dist/skills/paper-write/templates/acl.sty +312 -0
  672. package/dist/skills/paper-write/templates/acl2026.tex +377 -0
  673. package/dist/skills/paper-write/templates/acl_natbib.bst +1940 -0
  674. package/dist/skills/paper-write/templates/acm.bst +3081 -0
  675. package/dist/skills/paper-write/templates/acm_mm2026.tex +204 -0
  676. package/dist/skills/paper-write/templates/acmart.cls +3520 -0
  677. package/dist/skills/paper-write/templates/cvpr.bst +1448 -0
  678. package/dist/skills/paper-write/templates/cvpr.sty +508 -0
  679. package/dist/skills/paper-write/templates/cvpr2026.tex +63 -0
  680. package/dist/skills/paper-write/templates/iclr2026.tex +84 -0
  681. package/dist/skills/paper-write/templates/iclr2026_conference.bst +1440 -0
  682. package/dist/skills/paper-write/templates/iclr2026_conference.sty +246 -0
  683. package/dist/skills/paper-write/templates/icml2025.tex +87 -0
  684. package/dist/skills/paper-write/templates/icml2026.sty +767 -0
  685. package/dist/skills/paper-write/templates/icml2026.tex +662 -0
  686. package/dist/skills/paper-write/templates/ieee_conference.tex +89 -0
  687. package/dist/skills/paper-write/templates/ieee_journal.tex +93 -0
  688. package/dist/skills/paper-write/templates/math_commands.tex +48 -0
  689. package/dist/skills/paper-write/templates/neurips2025.tex +80 -0
  690. package/dist/skills/paper-write/templates/neurips2026.tex +493 -0
  691. package/dist/skills/paper-write/templates/neurips_2026.sty +437 -0
  692. package/dist/skills/paper-writing/SKILL.md +632 -0
  693. package/dist/skills/patent-novelty-check/SKILL.md +153 -0
  694. package/dist/skills/patent-pipeline/SKILL.md +344 -0
  695. package/dist/skills/patent-review/SKILL.md +202 -0
  696. package/dist/skills/pixel-art/SKILL.md +139 -0
  697. package/dist/skills/pre-submission-reviewer/SKILL.md +247 -0
  698. package/dist/skills/pre-submission-reviewer/references/forbidden-patterns.md +163 -0
  699. package/dist/skills/pre-submission-reviewer/references/grammar-rules.md +135 -0
  700. package/dist/skills/pre-submission-reviewer/references/latex-rules.md +158 -0
  701. package/dist/skills/pre-submission-reviewer/references/logic-and-structure.md +125 -0
  702. package/dist/skills/pre-submission-reviewer/references/section-guides.md +169 -0
  703. package/dist/skills/prior-art-search/SKILL.md +146 -0
  704. package/dist/skills/proof-checker/SKILL.md +499 -0
  705. package/dist/skills/proof-writer/SKILL.md +222 -0
  706. package/dist/skills/qzcli/SKILL.md +316 -0
  707. package/dist/skills/rebuttal/SKILL.md +304 -0
  708. package/dist/skills/render-html/SKILL.md +299 -0
  709. package/dist/skills/render-html/scripts/render_html.py +905 -0
  710. package/dist/skills/render-html/scripts/templates/academic.html +342 -0
  711. package/dist/skills/render-html/scripts/templates/dashboard.html +333 -0
  712. package/dist/skills/research-lit/SKILL.md +353 -0
  713. package/dist/skills/research-paper-writing/SKILL.md +99 -0
  714. package/dist/skills/research-paper-writing/agents/openai.yaml +4 -0
  715. package/dist/skills/research-paper-writing/references/abstract.md +102 -0
  716. package/dist/skills/research-paper-writing/references/conclusion.md +35 -0
  717. package/dist/skills/research-paper-writing/references/does-my-writing-flow-source.md +45 -0
  718. package/dist/skills/research-paper-writing/references/examples/abstract/template-a.md +21 -0
  719. package/dist/skills/research-paper-writing/references/examples/abstract/template-b.md +34 -0
  720. package/dist/skills/research-paper-writing/references/examples/abstract/template-c.md +28 -0
  721. package/dist/skills/research-paper-writing/references/examples/abstract-examples.md +13 -0
  722. package/dist/skills/research-paper-writing/references/examples/index.md +21 -0
  723. package/dist/skills/research-paper-writing/references/examples/introduction/novel-task-challenge-decomposition.md +18 -0
  724. package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-not-recommended-abstract-only.md +30 -0
  725. package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-1-one-contribution-multi-advantages.md +30 -0
  726. package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-2-two-contributions.md +34 -0
  727. package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-3-new-module-on-existing-pipeline.md +18 -0
  728. package/dist/skills/research-paper-writing/references/examples/introduction/pipeline-version-4-observation-driven.md +16 -0
  729. package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-1-existing-task.md +32 -0
  730. package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-2-existing-task-insight-backed-by-traditional.md +33 -0
  731. package/dist/skills/research-paper-writing/references/examples/introduction/technical-challenge-version-3-novel-task.md +21 -0
  732. package/dist/skills/research-paper-writing/references/examples/introduction/version-1-task-then-application.md +14 -0
  733. package/dist/skills/research-paper-writing/references/examples/introduction/version-2-application-first.md +10 -0
  734. package/dist/skills/research-paper-writing/references/examples/introduction/version-3-general-to-specific-setting.md +14 -0
  735. package/dist/skills/research-paper-writing/references/examples/introduction/version-4-open-with-challenge.md +20 -0
  736. package/dist/skills/research-paper-writing/references/examples/introduction-examples.md +25 -0
  737. package/dist/skills/research-paper-writing/references/examples/method/example-of-the-three-elements.md +67 -0
  738. package/dist/skills/research-paper-writing/references/examples/method/method-writing-common-issues-note.md +10 -0
  739. package/dist/skills/research-paper-writing/references/examples/method/module-design-instant-ngp.md +55 -0
  740. package/dist/skills/research-paper-writing/references/examples/method/module-motivation-patterns.md +15 -0
  741. package/dist/skills/research-paper-writing/references/examples/method/module-triad-neural-body.md +19 -0
  742. package/dist/skills/research-paper-writing/references/examples/method/neural-body-annotated-figure-text.md +66 -0
  743. package/dist/skills/research-paper-writing/references/examples/method/overview-template.md +30 -0
  744. package/dist/skills/research-paper-writing/references/examples/method/pre-writing-questions.md +17 -0
  745. package/dist/skills/research-paper-writing/references/examples/method/section-skeleton.md +9 -0
  746. package/dist/skills/research-paper-writing/references/examples/method-examples.md +24 -0
  747. package/dist/skills/research-paper-writing/references/experiments.md +102 -0
  748. package/dist/skills/research-paper-writing/references/introduction.md +408 -0
  749. package/dist/skills/research-paper-writing/references/method.md +196 -0
  750. package/dist/skills/research-paper-writing/references/paper-review.md +86 -0
  751. package/dist/skills/research-paper-writing/references/related-work.md +41 -0
  752. package/dist/skills/research-pipeline/SKILL.md +257 -0
  753. package/dist/skills/research-proposal/SKILL.md +573 -0
  754. package/dist/skills/research-proposal/assets/proposal_scaffold_en.md +323 -0
  755. package/dist/skills/research-proposal/assets/proposal_scaffold_zh.md +346 -0
  756. package/dist/skills/research-proposal/references/DOMAIN_TEMPLATES.md +518 -0
  757. package/dist/skills/research-proposal/references/LITERATURE_WORKFLOW.md +529 -0
  758. package/dist/skills/research-proposal/references/QUALITY_CHECKLIST.md +325 -0
  759. package/dist/skills/research-proposal/references/STRUCTURE_GUIDE.md +398 -0
  760. package/dist/skills/research-proposal/references/WRITING_STYLE_GUIDE.md +661 -0
  761. package/dist/skills/research-refine/SKILL.md +716 -0
  762. package/dist/skills/research-refine-pipeline/SKILL.md +186 -0
  763. package/dist/skills/research-review/SKILL.md +119 -0
  764. package/dist/skills/research-wiki/SKILL.md +373 -0
  765. package/dist/skills/resubmit-pipeline/SKILL.md +427 -0
  766. package/dist/skills/result-to-claim/SKILL.md +190 -0
  767. package/dist/skills/run-experiment/SKILL.md +227 -0
  768. package/dist/skills/scientific-figure-making/SKILL.md +38 -0
  769. package/dist/skills/scientific-figure-making/references/api.md +152 -0
  770. package/dist/skills/scientific-figure-making/references/common-patterns.md +74 -0
  771. package/dist/skills/scientific-figure-making/references/demos.md +30 -0
  772. package/dist/skills/scientific-figure-making/references/design-theory.md +138 -0
  773. package/dist/skills/scientific-figure-making/references/tutorials.md +135 -0
  774. package/dist/skills/semantic-scholar/SKILL.md +219 -0
  775. package/dist/skills/serverless-modal/SKILL.md +324 -0
  776. package/dist/skills/slides-polish/SKILL.md +563 -0
  777. package/dist/skills/specification-writing/SKILL.md +211 -0
  778. package/dist/skills/strategist/SKILL.md +670 -0
  779. package/dist/skills/strategist/references/quality_standards.md +336 -0
  780. package/dist/skills/strategist/references/search_strategy.md +459 -0
  781. package/dist/skills/strategist/scripts/evaluate_samples.py +300 -0
  782. package/dist/skills/strategist/scripts/gap_analysis.py +399 -0
  783. package/dist/skills/system-profile/SKILL.md +103 -0
  784. package/dist/skills/tech-paper-template/SKILL.md +192 -0
  785. package/dist/skills/tech-paper-template/references/consistency-checks.md +166 -0
  786. package/dist/skills/tech-paper-template/references/paper-types.md +127 -0
  787. package/dist/skills/tech-paper-template/references/thinking-template.md +194 -0
  788. package/dist/skills/tech-paper-template/references/worked-examples.md +124 -0
  789. package/dist/skills/training-check/SKILL.md +83 -0
  790. package/dist/skills/vast-gpu/SKILL.md +380 -0
  791. package/dist/skills/vibe-research-workflow/SKILL.md +189 -0
  792. package/dist/skills/vibe-research-workflow/references/behavior-guidelines.md +149 -0
  793. package/dist/skills/vibe-research-workflow/references/tool-selection.md +144 -0
  794. package/dist/skills/vibe-research-workflow/references/vibe-coding.md +154 -0
  795. package/dist/skills/vibe-research-workflow/references/vibe-figure.md +131 -0
  796. package/dist/skills/vibe-research-workflow/references/vibe-writing.md +181 -0
  797. package/dist/skills/wiki-enrich/SKILL.md +254 -0
  798. package/dist/skills/writing-systems-papers/SKILL.md +184 -0
  799. package/package.json +1 -1
@@ -0,0 +1,1448 @@
1
+ %% File: `abbrvnat.bst'
2
+ %% A modification of `abbrv.bst' for use with natbib package
3
+ %%
4
+ %% Copyright 1993-2007 Patrick W Daly
5
+ %% Max-Planck-Institut f\"ur Sonnensystemforschung
6
+ %% Max-Planck-Str. 2
7
+ %% D-37191 Katlenburg-Lindau
8
+ %% Germany
9
+ %% E-mail: daly@mps.mpg.de
10
+ %%
11
+ %% This program can be redistributed and/or modified under the terms
12
+ %% of the LaTeX Project Public License Distributed from CTAN
13
+ %% archives in directory macros/latex/base/lppl.txt; either
14
+ %% version 1 of the License, or any later version.
15
+ %%
16
+ % Version and source file information:
17
+ % \ProvidesFile{natbst.mbs}[2007/11/26 1.93 (PWD)]
18
+ %
19
+ % BibTeX `plainnat' family
20
+ % version 0.99b for BibTeX versions 0.99a or later,
21
+ % for LaTeX versions 2.09 and 2e.
22
+ %
23
+ % For use with the `natbib.sty' package; emulates the corresponding
24
+ % member of the `plain' family, but with author-year citations.
25
+ %
26
+ % With version 6.0 of `natbib.sty', it may also be used for numerical
27
+ % citations, while retaining the commands \citeauthor, \citefullauthor,
28
+ % and \citeyear to print the corresponding information.
29
+ %
30
+ % For version 7.0 of `natbib.sty', the KEY field replaces missing
31
+ % authors/editors, and the date is left blank in \bibitem.
32
+ %
33
+ % Includes field EID for the sequence/citation number of electronic journals
34
+ % which is used instead of page numbers.
35
+ %
36
+ % Includes fields ISBN and ISSN.
37
+ %
38
+ % Includes field URL for Internet addresses.
39
+ %
40
+ % Includes field DOI for Digital Object Idenfifiers.
41
+ %
42
+ % Works best with the url.sty package of Donald Arseneau.
43
+ %
44
+ % Works with identical authors and year are further sorted by
45
+ % citation key, to preserve any natural sequence.
46
+ %
47
+ ENTRY
48
+ { address
49
+ author
50
+ booktitle
51
+ chapter
52
+ doi
53
+ eid
54
+ edition
55
+ editor
56
+ howpublished
57
+ institution
58
+ isbn
59
+ issn
60
+ journal
61
+ key
62
+ month
63
+ note
64
+ number
65
+ organization
66
+ pages
67
+ publisher
68
+ school
69
+ series
70
+ title
71
+ type
72
+ url
73
+ volume
74
+ year
75
+ }
76
+ {}
77
+ { label extra.label sort.label short.list }
78
+
79
+ INTEGERS { output.state before.all mid.sentence after.sentence after.block }
80
+
81
+ FUNCTION {init.state.consts}
82
+ { #0 'before.all :=
83
+ #1 'mid.sentence :=
84
+ #2 'after.sentence :=
85
+ #3 'after.block :=
86
+ }
87
+
88
+ STRINGS { s t }
89
+
90
+ FUNCTION {output.nonnull}
91
+ { 's :=
92
+ output.state mid.sentence =
93
+ { ", " * write$ }
94
+ { output.state after.block =
95
+ { add.period$ write$
96
+ newline$
97
+ "\newblock " write$
98
+ }
99
+ { output.state before.all =
100
+ 'write$
101
+ { add.period$ " " * write$ }
102
+ if$
103
+ }
104
+ if$
105
+ mid.sentence 'output.state :=
106
+ }
107
+ if$
108
+ s
109
+ }
110
+
111
+ FUNCTION {output}
112
+ { duplicate$ empty$
113
+ 'pop$
114
+ 'output.nonnull
115
+ if$
116
+ }
117
+
118
+ FUNCTION {output.check}
119
+ { 't :=
120
+ duplicate$ empty$
121
+ { pop$ "empty " t * " in " * cite$ * warning$ }
122
+ 'output.nonnull
123
+ if$
124
+ }
125
+
126
+ FUNCTION {fin.entry}
127
+ { add.period$
128
+ write$
129
+ newline$
130
+ }
131
+
132
+ FUNCTION {new.block}
133
+ { output.state before.all =
134
+ 'skip$
135
+ { after.block 'output.state := }
136
+ if$
137
+ }
138
+
139
+ FUNCTION {new.sentence}
140
+ { output.state after.block =
141
+ 'skip$
142
+ { output.state before.all =
143
+ 'skip$
144
+ { after.sentence 'output.state := }
145
+ if$
146
+ }
147
+ if$
148
+ }
149
+
150
+ FUNCTION {not}
151
+ { { #0 }
152
+ { #1 }
153
+ if$
154
+ }
155
+
156
+ FUNCTION {and}
157
+ { 'skip$
158
+ { pop$ #0 }
159
+ if$
160
+ }
161
+
162
+ FUNCTION {or}
163
+ { { pop$ #1 }
164
+ 'skip$
165
+ if$
166
+ }
167
+
168
+ FUNCTION {new.block.checka}
169
+ { empty$
170
+ 'skip$
171
+ 'new.block
172
+ if$
173
+ }
174
+
175
+ FUNCTION {new.block.checkb}
176
+ { empty$
177
+ swap$ empty$
178
+ and
179
+ 'skip$
180
+ 'new.block
181
+ if$
182
+ }
183
+
184
+ FUNCTION {new.sentence.checka}
185
+ { empty$
186
+ 'skip$
187
+ 'new.sentence
188
+ if$
189
+ }
190
+
191
+ FUNCTION {new.sentence.checkb}
192
+ { empty$
193
+ swap$ empty$
194
+ and
195
+ 'skip$
196
+ 'new.sentence
197
+ if$
198
+ }
199
+
200
+ FUNCTION {field.or.null}
201
+ { duplicate$ empty$
202
+ { pop$ "" }
203
+ 'skip$
204
+ if$
205
+ }
206
+
207
+ FUNCTION {emphasize}
208
+ { duplicate$ empty$
209
+ { pop$ "" }
210
+ { "\emph{" swap$ * "}" * }
211
+ if$
212
+ }
213
+
214
+ INTEGERS { nameptr namesleft numnames }
215
+
216
+ FUNCTION {format.names}
217
+ { 's :=
218
+ #1 'nameptr :=
219
+ s num.names$ 'numnames :=
220
+ numnames 'namesleft :=
221
+ { namesleft #0 > }
222
+ % Formerly { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't :=
223
+ { s nameptr "{ff }{vv }{ll}{, jj}" format.name$ 't :=
224
+ nameptr #1 >
225
+ { namesleft #1 >
226
+ { ", " * t * }
227
+ { numnames #2 >
228
+ { "," * }
229
+ 'skip$
230
+ if$
231
+ t "others" =
232
+ { " et~al." * }
233
+ { " and " * t * }
234
+ if$
235
+ }
236
+ if$
237
+ }
238
+ 't
239
+ if$
240
+ nameptr #1 + 'nameptr :=
241
+ namesleft #1 - 'namesleft :=
242
+ }
243
+ while$
244
+ }
245
+
246
+ FUNCTION {format.key}
247
+ { empty$
248
+ { key field.or.null }
249
+ { "" }
250
+ if$
251
+ }
252
+
253
+ FUNCTION {format.authors}
254
+ { author empty$
255
+ { "" }
256
+ { author format.names }
257
+ if$
258
+ }
259
+
260
+ FUNCTION {format.editors}
261
+ { editor empty$
262
+ { "" }
263
+ { editor format.names
264
+ editor num.names$ #1 >
265
+ { ", editors" * }
266
+ { ", editor" * }
267
+ if$
268
+ }
269
+ if$
270
+ }
271
+
272
+ FUNCTION {format.isbn}
273
+ { isbn empty$
274
+ { "" }
275
+ % { new.block "ISBN " isbn * }
276
+ { "" }
277
+ if$
278
+ }
279
+
280
+ FUNCTION {format.issn}
281
+ { issn empty$
282
+ { "" }
283
+ % { new.block "ISSN " issn * }
284
+ { "" }
285
+ if$
286
+ }
287
+
288
+ FUNCTION {format.url}
289
+ { url empty$
290
+ { "" }
291
+ % { new.block "URL \url{" url * "}" * }
292
+ { "" }
293
+ if$
294
+ }
295
+
296
+ FUNCTION {format.doi}
297
+ { doi empty$
298
+ { "" }
299
+ % { new.block "\doi{" doi * "}" * }
300
+ { "" }
301
+ if$
302
+ }
303
+
304
+ FUNCTION {format.title}
305
+ { title empty$
306
+ { "" }
307
+ { title "t" change.case$ }
308
+ if$
309
+ }
310
+
311
+ FUNCTION {format.full.names}
312
+ {'s :=
313
+ #1 'nameptr :=
314
+ s num.names$ 'numnames :=
315
+ numnames 'namesleft :=
316
+ { namesleft #0 > }
317
+ { s nameptr
318
+ "{vv~}{ll}" format.name$ 't :=
319
+ nameptr #1 >
320
+ {
321
+ namesleft #1 >
322
+ { ", " * t * }
323
+ {
324
+ numnames #2 >
325
+ { "," * }
326
+ 'skip$
327
+ if$
328
+ t "others" =
329
+ { " et~al." * }
330
+ { " and " * t * }
331
+ if$
332
+ }
333
+ if$
334
+ }
335
+ 't
336
+ if$
337
+ nameptr #1 + 'nameptr :=
338
+ namesleft #1 - 'namesleft :=
339
+ }
340
+ while$
341
+ }
342
+
343
+ FUNCTION {author.editor.full}
344
+ { author empty$
345
+ { editor empty$
346
+ { "" }
347
+ { editor format.full.names }
348
+ if$
349
+ }
350
+ { author format.full.names }
351
+ if$
352
+ }
353
+
354
+ FUNCTION {author.full}
355
+ { author empty$
356
+ { "" }
357
+ { author format.full.names }
358
+ if$
359
+ }
360
+
361
+ FUNCTION {editor.full}
362
+ { editor empty$
363
+ { "" }
364
+ { editor format.full.names }
365
+ if$
366
+ }
367
+
368
+ FUNCTION {make.full.names}
369
+ { type$ "book" =
370
+ type$ "inbook" =
371
+ or
372
+ 'author.editor.full
373
+ { type$ "proceedings" =
374
+ 'editor.full
375
+ 'author.full
376
+ if$
377
+ }
378
+ if$
379
+ }
380
+
381
+ FUNCTION {output.bibitem}
382
+ { newline$
383
+ "\bibitem[" write$
384
+ label write$
385
+ ")" make.full.names duplicate$ short.list =
386
+ { pop$ }
387
+ { * }
388
+ if$
389
+ "]{" * write$
390
+ cite$ write$
391
+ "}" write$
392
+ newline$
393
+ ""
394
+ before.all 'output.state :=
395
+ }
396
+
397
+ FUNCTION {n.dashify}
398
+ { 't :=
399
+ ""
400
+ { t empty$ not }
401
+ { t #1 #1 substring$ "-" =
402
+ { t #1 #2 substring$ "--" = not
403
+ { "--" *
404
+ t #2 global.max$ substring$ 't :=
405
+ }
406
+ { { t #1 #1 substring$ "-" = }
407
+ { "-" *
408
+ t #2 global.max$ substring$ 't :=
409
+ }
410
+ while$
411
+ }
412
+ if$
413
+ }
414
+ { t #1 #1 substring$ *
415
+ t #2 global.max$ substring$ 't :=
416
+ }
417
+ if$
418
+ }
419
+ while$
420
+ }
421
+
422
+ FUNCTION {format.date}
423
+ { year duplicate$ empty$
424
+ { "empty year in " cite$ * warning$
425
+ pop$ "" }
426
+ 'skip$
427
+ if$
428
+ %% CR: Leave out months.
429
+ % month empty$
430
+ % 'skip$
431
+ % { month
432
+ % " " * swap$ *
433
+ % }
434
+ % if$
435
+ extra.label *
436
+ }
437
+
438
+ FUNCTION {format.btitle}
439
+ { title emphasize
440
+ }
441
+
442
+ FUNCTION {tie.or.space.connect}
443
+ { duplicate$ text.length$ #3 <
444
+ { "~" }
445
+ { " " }
446
+ if$
447
+ swap$ * *
448
+ }
449
+
450
+ FUNCTION {either.or.check}
451
+ { empty$
452
+ 'pop$
453
+ { "can't use both " swap$ * " fields in " * cite$ * warning$ }
454
+ if$
455
+ }
456
+
457
+ FUNCTION {format.bvolume}
458
+ { volume empty$
459
+ { "" }
460
+ %% CR: Don't show "volume 1234 of LNCS" etc.
461
+ % { "volume" volume tie.or.space.connect
462
+ % series empty$
463
+ % 'skip$
464
+ % { " of " * series emphasize * }
465
+ % if$
466
+ % "volume and number" number either.or.check
467
+ % }
468
+ { "" }
469
+ if$
470
+ }
471
+
472
+ FUNCTION {format.number.series}
473
+ { volume empty$
474
+ { number empty$
475
+ %% CR: Leave out series information.
476
+ % { series field.or.null }
477
+ { "" }
478
+ { output.state mid.sentence =
479
+ { "number" }
480
+ { "Number" }
481
+ if$
482
+ number tie.or.space.connect
483
+ series empty$
484
+ { "there's a number but no series in " cite$ * warning$ }
485
+ { " in " * series * }
486
+ if$
487
+ }
488
+ if$
489
+ }
490
+ { "" }
491
+ if$
492
+ }
493
+
494
+ FUNCTION {format.edition}
495
+ { edition empty$
496
+ { "" }
497
+ { output.state mid.sentence =
498
+ { edition "l" change.case$ " edition" * }
499
+ { edition "t" change.case$ " edition" * }
500
+ if$
501
+ }
502
+ if$
503
+ }
504
+
505
+ INTEGERS { multiresult }
506
+
507
+ FUNCTION {multi.page.check}
508
+ { 't :=
509
+ #0 'multiresult :=
510
+ { multiresult not
511
+ t empty$ not
512
+ and
513
+ }
514
+ { t #1 #1 substring$
515
+ duplicate$ "-" =
516
+ swap$ duplicate$ "," =
517
+ swap$ "+" =
518
+ or or
519
+ { #1 'multiresult := }
520
+ { t #2 global.max$ substring$ 't := }
521
+ if$
522
+ }
523
+ while$
524
+ multiresult
525
+ }
526
+
527
+ FUNCTION {format.pages}
528
+ { pages empty$
529
+ { "" }
530
+ { pages multi.page.check
531
+ { "pages" pages n.dashify tie.or.space.connect }
532
+ { "page" pages tie.or.space.connect }
533
+ if$
534
+ }
535
+ if$
536
+ }
537
+
538
+ FUNCTION {format.eid}
539
+ { eid empty$
540
+ { "" }
541
+ { "art." eid tie.or.space.connect }
542
+ if$
543
+ }
544
+
545
+ FUNCTION {format.vol.num.pages}
546
+ { volume field.or.null
547
+ number empty$
548
+ 'skip$
549
+ { "\penalty0 (" number * ")" * *
550
+ volume empty$
551
+ { "there's a number but no volume in " cite$ * warning$ }
552
+ 'skip$
553
+ if$
554
+ }
555
+ if$
556
+ pages empty$
557
+ 'skip$
558
+ { duplicate$ empty$
559
+ { pop$ format.pages }
560
+ { ":\penalty0 " * pages n.dashify * }
561
+ if$
562
+ }
563
+ if$
564
+ }
565
+
566
+ FUNCTION {format.vol.num.eid}
567
+ { volume field.or.null
568
+ number empty$
569
+ 'skip$
570
+ { "\penalty0 (" number * ")" * *
571
+ volume empty$
572
+ { "there's a number but no volume in " cite$ * warning$ }
573
+ 'skip$
574
+ if$
575
+ }
576
+ if$
577
+ eid empty$
578
+ 'skip$
579
+ { duplicate$ empty$
580
+ { pop$ format.eid }
581
+ { ":\penalty0 " * eid * }
582
+ if$
583
+ }
584
+ if$
585
+ }
586
+
587
+ FUNCTION {format.chapter.pages}
588
+ { chapter empty$
589
+ 'format.pages
590
+ { type empty$
591
+ { "chapter" }
592
+ { type "l" change.case$ }
593
+ if$
594
+ chapter tie.or.space.connect
595
+ pages empty$
596
+ 'skip$
597
+ { ", " * format.pages * }
598
+ if$
599
+ }
600
+ if$
601
+ }
602
+
603
+ FUNCTION {format.in.ed.booktitle}
604
+ { booktitle empty$
605
+ { "" }
606
+ %% CR: Leave out editors even if the information is available.
607
+ % { editor empty$
608
+ % { "In " booktitle emphasize * }
609
+ % { "In " format.editors * ", " * booktitle emphasize * }
610
+ % if$
611
+ % }
612
+ { "In " booktitle emphasize * }
613
+ if$
614
+ }
615
+
616
+ FUNCTION {empty.misc.check}
617
+ { author empty$ title empty$ howpublished empty$
618
+ month empty$ year empty$ note empty$
619
+ and and and and and
620
+ key empty$ not and
621
+ { "all relevant fields are empty in " cite$ * warning$ }
622
+ 'skip$
623
+ if$
624
+ }
625
+
626
+ FUNCTION {format.thesis.type}
627
+ { type empty$
628
+ 'skip$
629
+ { pop$
630
+ type "t" change.case$
631
+ }
632
+ if$
633
+ }
634
+
635
+ FUNCTION {format.tr.number}
636
+ { type empty$
637
+ { "Technical Report" }
638
+ 'type
639
+ if$
640
+ number empty$
641
+ { "t" change.case$ }
642
+ { number tie.or.space.connect }
643
+ if$
644
+ }
645
+
646
+ FUNCTION {format.article.crossref}
647
+ { key empty$
648
+ { journal empty$
649
+ { "need key or journal for " cite$ * " to crossref " * crossref *
650
+ warning$
651
+ ""
652
+ }
653
+ { "In \emph{" journal * "}" * }
654
+ if$
655
+ }
656
+ { "In " }
657
+ if$
658
+ " \citet{" * crossref * "}" *
659
+ }
660
+
661
+ FUNCTION {format.book.crossref}
662
+ { volume empty$
663
+ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$
664
+ "In "
665
+ }
666
+ { "Volume" volume tie.or.space.connect
667
+ " of " *
668
+ }
669
+ if$
670
+ editor empty$
671
+ editor field.or.null author field.or.null =
672
+ or
673
+ { key empty$
674
+ { series empty$
675
+ { "need editor, key, or series for " cite$ * " to crossref " *
676
+ crossref * warning$
677
+ "" *
678
+ }
679
+ { "\emph{" * series * "}" * }
680
+ if$
681
+ }
682
+ 'skip$
683
+ if$
684
+ }
685
+ 'skip$
686
+ if$
687
+ " \citet{" * crossref * "}" *
688
+ }
689
+
690
+ FUNCTION {format.incoll.inproc.crossref}
691
+ { editor empty$
692
+ editor field.or.null author field.or.null =
693
+ or
694
+ { key empty$
695
+ { booktitle empty$
696
+ { "need editor, key, or booktitle for " cite$ * " to crossref " *
697
+ crossref * warning$
698
+ ""
699
+ }
700
+ { "In \emph{" booktitle * "}" * }
701
+ if$
702
+ }
703
+ { "In " }
704
+ if$
705
+ }
706
+ { "In " }
707
+ if$
708
+ " \citet{" * crossref * "}" *
709
+ }
710
+
711
+ FUNCTION {article}
712
+ { output.bibitem
713
+ format.authors "author" output.check
714
+ author format.key output
715
+ new.block
716
+ format.title "title" output.check
717
+ new.block
718
+ crossref missing$
719
+ { journal emphasize "journal" output.check
720
+ eid empty$
721
+ { format.vol.num.pages output }
722
+ { format.vol.num.eid output }
723
+ if$
724
+ format.date "year" output.check
725
+ }
726
+ { format.article.crossref output.nonnull
727
+ eid empty$
728
+ { format.pages output }
729
+ { format.eid output }
730
+ if$
731
+ }
732
+ if$
733
+ format.issn output
734
+ format.doi output
735
+ format.url output
736
+ new.block
737
+ note output
738
+ fin.entry
739
+ }
740
+
741
+ FUNCTION {book}
742
+ { output.bibitem
743
+ author empty$
744
+ { format.editors "author and editor" output.check
745
+ editor format.key output
746
+ }
747
+ { format.authors output.nonnull
748
+ crossref missing$
749
+ { "author and editor" editor either.or.check }
750
+ 'skip$
751
+ if$
752
+ }
753
+ if$
754
+ new.block
755
+ format.btitle "title" output.check
756
+ crossref missing$
757
+ { format.bvolume output
758
+ new.block
759
+ format.number.series output
760
+ new.sentence
761
+ publisher "publisher" output.check
762
+ address output
763
+ }
764
+ { new.block
765
+ format.book.crossref output.nonnull
766
+ }
767
+ if$
768
+ format.edition output
769
+ format.date "year" output.check
770
+ format.isbn output
771
+ format.doi output
772
+ format.url output
773
+ new.block
774
+ note output
775
+ fin.entry
776
+ }
777
+
778
+ FUNCTION {booklet}
779
+ { output.bibitem
780
+ format.authors output
781
+ author format.key output
782
+ new.block
783
+ format.title "title" output.check
784
+ howpublished address new.block.checkb
785
+ howpublished output
786
+ address output
787
+ format.date output
788
+ format.isbn output
789
+ format.doi output
790
+ format.url output
791
+ new.block
792
+ note output
793
+ fin.entry
794
+ }
795
+
796
+ FUNCTION {inbook}
797
+ { output.bibitem
798
+ author empty$
799
+ { format.editors "author and editor" output.check
800
+ editor format.key output
801
+ }
802
+ { format.authors output.nonnull
803
+ crossref missing$
804
+ { "author and editor" editor either.or.check }
805
+ 'skip$
806
+ if$
807
+ }
808
+ if$
809
+ new.block
810
+ format.btitle "title" output.check
811
+ crossref missing$
812
+ { format.bvolume output
813
+ format.chapter.pages "chapter and pages" output.check
814
+ new.block
815
+ format.number.series output
816
+ new.sentence
817
+ publisher "publisher" output.check
818
+ address output
819
+ }
820
+ { format.chapter.pages "chapter and pages" output.check
821
+ new.block
822
+ format.book.crossref output.nonnull
823
+ }
824
+ if$
825
+ format.edition output
826
+ format.date "year" output.check
827
+ format.isbn output
828
+ format.doi output
829
+ format.url output
830
+ new.block
831
+ note output
832
+ fin.entry
833
+ }
834
+
835
+ FUNCTION {incollection}
836
+ { output.bibitem
837
+ format.authors "author" output.check
838
+ author format.key output
839
+ new.block
840
+ format.title "title" output.check
841
+ new.block
842
+ crossref missing$
843
+ { format.in.ed.booktitle "booktitle" output.check
844
+ format.bvolume output
845
+ format.number.series output
846
+ format.chapter.pages output
847
+ new.sentence
848
+ publisher "publisher" output.check
849
+ address output
850
+ format.edition output
851
+ format.date "year" output.check
852
+ }
853
+ { format.incoll.inproc.crossref output.nonnull
854
+ format.chapter.pages output
855
+ }
856
+ if$
857
+ format.isbn output
858
+ format.doi output
859
+ format.url output
860
+ new.block
861
+ note output
862
+ fin.entry
863
+ }
864
+
865
+ FUNCTION {inproceedings}
866
+ { output.bibitem
867
+ format.authors "author" output.check
868
+ author format.key output
869
+ new.block
870
+ format.title "title" output.check
871
+ new.block
872
+ crossref missing$
873
+ { format.in.ed.booktitle "booktitle" output.check
874
+ format.bvolume output
875
+ format.number.series output
876
+ format.pages output
877
+ address empty$
878
+ { organization publisher new.sentence.checkb
879
+ organization output
880
+ publisher output
881
+ format.date "year" output.check
882
+ }
883
+ { address output.nonnull
884
+ format.date "year" output.check
885
+ new.sentence
886
+ organization output
887
+ publisher output
888
+ }
889
+ if$
890
+ }
891
+ { format.incoll.inproc.crossref output.nonnull
892
+ format.pages output
893
+ }
894
+ if$
895
+ format.isbn output
896
+ format.doi output
897
+ format.url output
898
+ new.block
899
+ note output
900
+ fin.entry
901
+ }
902
+
903
+ FUNCTION {conference} { inproceedings }
904
+
905
+ FUNCTION {manual}
906
+ { output.bibitem
907
+ format.authors output
908
+ author format.key output
909
+ new.block
910
+ format.btitle "title" output.check
911
+ organization address new.block.checkb
912
+ organization output
913
+ address output
914
+ format.edition output
915
+ format.date output
916
+ format.url output
917
+ new.block
918
+ note output
919
+ fin.entry
920
+ }
921
+
922
+ FUNCTION {mastersthesis}
923
+ { output.bibitem
924
+ format.authors "author" output.check
925
+ author format.key output
926
+ new.block
927
+ format.title "title" output.check
928
+ new.block
929
+ "Master's thesis" format.thesis.type output.nonnull
930
+ school "school" output.check
931
+ address output
932
+ format.date "year" output.check
933
+ format.url output
934
+ new.block
935
+ note output
936
+ fin.entry
937
+ }
938
+
939
+ FUNCTION {misc}
940
+ { output.bibitem
941
+ format.authors output
942
+ author format.key output
943
+ title howpublished new.block.checkb
944
+ format.title output
945
+ howpublished new.block.checka
946
+ howpublished output
947
+ format.date output
948
+ format.issn output
949
+ format.url output
950
+ new.block
951
+ note output
952
+ fin.entry
953
+ empty.misc.check
954
+ }
955
+
956
+ FUNCTION {phdthesis}
957
+ { output.bibitem
958
+ format.authors "author" output.check
959
+ author format.key output
960
+ new.block
961
+ format.btitle "title" output.check
962
+ new.block
963
+ "PhD thesis" format.thesis.type output.nonnull
964
+ school "school" output.check
965
+ address output
966
+ format.date "year" output.check
967
+ format.url output
968
+ new.block
969
+ note output
970
+ fin.entry
971
+ }
972
+
973
+ FUNCTION {proceedings}
974
+ { output.bibitem
975
+ format.editors output
976
+ editor format.key output
977
+ new.block
978
+ format.btitle "title" output.check
979
+ format.bvolume output
980
+ format.number.series output
981
+ address output
982
+ format.date "year" output.check
983
+ new.sentence
984
+ organization output
985
+ publisher output
986
+ format.isbn output
987
+ format.doi output
988
+ format.url output
989
+ new.block
990
+ note output
991
+ fin.entry
992
+ }
993
+
994
+ FUNCTION {techreport}
995
+ { output.bibitem
996
+ format.authors "author" output.check
997
+ author format.key output
998
+ new.block
999
+ format.title "title" output.check
1000
+ new.block
1001
+ format.tr.number output.nonnull
1002
+ institution "institution" output.check
1003
+ address output
1004
+ format.date "year" output.check
1005
+ format.url output
1006
+ new.block
1007
+ note output
1008
+ fin.entry
1009
+ }
1010
+
1011
+ FUNCTION {unpublished}
1012
+ { output.bibitem
1013
+ format.authors "author" output.check
1014
+ author format.key output
1015
+ new.block
1016
+ format.title "title" output.check
1017
+ new.block
1018
+ note "note" output.check
1019
+ format.date output
1020
+ format.url output
1021
+ fin.entry
1022
+ }
1023
+
1024
+ FUNCTION {default.type} { misc }
1025
+
1026
+
1027
+ MACRO {jan} {"Jan."}
1028
+
1029
+ MACRO {feb} {"Feb."}
1030
+
1031
+ MACRO {mar} {"Mar."}
1032
+
1033
+ MACRO {apr} {"Apr."}
1034
+
1035
+ MACRO {may} {"May"}
1036
+
1037
+ MACRO {jun} {"June"}
1038
+
1039
+ MACRO {jul} {"July"}
1040
+
1041
+ MACRO {aug} {"Aug."}
1042
+
1043
+ MACRO {sep} {"Sept."}
1044
+
1045
+ MACRO {oct} {"Oct."}
1046
+
1047
+ MACRO {nov} {"Nov."}
1048
+
1049
+ MACRO {dec} {"Dec."}
1050
+
1051
+
1052
+
1053
+ MACRO {acmcs} {"ACM Comput. Surv."}
1054
+
1055
+ MACRO {acta} {"Acta Inf."}
1056
+
1057
+ MACRO {cacm} {"Commun. ACM"}
1058
+
1059
+ MACRO {ibmjrd} {"IBM J. Res. Dev."}
1060
+
1061
+ MACRO {ibmsj} {"IBM Syst.~J."}
1062
+
1063
+ MACRO {ieeese} {"IEEE Trans. Softw. Eng."}
1064
+
1065
+ MACRO {ieeetc} {"IEEE Trans. Comput."}
1066
+
1067
+ MACRO {ieeetcad}
1068
+ {"IEEE Trans. Comput.-Aided Design Integrated Circuits"}
1069
+
1070
+ MACRO {ipl} {"Inf. Process. Lett."}
1071
+
1072
+ MACRO {jacm} {"J.~ACM"}
1073
+
1074
+ MACRO {jcss} {"J.~Comput. Syst. Sci."}
1075
+
1076
+ MACRO {scp} {"Sci. Comput. Programming"}
1077
+
1078
+ MACRO {sicomp} {"SIAM J. Comput."}
1079
+
1080
+ MACRO {tocs} {"ACM Trans. Comput. Syst."}
1081
+
1082
+ MACRO {tods} {"ACM Trans. Database Syst."}
1083
+
1084
+ MACRO {tog} {"ACM Trans. Gr."}
1085
+
1086
+ MACRO {toms} {"ACM Trans. Math. Softw."}
1087
+
1088
+ MACRO {toois} {"ACM Trans. Office Inf. Syst."}
1089
+
1090
+ MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."}
1091
+
1092
+ MACRO {tcs} {"Theoretical Comput. Sci."}
1093
+
1094
+
1095
+ READ
1096
+
1097
+ FUNCTION {sortify}
1098
+ { purify$
1099
+ "l" change.case$
1100
+ }
1101
+
1102
+ INTEGERS { len }
1103
+
1104
+ FUNCTION {chop.word}
1105
+ { 's :=
1106
+ 'len :=
1107
+ s #1 len substring$ =
1108
+ { s len #1 + global.max$ substring$ }
1109
+ 's
1110
+ if$
1111
+ }
1112
+
1113
+ FUNCTION {format.lab.names}
1114
+ { 's :=
1115
+ s #1 "{vv~}{ll}" format.name$
1116
+ s num.names$ duplicate$
1117
+ #2 >
1118
+ { pop$ " et~al." * }
1119
+ { #2 <
1120
+ 'skip$
1121
+ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
1122
+ { " et~al." * }
1123
+ { " and " * s #2 "{vv~}{ll}" format.name$ * }
1124
+ if$
1125
+ }
1126
+ if$
1127
+ }
1128
+ if$
1129
+ }
1130
+
1131
+ FUNCTION {author.key.label}
1132
+ { author empty$
1133
+ { key empty$
1134
+ { cite$ #1 #3 substring$ }
1135
+ 'key
1136
+ if$
1137
+ }
1138
+ { author format.lab.names }
1139
+ if$
1140
+ }
1141
+
1142
+ FUNCTION {author.editor.key.label}
1143
+ { author empty$
1144
+ { editor empty$
1145
+ { key empty$
1146
+ { cite$ #1 #3 substring$ }
1147
+ 'key
1148
+ if$
1149
+ }
1150
+ { editor format.lab.names }
1151
+ if$
1152
+ }
1153
+ { author format.lab.names }
1154
+ if$
1155
+ }
1156
+
1157
+ FUNCTION {author.key.organization.label}
1158
+ { author empty$
1159
+ { key empty$
1160
+ { organization empty$
1161
+ { cite$ #1 #3 substring$ }
1162
+ { "The " #4 organization chop.word #3 text.prefix$ }
1163
+ if$
1164
+ }
1165
+ 'key
1166
+ if$
1167
+ }
1168
+ { author format.lab.names }
1169
+ if$
1170
+ }
1171
+
1172
+ FUNCTION {editor.key.organization.label}
1173
+ { editor empty$
1174
+ { key empty$
1175
+ { organization empty$
1176
+ { cite$ #1 #3 substring$ }
1177
+ { "The " #4 organization chop.word #3 text.prefix$ }
1178
+ if$
1179
+ }
1180
+ 'key
1181
+ if$
1182
+ }
1183
+ { editor format.lab.names }
1184
+ if$
1185
+ }
1186
+
1187
+ FUNCTION {calc.short.authors}
1188
+ { type$ "book" =
1189
+ type$ "inbook" =
1190
+ or
1191
+ 'author.editor.key.label
1192
+ { type$ "proceedings" =
1193
+ 'editor.key.organization.label
1194
+ { type$ "manual" =
1195
+ 'author.key.organization.label
1196
+ 'author.key.label
1197
+ if$
1198
+ }
1199
+ if$
1200
+ }
1201
+ if$
1202
+ 'short.list :=
1203
+ }
1204
+
1205
+ FUNCTION {calc.label}
1206
+ { calc.short.authors
1207
+ short.list
1208
+ "("
1209
+ *
1210
+ year duplicate$ empty$
1211
+ short.list key field.or.null = or
1212
+ { pop$ "" }
1213
+ 'skip$
1214
+ if$
1215
+ *
1216
+ 'label :=
1217
+ }
1218
+
1219
+ FUNCTION {sort.format.names}
1220
+ { 's :=
1221
+ #1 'nameptr :=
1222
+ ""
1223
+ s num.names$ 'numnames :=
1224
+ numnames 'namesleft :=
1225
+ { namesleft #0 > }
1226
+ {
1227
+ s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't :=
1228
+ nameptr #1 >
1229
+ {
1230
+ " " *
1231
+ namesleft #1 = t "others" = and
1232
+ { "zzzzz" * }
1233
+ { numnames #2 > nameptr #2 = and
1234
+ { "zz" * year field.or.null * " " * }
1235
+ 'skip$
1236
+ if$
1237
+ t sortify *
1238
+ }
1239
+ if$
1240
+ }
1241
+ { t sortify * }
1242
+ if$
1243
+ nameptr #1 + 'nameptr :=
1244
+ namesleft #1 - 'namesleft :=
1245
+ }
1246
+ while$
1247
+ }
1248
+
1249
+ FUNCTION {sort.format.title}
1250
+ { 't :=
1251
+ "A " #2
1252
+ "An " #3
1253
+ "The " #4 t chop.word
1254
+ chop.word
1255
+ chop.word
1256
+ sortify
1257
+ #1 global.max$ substring$
1258
+ }
1259
+
1260
+ FUNCTION {author.sort}
1261
+ { author empty$
1262
+ { key empty$
1263
+ { "to sort, need author or key in " cite$ * warning$
1264
+ ""
1265
+ }
1266
+ { key sortify }
1267
+ if$
1268
+ }
1269
+ { author sort.format.names }
1270
+ if$
1271
+ }
1272
+
1273
+ FUNCTION {author.editor.sort}
1274
+ { author empty$
1275
+ { editor empty$
1276
+ { key empty$
1277
+ { "to sort, need author, editor, or key in " cite$ * warning$
1278
+ ""
1279
+ }
1280
+ { key sortify }
1281
+ if$
1282
+ }
1283
+ { editor sort.format.names }
1284
+ if$
1285
+ }
1286
+ { author sort.format.names }
1287
+ if$
1288
+ }
1289
+
1290
+ FUNCTION {author.organization.sort}
1291
+ { author empty$
1292
+ { organization empty$
1293
+ { key empty$
1294
+ { "to sort, need author, organization, or key in " cite$ * warning$
1295
+ ""
1296
+ }
1297
+ { key sortify }
1298
+ if$
1299
+ }
1300
+ { "The " #4 organization chop.word sortify }
1301
+ if$
1302
+ }
1303
+ { author sort.format.names }
1304
+ if$
1305
+ }
1306
+
1307
+ FUNCTION {editor.organization.sort}
1308
+ { editor empty$
1309
+ { organization empty$
1310
+ { key empty$
1311
+ { "to sort, need editor, organization, or key in " cite$ * warning$
1312
+ ""
1313
+ }
1314
+ { key sortify }
1315
+ if$
1316
+ }
1317
+ { "The " #4 organization chop.word sortify }
1318
+ if$
1319
+ }
1320
+ { editor sort.format.names }
1321
+ if$
1322
+ }
1323
+
1324
+
1325
+ FUNCTION {presort}
1326
+ { calc.label
1327
+ label sortify
1328
+ " "
1329
+ *
1330
+ type$ "book" =
1331
+ type$ "inbook" =
1332
+ or
1333
+ 'author.editor.sort
1334
+ { type$ "proceedings" =
1335
+ 'editor.organization.sort
1336
+ { type$ "manual" =
1337
+ 'author.organization.sort
1338
+ 'author.sort
1339
+ if$
1340
+ }
1341
+ if$
1342
+ }
1343
+ if$
1344
+ " "
1345
+ *
1346
+ year field.or.null sortify
1347
+ *
1348
+ " "
1349
+ *
1350
+ cite$
1351
+ *
1352
+ #1 entry.max$ substring$
1353
+ 'sort.label :=
1354
+ sort.label *
1355
+ #1 entry.max$ substring$
1356
+ 'sort.key$ :=
1357
+ }
1358
+
1359
+ ITERATE {presort}
1360
+
1361
+ SORT
1362
+
1363
+ STRINGS { longest.label last.label next.extra }
1364
+
1365
+ INTEGERS { longest.label.width last.extra.num number.label }
1366
+
1367
+ FUNCTION {initialize.longest.label}
1368
+ { "" 'longest.label :=
1369
+ #0 int.to.chr$ 'last.label :=
1370
+ "" 'next.extra :=
1371
+ #0 'longest.label.width :=
1372
+ #0 'last.extra.num :=
1373
+ #0 'number.label :=
1374
+ }
1375
+
1376
+ FUNCTION {forward.pass}
1377
+ { last.label label =
1378
+ { last.extra.num #1 + 'last.extra.num :=
1379
+ last.extra.num int.to.chr$ 'extra.label :=
1380
+ }
1381
+ { "a" chr.to.int$ 'last.extra.num :=
1382
+ "" 'extra.label :=
1383
+ label 'last.label :=
1384
+ }
1385
+ if$
1386
+ number.label #1 + 'number.label :=
1387
+ }
1388
+
1389
+ FUNCTION {reverse.pass}
1390
+ { next.extra "b" =
1391
+ { "a" 'extra.label := }
1392
+ 'skip$
1393
+ if$
1394
+ extra.label 'next.extra :=
1395
+ extra.label
1396
+ duplicate$ empty$
1397
+ 'skip$
1398
+ { "{\natexlab{" swap$ * "}}" * }
1399
+ if$
1400
+ 'extra.label :=
1401
+ label extra.label * 'label :=
1402
+ }
1403
+
1404
+ EXECUTE {initialize.longest.label}
1405
+
1406
+ ITERATE {forward.pass}
1407
+
1408
+ REVERSE {reverse.pass}
1409
+
1410
+ FUNCTION {bib.sort.order}
1411
+ { sort.label 'sort.key$ :=
1412
+ }
1413
+
1414
+ ITERATE {bib.sort.order}
1415
+
1416
+ SORT
1417
+
1418
+ FUNCTION {begin.bib}
1419
+ { preamble$ empty$
1420
+ 'skip$
1421
+ { preamble$ write$ newline$ }
1422
+ if$
1423
+ "\begin{thebibliography}{" number.label int.to.str$ * "}" *
1424
+ write$ newline$
1425
+ "\providecommand{\natexlab}[1]{#1}"
1426
+ write$ newline$
1427
+ "\providecommand{\url}[1]{\texttt{#1}}"
1428
+ write$ newline$
1429
+ "\expandafter\ifx\csname urlstyle\endcsname\relax"
1430
+ write$ newline$
1431
+ " \providecommand{\doi}[1]{doi: #1}\else"
1432
+ write$ newline$
1433
+ " \providecommand{\doi}{doi: \begingroup \urlstyle{rm}\Url}\fi"
1434
+ write$ newline$
1435
+ }
1436
+
1437
+ EXECUTE {begin.bib}
1438
+
1439
+ EXECUTE {init.state.consts}
1440
+
1441
+ ITERATE {call.type$}
1442
+
1443
+ FUNCTION {end.bib}
1444
+ { newline$
1445
+ "\end{thebibliography}" write$ newline$
1446
+ }
1447
+
1448
+ EXECUTE {end.bib}