Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. \documentclass[conference]{IEEEtran}
  2. \IEEEoverridecommandlockouts
  3. % The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
  4. \usepackage{natbib}
  5. \usepackage{amsmath,amssymb,amsfonts}
  6. \usepackage{algorithmic}
  7. \usepackage{graphicx}
  8. \usepackage{textcomp}
  9. \usepackage{xcolor}
  10. \def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
  11. T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
  12. \begin{document}
  13.  
  14. \title{Deep Learning Techniques for Classification of MRI Images}
  15.  
  16. \author{\IEEEauthorblockN{Steve Xuereb}
  17. \IEEEauthorblockA{\textit{Institute of Information and Communication Technology} \\
  18. \textit{Malta College of Arts, Science and Technology}\\
  19. Paola, Malta \\
  20. steve.xuereb.a100081@mcast.edu.mt}
  21. \and
  22. \IEEEauthorblockN{2\textsuperscript{nd} Given Name Surname}
  23. \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
  24. \textit{name of organization (of Aff.)}\\
  25. City, Country \\
  26. email address}
  27. }
  28.  
  29. \maketitle
  30.  
  31. \begin{abstract}
  32. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. \\\\
  33. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  34. \end{abstract}
  35.  
  36. \begin{IEEEkeywords}
  37. image processing, medical data, artificial intelligence
  38. \end{IEEEkeywords}
  39.  
  40. \section{Introduction}
  41. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
  42. \subsection{Aims and Objectives}
  43. The aims of this project are:
  44. \begin{enumerate}
  45. \item First Aim
  46. \item Second Name
  47. \item Third Name
  48. \end{enumerate}
  49.  
  50. \section{Literature Review}
  51. \section{Methodolgy}
  52. \section{Results and Analysis}
  53. \section{Conclusion and Future Work}
  54.  
  55. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement