Skip to content

Latest commit

 

History

History
101 lines (74 loc) · 2.62 KB

report.md

File metadata and controls

101 lines (74 loc) · 2.62 KB
event title author affiliations summary url coi acknow contrib tags supplemental bibliography
OHBM Brainhack 2020
This is an example report
initials surname firstname email affiliation corref url
AK
Karakuzu
Agah
aff1, aff2
aff1
id orgname street postcode city state country
aff1
NeuroPoly, Polytechnique Montreal
some street
H3T 1Z9
Montreal
Quebec
Canada
id orgname street postcode city state country
aff2
MRI Core Lab, Montreal Heart Institute
another street
H5T Y2D
Montreal
Quebec
Canada
This is a dummy report created during the sprint :)
Please add if there are competing interests. Otherwise, type None.
The authors would like to thank the organizers and attendees of OHBM Brainhack 2020.
AK did something.
MRI
Publishing
Report
Material 1
Material 2
report

Introduction

The bibliography (\code{report.bib}) must respect \href{http://www.bibtex.org/Using/}{BibTeX} format. You can cite entries in your bibliography using their tags:

\begin{itemize} \item Cite an article: \cite{author:2010} \item Cite a GitHub repository: \cite{githubrepo:2020} \end{itemize}

\smallskip \noindent You can use \code{inline code highlight}. This paragraph shows how to add blank lines and how to start a paragraph without indentation.

Section

You can create additional sections as you prefer. Section title levels are determined by the number of hastags as in a traditional markdown file.

Subsection

Subsection content goes here. You can create numerated lists:

\begin{enumerate} \item The labels consists of sequential numbers. \item The numbers starts at 1 with every call to the enumerate environment. \end{enumerate}

SubSubsection

You can add mathematical formulas. Single dollars ($) are required for inline mathematics e.g. $f(x) = e^{\pi/x}$. \smallskip

\noindent You can also use plain \LaTeX for equations:

\begin{equation}\label{eq:fourier} \hat f(\omega) = \int_{-\infty}^{\infty} f(x) e^{i\omega x} dx \end{equation} and refer to \autoref{eq:fourier} from text.

Results

Figure files must be placed at the \code{figures} folder. You can include figures using the following block:

\begin{figure}[h!]

\includegraphics[width=.47\textwidth]{brainhack.png}

\caption{\label{fig1} Your caption goes here.}

\end{figure}

To refer a figure in the text, you need to use the respective label defined in its caption: Fig. \ref{fig1}