|
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.7.33"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
|
37 | 37 | <script src="/site_libs/quarto-html/tippy.umd.min.js"></script> |
38 | 38 | <script src="/site_libs/quarto-html/anchor.min.js"></script> |
39 | 39 | <link href="/site_libs/quarto-html/tippy.css" rel="stylesheet"> |
40 | | -<link href="/site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
41 | | -<link href="/site_libs/quarto-html/quarto-syntax-highlighting-dark-2fef5ea3f8957b3e4ecc936fc74692ca.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
42 | | -<link href="/site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles"> |
| 40 | +<link href="/site_libs/quarto-html/quarto-syntax-highlighting-59898bd1c6b9d2bb783127feaa000c76.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
| 41 | +<link href="/site_libs/quarto-html/quarto-syntax-highlighting-dark-d329e753491efaeac79c98c4b193a686.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
| 42 | +<link href="/site_libs/quarto-html/quarto-syntax-highlighting-59898bd1c6b9d2bb783127feaa000c76.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles"> |
43 | 43 | <script src="/site_libs/bootstrap/bootstrap.min.js"></script> |
44 | 44 | <link href="/site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
45 | | -<link href="/site_libs/bootstrap/bootstrap-b5b02b3372136db50f7dc77f12bbf66f.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light"> |
46 | | -<link href="/site_libs/bootstrap/bootstrap-dark-130978d3166bce584fcda2e57d5ff42f.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
47 | | -<link href="/site_libs/bootstrap/bootstrap-b5b02b3372136db50f7dc77f12bbf66f.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light"> |
| 45 | +<link href="/site_libs/bootstrap/bootstrap-d9e6e9bb8903298035b9dca820a84eab.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light"> |
| 46 | +<link href="/site_libs/bootstrap/bootstrap-dark-47eec737ae8f8dfac1edd7ac2985f06c.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
| 47 | +<link href="/site_libs/bootstrap/bootstrap-d9e6e9bb8903298035b9dca820a84eab.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light"> |
48 | 48 | <script id="quarto-search-options" type="application/json">{ |
49 | 49 | "location": "navbar", |
50 | 50 | "copy-button": false, |
|
83 | 83 | </script> |
84 | 84 |
|
85 | 85 |
|
86 | | -<link rel="stylesheet" href="/theming/styles.css"> |
| 86 | +<meta property="og:title" content="The Turing Language"> |
| 87 | +<meta property="og:description" content="Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."> |
| 88 | +<meta property="og:image" content="https://turinglang.org/assets/logo/turing-text-logo.jpg"> |
| 89 | +<meta property="og:site_name" content="Turing.jl"> |
| 90 | +<meta property="og:locale" content="en_GB"> |
| 91 | +<meta name="twitter:title" content="Page Not Found – Turing.jl"> |
| 92 | +<meta name="twitter:description" content="Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."> |
| 93 | +<meta name="twitter:image" content="https://turinglang.org/assets/logo/turing-text-logo.jpg"> |
| 94 | +<meta name="twitter:creator" content="@Hong_Ge2"> |
| 95 | +<meta name="twitter:site" content="@TuringLang"> |
| 96 | +<meta name="twitter:card" content="summary_large_image"> |
87 | 97 | </head> |
88 | 98 |
|
89 | 99 | <body class="nav-fixed quarto-light"><script id="quarto-html-before-body" type="application/javascript"> |
|
255 | 265 | <nav class="navbar navbar-expand-lg " data-bs-theme="dark"> |
256 | 266 | <div class="navbar-container container-fluid"> |
257 | 267 | <div class="navbar-brand-container mx-auto"> |
258 | | - <a href="https://turinglang.org/" class="navbar-brand navbar-brand-logo"> |
259 | | - <img src="/assets/images/turing-logo.svg" alt="" class="navbar-logo"> |
| 268 | + <a href="/index.html" class="navbar-brand navbar-brand-logo"> |
| 269 | + <img src="/assets/logo/turing-logo.svg" alt="" class="navbar-logo"> |
260 | 270 | </a> |
261 | | - <a class="navbar-brand" href="https://turinglang.org/"> |
| 271 | + <a class="navbar-brand" href="/index.html"> |
262 | 272 | <span class="navbar-title">Turing.jl</span> |
263 | 273 | </a> |
264 | 274 | </div> |
|
292 | 302 | </div> <!-- /navcollapse --> |
293 | 303 | <div class="quarto-navbar-tools tools-wide"> |
294 | 304 | <a href="https://x.com/TuringLang" title="Turing Twitter" class="quarto-navigation-tool px-1" aria-label="Turing Twitter"><i class="bi bi-twitter"></i></a> |
| 305 | + <a href="https://discourse.julialang.org/c/domain/probprog/48" title="Turing Discourse" class="quarto-navigation-tool px-1" aria-label="Turing Discourse"><i class="bi bi-chat-dots"></i></a> |
| 306 | + <a href="https://julialang.slack.com/archives/CCYDC34A0" title="Turing Slack" class="quarto-navigation-tool px-1" aria-label="Turing Slack"><i class="bi bi-slack"></i></a> |
295 | 307 | <a href="https://github.com/TuringLang" title="Turing GitHub" class="quarto-navigation-tool px-1" aria-label="Turing GitHub"><i class="bi bi-github"></i></a> |
296 | 308 | <a href="" class="quarto-color-scheme-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleColorScheme(); return false;" title="Toggle dark mode"><i class="bi"></i></a> |
297 | 309 | </div> |
@@ -748,29 +760,47 @@ <h1 class="title">Page Not Found</h1> |
748 | 760 | }); |
749 | 761 | </script> |
750 | 762 | </div> <!-- /content --> |
751 | | -<footer class="footer"> |
752 | | - <div class="nav-footer"> |
753 | | - <div class="nav-footer-left"> |
754 | | -<p>Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and lovingly maintained by the <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team</a> of volunteers. <br> The contents of this website are © 2018–2025 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/main/LICENCE" target="_blank">MIT License</a>.</p> |
755 | | -</div> |
756 | | - <div class="nav-footer-center"> |
757 | | - |
758 | | - <div class="toc-actions"><ul><li><a href="https://github.com/TuringLang/turinglang.github.io/edit/main/404.qmd" target="_blank" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/TuringLang/turinglang.github.io/issues/new" target="_blank" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div> |
759 | | - <div class="nav-footer-right"> |
760 | | - <ul class="footer-items list-unstyled"> |
761 | | - <li class="nav-item compact"> |
762 | | - <a class="nav-link" href="https://x.com/TuringLang"> |
763 | | - <i class="bi bi-twitter" role="img" aria-label="Turing Twitter"> |
764 | | -</i> |
765 | | - </a> |
766 | | - </li> |
767 | | - <li class="nav-item compact"> |
768 | | - <a class="nav-link" href="https://github.com/TuringLang/Turing.jl"> |
769 | | - <i class="bi bi-github" role="img" aria-label="Turing GitHub"> |
770 | | -</i> |
771 | | - </a> |
772 | | - </li> |
773 | | -</ul> |
| 763 | +<footer class="custom-footer"> |
| 764 | + <div class="footer-container"> |
| 765 | + <div class="footer-grid"> |
| 766 | + <div class="footer-links-wrapper"> |
| 767 | + <div class="footer-column footer-explore"> |
| 768 | + <h5>Explore</h5> |
| 769 | + <a href="https://turinglang.org/docs/getting-started/">Get Started</a> |
| 770 | + <a href="https://turinglang.org/docs/tutorials/">Tutorials</a> |
| 771 | + <a href="/library">Libraries</a> |
| 772 | + <a href="/news">News</a> |
| 773 | + <a href="/team">Team</a> |
| 774 | + </div> |
| 775 | + |
| 776 | + <div class="footer-column footer-connect"> |
| 777 | + <h5>Connect</h5> |
| 778 | + <a href="https://github.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-github"></i> GitHub</a> |
| 779 | + <a href="https://x.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-twitter"></i> Twitter</a> |
| 780 | + <a href="https://julialang.slack.com/archives/CCYDC34A0" target="_blank" rel="noopener"><i class="bi bi-slack"></i> Slack</a> |
| 781 | + <a href="https://discourse.julialang.org/c/domain/probprog/48" target="_blank" rel="noopener"><i class="bi bi-chat-dots"></i> Discourse</a> |
| 782 | + </div> |
| 783 | + </div> |
| 784 | + |
| 785 | + <div class="footer-column footer-brands"> |
| 786 | + <h5>Supported by leading researchers</h5> |
| 787 | + <p>Turing.jl is developed by researchers and engineers at the following research institutions.</p> |
| 788 | + <div class="logo-grid"> |
| 789 | + <a href="https://mlg.eng.cam.ac.uk/" class="partner-logo" target="_blank" rel="noopener"> |
| 790 | + <img src="/assets/images/brands/university-cambridge-logo-black-example-640x132.png" alt="University of Cambridge Logo" class="brands-light-mode-logo"> |
| 791 | + <img src="/assets/images/brands/university-cambridge-logo-white-example-640x133.png" alt="University of Cambridge Logo Dark" class="brands-dark-mode-logo"> |
| 792 | + </a> |
| 793 | + <a href="https://www.turing.ac.uk/" class="partner-logo" target="_blank" rel="noopener"> |
| 794 | + <img src="/assets/images/brands/Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo"> |
| 795 | + <img src="/assets/images/brands/Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo"> |
| 796 | + </a> |
| 797 | + </div> |
| 798 | + </div> |
| 799 | + |
| 800 | + </div> |
| 801 | + <div class="footer-bottom"> |
| 802 | + <p>Turing is created by <a href="https://mlg.eng.cam.ac.uk/hong/" target="_blank" rel="noopener">Hong Ge</a>, and maintained by the core <a href="/team" target="_blank" rel="noopener">team</a> of developers and <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank" rel="noopener">contributors</a>.<br>© 2025 The Turing Project Contributors. <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank" rel="noopener">MIT License</a>.</p> |
| 803 | + <a href="https://github.com/TuringLang/turinglang.github.io/" target="_blank" rel="noopener" class="footer-source-link"><i class="bi bi-github"></i> Website Source</a> |
774 | 804 | </div> |
775 | 805 | </div> |
776 | 806 | </footer> |
|
0 commit comments