You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3 id="cite" class="pb-1 text-center">Turing.jl is an <a href="https://github.com/TuringLang/Turing.jl/blob/main/LICENCE" class="turing-license-link"><code>MIT</code></a> Licensed Open Source Project</h3>
4
4
<p class="text-center">If you use Turing.jl in your research, please consider citing our papers.</p>
5
5
6
-
<ul class="citation-list">
7
-
<li class="citation-entry box">
8
-
<p class="citation-text">
9
-
Fjelde, T. E., Xu, K., Widmann, D., Tarek, M., Pfiffer, C., Trapp, M., Axen, S. D., Sun, X., Hauru, M., Yong, P., Tebbutt, W., Ghahramani, Z., & Ge, H. (2025). <span class="citation-title">Turing.jl: a general-purpose probabilistic programming language.</span> <em>ACM Transactions on Probabilistic Machine Learning</em>. Just Accepted.
<button class="button button--primary" onclick="copyBibtex(this)" aria-label="Copy BibTeX for the 2025 Turing.jl paper">Copy BibTeX</button>
14
-
</div>
15
-
<pre class="citation-bibtex-data">
16
-
@article{Fjelde2025Turing,
6
+
<ul id="citation-list" class="citation-list">
7
+
<!-- Citations will be dynamically injected here -->
8
+
</ul>
9
+
</div>
10
+
11
+
<script>
12
+
// DATA: Add new BibTeX entries here
13
+
const bibtexData = [
14
+
`@article{Fjelde2025Turing,
17
15
author = {Fjelde, Tor Erlend and Xu, Kai and Widmann, David and Tarek, Mohamed and Pfiffer, Cameron and Trapp, Martin and Axen, Seth D. and Sun, Xianda and Hauru, Markus and Yong, Penelope and Tebbutt, Will and Ghahramani, Zoubin and Ge, Hong},
18
16
title = {Turing.jl: a general-purpose probabilistic programming language},
19
17
journal = {ACM Transactions on Probabilistic Machine Learning},
@@ -22,19 +20,8 @@
22
20
doi = {10.1145/3711897},
23
21
note = {Just Accepted},
24
22
url = {https://doi.org/10.1145/3711897}
25
-
}
26
-
</pre>
27
-
</li>
28
-
<li class="citation-entry box">
29
-
<p class="citation-text">
30
-
Ge, H., Xu, K., & Ghahramani, Z. (2018). <span class="citation-title">Turing: a language for flexible probabilistic inference.</span> In <em>Proceedings of the 21st International Conference on Artificial Intelligence and Statistics (AISTATS)</em> (Vol. 84, pp. 1682-1690). PMLR.
Copy file name to clipboardExpand all lines: _quarto.yml
+47-7Lines changed: 47 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,10 @@ website:
35
35
- icon: github
36
36
text: Turing GitHub
37
37
href: https://github.com/TuringLang
38
-
39
-
page-footer:
40
-
#background: "#073c44"
41
-
left: |
42
-
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="/team" target="_blank">core team of developers</a>. <br>
<img src="https://www.cam.ac.uk/sites/default/files/university-cambridge-logo-black-example-640x132.png" alt="University of Cambridge Logo" class="brands-light-mode-logo">
97
+
<img src="https://www.cam.ac.uk/sites/default/files/university-cambridge-logo-white-example-640x133.png" alt="University of Cambridge Logo Dark" class="brands-dark-mode-logo">
0 commit comments