Skip to content

Commit 69ea254

Browse files
committed
add citation to welcome popup
1 parent 268229f commit 69ea254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2713,7 +2713,7 @@
27132713
}
27142714
// open pop-up:
27152715
modalClosed = false;
2716-
document.getElementById("openModal_text").innerHTML = 'Welcome to <i>EduCortex</i>!<br><br>Click anywhere on the brain to see terms associated with the clicked region. Or do the reverse: type and search any term to see what areas of the brain are associated with the term.<br><br>For more info: https://github.com/PaulScotti/educortex';
2716+
document.getElementById("openModal_text").innerHTML = 'Welcome to <i>EduCortex</i>!<br><br>Click anywhere on the brain to see terms associated with the clicked region. Or do the reverse: type and search any term to see what areas of the brain are associated with the term.<br><br>For more info: https://github.com/PaulScotti/educortex<br><br>Citation: Scotti, P. S., Kulkarni, A., Mazor, M., Klapwijk, E., Yarkoni, T., Huth, A. G. (2020). EduCortex: browser-based 3D brain visualization of fMRI meta-analysis maps. Journal of Open Source Education.';
27172717
window.location.href = '#openModal';
27182718
checkFlag1();
27192719
function checkFlag1() {

0 commit comments

Comments
 (0)