Skip to content

Commit 391e4aa

Browse files
authored
Update index.html
1 parent b77ff9d commit 391e4aa

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

index.html

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ <h3>Ready to Search</h3>
339339
</div>
340340

341341
<script>
342+
console.log('Script loaded successfully');
342343
// Stop words for search processing
343344
const stopWords = new Set([
344345
'i', 'me', 'my', 'we', 'our', 'you', 'your', 'he', 'him', 'his',
@@ -356,23 +357,6 @@ <h3>Ready to Search</h3>
356357

357358
// TUTORIAL DATA (truncated for space - paste your full data here)
358359
const tutorialData = [
359-
{
360-
"Category": "Cite Sources",
361-
"Tutorial title": "APA reference list",
362-
"Tutorial type": "Checklist",
363-
"Format": "PDF",
364-
"Link": "https://subjectguides.lib.neu.edu/ld.php?content_id=43551110",
365-
"transcript_link": "",
366-
"primary_topic": "APA Citation construction and proofreading",
367-
"secondary_topics": "APA formatting, Reference formatting, Citation accuracy",
368-
"learning_objectives": "Provide systematic verification checklist for APA reference list formatting",
369-
"difficulty_level": "All levels",
370-
"student_questions_addressed": "Is my APA reference list formatted correctly? What should I check? Are my citations complete?",
371-
"search_intent_keywords": "APA checklist, reference list formatting, APA citation verification, APA style",
372-
"tools_mentioned": "APA Style Guide; APA Style manual",
373-
"when_to_use": "When finalizing APA-formatted bibliographies"
374-
}
375-
[
376360
{
377361
"Category": "Cite Sources",
378362
"Tutorial title": "APA reference list",
@@ -389,6 +373,7 @@ <h3>Ready to Search</h3>
389373
"tools_mentioned": "APA Style Guide; APA Style manual",
390374
"when_to_use": "When finalizing APA-formatted bibliographies"
391375
},
376+
392377
{
393378
"Category": "Cite Sources",
394379
"Tutorial title": "Chicago bibliography/reference list",
@@ -3157,8 +3142,7 @@ <h3>Ready to Search</h3>
31573142
"tools_mentioned": "Google Patents, Lens.org",
31583143
"when_to_use": "When conducting patent research for technical projects"
31593144
}
3160-
]
3161-
];
3145+
];
31623146

31633147
// Initialize on page load
31643148
window.addEventListener('DOMContentLoaded', function() {

0 commit comments

Comments
 (0)