Skip to content

Commit 96c39a1

Browse files
authored
Merge pull request #6 from computorg/faq
Adding categories back to FAQ
2 parents 56bbac1 + cdab9bc commit 96c39a1

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed
40.6 KB
Loading

blog/2023-03-17-HTML-to-website/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to automatically publish the HTML of my contribution to a website?
33
date: '2023-03-17'
44
description: Describe how to render your article, activate your gh-page and publish
55
your contribution online
6-
tags:
6+
categories:
77
- reproducibility
88
format:
99
html:

blog/2023-03-24-others-languages/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'I use a different language than Python, R or Julia: would Computo accept
33
contributions?'
44
date: '2023-03-24'
55
description: Describe how to handle other languages than R, Julia or Python
6-
tags:
6+
categories:
77
- reproducibility
88
- code
99
format:

blog/2023-06-21-data/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I have large or sensible data. How should I proceed?
33
date: '2023-06-21'
44
description: Describe how to handle large or sensible data files when submitting to
55
Computo
6-
tags:
6+
categories:
77
- reproducibility
88
format:
99
html:
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
2-
title: My data analysis takes several hours/days/weeks... How to address the issue
3-
of reproducibility?
2+
title: My data analysis takes several hours/days/weeks... How to address the issue of reproducibility?
43
date: '2023-06-21'
54
description: Discuss the reproducibility for long-running code
6-
tags:
5+
categories:
76
- reproducibility
87
format:
98
html:
109
toc: true
1110
page-layout: article
1211
---
1312

14-
If your analyses, model tuning or training phase take a prohibitively long time to compile and integrate, you can include the results of the trained methods in the form of a binary file. However, you must provide the code enabling the user to fully reproduce the training phase, and illustrate your code in a small, toy-sized example.
13+
If your analyses, model tuning or training phase take a prohibitively long
14+
time to compile and integrate, you can include the results of the trained
15+
methods in the form of a binary file. However, you must provide the code
16+
enabling the user to fully reproduce the training phase, and illustrate your
17+
code in a small, toy-sized example.

blog/2023-07-04-what-reproducibility/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What is expected exactly in terms of reproducibility?
33
date: '2023-07-04'
44
description: Discuss the different kinds of reproducibility at play in Computo, and
55
what is expected from the authors.
6-
tags:
6+
categories:
77
- reproducibility
88
format:
99
html:
@@ -15,7 +15,7 @@ Computo is not just about publishing a notebook and proving that it can be compi
1515

1616
We don't ask people reproducing their data... yet! We also don't ask for "bit-wise computational" reproducibility (i.e. obtaining exactly the same results bit-by-bit) but rather a "statistical" reproducibility, i.e. obtaining results leading to the same conclusion, with potential non-significant statistical variability.
1717

18-
![Reproducible Workflow](img/reproducible-sequence.svg)
18+
![Reproducible Workflow](/assets/img/reproducible-sequence.png)
1919

2020
Indeed, the global scientific workflow of a reproducible process for a Computo may be split in two types of steps:
2121

blog/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ listing:
66
fields:
77
- title
88
- categories
9+
categories: true
910
page-layout: full
1011
title-block-banner: true
1112
---

0 commit comments

Comments
 (0)