Multi-scale encoding of cerebral complex networks
作者:
4sc4n1s
最近上传:
11 年前
许可:
Creative Commons CC BY 4.0
摘要:
Avalanches neurais e suas medidas psicofisicas.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%% This is an example using the ift.cls.
%%
%% Author: Marco Vervoort, modified by Roberto Kraenkel
%%
%%
%%
%% Uses latex2e
\documentclass{iftp}
\usepackage[Bjornstrup]{fncychap}
\usepackage[dvipsnames]{xcolor}
\usepackage[utf8]{inputenc}
\usepackage{latexsym,amsfonts,amsmath,amssymb}
\usepackage{graphicx}
\usepackage{bm}% bold math
\usepackage{appendix}
\usepackage{ucs}
%\usepackage[square]{natbib} % formato da citação mais flexÃvel
\usepackage{listings} % para incluir código-fonte diretamente
\usepackage{paralist} % para usar enumerate dentro do parágrafo
\usepackage[T1]{fontenc}
\usepackage[brazil]{babel}
\usepackage{algorithm}
\usepackage{algorithmicx}
%\usepackage[noend]{algpseudocode}
\usepackage{algpseudocode}
\lstset{%
extendedchars=\true,
inputencoding=utf8x,
language=Python,
%showstringspaces=false,
formfeed=\newpage,
tabsize=4, %commentstyle=\itshape,
basicstyle=\ttfamily\small,
%basicstyle={\small\fontfamily{fvm}\fontseries{m}\selectfont},
lineskip={-1.5pt},
belowskip=0pt,
aboveskip=0pt,
commentstyle=\color{Violet}\bf,
%commentstyle=\color{red}\itshape,
stringstyle=\color{Brown}\bf,
morestring=[d][\color{red}]{'''},
identifierstyle=\color{PineGreen},
showstringspaces=false,
keywordstyle=\color{blue}\bfseries,
moredelim=[il][\large\textbf]{\#\# },
morekeywords={models,range},
numbers=left,
breaklines=true,
numberstyle=\tiny,%\color{blue}\bfseries,
%literate=%
%{ĂŁ}{{\~a}}1
%{â}{{\^a}}1
%{Ăľ}{{\~o}}1
%{ĂĄ}{{\'a}}1
%{Ăş}{{\'u}}1
%{Ă}{{\'i}}1
%{ĂŠ}{{\'e}}1
%{Ă}{{\c{C}}}1
%{Ă}{{\~O}}1
%{Ă}{{\^E}}1
%{Ăł}{{\'o}}1
%{Ă }{{\`a}}1
%{Ă}{{\^A}}1
%{Ă´}{{\^o}}1
%{ĂŞ}{{\^e}}1
%{ç}{{\c{c}}}1
}
\lstset{ emph={as}, emphstyle={\color{blue}\textbf} }
\newcommand{\code}[2]{
\subsubsection*{#1}\footnotesize
\lstinputlisting{#2}
}
\definecolor{cor_da_unesp}{RGB}{20,50,102}
\begin{document}
\renewcommand\abstractname{Resumo}
\algrenewcommand\algorithmicif{\textbf{Se}}
\algrenewcommand\algorithmicthen{\textbf{ent\~ ao:}}
\algrenewcommand\algorithmicelse{\textbf{ou ent\~ ao:}}
\algrenewcommand\algorithmicfor{\textbf{Para}}
\algrenewcommand\algorithmicdo{\textbf{fa\c ca:}}
\algrenewcommand\algorithmicprocedure{\textbf{Fun\c c\~ ao }}
\algrenewcommand\algorithmicend{\textbf{final de}}
\pagestyle{plain}
\pagenumbering{roman}
%% \include the `front matter'
\include{tese_front}
\include{tese_dedication}
\include{tese_resumo}
\vfill
\thispagestyle{empty}
\mbox{}
\include{tese_abstract}
\tableofcontents
\include{tese_acknowledgements}
%% now we can start with the real thing
\cleardoublepage
\pagestyle{headings}
\pagenumbering{arabic}
\include{tese_avalanche_medidas}
\include{tese_redes_cerebrais}
\include{tese_code_multiplex}
\include{tese_trandyn}
\appendix % YOU CAN INCLUDE YOUR APPENDICES below
\include{appendix}
%% \include the `end matter'
\bibliographystyle{plain}
\bibliography{tese_bib}
\cleardoublepage % if you are so inclined
%%% PERSONALIZE : por favor acerta a ultima pgina azul como sendo mpar.
%\clearpage % if you are so inclined
\newpage
\thispagestyle{empty}
\pagecolor{cor_da_unesp}
\vfill
\mbox{}
\end{document}