-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestinbraintheme.tex
124 lines (91 loc) · 3.3 KB
/
testinbraintheme.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
\documentclass{beamer}
\title[]{InBrain Beamer Template -- v 1.0}
\author{Bruno Hebling Vieira}
\institute[FFCLRP-USP]{
InBrain Lab, Faculdade de Filosofia, Ciências e Letras de Ribeirão Preto\\Universidade de São Paulo \\
\medskip
\textit{[email protected]} \\
\medskip
\texttt{inbrainlab.com}
}
\date{\today}
\usetheme{inbrain}
\usepackage[style=authoryear,backend=bibtex8,doi=false,isbn=false,url=false,eprint=false]{biblatex}
\renewbibmacro{in:}{}
\AtEveryCitekey{%
\clearfield{volume}%
\clearfield{number}%
\clearfield{title}%
\clearfield{pages}}
\addbibresource{library.bib}
\begin{document}
\begin{withoutheadline}
\begin{frame}
\titlepage % Print the title page as the first slide
\end{frame}
\end{withoutheadline}
%------------------------------------------------
\section[Intro]{Introduction}
%------------------------------------------------
\begin{frame}
\frametitle{Intelligence}
``[\dots] the aggregate or global capacity of the individual to act purposefully, to think rationally and to deal effectively with his environment''\footnotemark[1]
\begin{itemize}
\item It comprises several distinct aptitudes
\item Tests were developed to quantify intelligence, making it is possible to assess a score in a numerical cognitive scale
\end{itemize}
\footnotetext[1]{\fullcite{Wechsler1944}}
\end{frame}
\begin{frame}
\frametitle{General Intelligence}
\begin{itemize}
\item Since test scores tend to correlate positively (i.e. a positive manifold), this led to the development of theories on general intelligence, or ``g''\footnotemark[1]
\item ``G'' is an underlying factor that influences the overall cognitive performance of an individual and is latent to intelligence tests
\item It can be estimated from the factor analytic decomposition of test scores from a population\footnotemark[2]
\end{itemize}
\footnotetext[1]{\fullcite{Spearman1904}}
\footnotetext[2]{\fullcite{Thurstone1940}}
\end{frame}
%------------------------------------------------
\section[Methods]{Materials \& Methods}
%------------------------------------------------
\begin{frame}
\frametitle{Materials \& Methods}
\begin{columns}[c]
\begin{column}{.4\textwidth}
\begin{itemize}
\item A
\item B
\item C
\end{itemize}
\end{column}
\begin{column}{.4\textwidth}
\begin{enumerate}
\item 1
\item 2
\item 3
\item 4
\end{enumerate}
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\section[Conclusions]{Conclusions}
%------------------------------------------------
\begin{frame}
\frametitle{Final remarks}
Carpe diem.
\end{frame}
%------------------------------------------------
% Final slides
%------------------------------------------------
\begin{frame}
\centering
{\huge``É o InBrain ou não é?!''}
J.H.O. Barbosa \textit{``InBrain Archives''}. 2012
\end{frame}
\begin{frame}
\centering
\Huge{Thank you!}
\end{frame}
\end{document}