39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
# Writing Templates
|
|
|
|
Use this file when the user asks QQsci about manuscript writing templates,
|
|
journal article templates, AFM formatting templates, or QQwrite handoff.
|
|
|
|
## Template ownership
|
|
|
|
QQsci no longer stores Word template assets. QQwrite owns template files and
|
|
template-driven `.docx` execution.
|
|
|
|
| Journal / use | Owner | Asset path | Purpose |
|
|
|---|---|---|---|
|
|
| AFM article | QQwrite | `assets/templates/afm/article-template.docx` | Word article template for Advanced Functional Materials-style manuscript drafting or formatting |
|
|
|
|
## Rules
|
|
|
|
- Treat `.docx` templates as assets, not reference text.
|
|
- Do not load the whole binary template into context.
|
|
- Do not overwrite QQwrite's bundled template.
|
|
- For a manuscript job, copy the template to a new output file before editing.
|
|
- If a user asks QQsci to adjust a manuscript using a Word template, route the
|
|
execution step to QQwrite.
|
|
|
|
## QQsci vs QQwrite
|
|
|
|
QQsci owns evidence logic, literature routing, comparative audit, submission
|
|
package review, and DOI-only Word comments.
|
|
|
|
QQwrite owns Word template assets and template-driven manuscript formatting.
|
|
|
|
Recommended handoff:
|
|
|
|
1. QQsci extracts claims, evidence, related papers, target-journal positioning,
|
|
and package risks.
|
|
2. QQwrite uses the selected template and QQsci's structured outputs to draft or
|
|
format the manuscript.
|
|
3. QQsci audits the resulting package again against figures, SI, and strong
|
|
related papers.
|