Skip to content

Commit d1c36d6

Browse files
committed
content placeholders on landing page
1 parent e43c362 commit d1c36d6

File tree

3 files changed

+55
-34
lines changed

3 files changed

+55
-34
lines changed

index.qmd

+55-24
Original file line numberDiff line numberDiff line change
@@ -165,29 +165,60 @@ end
165165
Learn to tackle specific problems with Turing.jl.
166166
</p>
167167
</a>
168-
<a class="pseudolisting" href="resources/content/inofficial_tutorials.qmd">
169-
<div class="card-title h5">
170-
Inofficial tutorials
171-
</div>
172-
<p class="quarto-grid-item">
173-
A list of inofficial tutorials using Turing.jl.
174-
</p>
175-
</a>
176-
<a class="pseudolisting" href="resources/content/talks.qmd">
177-
<div class="card-title h5">
178-
Talks
179-
</div>
180-
<p class="quarto-grid-item">
181-
A list of talks on the Turing.jl ecosystem.
182-
</p>
183-
</a>
184-
<a class="pseudolisting" href="">
185-
<div class="card-title h5">
186-
Workshop
187-
</div>
188-
<p class="quarto-grid-item">
189-
Placeholder for Turing-Workshop repo link.
190-
</p>
191-
</a>
192168
</div>
193169
```
170+
171+
::: {.section-start-space}
172+
173+
### Algorithms
174+
175+
Placeholder text introducing this section on algorithms.
176+
177+
| Column 1 | Column 2 | Column 3 | Column 4 |
178+
|----------|----------|----------|----------|
179+
| Entry A | Entry D | Entry G | Entry J |
180+
| Entry B | Entry E | Entry H | Entry K |
181+
| Entry C | Entry F | Entry I | Entry L |
182+
183+
: Supported MCMC and other learning algorithms {.striped .borderless}
184+
185+
:::
186+
187+
::: {.section-start-space}
188+
189+
### Bayesian Workflow
190+
191+
Placeholder text introducing the Bayesian Workflow diagram from the ACM special issue submission.
192+
193+
```{=html}
194+
<div style="text-align:center;">
195+
<img src="https://i0.wp.com/www.honeybeesuite.com/wp-content/uploads/2019/09/Multiple-teeth-HBS.jpg?w=400&ssl=1" style="margin:0.5rem 0;border-radius:10pt">
196+
<p>An example of the Beeysian workflow.</p>
197+
</div>
198+
```
199+
200+
:::
201+
202+
```{=html}
203+
<div class="d-flex flex-row panel-wrapper gap-3 section-start-space">
204+
<div class="flex-grow-1">
205+
<h3>Talks</h3>
206+
<p>Placeholder for intro text on list of talks which are available online</p>
207+
<ul>
208+
<li>Talk 1
209+
<li>Talk 2
210+
<li>Talk 3
211+
</ul>
212+
</div>
213+
<div class="flex-grow-1">
214+
<h3>Inofficial tutorials</h3>
215+
<p>Placeholder for intro text on list of inofficial tutorials</p>
216+
<ul>
217+
<li><a href="https://github.com/StatisticalRethinkingJulia/SR2TuringPluto.jl">Statistical Rethinking</a>
218+
<li><a href="storopoli.github.io/Turing-Workshop/">Jose Storopoli's Turing workshop</a>
219+
<li><a href="https://storopoli.io/Bayesian-Julia/">Jose Storopoli's blog on Turing and Bayesian Statistics</a>
220+
<li>Placeholder for more...
221+
</ul>
222+
</div>
223+
</div>
224+
```

resources/content/inofficial_tutorials.qmd

-5
This file was deleted.

resources/content/talks.qmd

-5
This file was deleted.

0 commit comments

Comments
 (0)