|
43 | 43 | <script src="site_libs/bootstrap/bootstrap.min.js"></script> |
44 | 44 | <link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
45 | 45 | <link href="site_libs/bootstrap/bootstrap-84244d6014897f94eda7509784684fcb.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
46 | | -<script src="site_libs/quarto-contrib/glightbox/glightbox.min.js"></script> |
47 | | -<link href="site_libs/quarto-contrib/glightbox/glightbox.min.css" rel="stylesheet"> |
48 | | -<link href="site_libs/quarto-contrib/glightbox/lightbox.css" rel="stylesheet"> |
49 | 46 | <script id="quarto-search-options" type="application/json">{ |
50 | 47 | "location": "navbar", |
51 | 48 | "copy-button": false, |
@@ -249,7 +246,7 @@ <h1 class="title">Internet of Samples: iSamples</h1> |
249 | 246 | <div class="page-columns page-full"> |
250 | 247 | <div class="quarto-figure quarto-figure-center page-columns page-full"> |
251 | 248 | <figure class="figure page-columns page-full"> |
252 | | -<p class="page-columns page-full"><img src="assets/isamples_globe.webp" class="img-fluid figure-img column-page" style="width:100.0%" alt="Animated rotating globe showing iSamples data points from 4 scientific repositories"></p> |
| 249 | +<p class="page-columns page-full"><a href="./tutorials/progressive_globe.html" title="Explore the interactive globe" class="page-columns page-full"><img src="assets/isamples_globe.webp" class="nolightbox img-fluid figure-img column-page" style="width:100.0%" alt="Animated rotating globe showing iSamples data points from 4 scientific repositories"></a></p> |
253 | 250 | <figcaption>Explore 6.7 million samples on an interactive globe</figcaption> |
254 | 251 | </figure> |
255 | 252 | </div> |
@@ -763,38 +760,6 @@ <h2 class="unnumbered" data-anchor-id="showcase-real-samples-from-the-collection |
763 | 760 | </div> |
764 | 761 | </div> |
765 | 762 | </footer> |
766 | | -<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom","selector":".lightbox"}); |
767 | | -(function() { |
768 | | - let previousOnload = window.onload; |
769 | | - window.onload = () => { |
770 | | - if (previousOnload) { |
771 | | - previousOnload(); |
772 | | - } |
773 | | - lightboxQuarto.on('slide_before_load', (data) => { |
774 | | - const { slideIndex, slideNode, slideConfig, player, trigger } = data; |
775 | | - const href = trigger.getAttribute('href'); |
776 | | - if (href !== null) { |
777 | | - const imgEl = window.document.querySelector(`a[href="${href}"] img`); |
778 | | - if (imgEl !== null) { |
779 | | - const srcAttr = imgEl.getAttribute("src"); |
780 | | - if (srcAttr && srcAttr.startsWith("data:")) { |
781 | | - slideConfig.href = srcAttr; |
782 | | - } |
783 | | - } |
784 | | - } |
785 | | - }); |
786 | | - |
787 | | - lightboxQuarto.on('slide_after_load', (data) => { |
788 | | - const { slideIndex, slideNode, slideConfig, player, trigger } = data; |
789 | | - if (window.Quarto?.typesetMath) { |
790 | | - window.Quarto.typesetMath(slideNode); |
791 | | - } |
792 | | - }); |
793 | | - |
794 | | - }; |
795 | | - |
796 | | -})(); |
797 | | - </script> |
798 | 763 |
|
799 | 764 |
|
800 | 765 |
|
|
0 commit comments