Skip to content

Commit 10138e8

Browse files
committed
Moving html interactive viewers as static assets.
1 parent 5e19a6b commit 10138e8

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
/resources/
33
.hugo_build.lock
44

5+
# vim users bewark
6+
*.swp
7+
58
#DS_Store
69
.DS_Store

content/en/project/many-faces-of-fear/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ See the [Jupyter book](https://shwnmnl.github.io/neurofear) for a deeper interpr
8383
Here's an interactive version that includes all runs.
8484

8585
<div style="position: relative; width: 100%; padding-top: 56.25%;">
86-
<iframe src="fearmap_view.html"
86+
<iframe src="/html/fearmap_view.html"
8787
style="position: absolute; top: 0; left: 0; width: 100%; height: 75%; border: none;">
8888
</iframe>
8989
</div>
@@ -102,7 +102,7 @@ The Superior Frontal Gyrus (SFG) shows the strongest (but small in absolute term
102102

103103
Here's an interactive plot to compare the fear RDM to different brain ROI RDMs.
104104

105-
<iframe src="rdm_slider_plot.html" width="100%" height="600px" frameborder="0"></iframe>
105+
<iframe src="/html/rdm_slider_plot.html" width="100%" height="600px" frameborder="0"></iframe>
106106

107107
## Conclusion
108108

@@ -117,4 +117,4 @@ In the meantime however, I’m quite pleased with what I able to learn and exper
117117
## References
118118
1. Davis, T., LaRocque, K. F., Mumford, J. A., Norman, K. A., Wagner, A. D., & Poldrack, R. A. (2014). *What do differences between multi-voxel and univariate analysis mean? How subject-, voxel-, and trial-level variance impact fMRI analysis.* **Neuroimage, 97, 271-283.**
119119

120-
2. Popov, V., Ostarek, M., & Tenison, C. (2018). *Practices and pitfalls in inferring neural representations.* **NeuroImage, 174, 340-351.**
120+
2. Popov, V., Ostarek, M., & Tenison, C. (2018). *Practices and pitfalls in inferring neural representations.* **NeuroImage, 174, 340-351.**

0 commit comments

Comments
 (0)