BME Frontiers rapid report template
Author
Science Partner Journals
Last Updated
bir yıl önce
License
Creative Commons CC BY 4.0
Abstract
Rapid Report Template for submission to the journal BME Frontiers
Rapid Report Template for submission to the journal BME Frontiers
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{authblk}
\usepackage{setspace}
\usepackage[margin=1.25in]{geometry}
\usepackage{graphicx}
\graphicspath{ {./figures/} }
\usepackage{subcaption}
\usepackage{amsmath}
\usepackage{lineno}
\linenumbers
%%%%%% Bibliography %%%%%%
% Replace "sample" in the \addbibresource line below with the name of your .bib file.
\usepackage[style=nejm,
citestyle=numeric-comp,
sorting=none]{biblatex}
\addbibresource{sample.bib}
%%%%%% Title %%%%%%
% Full titles can be a maximum of 15 words.
% Title Format: Use title case, capitalizing the first letter of each word, except for certain small words, such as articles and short prepositions
\title{BME Frontiers Rapid Report \LaTeX\ Template}
%%%%%% Authors %%%%%%
% Authors should be listed in order of contribution to the paper, by first name, then middle initial (if any), followed by last name.
% Authors should be listed in the order in which they will appear in the published version if the manuscript is accepted.
% Use an asterisk (*) to identify the corresponding author, and be sure to include that person’s e-mail address. Use symbols (in this order: †, ‡, §, ||, ¶, #, ††, ‡‡, etc.) for author notes, such as present addresses, “These authors contributed equally to this work” notations, and similar information.
% You can include group authors, but please include a list of the actual authors (the group members) in the Supplementary Materials.
\author[1*$\dag$]{Author One}
\author[2$\dag$]{Author Two}
\author[2]{Author Three}
\author[1,2]{Author Four}
%%%%%% Affiliations %%%%%%
\affil[1]{Department of Physics, A University, City, Country.}
\affil[2]{Department of Astronomy, B University, City, Country.}
\affil[*]{Address correspondence to:` email@email.com}
\affil[$\dag$]{These authors contributed equally to this work.}
%%%%%% Date %%%%%%
% Date is optional
\date{}
%%%%%% Spacing %%%%%%
% Use paragraph spacing of 1.5 or 2 (for double spacing, use command \doublespacing)
\onehalfspacing
\begin{document}
\maketitle
%%%%%% Abstract %%%%%%
\begin{abstract}
The abstract should not exceed 150 words and should not include citations or undefined abbreviations. Briefly state the objective, provide required background or context, then summarize the findings and main take-home message.
\end{abstract}
%%%%%% Main Text %%%%%%
\section{Introduction}
The manuscript should start with a brief introduction that lays out the problem addressed by the research and describes the paper’s importance. The scientific question being investigated should be described in detail. The Introduction should provide sufficient background information to make the article understandable to readers in other disciplines and provide enough context to ensure that the implications of the experimental finding are clear.
%%%%% Citations in the text %%%%%%
\subsection*{Citations}
Citations of references in the text should be identified using numbers in square brackets e.g., ``as discussed by Cui \cite{Cui1}'' or ``as discussed elsewhere \cite{Cui1,Ninomiya1,Li1,Wang1,Yang1}.'' All references should be cited within the text and uncited references will be removed.
As an example, this template includes a ``sample.bib'' file containing the references in BibTeX.
%%%%%% Equations %%%%%%
\subsection*{Equations}
Equations should be provided in a text format, rather than as an image. Equations should be numbered consecutively, in round brackets, on the right-hand side of the page by using the ``\textbackslash begin\{equation\}'' command. They should be referred to as Equation 1, etc. in the main text.
\medskip For example, see Equation \ref{eq:1} and Equation \ref{eq:2} below.
\begin{equation} \label{eq:1}
a^2 + b^2 = c^2
\end{equation}
\begin{equation} \label{eq:2}
\begin{split}
A & = \frac{\pi r^2}{2} \\
& = \frac{1}{2} \pi r^2
\end{split}
\end{equation}
%%%%%% Figures %%%%%%
\subsection*{Figures}
Figures should be called out within the text and numbered in the order of their citation in the text. Every figure must have a descriptive title beginning with ``Figure [Number] …'' All figure titles should be either a phrase or a sentence; do not mix the two styles. See Figure \ref{fig:1} for example.
\begin{figure}[htbp]
\centering
\includegraphics[width=0.5\textwidth]{fig 1}
\caption{This is an example figure.}
\label{fig:1}
\end{figure}
Figures should be displayed on a white background. When preparing figures, consider that they can occupy either a single column (half page width) or two columns (full page width), and should be sized accordingly.
If a figure consists of multiple panels, they should be ordered logically and labelled with lower case roman letters (i.e., a, b, c, etc.). All labels should be explained in the legend. See Figure \ref{fig:2} for example.
Upon acceptance, authors will be asked to provide the figures as separate electronic files. Acceptable file types are Adobe Portable Document Format (PDF), PostScript (PS), or Encapsulated PostScript (EPS) for illustrations or diagrams; Tagged Image File Format (TIFF), JPEG, PNG, PhotoShop (PSD), EPS, or PDF for photography or microscopy. Bitmap (BMP) images should be of at least 300 dpi resolution, unless due to the limited resolution of a scientific instrument. If a bitmap image has labels, the image and labels should be embedded in separate layers.
\begin{figure}[htbp]
\centering
\begin{subfigure}{0.4\textwidth}
\includegraphics[width=0.9\textwidth, height=2in]{fig 1}
\caption{\label{fig:2a}}
\end{subfigure}
\begin{subfigure}{0.4\textwidth}
\includegraphics[width=0.9\textwidth, height=2in]{fig 2}
\caption{\label{fig:2b}}
\end{subfigure}
\caption{This is an example of a figure consisting of multiple panels. (\subref{fig:2a}) This is the first panel. (\subref{fig:2b}) This is the second panel.}
\label{fig:2}
\end{figure}
%%%%%% Tables %%%%%%
\subsection*{Tables}
Tables should supplement, not duplicate, the text. They should be called out consecutively within the text and numbered in the order of their citation in the text.
Every table must have a descriptive title beginning with ``Table [Number] …'' as noted in Table \ref{tab:1}. If numerical measurements are given, the units should be included in the column heading. Every vertical column should have a heading, followed by a unit of measure (if any) in parentheses. Units should not change within a column. Vertical rules should not be used.
Centered headings of the body of the table can be used to break the entries into groups. Do not use footnotes in column heads; include any such details in sentence form in the table legend. Footnotes should contain information relevant to specific cells of the table; use lowercase letters in alphabetical order, as needed: a, b, c, etc.
\begin{table}[b]
\caption{This is an example table.}
\centering
\begin{tabular}{ccc}
\hline
Column 1 & Column 2 & Column 3 \\
\hline
Cell 1 & Cell 2 & Cell 3\\
Cell 4 & Cell 5 & Cell 6 \\
\hline
\end{tabular}
\label{tab:1}
\end{table}
\section{Results and Discussion}
Rapid Reports are short single-finding papers with a maximum of 2 data elements (figures or tables). Thus, this section combines presentation of the data with its interpretation and conclusions drawn about the results. The experiment or setting should be described, followed by an explanation of the results. The findings should be integrated with the existing literature and other previously published studies. Please avoid claims of priority or primacy. There should not be any subheadings. All data must be shown either in the main text or in the Supplementary Materials; “data not shown” is not permitted. Rapid Reports should only include Supplementary Material for data that cannot be presented in the main text, such as large data sets used for the analysis, movie files, or computer code.
\begin{itemize}
\item • Data should be appropriately quantified from multiple independent experiments. Inclusion of biological data from individual experiments that have not been repeated at least twice is generally not permitted. However, validated individual studies are appropriate as Rapid Reports, as are case studies.
\item • Figures and tables should be called out in numerical order. Supplementary materials (for example, Data S1, Movie S1) must also be called out in numerical order. Provide a title and legend for all figures, tables, and items in the Supplementary Materials.
\item • Mathematical expressions within a sentence of text should be created with ordinary characters; if this is not possible, then use MathType (or the equivalent). Only use MathType when necessary — for example, characters with overbars or carets, with stacked superscripts and subscripts, or within square root symbols.
\end{itemize}
\section{Materials and Methods}
The Materials and Methods section should provide sufficient information to allow replication of the results. Where applicable, statistical methods should be described with enough detail for verification of the results by a knowledgeable reader with access to the original data. Values for N, P, and the specific statistical test performed for the experiments should be included in the figure or table legend or main text.
\subsection{Animal and Human Studies}
Studies involving animals or humans should include separate sections with the subheadings “Animals and Study Approval” or “Subjects and Study Approval,” as appropriate for animal or human research, respectively. All human studies must have been approved by the appropriate institutional review board(s). The Subjects and Study Approval subsection must include a specific declaration of such approval, including a statement indicating that written informed consent was received from participants prior to inclusion in the study. For animal models, the Animals and Study Approval subsection must include the precise genotype, strain, source, number of backcrosses, sex, and age of animals. Additionally, all animal studies must have been approved by the appropriate institutional review board(s). This subsection must include a specific declaration of such approval.
\section*{Acknowledgments}
Anyone who made a contribution to the research or manuscript, but who is not a listed author, should be acknowledged (with their permission). Types of acknowledgements include:
\subsection*{General}
Thank others for any contributions, whether it be direct technical help or indirect assistance
\subsection*{Author Contributions}
Describe contributions of each author to the paper, using the first initial and full last name.
\medskip Examples:
``S. Zhang conceived the idea and designed the experiments.''
``E. F. Mustermann and J. F. Smith conducted the experiments.''
``All authors contributed equally to the writing of the manuscript.''
\subsection*{Funding}
Name financially supporting bodies (written out in full), followed by the funding awardee and associated grant numbers (if applicable) in square brackets.
\medskip Example:
``This work was supported by the Engineering and Physical Sciences Research Council [grant numbers xxxx, yyyy]; the National Science Foundation [grant number zzzz]; and a Leverhulme Trust Research Project Grant.''
\medskip
If the research did not receive specific funding, but was performed as part of the employment of the authors, please name this employer. If the funder was involved in the manuscript writing, editing, approval, or decision to publish, please declare this.
\subsection*{Conflicts of Interest}
Conflicts of interest (COIs, also known as ``competing interests'') occur when issues outside research could be reasonably perceived to affect the neutrality or objectivity of the work or its assessment.
Authors must declare all potential interests – whether or not they actually had an influence – in a ‘Conflicts of Interest’ section, which should explain why the interest may be a conflict. Authors must declare current or recent funding (including for Article Processing Charges) and other payments, goods or services that might influence the work. All funding, whether a conflict or not, must be declared in a ``Funding Statement.'' The involvement of anyone other than the authors who 1) has an interest in the outcome of the work; 2) is affiliated to an organization with such an interest; or 3) was employed or paid by a funder, in the commissioning, conception, planning, design, conduct, or analysis of the work, the preparation or editing of the manuscript, or the decision to publish must be declared.
If there are none, the authors should state ``The author(s) declare(s) that there is no conflict of interest regarding the publication of this article.'' Submitting authors are responsible for coauthors declaring their interests. Declared conflicts of interest will be considered by the editor and reviewers and included in the published article.
\subsection*{Data Availability}
A data availability statement is compulsory for all research articles. This statement describes whether and how others can access the data supporting the findings of the paper, including 1) what the nature of the data is, 2) where the data can be accessed, and 3) any restrictions on data access and why.
If data are in an archive, include the accession number or a placeholder for it. Also include any materials that must be obtained through a Material Transfer Agreements (MTA).
\section*{Supplementary Materials}
As single-finding studies, Supplementary Materials should be unnecessary for most Rapid Reports. Only information that cannot be included in the main text should be presented as Supplementary Materials. The Word file for the manuscript should include titles and captions for additional files that are provided in the Supplementary Materials.
\begin{itemize}
\item All files should be described with a title and a legend.
\item Any references cited in the Supplementary Materials must already appear in the reference list; no separate supplementary reference list should be created.
\item Supplementary Materials may include additional author notes — for example, a list of group authors.
\item Supplementary Materials should be listed in the following order: supplementary text or materials and methods, supplementary figures, supplementary tables, other supplementary files (such as movies, data, interactive images, computer code, or database files), and references only cited in the supplementary materials. Be sure to submit all Supplementary Materials with the manuscript. Supplementary Materials should be named as follows:
\end{itemize}
\medskip Example:
Supplementary Text
Fig. S1. Title of the first supplementary figure.
Fig. S2. Title of the second supplementary figure.
Table S1. Title of the first supplementary table.
Data file S1. Title of the first supplementary data file.
Movie S1. Title of the first supplementary movie.
Computer Code S1. Title of the first supplementary computer code.
Audio S1. Title of the first supplementary movie.
\section*{Guidelines for References}
There is only one reference list for all sources cited in the main text, figure and table legends, and Supplementary Materials. Do not include a second reference list in the Supplementary Materials section. References cited only in the Supplementary Materials section are not counted toward the limit of 40 references.
\begin{itemize}
\item In the text, references should be numbered consecutively in the order of their first citation. Citations of references in the text should be identified using numbers in square brackets e.g., “as discussed by Liu [9]”; “as discussed elsewhere [9, 10]”. All references should be cited within the text and uncited references will be removed.
\item Includes all authors (initials and last name), article title, journal title (or abbreviation), volume, year of publication, and pages. For journals that do not use page numbers, include the article number. For journals that do not use volume numbers, include the date of publication and DOI. If available, include a DOI for each reference.
\item For online resources that do not have a DOI, include full URL, title of the page, source of the information, and date of access.
\item Authors are responsible for ensuring that the information in each reference is complete and accurate.
\item Explanatory notes should be called out and cited separately and not be included as part of another cited reference.
\item Manuscripts should not include footnotes; information should be integrated into the text.
\end{itemize}
\printbibliography
\end{document}