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.

72 lines
1.8 KiB

  1. \documentclass[11pt,twocolumn]{article}
  2. \usepackage[left=1.5cm,top=2.5cm, right=1.5cm,bottom=2.5cm]{geometry}
  3. \usepackage{helvet}
  4. \usepackage[utf8]{inputenc}
  5. \usepackage[spanish]{babel}
  6. \usepackage{graphicx}
  7. \usepackage{blindtext}
  8. \usepackage{tablefootnote}
  9. \usepackage{amsmath}
  10. \title{My Research Project Title by Explaining How, What and Why }
  11. \author{Gerardo Marx Chávez-Campos}
  12. \begin{document}
  13. \maketitle
  14. \tableofcontents
  15. \section{Problem statement}
  16. \blindtext[1]
  17. \subsection{General introduction}
  18. \begin{figure}[t!]
  19. \centering
  20. \includegraphics[width=2.5in]{example-image-a}
  21. \end{figure}
  22. \blindtext[1]
  23. \subsection{The problem definition}
  24. \blindtext[1]
  25. \subsection{Other researchers solutions}
  26. \blindtext[1]
  27. \subsection{Proposed solution}
  28. \blindtext[1]
  29. \section{State of art review}
  30. \blindtext[2]
  31. \subsection{A detailed overview of research upon the topic}
  32. In the \eqref{eq:powerSpectrum} is shown the power spectrum of $f(x)$ \cite{Romero-Serrano} :
  33. \begin{equation}
  34. f(x)=\sum_{k=0}^{k=200}a_k x_k
  35. \end{equation}
  36. \begin{equation}
  37. P(x)=\int_{t=0}^{\infty}f(x)dx \label{eq:powerSpectrum}
  38. \end{equation}
  39. \subsection{A comparative table}
  40. \begin{table}
  41. \caption{Texto \tablefootnote{Texto}}
  42. content...
  43. \end{table}
  44. \subsection{Patents or models}
  45. \subsection{Technical gap}
  46. \section{Proposed solution}
  47. \subsection{introduction to the technical gap}
  48. \subsection{Hypothesis}
  49. \subsection{Objectives}
  50. \subsubsection{General}
  51. \subsubsection{Specific}
  52. \section{Materials and methods}
  53. \subsection{Experimental setup}
  54. \subsection{Data analysis or models}
  55. \subsection{Standards}
  56. \section{Plan and activities}
  57. \subsection{Gantt}
  58. \subsection{Money}
  59. \section{Conclusions}
  60. \section{References}
  61. \bibliography{references}
  62. \bibliographystyle{plain}
  63. \end{document}