@@ -4,7 +4,25 @@ author: Rachel M. Smith
4
4
date : NULL
5
5
---
6
6
7
- \vspace* {-2em}\SFrule
7
+ ``` {r setup, echo=FALSE, results='hide', message=FALSE, warning=FALSE, cache=FALSE}
8
+ # source("../SETUP.R")
9
+ knitr::opts_chunk$set(
10
+ tidy = FALSE,
11
+ echo = FALSE,
12
+ fig.keep = 'high',
13
+ fig.show = 'hold',
14
+ results = 'asis'
15
+ )
16
+ sm <- function(x) {
17
+ if (knitr:::is_latex_output()) {
18
+ sprintf("\\small{%s}", x)
19
+ } else {
20
+ sprintf("<span style=\"font-size:75%%;\">%s</span>", x)
21
+ }
22
+ }
23
+ ```
24
+
25
+ \newpage
8
26
9
27
# Citation
10
28
@@ -16,21 +34,28 @@ date: NULL
16
34
17
35
` r tufte::newthought("Research Question(s) (RQs)") `
18
36
19
- \vspace* {-1.5em}
20
- \hspace* {2em} \small{Including theoretical model(s) (if applicable)}
37
+ \vspace* {-0.25em}
38
+
39
+ \hspace* {1em} _ ` r sm("Including theoretical model(s) (if applicable)") ` _
21
40
22
41
` r tufte::newthought("Hypotheses") `
23
42
24
- \vspace* {-1.5em}
25
- \hspace* {2em} \small{Including hypothesized model(s) (if applicable)}
43
+ \vspace* {-0.25em}
44
+
45
+ \hspace* {1em} _ ` r sm("Including hypothesized/statistical model(s) (if applicable)") ` _
26
46
27
47
\tufteskip
28
48
29
49
# Target Population(s) & Sampling Frame(s)
30
50
31
51
\Frule
32
52
33
- ## Target Population(s) (By Level of Specificity)
53
+ ## Target Population(s)
54
+
55
+ \vspace* {-0.5em}
56
+
57
+ \hspace* {1em} _ ` r sm("By Level of Specificity") ` _
58
+
34
59
35
60
` r tufte::newthought("Includes") `
36
61
@@ -52,52 +77,81 @@ date: NULL
52
77
53
78
\Frule
54
79
55
- \hspace* {2em} $\square$ Probability/Random
56
- \hspace* {2em} $\square$ Purposive
57
- \hspace* {2em} $\square$ Convenience
80
+ \parindent=1em\ $\square$ Probability/Random
81
+
82
+ \parindent=1em\ $\square$ Purposive
83
+
84
+ \parindent=1em\ $\square$ Convenience
58
85
59
86
\tufteskip
60
87
61
88
# Study Design(s)
62
89
63
90
\Frule
64
91
65
- ## QuaLitative Research Designs (if applicable)
92
+ ## Qua** L** itative Research Designs
93
+
94
+ \vspace* {-0.5em}
66
95
67
- <!-- \hspace*{2em} $\square$ Multi-method design -->
96
+ \hspace* {1em} _ ` r sm("(if applicable)") ` _
68
97
69
- \hspace* {2em} $\square$ \textsc{Grounded Theory}
98
+
99
+ <!-- \hspace*{1em} $\square$ Multi-method design -->
100
+
101
+ \parindent=1em\ $\square$ \textsc{Grounded Theory}
70
102
71
103
\parindent=1em\ $\square$ \textsc{Phenomenology}
104
+
72
105
\parindent=1em\ $\square$ \textsc{Ethnography}
106
+
73
107
\parindent=1em\ $\square$ \textsc{Case-Study}
108
+
74
109
\parindent=1em\ $\square$ \textsc{Narrative/Descriptive}
110
+
75
111
\parindent=2.25em\ $\square$ Biographical
112
+
76
113
\parindent=2.25em\ $\square$ Historical
77
114
78
115
79
- ## QuaNTitative Research Designs (if applicable)
116
+ ## Qua** NT** itative Research Designs
117
+
118
+ \vspace* {-0.5em}
119
+
120
+ \hspace* {1em} _ ` r sm("(if applicable)") ` _
80
121
81
122
\parindent=1em\ $\square$ \textsc{Experimental}
123
+
82
124
\parindent=2.5em\ $\square$ Longitudinal
125
+
83
126
\parindent=2.5em\ $\square$ Pre-Post
84
- \parindent=2.25em\ $\square$ \textsc{Randomized Control Trial (RCT)}
127
+
128
+ \parindent=2.5em\ $\square$ \textsc{Randomized Control Trial (RCT)}
129
+
85
130
\parindent=3.25em\ $\square$ RCT - Longitudinal
131
+
86
132
\parindent=3.25em\ $\square$ RCT - Pre-Post
133
+
87
134
\parindent=1em\ $\square$ \textsc{Quasi-Experimental}
135
+
88
136
\parindent=1em\ $\square$ \textsc{Cross-Sectional}
89
137
90
138
# Methodology
91
139
92
140
\Frule
93
141
94
142
\parindent=1em\ $\square$ \textsc{Qualitative}
143
+
95
144
\parindent=1em\ $\square$ \textsc{Quantitative}
145
+
96
146
\parindent=1em\ $\square$ \textsc{Mixed-Methods}
97
147
98
148
\tufteskip
99
149
100
- # Data Collection Method(s) / Data Source(s) (By Sampling Frame Level & Methodology)
150
+ # Data Collection Method(s) / Data Source(s)
151
+
152
+ \vspace* {-0.5em}
153
+
154
+ \hspace* {1em} _ ` r sm("By Sampling Frame Level \\& Methodology") ` _
101
155
102
156
\Frule
103
157
@@ -113,15 +167,23 @@ date: NULL
113
167
114
168
\tufteskip
115
169
116
- \tufteskip
170
+ \newpage
117
171
118
172
# Key Findings
119
173
120
174
\Frule
121
175
122
- ` r tufte::newthought("Sample Characteristics (by sampling frame level \\& methodology)") `
176
+ ` r tufte::newthought("Sample Characteristics") `
177
+
178
+ \vspace* {-0.25em}
179
+
180
+ \hspace* {1em} _ ` r sm("By sampling frame level \\& methodology") ` _
181
+
182
+ ` r tufte::newthought("Findings") `
123
183
124
- ` r tufte::newthought("Findings (by methodology \\& hypothesis/RQ)") `
184
+ \vspace* {-0.25em}
185
+
186
+ \hspace* {1em} _ ` r sm("by methodology \\& hypothesis/RQ") ` _
125
187
126
188
\tufteskip
127
189
@@ -130,8 +192,11 @@ date: NULL
130
192
\Frule
131
193
132
194
\parindent=1em\ $\square$ \textsc{Individual}
195
+
133
196
\parindent=1em\ $\square$ \textsc{Relationship}
197
+
134
198
\parindent=1em\ $\square$ \textsc{Community}
199
+
135
200
\parindent=1em\ $\square$ \textsc{Societal}
136
201
137
202
\SFrule
@@ -141,3 +206,4 @@ date: NULL
141
206
` r tufte::quote_footer("--- @centers2015social; @dahlberg2002violence") `
142
207
143
208
\newpage
209
+ \refs
0 commit comments