Skip to content

Commit 0aa3b5e

Browse files
committed
Merge branch 'master' of github.com:fradav/computorg.github.io
2 parents 49c2267 + 9729cc4 commit 0aa3b5e

File tree

7 files changed

+19
-170
lines changed

7 files changed

+19
-170
lines changed

_quarto.yml

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,20 @@ website:
1313
toggle-position: right
1414
tools-collapse: true
1515
right:
16-
- href: index.qmd
17-
text: Home
18-
- href: site/about.qmd
19-
text: About
20-
- href: site/publications.qmd
21-
text: Articles
22-
- href: site/submit.qmd
23-
text: Submit
24-
- text: "Guidelines"
25-
menu:
26-
- text: General
27-
- text: Authors
28-
href: site/guidelines-authors.qmd
29-
- text: Reviewers
30-
href: site/guidelines-reviewers.qmd
31-
- text: Editors
32-
href: site/guidelines-editors.qmd
33-
- href: site/board.qmd
34-
text: Staff
35-
- href: blog/index.qmd
36-
text: FAQ
16+
- text: Home
17+
href: index.qmd
18+
- text: About
19+
href: site/about.qmd
20+
- text: Articles
21+
href: site/publications.qmd
22+
- text: Authors
23+
href: site/guidelines-authors.qmd
24+
- text: Reviewers
25+
href: site/guidelines-reviewers.qmd
26+
- text: Staff
27+
href: site/board.qmd
28+
- text: FAQ
29+
href: blog/index.qmd
3730
- icon: github
3831
href: https://github.com/computorg
3932
- icon: mastodon

blog/2023-03-17-HTML-to-website/index.qmd

Lines changed: 0 additions & 64 deletions
This file was deleted.

blog/2025-03-20-revised-github-process/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
Second, in your `Settings > Pages` on your repository, select the **GitHub Actions** as the source of your website.
3939

40-
![Deploy your website with GitHub Actions](depoy-github.png){:width="100%"}
40+
![Deploy your website with GitHub Actions](depoy-github.png){width="100%"}
4141

4242
Then, you can customize the `setup-env-ci.sh` and `setup-render-ci.sh` scripts to fit your needs.
4343
- `setup-env-ci.sh` is for setting up the environment and typically adding system dependencies. The virtual machine on github (runner) may need to install some packages with `apt-get` for R or Python packages.
@@ -53,7 +53,7 @@ The Computo workflows provide a streamlined publishing pipeline for authors to s
5353

5454
## Workflow Summary
5555

56-
![Computo Workflow Structure](workflow.svg){:width="100%"}
56+
![Computo Workflow Structure](workflow.svg){width="100%"}
5757

5858
The publication process consists of two main phases:
5959

blog/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ listing:
1010
page-layout: full
1111
---
1212

13-
Additional details and support for authors
13+
Additional details and support for authors and reviewers

site/about.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The journal welcomes the following types of contributions:
2929

3030
::: {.callout-note}
3131
### Pre-submission enquiries
32-
Prospective authors willing to know whether their contribution falls into the scope of Computo are encouraged to contact the editor at [mailto@computo@sfds.asso.fr]([email protected]). Please make sure to include the title and abstract of your work in your pre-submission enquiry.
32+
Prospective authors willing to know whether their contribution falls into the scope of Computo are encouraged to contact the editor at <contact@computo-journal.org>. Please make sure to include the title and abstract of your work in your pre-submission enquiry.
3333
:::
3434

3535
## An open access journal with reproducible contributions
@@ -65,7 +65,7 @@ Computo abides by the Committee on Publishing Ethics’s (COPE) guidelines liste
6565
Computo is a journal of the [French Statistical Society](https://sfds.asso.fr/) - ISSN 2824-7795
6666

6767
## Contact
68-
Enquiries can be sent to the Chief Editor, Julien Chiquet, through <a href="mailto:[email protected]">computo@sfds.asso.fr</a>.
68+
Enquiries can be sent to the Chief Editor, Julien Chiquet, through <contact@computo-journal.org>.
6969

7070
## Thanks
7171

site/guidelines-editors.qmd

Lines changed: 0 additions & 7 deletions
This file was deleted.

site/submit.qmd

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)