Skip to content

Commit d3eef1f

Browse files
committed
fix typos
1 parent 4e5108c commit d3eef1f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

site/guidelines-authors.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ Submissions to [Computo](https://computorg.github.io) require both scientific co
2020

2121
A Computo submission is thus a Git(Hub) repository containing:
2222

23-
- the source files of the notebook (a quarto `.qmd` file + a BibTeX `.bib` file + some statics files, _e.g._ figures or small `.csv` data tables);
23+
- the source files of the notebook (a quarto `.qmd` file + a BibTeX `.bib` file + some static files, _e.g._ figures or small `.csv` data tables);
2424
- configuration files to set up the dependencies in a virtual environment;
2525
- configuration files to set up the continuous integration rendering the final documents.
2626

2727
The [Computo](https://github.com/computorg) organization provides template repositories for [R](https://github.com/computorg/template-computo-R), [Python](https://github.com/computorg/template-computo-python) and [Julia](https://github.com/computorg/template-computo-julia) contributors. In the following sections, we detail step-by-step what authors have to do in order to format their paper for submission to Computo.
2828

2929
### Setup a git repository {#sec-git}
3030

31-
Setup a new Github repository by going on the URL of either the R or Python or Julia template repository and clicking on the **"use this template"** button on the top of the page, as illustrated in @fig-template.
31+
Setup a new Github repository by browsing either the
32+
[R](https://github.com/computorg/template-computo-R) or [Python](https://github.com/computorg/template-computo-python) or [Julia](https://github.com/computorg/template-computo-julia)
33+
template repository and clicking the **"use this template"** button at the top of the page, as illustrated in @fig-template.
3234

3335
![Screenshot of the R Computo template GitHub page.](/assets/img/computo-template-screenshot.png){#fig-template width="100%"}
3436

site/guidelines-reviewers.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In order to help you in performing your review we provide a list of the main que
4444

4545
1. **Is the paper within the scope of Computo?**
4646

47-
See [Aims and Scope]({{ site.baseurl }} /about) of Computo.
47+
See [Aims and Scope](/about) of Computo.
4848

4949
2. **Is the paper clearly written?**
5050

0 commit comments

Comments
 (0)