|
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 |
|
|
75 | 75 | <script src="site_libs/quarto-html/tippy.umd.min.js"></script>
|
76 | 76 | <script src="site_libs/quarto-html/anchor.min.js"></script>
|
77 | 77 | <link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
|
78 |
| -<link href="site_libs/quarto-html/quarto-syntax-highlighting-234273d1456647dabc34a594ac50e507.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
79 |
| -<link href="site_libs/quarto-html/quarto-syntax-highlighting-dark-0348920b7671f696dc9078d39bff215e.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
80 |
| -<link href="site_libs/quarto-html/quarto-syntax-highlighting-234273d1456647dabc34a594ac50e507.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles"> |
| 78 | +<link href="site_libs/quarto-html/quarto-syntax-highlighting-59898bd1c6b9d2bb783127feaa000c76.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
| 79 | +<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"> |
| 80 | +<link href="site_libs/quarto-html/quarto-syntax-highlighting-59898bd1c6b9d2bb783127feaa000c76.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles"> |
81 | 81 | <script src="site_libs/bootstrap/bootstrap.min.js"></script>
|
82 | 82 | <link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
|
83 | 83 | <link href="site_libs/bootstrap/bootstrap-d9e6e9bb8903298035b9dca820a84eab.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
|
@@ -526,45 +526,36 @@ <h3 id="start-your-journey">Start Your Journey</h3>
|
526 | 526 | <a href="#cite" class="button desktop-only-button">Research Papers on Turing.jl →</a>
|
527 | 527 | </div>
|
528 | 528 | <div class="d-flex flex-row flex-wrap panel-wrapper gap-4 section-end-space">
|
529 |
| -<div class="panel box"> |
530 |
| -<div style="font-size: 2.5rem; text-align: center;"> |
531 |
| -🚀 |
532 |
| -</div> |
533 |
| -<h5 class="panel-title pb-1 text-center" id="new-to-turing">New to Turing?</h5> |
| 529 | +<section id="new-to-turing" class="panel-title text-center panel box"> |
| 530 | +<h5 class="panel-title text-center">New to Turing?</h5> |
534 | 531 | <p>
|
535 | 532 | Begin with the basics. Our step-by-step tutorials will guide you from installation to your first probabilistic models.
|
536 | 533 | </p>
|
537 | 534 | <div class="d-flex flex-column align-items-center gap-2 pt-3">
|
538 | 535 | <a href="https://turinglang.org/docs/getting-started/" class="button">Get Started</a>
|
539 | 536 | <a href="https://turinglang.org/docs/tutorials/coin-flipping/" class="link-muted" style="font-size: 0.9em;">Beginner's Walkthrough</a>
|
540 | 537 | </div>
|
541 |
| -</div> |
542 |
| -<div class="panel box"> |
543 |
| -<div style="font-size: 2.5rem; text-align: center;"> |
544 |
| -🔬 |
545 |
| -</div> |
546 |
| -<h5 class="panel-title pb-1 text-center" id="for-researchers">For Researchers</h5> |
| 538 | +</section> |
| 539 | +<section id="for-researchers" class="panel-title text-center panel box"> |
| 540 | +<h5 class="panel-title text-center">For Researchers</h5> |
547 | 541 | <p>
|
548 | 542 | Dive into advanced models, explore the rich package ecosystem, and learn how to cite Turing.jl in your work.
|
549 | 543 | </p>
|
550 | 544 | <div class="d-flex flex-column align-items-center gap-2 pt-3">
|
551 | 545 | <a href="./library" class="button">Explore Ecosystem</a>
|
552 | 546 | <a href="#cite" class="link-muted" style="font-size: 0.9em;">Cite Turing.jl</a>
|
553 | 547 | </div>
|
554 |
| -</div> |
555 |
| -<div class="panel box"> |
556 |
| -<div style="font-size: 2.5rem; text-align: center;"> |
557 |
| -💻 |
558 |
| -</div> |
559 |
| -<h5 class="panel-title pb-1 text-center" id="for-developers">For Developers</h5> |
| 548 | +</section> |
| 549 | +<section id="for-developers" class="panel-title text-center panel box"> |
| 550 | +<h5 class="panel-title text-center">For Developers</h5> |
560 | 551 | <p>
|
561 | 552 | Join our community, contribute to the project on GitHub, and connect with fellow developers on Slack.
|
562 | 553 | </p>
|
563 | 554 | <div class="d-flex flex-column align-items-center gap-2 pt-3">
|
564 | 555 | <a href="https://github.com/TuringLang" class="button">View on GitHub</a>
|
565 | 556 | <a href="https://julialang.slack.com/archives/CCYDC34A0" class="link-muted" style="font-size: 0.9em;">Join the Slack Channel</a>
|
566 | 557 | </div>
|
567 |
| -</div> |
| 558 | +</section> |
568 | 559 | </div>
|
569 | 560 | <div class="mobile-only-button-container">
|
570 | 561 | <a href="#cite" class="button">Research Papers on Turing.jl →</a>
|
|
0 commit comments