|
1 |
| -<h3 id="cite" class="pb-1 text-center">Turing.jl is an <a href="https://github.com/TuringLang/Turing.jl/blob/main/LICENCE" data-original-href="https://github.com/TuringLang/Turing.jl/blob/main/LICENCE" class="turing-license-link"><code>MIT</code></a> Licensed Open Source Project</h3> |
2 |
| - |
3 |
| -<p class="text-center">If you use Turing.jl in your research, please consider citing our paper.</p> |
4 |
| - |
5 |
| -::: {.example-code style="max-width: 800px; margin: auto; text-align: left;"} |
6 |
| - |
7 |
| -```{.bibtex .code-overflow-scroll} |
| 1 | +<div class="citation-container"> |
| 2 | +<h3 id="cite" class="pb-1 text-center">Turing.jl is an <a href="[https://github.com/TuringLang/Turing.jl/blob/main/LICENCE](https://github.com/TuringLang/Turing.jl/blob/main/LICENCE)" class="turing-license-link"><code>MIT</code></a> Licensed Open Source Project</h3> |
| 3 | +<p class="text-center">If you use Turing.jl in your research, please consider citing our papers.</p> |
| 4 | +<div class="citation-entry"> |
| 5 | +<p class="citation-text"> |
| 6 | +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. |
| 7 | +</p> |
| 8 | +<div class="citation-actions"> |
| 9 | +<a href="[https://doi.org/10.1145/3711897](https://doi.org/10.1145/3711897)" target="_blank" rel="noopener noreferrer" class="button">View Paper</a> |
| 10 | +<button class="button button--primary" onclick="copyCitationBibtex('bibtex-jmlr-2025', this)">Copy BibTeX</button> |
| 11 | +</div> |
| 12 | +<pre id="bibtex-jmlr-2025" class="citation-bibtex-data"> |
| 13 | +@article{10.1145/3711897, |
| 14 | +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}, |
| 15 | +title = {Turing.jl: a general-purpose probabilistic programming language}, |
| 16 | +year = {2025}, |
| 17 | +publisher = {Association for Computing Machinery}, |
| 18 | +address = {New York, NY, USA}, |
| 19 | +url = {[https://doi.org/10.1145/3711897](https://doi.org/10.1145/3711897)}, |
| 20 | +doi = {10.1145/3711897}, |
| 21 | +note = {Just Accepted}, |
| 22 | +journal = {ACM Trans. Probab. Mach. Learn.}, |
| 23 | +month = feb |
| 24 | +} |
| 25 | +</pre> |
| 26 | +</div> |
| 27 | +<div class="citation-entry"> |
| 28 | +<p class="citation-text"> |
| 29 | +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. |
| 30 | +</p> |
| 31 | +<div class="citation-actions"> |
| 32 | +<a href="[http://proceedings.mlr.press/v84/ge18b.html](http://proceedings.mlr.press/v84/ge18b.html)" target="_blank" rel="noopener noreferrer" class="button">View Paper</a> |
| 33 | +<button class="button button--primary" onclick="copyCitationBibtex('bibtex-aistats-2018', this)">Copy BibTeX</button> |
| 34 | +</div> |
| 35 | +<pre id="bibtex-aistats-2018" class="citation-bibtex-data"> |
8 | 36 | @inproceedings{ge2018t,
|
9 |
| - author = {Hong Ge and Kai Xu and Zoubin Ghahramani}, |
10 |
| - title = {Turing: a language for flexible probabilistic inference}, |
11 |
| - booktitle = {International Conference on Artificial Intelligence and Statistics, {AISTATS} 2018, 9-11 April 2018, Playa Blanca, Lanzarote, Canary Islands, Spain}, |
12 |
| - pages = {1682--1690}, |
13 |
| - year = {2018}, |
14 |
| - url = {[http://proceedings.mlr.press/v84/ge18b.html](http://proceedings.mlr.press/v84/ge18b.html)}, |
15 |
| - biburl = {[https://dblp.org/rec/bib/conf/aistats/GeXG18](https://dblp.org/rec/bib/conf/aistats/GeXG18)}, |
| 37 | +author = {Hong Ge and Kai Xu and Zoubin Ghahramani}, |
| 38 | +title = {Turing: a language for flexible probabilistic inference}, |
| 39 | +booktitle = {International Conference on Artificial Intelligence and Statistics, {AISTATS} 2018, 9-11 April 2018, Playa Blanca, Lanzarote, Canary Islands, Spain}, |
| 40 | +pages = {1682--1690}, |
| 41 | +year = {2018}, |
| 42 | +url = {[http://proceedings.mlr.press/v84/ge18b.html](http://proceedings.mlr.press/v84/ge18b.html)}, |
| 43 | +biburl = {[https://dblp.org/rec/bib/conf/aistats/GeXG18](https://dblp.org/rec/bib/conf/aistats/GeXG18)}, |
| 44 | +} |
| 45 | +</pre> |
| 46 | +</div> |
| 47 | +</div> |
| 48 | +<script> |
| 49 | +function copyCitationBibtex(elementId, buttonElement) { |
| 50 | +const bibtexElement = document.getElementById(elementId); |
| 51 | +const bibtexText = bibtexElement.textContent.trim(); |
| 52 | +navigator.clipboard.writeText(bibtexText).then(() => { |
| 53 | +const originalText = buttonElement.innerHTML; |
| 54 | +buttonElement.innerHTML = '✅ Copied!'; |
| 55 | +buttonElement.classList.add('citation-copied'); |
| 56 | +buttonElement.disabled = true; |
| 57 | +setTimeout(() => { |
| 58 | +buttonElement.innerHTML = originalText; |
| 59 | +buttonElement.classList.remove('citation-copied'); |
| 60 | +buttonElement.disabled = false; |
| 61 | +}, 2000); |
| 62 | +}).catch(err => { |
| 63 | +console.error('Failed to copy BibTeX: ', err); |
| 64 | +buttonElement.innerHTML = 'Error!'; |
| 65 | +setTimeout(() => { |
| 66 | +buttonElement.innerHTML = 'Copy BibTeX'; |
| 67 | +}, 2000); |
| 68 | +}); |
16 | 69 | }
|
17 |
| -``` |
18 |
| - |
19 |
| -::: |
20 |
| - |
21 |
| - |
22 |
| -```{=html} |
23 |
| -<style> |
24 |
| - .turing-license-link code{ |
25 |
| - color: #34b8bf !important; |
26 |
| - text-decoration: none !important; |
27 |
| - } |
28 |
| -
|
29 |
| - .turing-license-link code:hover { |
30 |
| - color: #31dce6 !important; |
31 |
| - } |
32 |
| -</style> |
33 |
| -``` |
| 70 | +</script> |
0 commit comments