Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://turinglang.org/assets/logo/turing-logo-dark.svg">
<img src="https://turinglang.org/assets/logo/turing-logo-light.svg" alt="Turing.jl logo" width="300">
</picture>
</p>
<p align="center"><i>Bayesian inference with probabilistic programming</i></p>

# `Turing.jl` Website

This repository contains the quarto source for the `Turing.jl` website.
Expand Down
4 changes: 4 additions & 0 deletions _brand.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
logo:
medium:
light: assets/logo/turing-logo-light.svg
dark: assets/logo/turing-logo-dark.svg
45 changes: 45 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<footer class="custom-footer">
<div class="footer-container">
<div class="footer-grid">
<div class="footer-links-wrapper">
<div class="footer-column footer-explore">
<h5>Explore</h5>
<a href="https://turinglang.org/docs/getting-started/">Get Started</a>
<a href="https://turinglang.org/docs/tutorials/">Tutorials</a>
<a href="https://turinglang.org/docs/faq/">FAQ</a>
<a href="/library">Libraries</a>
<a href="/news">News</a>
<a href="/team">Team</a>
</div>

<div class="footer-column footer-connect">
<h5>Connect</h5>
<a href="https://github.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-github"></i> GitHub</a>
<a href="https://x.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-twitter-x"></i> Twitter</a>
<a href="https://julialang.slack.com/archives/CCYDC34A0" target="_blank" rel="noopener"><i class="bi bi-slack"></i> Slack</a>
<a href="https://discourse.julialang.org/c/domain/probprog/48" target="_blank" rel="noopener"><i class="bi bi-chat-dots"></i> Discourse</a>
</div>
</div>

<div class="footer-column footer-brands">
<h5>Supported by leading researchers</h5>
<p>Turing.jl is developed by researchers and engineers at the following research institutions.</p>
<div class="logo-grid">
<a href="https://mlg.eng.cam.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/university-cambridge-logo-black-example-640x132.png" alt="University of Cambridge Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/university-cambridge-logo-white-example-640x133.png" alt="University of Cambridge Logo Dark" class="brands-dark-mode-logo">
</a>
<a href="https://www.turing.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo">
</a>
</div>
</div>

</div>
<div class="footer-bottom">
<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>
<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>
</div>
</div>
</footer>
49 changes: 2 additions & 47 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ website:
location: navbar
type: overlay
navbar:
logo: /assets/logo/turing-logo.svg
title: false
# logo-href: https://turinglang.org/ -- Keep this commented so clicking on logo in dev mode doesn't redirect to the site
left:
- text: Get Started
Expand Down Expand Up @@ -83,52 +83,7 @@ format:
}
</script>
include-after-body:
- text: |
<footer class="custom-footer">
<div class="footer-container">
<div class="footer-grid">
<div class="footer-links-wrapper">
<div class="footer-column footer-explore">
<h5>Explore</h5>
<a href="https://turinglang.org/docs/getting-started/">Get Started</a>
<a href="https://turinglang.org/docs/tutorials/">Tutorials</a>
<a href="https://turinglang.org/docs/faq/">FAQ</a>
<a href="/library">Libraries</a>
<a href="/news">News</a>
<a href="/team">Team</a>
</div>

<div class="footer-column footer-connect">
<h5>Connect</h5>
<a href="https://github.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-github"></i> GitHub</a>
<a href="https://x.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-twitter-x"></i> Twitter</a>
<a href="https://julialang.slack.com/archives/CCYDC34A0" target="_blank" rel="noopener"><i class="bi bi-slack"></i> Slack</a>
<a href="https://discourse.julialang.org/c/domain/probprog/48" target="_blank" rel="noopener"><i class="bi bi-chat-dots"></i> Discourse</a>
</div>
</div>

<div class="footer-column footer-brands">
<h5>Supported by leading researchers</h5>
<p>Turing.jl is developed by researchers and engineers at the following research institutions.</p>
<div class="logo-grid">
<a href="https://mlg.eng.cam.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/university-cambridge-logo-black-example-640x132.png" alt="University of Cambridge Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/university-cambridge-logo-white-example-640x133.png" alt="University of Cambridge Logo Dark" class="brands-dark-mode-logo">
</a>
<a href="https://www.turing.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo">
</a>
</div>
</div>

</div>
<div class="footer-bottom">
<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>
<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>
</div>
</div>
</footer>
file: _includes/footer.html

# Global Variables to use in any qmd files using:
# {{< meta site-url >}}
Expand Down