Skip to content

Commit 664614f

Browse files
authored
Merge pull request #9 from computorg/home_page
(slightly) better landing page
2 parents c0b2563 + cc56d7c commit 664614f

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

blog/index.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ listing:
88
- categories
99
categories: true
1010
page-layout: full
11-
title-block-banner: true
1211
---
1312

1413
Additional details and support for authors

index.qmd

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,32 @@ description: <h1>COMPUTO</h1> A journal of the <a href="https://sfds.asso.fr/">F
55
listing:
66
contents: news.yml
77
sort: date desc
8+
page-size: 5
89
fields:
910
- date
1011
- description
11-
feed: true
12+
feed:
13+
items: 5
1214
---
1315

14-
:::: {layout="[ 40, 60 ]"}
16+
:::: {layout="[30,70]" style="display: flex; margin-bottom: 3em;"}
1517

18+
::: {.column style="display: flex; align-items: center;"}
1619
![](/assets/img/logo_text_vertical.svg){ height="150px" }
20+
:::
1721

18-
::::
22+
::: {.column style="display: flex; margin-top: auto;"}
23+
**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
24+
25+
<div style="text-align: justify; font-size: 95%;">
1926

20-
Computo is an academic journal 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.
27+
Computo is an academic journal that advances computational and algorithmic work in statistics and machine learning, with a focus on selecting appropriate models for specific scientific questions. It goes beyond traditional publications by embracing literate programming and modern scientific reporting tools.
2128

22-
[More details about our philosophy](about).
29+
</div>
30+
:::
31+
32+
::::
2333

24-
## News
34+
## News
2535
::: {#news}
2636
:::

0 commit comments

Comments
 (0)