Skip to content

Commit 856c5af

Browse files
committed
fix for #59
1 parent ee05b8c commit 856c5af

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

assets/img/Github-page-access.png

120 KB
Loading

site/guidelines-authors.qmd

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This document provides a comprehensive documentation to accompany the authors du
4949
- **Publishing**:
5050
- Push changes to GitHub; CI will build and deploy the site.
5151
- 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.
5253

5354
:::
5455

@@ -151,14 +152,6 @@ quarto add computorg/computo-quarto-extension
151152
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).
152153
:::
153154

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-
162155
::: {.callout-tip title="Multiple languages"}
163156
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.
164157

@@ -321,6 +314,11 @@ Make sure to check and update the `.gitignore` file in your repository. In parti
321314

322315
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.
323316

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+
![Acces to HTML via GitHub page.](/assets/img/Github-page-access.png){#fig-github-page-acess width="100%" fig-align="center"}
320+
321+
324322
For more details about the review process, see the [guidelines for reviewers](/site/guidelines-reviewers.qmd).
325323

326324
### Accepted manuscript {#sec-acceptance}

0 commit comments

Comments
 (0)