Skip to content

Commit ce8d857

Browse files
fix urls
1 parent d1a8435 commit ce8d857

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_includes/citation/cite.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<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>
2+
<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>
33
<p class="text-center">If you use Turing.jl in your research, please consider citing our papers.</p>
44
<div class="citation-entry">
55
<p class="citation-text">
66
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.
77
</p>
88
<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>
9+
<a href="https://doi.org/10.1145/3711897" target="_blank" rel="noopener noreferrer" class="button">View Paper</a>
1010
<button class="button button--primary" onclick="copyCitationBibtex('bibtex-jmlr-2025', this)">Copy BibTeX</button>
1111
</div>
1212
<pre id="bibtex-jmlr-2025" class="citation-bibtex-data">
@@ -16,7 +16,7 @@ title = {Turing.jl: a general-purpose probabilistic programming language},
1616
year = {2025},
1717
publisher = {Association for Computing Machinery},
1818
address = {New York, NY, USA},
19-
url = {[https://doi.org/10.1145/3711897](https://doi.org/10.1145/3711897)},
19+
url = {https://doi.org/10.1145/3711897},
2020
doi = {10.1145/3711897},
2121
note = {Just Accepted},
2222
journal = {ACM Trans. Probab. Mach. Learn.},
@@ -29,7 +29,7 @@ month = feb
2929
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.
3030
</p>
3131
<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>
32+
<a href="http://proceedings.mlr.press/v84/ge18b.html" target="_blank" rel="noopener noreferrer" class="button">View Paper</a>
3333
<button class="button button--primary" onclick="copyCitationBibtex('bibtex-aistats-2018', this)">Copy BibTeX</button>
3434
</div>
3535
<pre id="bibtex-aistats-2018" class="citation-bibtex-data">
@@ -39,8 +39,8 @@ title = {Turing: a language for flexible probabilistic inference},
3939
booktitle = {International Conference on Artificial Intelligence and Statistics, {AISTATS} 2018, 9-11 April 2018, Playa Blanca, Lanzarote, Canary Islands, Spain},
4040
pages = {1682--1690},
4141
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)},
42+
url = {http://proceedings.mlr.press/v84/ge18b.html},
43+
biburl = {https://dblp.org/rec/bib/conf/aistats/GeXG18},
4444
}
4545
</pre>
4646
</div>

0 commit comments

Comments
 (0)