Skip to content

Commit a9e2c80

Browse files
committed
Adding categories back to FAQ
1 parent 56bbac1 commit a9e2c80

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

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: 1 addition & 1 deletion
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:

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)