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
Delete any checkboxes that do not apply to this paper
Add submission to the internal JoVI submissions spreadsheet
Set up Github pages
If the paper requires compilation:
Ensure it has a workflow file, such as .github/workflows/publish.yml, that compiles the paper and copies the compiled result to the root folder of the gh-pages branch. Some example workflow files:
Verify the compilation works. On the repo page, go to Actions and click on the "XXX Publish" (XXX = Quarto/Idyll/etc) workflow on the left, then click Run Workflow and run it.
Verify that the "pages build and deployment" action is successful.
Ensure the paper contains a notice infobox at the top that the paper is under review and that the repository links in the notice are correct (by replacing the 20xx-repo-name part with the repository name).
In Quarto this looks like:
::: {.callout-important appearance="simple"}
## Under Review {.unnumbered}
This paper is [under review](https://www.journalovi.org/under-review.html) on the experimental
track of the [Journal of Visualization and Interaction](https://www.journalovi.org/).
See the [reviews](https://github.com/journalovi/20xx-repo-name/issues?q=label%3Areview) and
[issues](https://github.com/journalovi/20xx-repo-name/issues) for this paper.
:::
In the info box, ensure “20xx-repo-name” is replaced with the name of the repository so that the links point to the appropriate pages on Github.
Check that the live version of the paper now has the infobox in it with the correct links. You may need to go to the Actions page to check that the build process has completed, then go back to the live paper URL. You might need to reload the article without cache (In Chrome: Cmd + Shift + R (Mac) or Ctrl+ Shift + R (Windows)).
Compare the paper with the authors’ compiled version that the authors submitted. Sample the figures and interactive elements to see if they are present and work in the same way.
Check that the article works locally without an internet connection:
Check out the repo and switch to whatever branch serves the site (e.g. main or master for sites without compilation, gh-pages for sites with compilation).
Compare the page with internet on and internet off (e.g. in airplane mode), ensuring the page is the same. You may need to use a local server from the repo directory:
python -m http.server
When loading, keep the dev console open and note any resources that are unable to load. Sample the figures and interactive elements to see if they are present and work in the same way. If any are missing, either attempt to fix or prepare a list for the authors of resources they will need to ensure are included in their repository rather than loaded over the network. In quarto, it may be helpful to add (if it is not there already):
From the main repo page, click the settings gear icon next to "About" on the right. (If you cannot see the “About” section, make your web browser window wider.)
Under "Description" enter "UNDER REVIEW"
Under "Website" tick "Use Your Github Pages Website".
Click “Save changes”
Edit README.md and add the following at the very top:
```diff
! This paper is under review on the experimental track of the Journal of Visualization and Interaction.
Authors: [insert Github IDs]
OC: TBD
AE: TBD
R1: TBD
R2: TBD
R3: TBD
```
Replace [insert Github IDs] in README.md with the authors' Github IDs.
When an OC has been assigned to this paper, replace the TBD under OC: in README.md with the Github ID of the OC.
Under Settings -> Branches, click "Add branch protection rule"
Under "Branch name pattern", enter "main" or "master" (whichever applies to this repo)
Click "Create"
Check that the newly-created rule says "Currently applies to 1 branch" next to it.
Ensure that the authors have write access to the repo:
Under Settings -> Collaborators and Teams, click "Add people"
Enter the Github usernames for each author as provided by the authors. Give each one "Write" access.
Re-render under-review.qmd on the JoVI website (See instructions in the source code: you must delete the corresponding cached data in _freeze to re-render the page).
Ensure that the added paper is listed on the Under Review page in the correct location.
Ensure that the title for the paper matches the actual title of the live article. If it does not, make sure that the rendered paper sets the <title> HTML tag, then re-render under-review.qmd.
When this checklist is complete, create the following issues and tag the relevant people (Github IDs are listed on People page), then close this issue:
Recruit Associate Editor (assign to the OC of this paper) (NOTE: this part of the process may change as we evolve the Editor-Wrangler role)
Open Materials Review (assign to the Open Practices Chair with the role "Triage" on the repo)
Delete any checkboxes that do not apply to this paper
Add submission to the internal JoVI submissions spreadsheet
Set up Github pages
.github/workflows/publish.yml
, that compiles the paper and copies the compiled result to the root folder of thegh-pages
branch. Some example workflow files:Ensure the paper contains a notice infobox at the top that the paper is under review and that the repository links in the notice are correct (by replacing the
20xx-repo-name
part with the repository name).In Quarto this looks like:
Compare the paper with the authors’ compiled version that the authors submitted. Sample the figures and interactive elements to see if they are present and work in the same way.
Check that the article works locally without an internet connection:
Check out the repo and switch to whatever branch serves the site (e.g.
main
ormaster
for sites without compilation,gh-pages
for sites with compilation).Compare the page with internet on and internet off (e.g. in airplane mode), ensuring the page is the same. You may need to use a local server from the repo directory:
When loading, keep the dev console open and note any resources that are unable to load. Sample the figures and interactive elements to see if they are present and work in the same way. If any are missing, either attempt to fix or prepare a list for the authors of resources they will need to ensure are included in their repository rather than loaded over the network. In quarto, it may be helpful to add (if it is not there already):
From the main repo page, click the settings gear icon next to "About" on the right. (If you cannot see the “About” section, make your web browser window wider.)
Edit README.md and add the following at the very top:
Replace
[insert Github IDs]
inREADME.md
with the authors' Github IDs.When an OC has been assigned to this paper, replace the
TBD
underOC:
inREADME.md
with the Github ID of the OC.Enable branch protection on the repository: #2
Ensure that the authors have write access to the repo:
Re-render under-review.qmd on the JoVI website (See instructions in the source code: you must delete the corresponding cached data in
_freeze
to re-render the page).<title>
HTML tag, then re-renderunder-review.qmd
.When this checklist is complete, create the following issues and tag the relevant people (Github IDs are listed on People page), then close this issue:
The text was updated successfully, but these errors were encountered: