Research Paper Summarizer

Research Paper Summarizer

Paper Content

Generated Summary & Key Findings

Your summary will appear here after processing.

Summarization Settings

Generated on: ${new Date().toLocaleString()}

Executive Summary

${summary}

Key Findings

    ${keyFindings.map(p => `
  • ${p}
  • `).join('')}
`; } // Tab functionality window.changeTab = function(event, tabName) { document.querySelectorAll('.tab').forEach(tab => tab.classList.remove('active')); event.currentTarget.classList.add('active'); document.querySelectorAll('.tab-content').forEach(content => content.classList.remove('active')); document.getElementById(tabName).classList.add('active'); } });
Scroll to Top