You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/about.qmd
+42-22Lines changed: 42 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ page-layout: article
7
7
8
8
---
9
9
10
-
## Aims and scope
10
+
## Aims and scientific scope
11
11
12
12
Computo has been created in the context of a reproducibility crisis in
13
13
science, which calls for higher standards in the publication of
@@ -32,27 +32,47 @@ The journal welcomes the following types of contributions:
32
32
Prospective authors willing to know whether their contribution falls into the scope of Computo are encouraged to contact the editor at <[email protected]>. Please make sure to include the title and abstract of your work in your pre-submission enquiry.
33
33
:::
34
34
35
-
## An open access journal with reproducible contributions
36
-
37
-
Computo is free for readers and authors.
38
-
It is an open access journal which means that all content is
39
-
freely available without charge to the user or his/her institution.
40
-
Users are allowed to read, download, copy, distribute, print,
41
-
search, or link to the full texts of the articles, or use
42
-
them for any other lawful purpose, without asking prior permission
43
-
from the publisher or the author. This is in accordance with the
44
-
Budapest Open Access Initiative (BOAI) definition of open access.
45
-
46
-
The reproducibility of numerical results is a necessary condition for
47
-
publication in Computo. In particular, submissions must include all
48
-
necessary data (e.g. via Zenodo repositories) and code. For
49
-
contributions featuring the implementation of methods/algorithms, the
50
-
quality of the provided code is assessed during the review process.
51
-
We accept contributions in the form of notebooks (e.g. Rmarkdown, or
52
-
Jupyter).
53
-
54
-
The reviews are open, i.e. visible to any reader after acceptance of
55
-
the contribution. Reviewers may choose to remain anonymous or not.
35
+
## An open journal
36
+
37
+
### "Diamond" open access {height="30px"}
38
+
39
+
Computo is free for both readers and authors and adheres to the **Diamond Open Access model**: it is an open access journal, meaning that all content is freely available without charge to users or their institutions.
40
+
41
+
### Content published under CC-BY license {height="30px"}
42
+
43
+
Computo articles are published under a **[CC-BY 4.0 license](https://creativecommons.org/licenses/by/4.0/)**: Computo readers are allowed to download, copy, distribute, print, search, or link to the full texts of the articles, or use them for any other lawful purpose, without asking prior permission from the publisher or the author. The only requirement is to credit the authors, indicate the sources, and specify whether any modifications have been made.
44
+
45
+
The CC-BY license is therefore indicated on the published and readable versions of the articles, as well as in the git repositories distributing the source code of the articles and enabling the reproducibility of the analyses.
46
+
47
+
The source code of each article is based on various software and programs whose licenses (typically MIT, GPL, etc.) are specified where the code for this software is distributed. The authors commit to using content that complies with the CC-BY license of the articles and, more generally, to promoting the dissemination of open-source software, crediting the authors and contributors.
48
+
49
+
This is in accordance with the [Budapest Open Access Initiative (BOAI)](https://en.wikipedia.org/wiki/Budapest_Open_Access_Initiative) definition of open access, as well as the [DOAJ](https://en.wikipedia.org/wiki/Directory_of_Open_Access_Journals)’s definition of open access, to whom we have submitted an application.
50
+
51
+
### Open reviews
52
+
53
+
The reviews and the discussions they sparked between authors and their peers are open, i.e. visible to any reader after acceptance of the contribution. These reviews are published either as issues in the git repository associated with the publication, or directly available for consultation on [Open review](https://openreview.net/group?id=Computo).
54
+
55
+
Note that Reviewers may choose to remain anonymous or not.
56
+
57
+
## Reproducibility Policy
58
+
59
+
### Numerical Reproducibility
60
+
61
+
The issue of reproducibility is at the heart of the Computo project. Therefore, the reproducibility of numerical results is a necessary condition for publication in Computo. To this end, we rely on a combination of notebooks, literate programming, virtual environments, and continuous integration.
62
+
63
+
Submissions must also include all necessary data (e.g., via Zenodo repositories) and code. For contributions featuring the implementation of methods or algorithms, the quality of the provided code is assessed during the review process.
64
+
65
+
For interested readers, [more details are provided on this page](../blog/2023-07-04-what-reproducibility/index.html) about our expectations regarding reproducibility.
66
+
67
+
### Medium- to Long-Term Preservation
68
+
69
+
To ensure that all published information remains accessible and usable over time:
70
+
71
+
- we tag every published article, including its virtual environment;
72
+
- we regularly run the workflow of each published article to check its medium- and long-term reproducibility;
73
+
- we archive all git repositories of published articles on [Software Heritage](https://www.softwareheritage.org/){height="20px"}.
74
+
75
+
We would also like to emphasize that publishing an article in Computo in no way prevents authors from depositing a version of their article (e.g., PDF) in an institutional repository (e.g., HAL or arXiv), which helps to preserve and disseminate scientific work and is fully in line with the journal's policy and spirit.
0 commit comments