% To enable some options delete the % at the beginning of the line
|
|
% Gerardo Marx Chavez-Campos 25/March/2020
|
|
% ITM-MCIE
|
|
\documentclass{article}
|
|
%\usepackage[spanish]{babel}
|
|
\usepackage[left=1.5cm,top=2.5cm, right=1.5cm,bottom=2.5cm]{geometry}
|
|
\usepackage{helvet}
|
|
\usepackage{hyperref}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{graphicx}
|
|
\usepackage{blindtext}
|
|
\usepackage{tablefootnote}
|
|
\usepackage{booktabs}
|
|
\usepackage{amsmath}
|
|
\usepackage{pgfgantt}
|
|
\usepackage{pgfplots}
|
|
%-------------------
|
|
\title{My Research Project}
|
|
\author{Gerardo Marx Chávez-Campos}
|
|
\date{\today}
|
|
\begin{document}
|
|
\maketitle{}
|
|
\tableofcontents
|
|
\section{Problem statement}
|
|
\blindtext[1] % dummy text
|
|
\subsection{General introduction}
|
|
This is an example of inserting figures, see \autoref{fig:image}.
|
|
\begin{figure}[!h]
|
|
\centering
|
|
\includegraphics[width=2.5in]{example-image-a}
|
|
\caption{The caption of the figure.}
|
|
\label{fig:image}
|
|
\end{figure}
|
|
|
|
\blindtext[1] % dummy text
|
|
\subsection{The problem definition}
|
|
\blindtext[1] % dummy text
|
|
\subsection{Other researchers solutions}
|
|
\blindtext[1]% dummy text
|
|
\subsection{Proposed solution}
|
|
\blindtext[1]% dummy text
|
|
\section{State of art review}
|
|
\blindtext[2]% dummy text
|
|
\subsection{A detailed overview of research upon the topic}
|
|
In \eqref{eq:powerSpectrum} is shown the power spectrum of $f(x)$ reported in \cite{Romero-Serrano}:
|
|
\begin{equation}
|
|
f(x)=\sum_{k=0}^{k=200}a_k x_k
|
|
\end{equation}
|
|
|
|
\begin{equation}
|
|
P(x)=\int_{t=0}^{\infty}f(x)dx \label{eq:powerSpectrum}
|
|
\end{equation}
|
|
\subsection{A comparative table}
|
|
Some authors use tables to compare date and information. Thus, you can show information like in \autoref{tb:table-1}.
|
|
|
|
\begin{table}[!h]
|
|
\centering
|
|
\caption{Caption of the table and some footnote \tablefootnote{Text in the footnote to inform.}.}
|
|
\label{tb:table-1}
|
|
\begin{tabular}{ccc} %{c|c|c} to add vertical lines
|
|
\textbf{Column 1}& \textbf{Column 1} &\textbf{Column 1}\\
|
|
\toprule
|
|
Row 1 & Info & Info \\
|
|
Row 2 & Info & Info \\
|
|
Row 3 & Info & Info \\
|
|
Row 4 & Info & Info \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\end{table}
|
|
\blindtext[2]% dummy text
|
|
\subsection{Patents or models}
|
|
|
|
\blindtext[2]% dummy text
|
|
|
|
\subsection{Technical gap}
|
|
|
|
\blindtext[2]% dummy text
|
|
\section{Proposed solution}
|
|
\blindtext[2]% dummy text
|
|
\subsection{introduction to the technical gap}
|
|
\blindtext[2]% dummy text
|
|
\subsection{Hypothesis}
|
|
\blindtext[2]% dummy text
|
|
\subsection{Objectives}
|
|
\blindtext[2]% dummy text
|
|
\subsubsection{General}
|
|
\blindtext[2]% dummy text
|
|
\subsubsection{Specific}
|
|
\blindtext[2]% dummy text
|
|
|
|
\section{Materials and methods}
|
|
\blindtext[2]% dummy text
|
|
\subsection{Experimental setup}
|
|
\blindtext[2]% dummy text
|
|
\subsection{Data analysis or models}
|
|
\blindtext[2]% dummy text
|
|
\subsection{Standards}
|
|
\blindtext[2]% dummy text
|
|
\section{Preliminar Results}
|
|
\begin{figure}[!h]
|
|
\centering
|
|
\begin{tikzpicture}
|
|
\begin{axis}[
|
|
title={Temperature dependence of CuSO$_4\cdot$5H$_2$O solubility},
|
|
xlabel={Temperature [C]},
|
|
ylabel={Solubility [g per 100 g water]},
|
|
xmin=0, xmax=100,
|
|
ymin=0, ymax=120,
|
|
xtick={0,20,40,60,80,100},
|
|
ytick={0,20,40,60,80,100,120},
|
|
legend pos=north west,
|
|
ymajorgrids=true,
|
|
grid style=dashed]
|
|
|
|
\addplot[
|
|
color=blue,
|
|
mark=square]
|
|
coordinates { (0,23.1)(10,27.5)(20,32)(30,37.8)(40,44.6)(60,61.8)(80,83.8)(100,114)
|
|
};
|
|
\legend{CuSO$_4\cdot$5H$_2$O}
|
|
\end{axis}
|
|
\end{tikzpicture}
|
|
\caption{Sample plot.}
|
|
\label{fig:plot}
|
|
\end{figure}
|
|
|
|
\section{Plan and activities}
|
|
\blindtext[2]% dummy text
|
|
\subsection{Gantt}
|
|
\blindtext[2]% dummy text
|
|
\begin{figure}
|
|
\centering
|
|
\begin{ganttchart}{1}{12} \gantttitle{2011}{12} \\
|
|
\gantttitlelist{1,...,12}{1} \\
|
|
\ganttgroup{Group 1}{1}{7} \\
|
|
\ganttbar{Task 1}{1}{2} \\
|
|
\ganttlinkedbar{Task 2}{3}{7} \ganttnewline
|
|
\ganttmilestone{Milestone}{7} \ganttnewline
|
|
\ganttbar{Final Task}{8}{12}
|
|
\ganttlink{elem2}{elem3}
|
|
\ganttlink{elem3}{elem4}
|
|
\end{ganttchart}
|
|
\caption{Caption of the figure.}
|
|
\label{fig:gannt}
|
|
\end{figure}
|
|
\subsection{Money}
|
|
\blindtext[2]% dummy text
|
|
|
|
\section{Conclusions}
|
|
\blindtext[2]% dummy text
|
|
|
|
|
|
|
|
\bibliography{references}
|
|
\bibliographystyle{plain}
|
|
|
|
|
|
\end{document}
|