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/guidelines-authors.qmd
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ This document provides a comprehensive documentation to accompany the authors du
49
49
-**Publishing**:
50
50
- Push changes to GitHub; CI will build and deploy the site.
51
51
- Submit the PDF and repository link to [OpenReview](https://openreview.net/group?id=Computo).
52
+
- Ensure that the HTML is publicly accessible for reviewers on the GitHub Pages site.
52
53
53
54
:::
54
55
@@ -151,14 +152,6 @@ quarto add computorg/computo-quarto-extension
151
152
If you are collaborating with others when writing your contributions, **each collaborator** needs to perform these same three steps (clone the repository, install Quarto and install the Computo Quarto extension).
152
153
:::
153
154
154
-
### Write your contribution {#sec-writing}
155
-
156
-
There are mainly two files you are expected to modify in your repository for writing your contribution: `template-computo-LANG.qmd` (where LANG is to be replaced with either R, Python or Julia) and `_quarto.yml`.
157
-
158
-
#### Main content of your contribution
159
-
160
-
The main body of your paper (starting with the *Introduction* section) should be written in the `template-computo-LANG.qmd` following the formatting suggestions therein.
161
-
162
155
::: {.callout-tip title="Multiple languages"}
163
156
Quarto relies on a specific engine to compile your document. By default, that engine detects code blocks, executes them and paste the result below the code block in the rendered document.
164
157
@@ -321,6 +314,11 @@ Make sure to check and update the `.gitignore` file in your repository. In parti
321
314
322
315
Once you are satisfied with your manuscript, you can submit it for review. To do so, upload the generated PDF to the [OpenReview](https://openreview.net/group?id=Computo) platform and indicate the corresponding Git repository. This will initiate both the scientific and reproducibility review processes.
323
316
317
+
Please also ensure that the HTML version of your manuscript is publicly accessible for reviewers on the GitHub Pages site associated with your repository. To do so, complete the description of your repository (below the "about" section) by ticking the box labeled "Use your Github page Website" (see image below).
318
+
319
+
{#fig-github-page-acess width="100%" fig-align="center"}
320
+
321
+
324
322
For more details about the review process, see the [guidelines for reviewers](/site/guidelines-reviewers.qmd).
0 commit comments