@@ -21,14 +21,17 @@ listing:
21
21
max-items : 6
22
22
---
23
23
24
+ :::::: {.side-space}
25
+
26
+ <!-- Header -->
24
27
::: {.logo-header}
25
28
26
29
{{< include _ includes/header.qmd >}}
27
30
28
31
:::
32
+ <!-- Header End Here -->
29
33
30
- :::::: {.side-space}
31
-
34
+ <!-- Feature Boxes -->
32
35
::::: {.d-flex .flex-row .flex-wrap .panel-wrapper .gap-4 .section-end-space}
33
36
34
37
::: {.panel .box}
@@ -47,126 +50,205 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
47
50
:::
48
51
49
52
:::::
53
+ <!-- Feature BoxesEnds Here -->
54
+
55
+ <!-- Start Your Journey Section -->
56
+ :::: {.text-center .section-start-space}
57
+
58
+ <p class =" responsive-heading " style =" font-weight : 600 ; margin-bottom : 0 ;" >Start Your Journey</p >
59
+ <p class =" fs-5 text-muted " >Whether you're new to Bayesian modeling or an experienced researcher, find the resources you need.</p >
60
+
61
+ ::::
50
62
63
+ ::::: {.d-flex .flex-row .flex-wrap .panel-wrapper .gap-4 .section-end-space}
64
+
65
+ :::: {.panel .box}
66
+
67
+ ::: {style="font-size: 2.5rem; text-align: center;"}
51
68
``` {=html}
52
- <div class="text-center section-start-space">
53
- <p class="responsive-heading" style="font-weight: 600; margin-bottom: 0;">Start Your Journey</p>
54
- <p class="fs-5 text-muted">Whether you're new to Bayesian modeling or an experienced researcher, find the resources you need.</p>
55
- </div>
69
+ 🚀
70
+ ```
71
+ :::
56
72
57
- <div class="d-flex flex-row flex-wrap panel-wrapper gap-4 section-end-space">
58
-
59
- <div class="panel box">
60
- <div style="font-size: 2.5rem; text-align: center;">🚀</div>
61
- <h5 class="panel-title pb-1 text-center">New to Turing?</h5>
62
- <p>Begin with the basics. Our step-by-step tutorials will guide you from installation to your first probabilistic models.</p>
63
- <div class="d-flex flex-column align-items-center gap-2 pt-3">
64
- <a href="https://turinglang.org/docs/getting-started/" class="button btn">Get Started</a>
65
- <a href="https://turinglang.org/docs/tutorials/coin-flipping/" class="text-muted" style="font-size: 0.9em;">View Introductory Concepts</a>
66
- </div>
67
- </div>
68
-
69
- <div class="panel box">
70
- <div style="font-size: 2.5rem; text-align: center;">🔬</div>
71
- <h5 class="panel-title pb-1 text-center">For Researchers</h5>
72
- <p>Dive into advanced models, explore the rich package ecosystem, and learn how to cite Turing.jl in your work.</p>
73
- <div class="d-flex flex-column align-items-center gap-2 pt-3">
74
- <a href="/library" class="button btn">Explore Ecosystem</a>
75
- <a href="#cite" class="text-muted" style="font-size: 0.9em;">Cite Turing.jl</a>
76
- </div>
77
- </div>
78
-
79
- <div class="panel box">
80
- <div style="font-size: 2.5rem; text-align: center;">💻</div>
81
- <h5 class="panel-title pb-1 text-center">For Developers</h5>
82
- <p>Join our community, contribute to the project on GitHub, and connect with fellow developers on Slack.</p>
83
- <div class="d-flex flex-column align-items-center gap-2 pt-3">
84
- <a href="https://github.com/TuringLang" class="button btn">View on GitHub</a>
85
- <a href="https://julialang.slack.com/archives/CCYDC34A0" class="text-muted" style="font-size: 0.9em;">Join the Slack Channel</a>
86
- </div>
87
- </div>
73
+ ##### New to Turing? {.panel-title .pb-1 .text-center}
74
+ <p >Begin with the basics. Our step-by-step tutorials will guide you from installation to your first probabilistic models.</p >
88
75
89
- </div>
76
+ ::: {.d-flex .flex-column .align-items-center .gap-2 .pt-3}
77
+ ``` {=html}
78
+ <a href="https://turinglang.org/docs/getting-started/" class="button btn">Get Started</a>
79
+ <a href="https://turinglang.org/docs/tutorials/coin-flipping/" class="text-muted" style="font-size: 0.9em;">View Introductory Concepts</a>
80
+ ```
81
+ :::
82
+
83
+ ::::
84
+
85
+ :::: {.panel .box}
86
+
87
+ ::: {style="font-size: 2.5rem; text-align: center;"}
88
+ ``` {=html}
89
+ 🔬
90
+ ```
91
+ :::
92
+
93
+ ##### For Researchers {.panel-title .pb-1 .text-center}
94
+
95
+ <p >Dive into advanced models, explore the rich package ecosystem, and learn how to cite Turing.jl in your work.</p >
96
+
97
+ ::: {.d-flex .flex-column .align-items-center .gap-2 .pt-3}
98
+
99
+ ``` {=html}
100
+ <a href="/library" class="button btn">Explore Ecosystem</a>
101
+ <a href="#cite" class="text-muted" style="font-size: 0.9em;">Cite Turing.jl</a>
90
102
```
91
103
104
+ :::
105
+
106
+ ::::
107
+
108
+ :::: {.panel .box}
109
+
110
+ ::: {style="font-size: 2.5rem; text-align: center;"}
92
111
``` {=html}
112
+ 💻
113
+ ```
114
+ :::
115
+
116
+ ##### For Developers {.panel-title .pb-1 .text-center}
117
+
118
+ <p >Join our community, contribute to the project on GitHub, and connect with fellow developers on Slack.</p >
119
+
120
+ ::: {.d-flex .flex-column .align-items-center .gap-2 .pt-3}
121
+
122
+ ``` {=html}
123
+ <a href="https://github.com/TuringLang" class="button btn">View on GitHub</a>
124
+ <a href="https://julialang.slack.com/archives/CCYDC34A0" class="text-muted" style="font-size: 0.9em;">Join the Slack Channel</a>
125
+ ```
126
+ :::
127
+
128
+ ::::
129
+
130
+ :::::
131
+ <!-- Start Your Journey Section Ends Here-->
132
+
93
133
<!-- Core Packages Section -->
94
- <div class="section-header section-start-space">
95
- <div>
96
- <h3 id="core-packages">Core Packages</h3>
97
- <p class="text-muted">The Turing ecosystem is built on a foundation of powerful, composable packages.</p>
98
- </div>
99
- <a href="/library" class="button btn desktop-only-button">Explore Ecosystem →</a>
100
- </div>
134
+ :::: {.section-header .section-start-space}
101
135
102
- <div class="core-packages-grid section-end-space">
103
- <div class="package-card box">
104
- <h5 class="panel-title">DynamicPPL.jl</h5>
105
- <p>The backend for model specification and inference.</p>
106
- </div>
107
- <div class="package-card box">
108
- <h5 class="panel-title">JuliaBUGS.jl</h5>
109
- <p>A modern implementation of the BUGS probabilistic programming language in Julia.</p>
110
- </div>
111
- <div class="package-card box">
112
- <h5 class="panel-title">TuringGLM.jl</h5>
113
- <p>Bayesian Generalized Linear models using `@formula` syntax and returns an instantiated <a href="https://github.com/TuringLang/Turing.jl">Turing</a> model.</p>
114
- </div>
115
- <div class="package-card box">
116
- <h5 class="panel-title">AdvancedHMC.jl</h5>
117
- <p>An efficient implementation of Hamiltonian Monte Carlo.</p>
118
- </div>
119
- </div>
120
- <div class="mobile-only-button-container">
121
- <a href="/library" class="button btn">Explore Ecosystem →</a>
122
- </div>
136
+ ::: {#core-packages-header-content}
137
+
138
+ ### Core Packages {#core-packages}
139
+ <p class =" text-muted " >The Turing ecosystem is built on a foundation of powerful, composable packages.</p >
140
+
141
+ :::
142
+
143
+ ``` {=html}
144
+ <a href="/library" class="button btn desktop-only-button">Explore Ecosystem →</a>
123
145
```
124
146
147
+ ::::
148
+
149
+ ::::: {.core-packages-grid .section-end-space}
150
+
151
+ ::: {.package-card .box #core-card}
152
+
153
+ ##### [ DynamicPPL.jl <i class =" bi bi-box-arrow-up-right " style =" font-size : 0.4em ;" ></i >] ( https://turinglang.org/DynamicPPL.jl/ ) {.panel-title}
154
+
155
+ <p >A domain-specific language and backend for probabilistic programming languages, used by [Turing.jl.](https://github.com/TuringLang/Turing.jl)</p >
156
+
157
+ :::
158
+
159
+ ::: {.package-card .box #core-card}
160
+
161
+ ##### [ JuliaBUGS.jl <i class =" bi bi-box-arrow-up-right " style =" font-size : 0.4em ;" ></i >] ( https://turinglang.org/JuliaBUGS.jl/ ) {.panel-title}
162
+
163
+ <p >A modern implementation of the [BUGS](https://en.wikipedia.org/wiki/Bayesian_inference_using_Gibbs_sampling) probabilistic programming language in Julia.</p >
164
+
165
+ :::
166
+
167
+ ::: {.package-card .box #core-card}
168
+
169
+ ##### [ TuringGLM.jl <i class =" bi bi-box-arrow-up-right " style =" font-size : 0.4em ;" ></i >] ( https://turinglang.org/TuringGLM.jl/ ) {.panel-title}
170
+
171
+ <p >Bayesian Generalized Linear models using [`@formula`](https://turinglang.org/TuringGLM.jl/stable/#@formula) syntax and returns an instantiated [Turing](https://github.com/TuringLang/Turing.jl) model.</p >
172
+
173
+ :::
174
+
175
+
176
+ ::: {.package-card .box #core-card}
177
+
178
+ ##### [ AdvancedHMC.jl <i class =" bi bi-box-arrow-up-right " style =" font-size : 0.4em ;" ></i >] ( https://turinglang.org/AdvancedHMC.jl/ ) {.panel-title}
179
+
180
+ <p >Robust, modular, and efficient implementation of advanced Hamiltonian Monte Carlo(HMC) algorithms.</p >
181
+
182
+ :::
183
+
184
+ :::::
185
+
186
+ ::: {.mobile-only-button-container}
187
+ ``` {=html}
188
+ <a href="/library" class="button btn">Explore Ecosystem →</a>
189
+ ```
190
+ :::
191
+ <!-- Core Packages Section Ends Here-->
192
+
193
+
194
+ <!-- News & Updates Section -->
195
+ :::: {.section-header .section-start-space}
196
+
197
+ ::: {#news}
198
+
199
+ ### News & Updates {#news-updates}
200
+
201
+ <p class =" text-muted " >Read the latest from the Turing team.</p >
202
+
203
+ :::
204
+
125
205
``` {=html}
126
- <!-- News & Updates Section -->
127
- <div class="section-header section-start-space">
128
- <div>
129
- <h3 id="news-updates">News & Updates</h3>
130
- <p class="text-muted">Read the latest from the Turing team.</p>
131
- </div>
132
- <a href="news/" class="button desktop-only-button">View more →</a>
133
- </div>
206
+ <a href="news/" class="button desktop-only-button">View more →</a>
134
207
```
208
+ ::::
135
209
136
210
::: {#news-and-updates}
137
211
:::
138
212
213
+ ::: {.mobile-only-button-container}
139
214
``` {=html}
140
- <div class="mobile-only-button-container">
141
- <a href="news/" class="button">View more →</a>
142
- </div>
215
+ <a href="news/" class="button">View more →</a>
143
216
```
217
+ :::
218
+ <!-- News & Updates Section Ends Here-->
219
+
220
+
221
+ <!-- Featured Tutorials Section -->
222
+ ::: {.section-header .section-start-space}
144
223
224
+ ::: {#tutorials}
145
225
226
+ ### Featured Tutorials {#featured-tutorials}
227
+
228
+ <p class =" text-muted " >A selection of tutorials to get you started.</p >
229
+
230
+ :::
146
231
``` {=html}
147
- <!-- Featured Tutorials Section -->
148
- <div class="section-header section-start-space">
149
- <div>
150
- <h3 id="featured-tutorials">Featured Tutorials</h3>
151
- <p class="text-muted">A selection of tutorials to get you started.</p>
152
- </div>
153
- <a href="https://turinglang.org/docs/tutorials/" class="button desktop-only-button">View all tutorials →</a>
154
- </div>
232
+ <a href="https://turinglang.org/docs/tutorials/" class="button desktop-only-button">View all tutorials →</a>
155
233
```
234
+ :::
156
235
157
236
::: {#featured-tutorials}
158
237
:::
159
238
239
+ ::: {.mobile-only-button-container}
160
240
``` {=html}
161
- <div class="mobile-only-button-container">
162
- <a href="https://turinglang.org/docs/tutorials/" class="button">View all tutorials →</a>
163
- </div>
241
+ <a href="https://turinglang.org/docs/tutorials/" class="button">View all tutorials →</a>
164
242
```
243
+ :::
244
+ <!-- Featured Tutorials Section End Here -->
165
245
246
+ <!-- Citations Section -->
166
247
<div class =" section-start-space section-end-space " >
167
248
168
249
{{< include _ includes/citation/cite.qmd >}}
169
250
170
251
</div >
252
+ <!-- Citations Section Ends Here-->
171
253
172
254
::::::
0 commit comments