Article Title"

\begin{abstract}

Abstract length and content varies depending on article type. Refer to \url{http://www.frontiersin.org/about/AuthorGuidelines} for abstract requirement and length according to article type.

%All article types: you may provide up to 8 keywords; at least 5 are mandatory. \tiny \keyFont{ \section{Keywords:} Text Text Text Text Text Text Text Text }

\end{abstract}

Introduction {-}

Cite fancy references [@Neuro2013]. As demonstrated in @Gene2012, citations can also be automatically reference. Multiple references are separated by semicolons [@Neuro2013; @Neurobot2013].

Results {-}

Subsection 1 {-}

You can use R chunks directly to plot graphs.

x <- 0:100
set.seed(999)
y <- 2 * (x + rnorm(length(x), sd = 3) + 3)
plot(x, y)

Subsection 2 {-}

Frontiers requires figures to be submitted individually, in the same order as they are referred to in the manuscript. Figures will then be automatically embedded at the bottom of the submitted manuscript. Kindly ensure that each table and figure is mentioned in the text and in numerical order. Permission must be obtained for use of copyrighted material from other sources (including the web). Please note that it is compulsory to follow figure instructions. Figures which are not according to the guidelines will cause substantial delay during the production process.

Discussion

Disclosure/Conflict-of-Interest Statement {-}

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Author Contributions {-}

The statement about the authors and contributors can be up to several sentences long, describing the tasks of individual authors referred to by their initials and should be included at the end of the manuscript before the References section.

Acknowledgments {-}

Funding:

Supplemental Data

Supplementary Material should be uploaded separately on submission, if there are Supplementary Figures, please include the caption in the same file as the figure. LaTeX Supplementary Material templates can be found in the Frontiers LaTeX folder

References

A Frontier article expect the reference list to be included in this section. To make that happens, the below syntax can be used. This feature is from Pandoc citeproc which is used with frontier_article() to handle the bibliography

::: {#refs} :::

Figures {-}

# You can also refer to code chunks from above to place figures at the bottom.


Try the rticles package in your browser

Any scripts or data that you put into this service are public.

rticles documentation built on May 31, 2023, 6:12 p.m.