Skip to content

Commit cb0c1c8

Browse files
committed
updated js script source
1 parent 8f16bd1 commit cb0c1c8

14 files changed

+16
-16
lines changed

dsc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
## [Extended RF shimming for cardiac bSSFP](https://github.com/mriphysics/cardiac_RF_shimming/#readme)
2222
RF shimming with the aim of directly minimizing the TR of bSSFP sequences. This is achieved by directly minimizing the SAR (requires Q-matrices) in addition to searching for the optimal RF pulse duration to allow maximum efficiency within specified constraints.
2323
</xmp>
24-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
24+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
2525
</html>

emsims.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535

3636
Full details can be found in this open access [publication](http://onlinelibrary.wiley.com/doi/10.1002/nbm.3256/abstract).
3737
</xmp>
38-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
38+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
3939
</html>

fetalcmr.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676

7777
---
7878
</xmp>
79-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
79+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
8080
</html>

fieldmapping.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222

2323

2424
</xmp>
25-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
25+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
2626
</html>

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* [**Electromagnetic simulations**](emsims.html)
1818
* [**RF Field Mapping**](fieldmapping.html)
1919
* [**Fetal Cardiac MRI**](fetalcmr.html)
20-
* [**Fetal Slice-to-volume reconstruction**](https://svrtk.github.io/)
20+
* [**Fetal Slice-to-volume Reconstruction**](https://svrtk.github.io/)
2121
* [**Teaching Materials**](teaching.html)
2222

2323
### People
@@ -43,5 +43,5 @@
4343
<a class="twitter-timeline" href="https://twitter.com/mriphysics" data-widget-id="654061939476312069">Tweets by @mriphysics</a>
4444
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
4545
</xmp>
46-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
47-
</html>
46+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
47+
</html>

md2strapdownhtml.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ htmlfile="$file.html"
77
> $htmlfile
88
printf "<!DOCTYPE html>\n<html>\n<title>$2</title>\n<xmp theme=""spacelab"" style=""display:none;"">""\n" >> $htmlfile
99
cat $mdfile >> $htmlfile
10-
printf "</xmp>\n<script src=""http://strapdownjs.com/v/0.2/strapdown.js""></script>\n</html>" >> $htmlfile
10+
printf "</xmp>\n<script src=""https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js""></script>\n</html>" >> $htmlfile

md2strapdownhtml_MJ.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ htmlfile="$file.html"
77
> $htmlfile
88
printf "<!DOCTYPE html>\n<html>\n<head><script type=""text/javascript"" async \n src=""https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"">\n</script>\n</head><title>$2</title>\n<xmp theme=""spacelab"" style=""display:none;"">""\n" >> $htmlfile
99
cat $mdfile >> $htmlfile
10-
printf "</xmp>\n<script src=""http://strapdownjs.com/v/0.2/strapdown.js""></script>\n</html>" >> $htmlfile
10+
printf "</xmp>\n<script src=""https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js""></script>\n</html>" >> $htmlfile

rfpulsedes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646

4747
VERSE based pulse design with additional inclusion of gradient impulse response function. See the [readme](https://github.com/mriphysics/reverse-GIRF/#readme) for detailed information.
4848
</xmp>
49-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
49+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
5050
</html>

teaching-antennas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686

8787
For the horizontal orientation the fields are exactly zero at the ground.
8888
</xmp>
89-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
89+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
9090
</html>

teaching-mri-intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@
114114

115115
(c) Shaihan Malik 2016
116116
</xmp>
117-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
117+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
118118
</html>

teaching-rf-pulses.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@
109109

110110
(c) Shaihan Malik 2017
111111
</xmp>
112-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
112+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
113113
</html>

teaching-sequence-sims.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686

8787
Shaihan Malik (c) 2020. Please contact me if you wish to use these animations.
8888
</xmp>
89-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
89+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
9090
</html>

teaching-ug-mri.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@
146146

147147
(c) Shaihan Malik 2017
148148
</xmp>
149-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
149+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
150150
</html>

teaching.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
All materials unless otherwise acknowledged have been created by Shaihan Malik and the copyright is reserved.
2121
</xmp>
22-
<script src=http://strapdownjs.com/v/0.2/strapdown.js></script>
22+
<script src=https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js></script>
2323
</html>

0 commit comments

Comments
 (0)