You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
4.2 KiB

  1. % To enable some options delete the % at the beginning of the line
  2. % Gerardo Marx Chavez-Campos 25/March/2020
  3. % ITM-MCIE
  4. \documentclass{article}
  5. %\usepackage[spanish]{babel}
  6. \usepackage[left=1.5cm,top=2.5cm, right=1.5cm,bottom=2.5cm]{geometry}
  7. \usepackage{helvet}
  8. \usepackage{hyperref}
  9. \usepackage[utf8]{inputenc}
  10. \usepackage{graphicx}
  11. \usepackage{blindtext}
  12. \usepackage{tablefootnote}
  13. \usepackage{booktabs}
  14. \usepackage{amsmath}
  15. \usepackage{pgfgantt}
  16. \usepackage{pgfplots}
  17. %-------------------
  18. \title{My Research Project}
  19. \author{Gerardo Marx Chávez-Campos}
  20. \date{\today}
  21. \begin{document}
  22. \maketitle{}
  23. \tableofcontents
  24. \section{Problem statement}
  25. \blindtext[1] % dummy text
  26. \subsection{General introduction}
  27. This is an example of inserting figures, see \autoref{fig:image}.
  28. \begin{figure}[!h]
  29. \centering
  30. \includegraphics[width=2.5in]{example-image-a}
  31. \caption{The caption of the figure.}
  32. \label{fig:image}
  33. \end{figure}
  34. \blindtext[1] % dummy text
  35. \subsection{The problem definition}
  36. \blindtext[1] % dummy text
  37. \subsection{Other researchers solutions}
  38. \blindtext[1]% dummy text
  39. \subsection{Proposed solution}
  40. \blindtext[1]% dummy text
  41. \section{State of art review}
  42. \blindtext[2]% dummy text
  43. \subsection{A detailed overview of research upon the topic}
  44. In \eqref{eq:powerSpectrum} is shown the power spectrum of $f(x)$ reported in \cite{Romero-Serrano}:
  45. \begin{equation}
  46. f(x)=\sum_{k=0}^{k=200}a_k x_k
  47. \end{equation}
  48. \begin{equation}
  49. P(x)=\int_{t=0}^{\infty}f(x)dx \label{eq:powerSpectrum}
  50. \end{equation}
  51. \subsection{A comparative table}
  52. Some authors use tables to compare date and information. Thus, you can show information like in \autoref{tb:table-1}.
  53. \begin{table}[!h]
  54. \centering
  55. \caption{Caption of the table and some footnote \tablefootnote{Text in the footnote to inform.}.}
  56. \label{tb:table-1}
  57. \begin{tabular}{ccc} %{c|c|c} to add vertical lines
  58. \textbf{Column 1}& \textbf{Column 1} &\textbf{Column 1}\\
  59. \toprule
  60. Row 1 & Info & Info \\
  61. Row 2 & Info & Info \\
  62. Row 3 & Info & Info \\
  63. Row 4 & Info & Info \\
  64. \bottomrule
  65. \end{tabular}
  66. \end{table}
  67. \blindtext[2]% dummy text
  68. \subsection{Patents or models}
  69. \blindtext[2]% dummy text
  70. \subsection{Technical gap}
  71. \blindtext[2]% dummy text
  72. \section{Proposed solution}
  73. \blindtext[2]% dummy text
  74. \subsection{introduction to the technical gap}
  75. \blindtext[2]% dummy text
  76. \subsection{Hypothesis}
  77. \blindtext[2]% dummy text
  78. \subsection{Objectives}
  79. \blindtext[2]% dummy text
  80. \subsubsection{General}
  81. \blindtext[2]% dummy text
  82. \subsubsection{Specific}
  83. \blindtext[2]% dummy text
  84. \section{Materials and methods}
  85. \blindtext[2]% dummy text
  86. \subsection{Experimental setup}
  87. \blindtext[2]% dummy text
  88. \subsection{Data analysis or models}
  89. \blindtext[2]% dummy text
  90. \subsection{Standards}
  91. \blindtext[2]% dummy text
  92. \section{Preliminar Results}
  93. \begin{figure}[!h]
  94. \centering
  95. \begin{tikzpicture}
  96. \begin{axis}[
  97. title={Temperature dependence of CuSO$_4\cdot$5H$_2$O solubility},
  98. xlabel={Temperature [C]},
  99. ylabel={Solubility [g per 100 g water]},
  100. xmin=0, xmax=100,
  101. ymin=0, ymax=120,
  102. xtick={0,20,40,60,80,100},
  103. ytick={0,20,40,60,80,100,120},
  104. legend pos=north west,
  105. ymajorgrids=true,
  106. grid style=dashed]
  107. \addplot[
  108. color=blue,
  109. mark=square]
  110. coordinates { (0,23.1)(10,27.5)(20,32)(30,37.8)(40,44.6)(60,61.8)(80,83.8)(100,114)
  111. };
  112. \legend{CuSO$_4\cdot$5H$_2$O}
  113. \end{axis}
  114. \end{tikzpicture}
  115. \caption{Sample plot.}
  116. \label{fig:plot}
  117. \end{figure}
  118. \section{Plan and activities}
  119. \blindtext[2]% dummy text
  120. \subsection{Gantt}
  121. \blindtext[2]% dummy text
  122. \begin{figure}
  123. \centering
  124. \begin{ganttchart}{1}{12} \gantttitle{2011}{12} \\
  125. \gantttitlelist{1,...,12}{1} \\
  126. \ganttgroup{Group 1}{1}{7} \\
  127. \ganttbar{Task 1}{1}{2} \\
  128. \ganttlinkedbar{Task 2}{3}{7} \ganttnewline
  129. \ganttmilestone{Milestone}{7} \ganttnewline
  130. \ganttbar{Final Task}{8}{12}
  131. \ganttlink{elem2}{elem3}
  132. \ganttlink{elem3}{elem4}
  133. \end{ganttchart}
  134. \caption{Caption of the figure.}
  135. \label{fig:gannt}
  136. \end{figure}
  137. \subsection{Money}
  138. \blindtext[2]% dummy text
  139. \section{Conclusions}
  140. \blindtext[2]% dummy text
  141. \bibliography{references}
  142. \bibliographystyle{plain}
  143. \end{document}