Skip to content

Commit 5c9a49e

Browse files
Added citations and commented placeholder text
1 parent f09f326 commit 5c9a49e

File tree

3 files changed

+47
-3
lines changed

3 files changed

+47
-3
lines changed

_includes/citation/cite.qmd

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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}
8+
@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)},
16+
}
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+
```

index.qmd

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ end
115115
</div>
116116
```
117117

118+
<!-- TODO
119+
118120
::: {.section-start-space}
119121
120122
### Algorithms
@@ -146,6 +148,10 @@ Placeholder text introducing the Bayesian Workflow diagram from the ACM special
146148
147149
:::
148150
151+
-->
152+
153+
<!-- TODO
154+
149155
```{=html}
150156
<div class="d-flex flex-row panel-wrapper gap-3 section-start-space">
151157
<div class="flex-grow-1">
@@ -168,4 +174,9 @@ Placeholder text introducing the Bayesian Workflow diagram from the ACM special
168174
</ul>
169175
</div>
170176
</div>
171-
```
177+
```
178+
-->
179+
180+
<div class="section-start-space">
181+
182+
{{< include _includes//citation/cite.qmd >}}

theming/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ svg {
118118
}
119119

120120
.section-end-space {
121-
padding-bottom: 6rem;
121+
padding-bottom: 2rem;
122122
}
123123

124124
.section-start-space {
125-
padding-top: 6rem;
125+
padding-top: 2rem;
126126
}
127127

128128
.responsive-heading {

0 commit comments

Comments
 (0)