History Research Report Writer
Craft well-structured historical arguments with sources and timelines.
Core Topic Information
Primary Sources
Secondary Sources
Timeline of Key Events
Historical Analysis / Argument
Draft Research Report
Date: September 18, 2025
Introduction & Thesis
${thesis}
Historical Analysis
${analysis}
`; if (timeline.length > 0) { reportHTML += `Chronology of Key Events
- `;
timeline.forEach(t => {
reportHTML += `
- ${t.date}: ${t.event} `; }); reportHTML += `
Bibliography
`; if (primarySources.length > 0) { reportHTML += `Primary Sources
- `;
primarySources.forEach(s => {
reportHTML += `
- ${s.author}. ${s.title}. `; }); reportHTML += `
Secondary Sources
- `;
secondarySources.forEach(s => {
reportHTML += `
- ${s.author}. ${s.title}. `; }); reportHTML += `
