-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
112 lines (95 loc) · 2.77 KB
/
index.qmd
File metadata and controls
112 lines (95 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
title: Full Title
shorttitle: Short Title for Running Head
author:
- given: Isaac T.
family: Petersen
orcid: 0000-0003-3072-6673
email: isaac-t-petersen@uiowa.edu
corresponding: true
role:
- conceptualization
- data curation
- analysis
- funding
- investigation
- methodology
- project administration
- resources
- software
- supervision
- validation
- visualization
- writing
- editing
affiliations:
- name: University of Iowa
department: Department of Psychological and Brain Sciences
address: G60 Psychological and Brain Sciences Building
city: Iowa City
region: IA
postal-code: 52242
author-note:
disclosures:
study-registration: 'The study hypotheses, methods, and analysis plan were
preregistered: [LINK].'
data-sharing: 'The instruments, data, a data dictionary, analysis scripts,
and a computational notebook for the present study are published online:
[LINK].'
conflict-of-interest: 'We have no conflicts of interest to disclose. The
present study was approved by the University of Iowa Institutional Review
Board (Study #: INSERT). The authors complied with APA ethical standards
in the treatment of participants.'
financial-support: The study was funded by Grant INSERT from INSERT.
gratitude: 'The instruments, data, a data dictionary, analysis scripts, and
a computational notebook for the present study are published online:
[LINK].'
correspondence-note: 'Correspondence concerning this article should be
addressed to Isaac T. Petersen, University of Iowa, G60 Psychological and
Brain Sciences Building, Iowa City, IA 52242.
Email: isaac-t-petersen@uiowa.edu'
abstract: INSERT ABSTRACT HERE.
keywords:
- keyword1
- keyword2
- keyword3
- keyword4
- keyword5
word-count: false
floatsintext: true
numbered-lines: false
mask: false
no-ampersand-parenthetical: false
meta-analysis: true
lang: en-US
blank-lines-above-title: 2
blank-lines-above-author-note: 2
bibliography: references.bib
date: last-modified
citation:
#type: article-journal
#container-title: TITLE OF JOURNAL
#volume: INSERT
#issue: INSERT
#issued: YEAR
#doi: INSERT
url: https://devpsylab.github.io/QuartoManuscript/
---
<!-- The introduction should not have a level-1 heading such as Introduction. -->
## Section in Introduction
## Another Section in Introduction
# Method
## Participants
## Procedure
## Measures
## Statistical Analysis
# Results
# Discussion
## Limitations and Future Directions
## Conclusion
# References
<!-- References will auto-populate in the refs div below -->
::: {#refs}
:::
# This Section Is an Appendix {#apx-a}
# Another Appendix {#apx-b}