|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> |
3 | 3 |
|
4 | 4 | <meta charset="utf-8"> |
5 | | -<meta name="generator" content="quarto-1.7.32"> |
| 5 | +<meta name="generator" content="quarto-1.9.36"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
9 | 9 |
|
10 | | -<title>Page Not Found – Leaf Shape Analysis Tool</title> |
| 10 | +<title>Page Not Found – LeafContourEFD</title> |
11 | 11 | <style> |
| 12 | +/* Default styles provided by pandoc. |
| 13 | +** See https://pandoc.org/MANUAL.html#variables-for-html for config info. |
| 14 | +*/ |
12 | 15 | code{white-space: pre-wrap;} |
13 | 16 | span.smallcaps{font-variant: small-caps;} |
14 | 17 | div.columns{display: flex; gap: min(4vw, 1.5em);} |
|
36 | 39 | <script src="/site_libs/quarto-html/tippy.umd.min.js"></script> |
37 | 40 | <script src="/site_libs/quarto-html/anchor.min.js"></script> |
38 | 41 | <link href="/site_libs/quarto-html/tippy.css" rel="stylesheet"> |
39 | | -<link href="/site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
| 42 | +<link href="/site_libs/quarto-html/quarto-syntax-highlighting-845c23b38eaddc0f92fda52bfe77a8c8.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
40 | 43 | <script src="/site_libs/bootstrap/bootstrap.min.js"></script> |
41 | 44 | <link href="/site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
42 | | -<link href="/site_libs/bootstrap/bootstrap-264a0fc3a96c72ca7334393e02078ef0.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
| 45 | +<link href="/site_libs/bootstrap/bootstrap-d0eb33a73c8de335a1b0e6ed1df1adc0.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
43 | 46 | <script id="quarto-search-options" type="application/json">{ |
44 | 47 | "location": "sidebar", |
45 | 48 | "copy-button": false, |
|
79 | 82 | <div class="navbar-container container-fluid"> |
80 | 83 | <div class="navbar-brand-container mx-auto"> |
81 | 84 | <a class="navbar-brand" href="/index.html"> |
82 | | - <span class="navbar-title">Leaf Shape Analysis Tool</span> |
| 85 | + <span class="navbar-title">LeafContourEFD</span> |
83 | 86 | </a> |
84 | 87 | </div> |
85 | 88 | <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" role="menu" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"> |
|
102 | 105 | <a href="" title="" id="quarto-navigation-tool-dropdown-0" class="quarto-navigation-tool dropdown-toggle px-1" data-bs-toggle="dropdown" aria-expanded="false" role="link" aria-label=""><i class="bi bi-github"></i></a> |
103 | 106 | <ul class="dropdown-menu" aria-labelledby="quarto-navigation-tool-dropdown-0"> |
104 | 107 | <li> |
105 | | - <a class="dropdown-item quarto-navbar-tools-item" href="https://github.com/maple60/morphometrics-tool"> |
| 108 | + <a class="dropdown-item quarto-navbar-tools-item" href="https://github.com/maple60/leaf-contour-efd"> |
106 | 109 | Source Code |
107 | 110 | </a> |
108 | 111 | </li> |
@@ -269,13 +272,14 @@ <h1 class="title">Page Not Found</h1> |
269 | 272 | e.clearSelection(); |
270 | 273 | } |
271 | 274 | const getTextToCopy = function(trigger) { |
272 | | - const codeEl = trigger.previousElementSibling.cloneNode(true); |
273 | | - for (const childEl of codeEl.children) { |
274 | | - if (isCodeAnnotation(childEl)) { |
275 | | - childEl.remove(); |
276 | | - } |
| 275 | + const outerScaffold = trigger.parentElement.cloneNode(true); |
| 276 | + const codeEl = outerScaffold.querySelector('code'); |
| 277 | + for (const childEl of codeEl.children) { |
| 278 | + if (isCodeAnnotation(childEl)) { |
| 279 | + childEl.remove(); |
277 | 280 | } |
278 | | - return codeEl.innerText; |
| 281 | + } |
| 282 | + return codeEl.innerText; |
279 | 283 | } |
280 | 284 | const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', { |
281 | 285 | text: getTextToCopy |
@@ -628,11 +632,11 @@ <h1 class="title">Page Not Found</h1> |
628 | 632 | <footer class="footer"> |
629 | 633 | <div class="nav-footer"> |
630 | 634 | <div class="nav-footer-left"> |
631 | | -<p>© 2025 Leaf Shape Analysis Tool</p> |
| 635 | +<p>© 2025 LeafContourEFD</p> |
632 | 636 | </div> |
633 | 637 | <div class="nav-footer-center"> |
634 | 638 | |
635 | | - <div class="toc-actions"><ul><li><a href="https://github.com/maple60/morphometrics-tool/edit/main/website/404.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/maple60/morphometrics-tool/blob/main/website/404.qmd" class="toc-action"><i class="bi empty"></i>View source</a></li><li><a href="https://github.com/maple60/morphometrics-tool/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div> |
| 639 | + <div class="toc-actions"><ul><li><a href="https://github.com/maple60/leaf-contour-efd/edit/main/website/404.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/maple60/leaf-contour-efd/blob/main/website/404.qmd" class="toc-action"><i class="bi empty"></i>View source</a></li><li><a href="https://github.com/maple60/leaf-contour-efd/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div> |
636 | 640 | <div class="nav-footer-right"> |
637 | 641 | <p>Built with Quarto</p> |
638 | 642 | </div> |
|
0 commit comments