---title:"Using Quarto to Generate Documents in APA Style (7th Edition)"# If blank, the running header is the title in upper case.shorttitle:"Template for the apaquarto Extension"# Set names and affiliations.# It is nice to specify everyone's orcid, if possible.# There can be only one corresponding author, but declaring one is optional.author:-name: Ana Fulanocorresponding:trueorcid: 0000-0000-0000-0001email: sm@example.orgurl: https://example.org/ # Roles are optional. # Select from the CRediT: Contributor Roles Taxonomy https://credit.niso.org/ # conceptualization, data curation, formal Analysis, funding acquisition, investigation, # methodology, project administration, resources, software, supervision, validation, # visualization, writing, editingroles:- conceptualization- writingaffiliations:-id: id1name:"Ana and Blanca's University"group: Clinical Psychology Programdepartment: Department of Psychologyaddress: 1234 Capital St.city: Albanyregion: NYcountry: USApostal-code: 12084-1234-name: Blanca Zutanoorcid: 0000-0000-0000-0002roles:- project administration- formal analysisaffiliations:-ref: id1-name: Carina Menganoorcid: 0000-0000-0000-0003deceased:trueroles:- formal analysis- writingaffiliations:-name:"Carina's Primary Affiliation"-name:"Carina's Secondary Affiliation" # Because Dolorita is unaffiliated, specify her city instead-name:-given: Dolorita C.family: Perenganoorcid: 0000-0000-0000-0004roles:- writing- methodology- formal analysis # List city and region/state for unaffiliated authorsaffiliations:-city: Buffaloregion: NYauthor-note:status-changes: # Example: [Author name] is now at [affiliation].affiliation-change: Carina Mengano is now at Generic University. # Example: [Author name] is deceased.deceased:~ # Disclosures condensed to one paragraph, but you can start a field with two line breaks to break them up: \n\nNew Paragraphdisclosures: # Example: This study was registered at X (Identifier Y).study-registration:~ # Acknowledge and cite data/materials to be shared.data-sharing:~ # Example: This article is based on data published in [Reference]. # Example: This article is based on the dissertation completed by [citation]. related-report:~ # Example: [Author name] has been a paid consultant for Corporation X, which funded this study.conflict-of-interest: The authors have no conflicts of interest to disclose. # Example: This study was supported by Grant [Grant Number] from [Funding Source].financial-support:~ # Example: The authors are grateful to [Person] for [Reason].gratitude:~ # Example. Because the authors are equal contributors, order of authorship was determined by a fair coin toss.authorship-agreements:~abstract:"This document is a template demonstrating the apaquarto format."# Put as many keywords at you like, separated by commmas (e.g., [reliability, validity, generalizability])keywords:[keyword1, keyword2, keyword3]# If true, tables and figures are mingled with the text instead of listed at the end of the document.floatsintext:true# Numbered lines (.pdf and .docx only)numbered-lines:false# File with referencesbibliography: bibliography.bib# Suppress title pagesuppress-title-page:false# Link citations to referenceslink-citations:true# Masks references that appear in the masked-citations listmask:falsemasked-citations:- schneider2012cattell- schneider2015intelligence# Language options. See https://quarto.org/docs/authoring/language.htmllang: enlanguage:citation-last-author-separator:"and"citation-masked-author:"Masked Citation"citation-masked-date:"n.d."citation-masked-title:"Masked Title"email:"Email"title-block-author-note:"Author Note"title-block-correspondence-note:"Correspondence concerning this article should be addressed to"title-block-role-introduction:"Author roles were classified using the Contributor Role Taxonomy (CRediT; https://credit.niso.org/) as follows:"references-meta-analysis:"References marked with an asterisk indicate studies included in the meta-analysis."format:apaquarto-docx: defaultapaquarto-html: defaultapaquarto-typst:keep-typ:trueapaquarto-pdf: # Can be jou (journal), man (manuscript), stu (student), or doc (document)documentmode: mankeep-tex:true---
1
First encountered (topmost) format will render if using the Studio IDE execution “buttons”
%% Mermaid:flowchart TD A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D{{Result one}} C --> E[("Love it <br/> #10084;")] style C fill:#f9f,stroke:#333,stroke-width:4px
%% Mermaid:
flowchart TD
A[Hard edge] --> B(Round edge)
B --> C{Decision}
C --> D{{Result one}}
C --> E[("Love it <br/> #10084;")]
style C fill:#f9f,stroke:#333,stroke-width:4px