Skip to content

Commit

Permalink
citation to welcome fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulScotti committed Mar 29, 2020
1 parent 69ea254 commit 1b1ccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@
}
// open pop-up:
modalClosed = false;
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.';
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>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.';
window.location.href = '#openModal';
checkFlag1();
function checkFlag1() {
Expand Down

0 comments on commit 1b1ccab

Please sign in to comment.