Elsevier Paper Miner
Purpose
Mine the local paper_templates/ corpus for manuscript architecture. This skill studies structure, section flow, evidence organization, table/figure/caption logic, and reviewer-risk patterns. It must not copy text, figures, tables, captions, equations, benchmark interpretations, or paper-specific claims.
Corpus sources
- Corpus manifest:
paper_templates/corpus_manifest.yaml and paper_templates/corpus_manifest.json
- Paper cards:
paper_templates/cards/
- Extracted structure maps:
paper_templates/extracted_structure_maps/
- Thematic mining notes:
paper_templates/mining_notes/
- Open-access papers bundled in this release: 6
- Official template/manual PDFs bundled in this release: 1
When to use
Use this skill when the user asks for:
- a template-paper based section skeleton;
- abstract / introduction / related work / method / experiment patterns;
- table, figure, or caption style mining;
- reviewer-risk lessons derived from lawful open-access examples;
- journal-specific examples without copying source content.
Required operating rules
- Use only corpus entries with allowed source/license metadata.
- Prefer
paper_templates/cards/<paper-id>.md before opening the PDF.
- Use
extracted_structure_maps/ for section sequencing and visual-evidence patterns.
- Use
mining_notes/ for cross-paper style summaries.
- Never copy source text, captions, figures, tables, equations, or paper-specific claims.
- If the user wants submission/legal guidance, route to
elsevier-skill-suite and official-source fragments instead of relying on template papers.
- For real submission, live-check publisher and target-journal instructions.
Workflow
- Detect target publisher, journal, article type, and manuscript component.
- Select the smallest relevant corpus subset.
- Read the Paper Card first; use the PDF only to confirm structural observations.
- Extract a neutral skeleton or checklist.
- Rewrite using the user's own evidence, terminology, and experimental results.
- Return a copyright-safe output with a source-use warning.
Output contract
Return:
- selected corpus entries;
- source/license status;
- structural observations;
- reusable section skeleton;
- table/figure/caption lessons if relevant;
- reviewer-risk checklist;
- forbidden-copying warning;
- items requiring live official-source verification.
v1.2.0 evaluation benchmark awareness
When demonstrating this skill, prefer the benchmark tasks in evals/tasks/ and sample-output contracts in evals/sample_outputs/. For paper-mining tasks, always include a copyright-safe warning and use template papers only for structure and pattern extraction.
Extracted visual assets
Use paper_templates/extracted_visual_assets/ when the user wants to analyze main figures, motivation/framework diagrams, or table design patterns. These assets are for structure analysis only and must not be copied into manuscripts. Always include the copyright-safe warning and point to visual_asset_manifest.json when citing the corpus internally.
1---2name: elsevier-paper-miner3description: Mine the lawful template-paper corpus for section structure, figure/table/caption patterns, and reviewer-risk lessons without copying protected text.4---56# Elsevier Paper Miner78## Purpose910Mine the local `paper_templates/` corpus for manuscript architecture. This skill studies **structure, section flow, evidence organization, table/figure/caption logic, and reviewer-risk patterns**. It must not copy text, figures, tables, captions, equations, benchmark interpretations, or paper-specific claims.1112## Corpus sources1314- Corpus manifest: `paper_templates/corpus_manifest.yaml` and `paper_templates/corpus_manifest.json`15- Paper cards: `paper_templates/cards/`16- Extracted structure maps: `paper_templates/extracted_structure_maps/`17- Thematic mining notes: `paper_templates/mining_notes/`18- Open-access papers bundled in this release: 619- Official template/manual PDFs bundled in this release: 12021## When to use2223Use this skill when the user asks for:2425- a template-paper based section skeleton;26- abstract / introduction / related work / method / experiment patterns;27- table, figure, or caption style mining;28- reviewer-risk lessons derived from lawful open-access examples;29- journal-specific examples without copying source content.3031## Required operating rules32331. Use only corpus entries with allowed source/license metadata.342. Prefer `paper_templates/cards/<paper-id>.md` before opening the PDF.353. Use `extracted_structure_maps/` for section sequencing and visual-evidence patterns.364. Use `mining_notes/` for cross-paper style summaries.375. Never copy source text, captions, figures, tables, equations, or paper-specific claims.386. If the user wants submission/legal guidance, route to `elsevier-skill-suite` and official-source fragments instead of relying on template papers.397. For real submission, live-check publisher and target-journal instructions.4041## Workflow42431. Detect target publisher, journal, article type, and manuscript component.442. Select the smallest relevant corpus subset.453. Read the Paper Card first; use the PDF only to confirm structural observations.464. Extract a neutral skeleton or checklist.475. Rewrite using the user's own evidence, terminology, and experimental results.486. Return a copyright-safe output with a source-use warning.4950## Output contract5152Return:5354- selected corpus entries;55- source/license status;56- structural observations;57- reusable section skeleton;58- table/figure/caption lessons if relevant;59- reviewer-risk checklist;60- forbidden-copying warning;61- items requiring live official-source verification.626364## v1.2.0 evaluation benchmark awareness6566When demonstrating this skill, prefer the benchmark tasks in `evals/tasks/` and sample-output contracts in `evals/sample_outputs/`. For paper-mining tasks, always include a copyright-safe warning and use template papers only for structure and pattern extraction.676869## Extracted visual assets7071Use `paper_templates/extracted_visual_assets/` when the user wants to analyze main figures, motivation/framework diagrams, or table design patterns. These assets are for structure analysis only and must not be copied into manuscripts. Always include the copyright-safe warning and point to `visual_asset_manifest.json` when citing the corpus internally.