-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
223 lines (178 loc) · 11.7 KB
/
main.tex
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% A template for Wiley article submissions.
% Developed by Overleaf.
%
% Please note that whilst this template provides a
% preview of the typeset manuscript for submission, it
% will not necessarily be the final publication layout.
%
% Usage notes:
% The "blind" option will make anonymous all author, affiliation, correspondence and funding information.
% Use "num-refs" option for numerical citation and references style.
% Use "alpha-refs" option for author-year citation and references style.
\documentclass[num-refs]{wiley-article}
% \documentclass[blind,alpha-refs]{wiley-article}
% Add additional packages here if required
\usepackage{siunitx}
% Manuscript type: Full Paper / Note / Rapid Communication / Letter to the Editor / Response / Review Article / Mini-Review / Workshop Summary
\papertype{Full Paper}
% Journal section: Spectroscopic Methodology / Preclinical and Clinical Spectroscopy / Imaging Methodology / Preclinical and Clinical Imaging / Biophysics and Basic Biomedical Research / Computer Processing and Modeling / Hardware and Instrumentation
% \paperfield{Imaging Methodology}
\title{This is my title}
% List abbreviations here, if any. Please note that it is preferred that abbreviations be defined at the first instance they appear in the text, rather than creating an abbreviations list.
\abbrevs{ABC, a black cat; DEF, doesn't ever fret; GHI, goes home immediately.}
% Include full author names and degrees, when required by the journal.
% Use the \authfn to add symbols for additional footnotes and present addresses, if any. Usually start with 1 for notes about author contributions; then continuing with 2 etc if any author has a different present address.
\author[1\authfn{1}]{Author One PhD}
\author[2\authfn{1}]{Author A.~Two MD}
\author[2\authfn{2}]{Author Three PhD}
\author[2]{Author B.~Four}
\contrib[\authfn{1}]{Equally contributing authors.}
% Include full affiliation details for all authors
\affil[1]{Department, Institution, City, State or Province, Postal Code, Country}
\affil[2]{Department, Institution, City, State or Province, Postal Code, Country}
\corraddress{Author One PhD, Department, Institution, City, State or Province, Postal Code, Country}
\corremail{[email protected]}
\presentadd[\authfn{2}]{Department, Institution, City, State or Province, Postal Code, Country}
\fundinginfo{Funder One, Funder One Department, Grant/Award Number: 123456, 123457 and 123458; Funder Two, Funder Two Department, Grant/Award Number: 123459}
% Include the name of the author that should appear in the running header
\runningauthor{Author One et al.}
\begin{document}
\maketitle
\begin{abstract}
\textbf{Purpose:}
The abstract of the paper should be written in the passive voice.
Authors should avoid the use of the first person, and the length of the abstract should not exceed 250 words.\\
\textbf{Theory:}
Optional. May also be \emph{Theory and Methods}.\\
\textbf{Methods:}
Describe the techniques and instrumentation used, define the patient population, etc.
Strive to enable \emph{reproducibility}.\\
\textbf{Results:}
Describe significant findings and observations.\\
\textbf{Conclusion:}
State what can be concluded from the data presented.
Please avoid making excessive claims.
% Please include a maximum of seven keywords
\keywords{keyword 1, \emph{keyword 2}, keyword 3, keyword 4 (optional), keyword 5 (optional), keyword 6 (optional)}
\end{abstract}
\section{Introduction}
Here, the purpose of the study should be described, along with some background.
“Bulk” citations should be avoided.
Instead, authors are encouraged to weave explanatory text around the citations so that the reader can better appreciate their connection to the current paper.
If the work is hypothesis-driven, authors are encouraged to include the hypothesis in this section.
Please lay out your article using the section headings and example objects below, and remember to delete all help text prior to submitting your article to the journal.
\begin{figure}[bt]
\centering
\includegraphics[width=6cm]{example-image-rectangle}
\caption{
Although we encourage authors to send us the highest-quality figures possible, for peer-review purposes we are can accept a wide variety of formats, sizes, and resolutions.
Legends should be concise but comprehensive – the figure and its legend must be understandable without reference to the text.
Include definitions of any symbols used and define/explain all abbreviations and units of measurement.
}
\end{figure}
\subsection{Second Level Heading}
Subheadings are allowed, and their use is left to the discretion of authors.
Authors are encouraged to use subheadings in long papers, particularly in the “Results” and “Discussion” sections.
If data, scripts or other artefacts used to generate the analyses presented in the article are available via a publicly available data repository, please include a reference to the location of the material within the article.
% Equations should be inserted using standard LaTeX equation and eqnarray environments, not as graphics, and should be set in the main text
This is an equation, numbered
\begin{equation}
\int_0^{+\infty}e^{-x^2}dx=\frac{\sqrt{\pi}}{2}
\end{equation}
And one that is not numbered
\begin{equation*}
e^{i\pi}=-1
\end{equation*}
\subsection{Adding Citations and a References List}
Please use a \verb|.bib| file to store your references.
When using Overleaf to prepare your manuscript, you can upload a \verb|.bib| file or import your Mendeley, CiteULike or Zotero library directly as a \verb|.bib| file\footnote{see \url{https://www.overleaf.com/blog/184}}.
You can then cite entries from it, like this: \cite{lees2010theoretical}.
Just remember to specify a bibliography style, as well as the filename of the \verb|.bib|.
Note, without exception, the reference style used should be that provided in the template.
Should the journal style differ, the references will be reformatted during production if the manuscript is accepted for publication \footnote{\url{https://sv.overleaf.com/latex/templates/template-for-submissions-to-magnetic-resonance-in-medicine-mrm/jnpvcyzrzdyj}}.
You can find a video tutorial here to learn more about BibTeX: \url{https://www.overleaf.com/help/97-how-to-include-a-bibliography-using-bibtex}.
\subsubsection{Third Level Heading}
Supporting information will be included with the published article.
For submission any supporting information should be supplied as separate files but referred to in the text.
Appendices will be published after the references.
For submission they should be supplied as separate files but referred to in the text.
\paragraph{Fourth Level Heading}
% Here are examples of quotes and epigraphs.
\begin{quote}
The significant problems we have cannot be solved at the same level of thinking with which we created them.\endnote{Albert Einstein said this.}
\end{quote}
\begin{epigraph}{Albert Einstein}
Anyone who has never made a mistake has never tried anything new.
\end{epigraph}
\subparagraph{Fifth level heading}
Measurements should be given in SI or SI-derived units.
Chemical substances should be referred to by the generic name only.
Trade names should not be used.
Drugs should be referred to by their generic names.
If proprietary drugs have been used in the study, refer to these by their generic name, mentioning the proprietary name, and the name and location of the manufacturer, in parentheses.
\section{Theory}
A “Theory” section may be included after the Introduction, if a need exists.
In the Theory section, detailed mathematical derivations can be accommodated.
Alternatively, such derivations may be included in an Appendix.
In general, the use of appendices is discouraged, but exceptions will be made if, for example, the work’s essence can be understood by readers without the need to grasp the details of the mathematical treatment.
When present, appendices are included in the word count.
\section{Methods}
“Methods” (not “Materials and Methods”) should succinctly describe the techniques and instrumentation used, define the patient population, etc.
\section{Results}
Here, significant findings and observations should be described.
The section should not be a repetition of the figure captions.
\section{Discussion}
Here, the results should be critically evaluated and interpreted and placed in the context of existing literature.
Further, authors should highlight whether the data are in agreement or at variance with prior published findings.
If a new method has been presented, its performance should be critically assessed and compared with alternative methods.
Speculation and extrapolation should be minimized or avoided altogether, and, if presented, must be clearly identified as such and confined to the Discussion section.
\section{Conclusion}
In “Conclusions” (which may be merged with “Discussion” into “Discussion and Conclusions” provided no speculation or extrapolation is presented) authors should state what can be concluded from the data presented.
Please avoid making excessive claims.
\begin{table}[bt]
\caption{
This is a table. Tables should be self-contained and complement, but not duplicate, information contained in the text.
They should be not be provided as images.
Legends should be concise but comprehensive – the table, legend and footnotes must be understandable without reference to the text.
All abbreviations must be defined in footnotes.
}
\begin{threeparttable}
\begin{tabular}{lccrr}
\headrow
\thead{Variables} & \thead{JKL ($\boldsymbol{n=30}$)} & \thead{Control ($\boldsymbol{n=40}$)} & \thead{MN} & \thead{$\boldsymbol t$ (68)}\\
Age at testing & 38 & 58 & 504.48 & 58 ms\\
Age at testing & 38 & 58 & 504.48 & 58 ms\\
Age at testing & 38 & 58 & 504.48 & 58 ms\\
Age at testing & 38 & 58 & 504.48 & 58 ms\\
\hiderowcolors
stop alternating row colors from here onwards\\
Age at testing & 38 & 58 & 504.48 & 58 ms\\
Age at testing & 38 & 58 & 504.48 & 58 ms\\
\hline % Please only put a hline at the end of the table
\end{tabular}
\begin{tablenotes}
\item JKL, just keep laughing; MN, merry noise.
\end{tablenotes}
\end{threeparttable}
\end{table}
\section*{acknowledgements}
An Acknowledgements section is optional and is placed between Conclusions and References.
It is appropriate to acknowledge sources of funding and also to thank colleagues or coworkers for assistance in conducting the research or help with the writing of the manuscript.
However, the practice of acknowledging typists and illustrators should be avoided, as should the use of flowery or effusive statements.
Because journal space is very limited, the acknowledgment of anonymous referees is also discouraged.
\section*{conflict of interest}
You may be asked to provide a conflict of interest statement during the submission process.
Please check the journal's author guidelines for details on what to include in this section.
Please ensure you liaise with all co-authors to confirm agreement with the final statement.
\printendnotes
% Submissions are not required to reflect the precise reference formatting of the journal (use of italics, bold etc.), however it is important that all key elements of each reference are included.
\bibliography{sample}
\begin{biography}[example-image-1x1]{A.~One}
Please check with the journal's author guidelines whether author biographies are required.
They are usually only included for review-type articles, and typically require photos and brief biographies (up to 75 words) for each author.
\bigskip
\bigskip
\end{biography}
\graphicalabstract{example-image-1x1}{Please check the journal's author guildines for whether a graphical abstract, key points, new findings, or other items are required for display in the Table of Contents.}
\end{document}