Skip to content

Commit 2739d22

Browse files
authored
Merge pull request #7 from computorg/reviewer-guidelines
update reviewer guidelines
2 parents 96c39a1 + ba69d9d commit 2739d22

File tree

2 files changed

+44
-16
lines changed

2 files changed

+44
-16
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project:
22
type: website
33
output-dir: _site
4-
pre-render: dotnet fsi getcomputo-pub.fsx
4+
# pre-render: dotnet fsi getcomputo-pub.fsx
55
website:
66
title: COMPUTO
77
site-url: https://computo.sfds.asso.fr/

site/guidelines-reviewers.qmd

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,70 @@
11
---
2-
title: Guidelines for reviewers
3-
description: This are the guidelines
2+
title: Reviewing for Computo
3+
description: Guidelines for reviewers
44
format:
55
html: {}
66
page-layout: article
77
---
88

9-
::: {.callout-note}
10-
### Overview
9+
## OpenReview
1110

12-
Computo relies on <a href="https://openreview.net/group?id=Computo">Open Review</a>
13-
for the review process. The review form is text-based, but Markdown and LaTeX formatting is supported so you can add hyperlinks and use LaTeX to add equations to your review. Reviewers are also required to answer a handful of rating scale questions about the submission.
11+
Computo relies on [OpenReview](https://openreview.net/group?id=Computo) for the review process. OpenReview is designed to support conference-style peer review, and its process requires a few specific steps to ensure proper setup and participation. Please follow the instructions below carefully:
1412

15-
Once a manuscript is accepted, reviews and discussion will be made available
16-
on the Computo website. Reviewers can choose to remain anonymous or
17-
not.
13+
1. **Accepting the Review Invitation.** Once you are invited to review a paper, you will receive an email from OpenReview. This email includes a link to an openreview page to accept the review.
14+
15+
- Click the blue "Accept" button to begin the review process.
16+
- Ensure that the email address used for the invitation is associated with your OpenReview account:
17+
18+
- If you already have an OpenReview account: Make sure that the email used in the invitation is listed among the email addresses in your profile.
19+
- If you do not have an OpenReview account: You must create an account using the exact email address to which the invitation was sent.
20+
21+
This step is essential for linking the invitation to your account.
22+
23+
2. **Confirming Your Commitment.** After accepting the invitation and logging in:
24+
25+
- In your [OpenReview tasks](https://openreview.net/tasks), you must acknowledge your commitment to complete the review by the designated deadline.
26+
27+
::: {.callout-tip}
28+
### Additional tips
29+
30+
- If you do not see the invitation email, please check your spam/junk folder.
31+
- If you encounter any technical issues or need to update your email, contact us.
1832
:::
1933

34+
35+
2036
## Guidelines for evaluation
2137

38+
::: {.callout-important}
39+
Once a manuscript is accepted, reviews and discussion will be made available on the Computo website. Reviewers can choose to remain anonymous or
40+
not.
41+
:::
42+
2243
In order to help you in performing your review we provide a list of the main questions we are trying to answer when evaluating a submission:
2344

24-
1. Is the paper within the scope of Computo?
45+
1. **Is the paper within the scope of Computo?**
2546

2647
See [Aims and Scope]({{ site.baseurl }} /about) of Computo.
2748

28-
2. Is the paper clearly written?
49+
2. **Is the paper clearly written?**
2950

30-
Computo is intended for computational scientists in statistics/machine learning. The Abstract and Introduction should be as nontechnical as possible, and provide a clear description of the contributions of the paper. Strength and limitations of the work should be adequately discussed, in particular in relation to related work. Graphs and tables should be well thought out and uncluttered.
51+
Computo is intended for computational scientists in statistics/machine learning. The Abstract and Introduction should be as nontechnical as possible, and provide a clear description of the contributions of the paper. Strengths and limitations of the work should be adequately discussed, in particular in relation to related works. Graphs and tables should be well thought out and uncluttered.
3152

32-
3. Is the paper correct?
53+
3. **Is the paper correct?**
3354

3455
Mathematical and algorithmic validity are the authors' professional responsibility. Referees can spot errors of reasoning, but are not expected to perform line-by-line checks of technical results.
3556

36-
4. Is the paper adequately evaluated?
57+
4. **Is the paper adequately evaluated?**
3758

3859
Are all claims clearly articulated and supported either by empirical experiments or theoretical analyses? If appropriate, have the authors implemented their work and demonstrated its utility on a significant problem?
3960

40-
5. Is the paper reproducible?
61+
5. **Is the paper reproducible?**
4162

4263
The reproducibility of numerical results is a necessary condition for publication in Computo. The referees are expected to check whether they can run the code provided by the authors to reproduce their results. In case of major reproducibility issues, the referees should warn the Associate Editor as soon as possible.
64+
65+
::: {.callout-tip}
66+
### Markdown and LaTeX formatting
67+
68+
The review form is text-based, but Markdown and LaTeX formatting is supported so you can add hyperlinks and use LaTeX to add equations to your review. Reviewers are also required to answer a handful of rating scale questions about the submission.
69+
:::
70+

0 commit comments

Comments
 (0)