Online Automated Research Notes Organizer

Online Automated Research Notes Organizer

Raw Notes

Organized Notes

Your organized notes will appear here.

Thematic Keyword Configuration

Define themes and associated keywords to categorize your notes. Edit the JSON data below.

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

Summary

${summary}

Thematic Notes

${themesHtml}

Extracted Citations

    ${citationsHtml}
`; } // 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'); } // Initial Load loadKeywordData(); });
Scroll to Top