From 85a98b813d49211121a7abe34cd7df67423df208 Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Tue, 10 Sep 2024 14:05:37 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- apa7_manuscript.html | 15 +++++++-------- get-started_1.html | 6 +++--- get-started_2.html | 4 ++-- get-started_3.html | 12 ++++++------ index.html | 4 ++-- search.json | 20 ++++++++++++++++---- sitemap.xml | 30 +++++++++++++++--------------- slideshow.html | 4 ++-- webr.html | 31 +++++++++++++++++++------------ 10 files changed, 73 insertions(+), 55 deletions(-) diff --git a/.nojekyll b/.nojekyll index 96ab77e..267524b 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -c83c54a9 \ No newline at end of file +c5515473 \ No newline at end of file diff --git a/apa7_manuscript.html b/apa7_manuscript.html index f60ee85..cfbd8ee 100644 --- a/apa7_manuscript.html +++ b/apa7_manuscript.html @@ -339,16 +339,16 @@

Exercise: Formatting Quarto documents in APA 7 style

-

This exercise is only relevant, if you are a psychologist or want to publish in journals that require manuscripts to be formatted in the APA 7 style (Publication Manual of the American Psychological Association: 7th Edition). If you are from another discipline, checkout whether Quarto already provides article templates for your most beloved journals.

+

This exercise is only relevant, if you are a psychologist or want to publish in journals that require manuscripts to be formatted in the APA 7 style (Publication Manual of the American Psychological Association: 7th Edition). If you are from another discipline, checkout whether Quarto already provides article templates for your most beloved journals.

Description

-

Pick a preprint of your own and implement it using Quarto in the APA 7 manuscript style. You also can view an example document that incorporates all features from this exercise.

+

Pick a preprint of your own and implement it using Quarto in the APA 7 manuscript style. You also can view an example document that incorporates all features from this exercise.

Getting started

-

Currently, there is no official Quarto extension to format documents according to the APA 7 guidelines1. However, the inofficial apaquarto extension can be utilized until better options emerge2. After installing it into the current project, we can set the format to apaquarto-pdf or apaquarto-docx. Here are the detailed steps that are necessary to create a manuscript in APA 7 style – skip step 1 if you want to use an existing Quarto document.

+

The official Quarto extension apaquarto can be used to format documents according to the APA 7 guidelines1. After installing the extension into the current project, we can set the format to apaquarto-pdf or apaquarto-docx. Here are the detailed steps that are necessary to create a manuscript in APA 7 style (Note: skip step 1 if you want to use an already existing Quarto document).

  1. Prerequisites

      @@ -365,7 +365,7 @@

      Getting started

    • Enter quarto install tinytex
  2. -
  3. optional: Create a new Quarto Document

    +
  4. Optional: Create a new Quarto Document

    • Click on File > New File > Quarto Document
    • Fill Title and Author
    • @@ -552,7 +552,7 @@

      Generate .docx

      Final notes

      You can download a manuscript with all the features presented on this page via the following button:

      -

      Final notes

      a.download = 'demo_manuscript.zip'; a.click(); window.URL.revokeObjectURL(downloadURL); document.body.removeChild(a); - });">

      + });">

      If you are interested in all the options provided by the apaquarto extension (e.g., masked citations for anonymous peer review), have a look at the apaquarto documentation. Also, we recommend reading the guide APA Style via Markdown.

      @@ -570,8 +570,7 @@

      Final notes

      Footnotes

        -
      1. For a list of official Quarto extensions, see Journal Articles.↩︎

      2. -
      3. One can follow the discussion on GitHub at quarto-journals/article-format-template#11↩︎

      4. +
      5. For a list of Quarto extensions for specific journal formats, click here.↩︎