-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.qmd
More file actions
53 lines (43 loc) · 1.48 KB
/
index.qmd
File metadata and controls
53 lines (43 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
description: <h1>COMPUTO</h1> A journal of the <a href="https://sfds.asso.fr/">French
Statistical Society <img height="10px" src="assets/img/sfds.png" alt="SFdS"/></a>
- ISSN 2824-7795
page-layout: full
toc: false
listing:
- id: headlines
contents: news.yml
type: table
sort: date desc
fields: [date, description]
max-items: 8
- id: published
template: site/news.ejs
contents: site/published.yml
feed: true
sort: date desc
max-items: 8
---
:::: {.grid}
::: {.g-col-12 .g-col-md-3 .d-flex .flex-column .align-items-center .align-items-md-start}
{ width="175px" style="max-width: 100%; height: auto;" }
:::
::: {.g-col-12 .g-col-md-9 .d-flex .flex-column}
**COMPUTO** A journal of the <a href="https://sfds.asso.fr/">French Statistical Society <img height="10px" src="assets/img/sfds.png" alt="SFdS"/></a> - ISSN 2824-7795
<div style="font-size: 95%;">
This journal aims at promoting computational/algorithmic contributions in statistics and machine learning that provide insight into which models or methods are more appropriate to address a specific scientific question. In order to achieve this goal, Computo goes beyond classical static publications by leveraging technical advances in literate programming and scientific reporting.
</div>
:::
::::
:::: {.grid}
::: {.g-col-12 .g-col-md-6}
## Headlines
::: {#headlines}
:::
:::
::: {.g-col-12 .g-col-md-6}
## Recent Publications
::: {#published}
:::
:::
::::