Guide to Building an Issue
Di Cook
2024-10-01
issue_build_guide.Rmd
Articles to include
All articles accepted up to the publication dates: Mar 31, Jun 30, Oct 31, Dec 31, should be included. (Traditionally these articles would first be made available online, but with the increased frequency of publication we are not at the moment performing this step.)
Building an issue
Steps
- Copy from Accepted into Proofs
(
rj:::make_proof()
):
- It will filter accepted articles that have the current status “proofed”.
- You need to provide the issue number, eg “2022-2”.
- This will also create the zip file of supplementary material from the list of files in the DESCRIPTION
- Copy news, News_items, into Proofs which is done manually.
- Copy files across to
rjournal.github.io
, usingrj:::publish_issue()
orrj:::publish_article()
. Publish news withrj:::publish_news()
- This will also assign a “slug” the id of the published article, which is added to the DESCRIPTION file in the Proofs folder.
- This slug will be used for the folder name in the
rjournal.github.io
“_articles” folder. - Also builds file
volume_issue.Rmd
in the “_issues”.
- Build the issue, using the file
volume_issue.Rmd
in the “_issues” folder. Make the pdfs/html for each article (usingrjtools::rjournal_web_issue()
andrjtools::rjournal_pdf_issue()
)
- It generates a folder within “_issues” with the information on organising the articles in the issue
- This will also generate the
doi.xml
used to
- Register DOIs with
crossref.org