Claude Task: Foundational Papers Integration for ECC Research Atlas
You are Claude running through the claude-reviewer Hermes profile. Hermes is the orchestrator and verifier. Work only inside:
/Users/bylee/Documents/Research_Knowledge/ECC_Research_Atlas/
Goal
Continue the ECC Research Atlas system build by integrating the uploaded foundational paper PDFs/text/source notes into the Atlas. Focus on source organization, paper-card enrichment, and links to existing theory/processing nodes.
Context
The project is a Markdown-based ECC/SHCC Research Atlas anchored in Victor C. Li's 2019 Springer book. The user has provided 13 foundational papers. Existing source folders:
00_sources/foundational_papers/originals/— PDF originals.00_sources/foundational_papers/extracted_text/— extracted full text.00_sources/foundational_papers/source_notes/— user-provided source-note Markdown files for the first 10 papers.00_sources/foundational_papers/metadata/— indexes and ingestion records.03_papers/— paper cards, some already seed-level.
Recently added processing/fiber-dispersion papers:
li-2006-microstructure-variability-and-macroscopic-composite.pdfli-2012-rheology-fiber-dispersion-and-robust.pdfzhou-2012-improved-fiber-distribution-and-mechanical.pdf
Their extracted texts are already in 00_sources/foundational_papers/extracted_text/, but source notes and paper cards are not yet complete.
Non-negotiable constraints
- Do not fabricate facts, DOI, exact page numbers, figure numbers, or table numbers. If not directly verified from the text/source note, mark
needs verification. - Do not edit raw PDFs or raw extracted text.
- Do not edit
06_lab_position/; lab-specific integration remains deferred. - Prefer additive files and minimal targeted edits.
- Keep provenance clear: distinguish
source note,full text extraction, andAtlas interpretation. - Use UTF-8-sig for CSV output if creating CSV files.
Source files to inspect
00_sources/foundational_papers/metadata/foundational_papers_index.md00_sources/foundational_papers/metadata/additional_3_ingestion_records.json00_sources/foundational_papers/extracted_text/li-2006-microstructure-variability-and-macroscopic-composite.md00_sources/foundational_papers/extracted_text/li-2012-rheology-fiber-dispersion-and-robust.md00_sources/foundational_papers/extracted_text/zhou-2012-improved-fiber-distribution-and-mechanical.md- Existing paper cards in
03_papers/ 02_concepts/fiber_dispersion.md02_concepts/processing_rheology.md02_concepts/flaw_design.md02_concepts/strain_hardening_criteria.md07_visualization/cross_link_map.md07_visualization/full_graph_candidate_edges.csv
Deliverables
A. Source notes for the additional 3 papers
Create source-note Markdown files under 00_sources/foundational_papers/source_notes/:
li-2006-microstructure-variability-and-macroscopic-composite.mdli-2012-rheology-fiber-dispersion-and-robust.mdzhou-2012-improved-fiber-distribution-and-mechanical.md
Each must include:
- YAML frontmatter: title, authors, year, doi if verified or empty, category, pdf_path, pdf_filename, source_collection.
- One-line summary.
- Document information.
- Key contributions.
- Methodology.
- Key results.
- Limitations / needs verification.
- Related Atlas nodes.
- Glossary.
B. Paper cards in 03_papers/
Create or update paper cards for these 3 papers:
03_papers/li_wang_2006_microstructure_variability.md03_papers/li_li_2012_rheology_fiber_dispersion.md03_papers/zhou_etal_2012_mixing_sequence_fiber_distribution.md
Each card should include:
- bibliographic metadata
- source paths
- why the paper matters for Atlas
- direct evidence extracted from source text
- Atlas node links
- graph implications
- status:
PDF received; text extracted; source-note created; detailed evidence pending
C. Update processing/fiber dispersion nodes
Add a short ## Foundational paper links or equivalent section to:
02_concepts/fiber_dispersion.md02_concepts/processing_rheology.md
Do not rewrite the whole files. Add links to the three new paper cards and concise note on how each paper supports the node.
D. Foundational paper integration report
Create:
07_visualization/foundational_paper_integration_report.md
Include:
- list of 13 papers now preserved
- which have source notes
- which have paper cards
- remaining missing source/evidence gaps
- recommended next Claude task
E. Update metadata index if safe
If 00_sources/foundational_papers/metadata/foundational_papers_index.md lacks the three new source-note links, append or update a section with their new source note paths. Avoid breaking the existing index.
Verification before finishing
Verify:
- the three source-note files exist;
- the three paper-card files exist;
fiber_dispersion.mdandprocessing_rheology.mdcontain links to the three new paper cards or source notes;foundational_paper_integration_report.mdexists;- no file under
originals/,extracted_text/, or06_lab_position/was modified.
Return a concise completion summary with files created/modified and unresolved blockers.