% Example LaTeX Document % Preamble: Sets up General Parameters which are Global \documentclass[12pt]{article} \usepackage{graphicx} \usepackage{amsmath} \usepackage{amssymb} %\usepackage{doublespace, fullpage} % Body: Main Document \begin{document} \title{Computer Science Research Areas} \author{Pete Smith, Ann Martin} \maketitle \begin{abstract} Our main areas of interest within Computer Science are machine learning, computer graphics, and computer music. \\ % '\\' generates a newline \par % http://www.artofproblemsolving.com/LaTeX/AoPS_L_GuideLay.php {\bf Keywords:} genetic algorithms, algorithmic composition \end{abstract} \section{Introduction} \subsection{What is research} Research tries to add something new to the body of knowledge in a particular field and seeks to find answers to a problem. This involves a systematic and intensive study in which the primary aim is a fuller knowledge or understanding of the subject under study. \par This text is inserted to demonstrate how to start a new paragraph. \subsection{Why is research done?} Two basic purposes of research are to learn something and/or to gather evidence. Research also advances existing knowledge in a discipline, subject area or field. It fills significant gaps in such knowledge and is used to devise new modes or means of expression. \par New perspectives in sciences, arts and humanities can be developed. \section{Background} Types of research include: \begin{enumerate} \item Applied Research \begin{itemize} \item Research which studies the relationship and/or applicability of theories or principles to the solution of a problem for the purpose of producing results that may be applied to real world situations. \item Research used to answer a specific question, determine why something failed or succeeded, and solve a specific, pragmatic problem. \end{itemize} \item Operations Research and Modeling \begin{itemize} \item Application of mathematical models to study or plan a process designed to determine the most efficient way to do something. Often used to analyze complex real-world situations. \end{itemize} \item Primary (or original) research and Modeling: \begin{itemize} \item Original research in which new data is actually collected from the natural world (via experiments, naturalistic observation, case studies, etc.) conducted to answer a research problem. Secondary research draws information from books, publications, or expert opinion. \item Primary research requires: 1. knowing what has already been discovered on a subject (background) and 2. formulating a method to find out what you want to know. \end{itemize} \item Qualitative research \begin{itemize} \item Concerned with understanding the processes which underlie various behavioural patterns through loosely structured, mainly verbal data rather than measurements. Analysis is interpretive, subjective, impressionistic and diagnostic. \item An exploratory study, to explore an unknown sector, identify the main dimensions of a problem, draw assumptions, understand motivations. Or an operational study based on in-depth analysis of interviewee responses. \end{itemize} \item Quantitative research \begin{itemize} \item Examines phenomenon through the numerical, projectable representations of observations and uses statistics to analyze results in an attempt to establish general laws and principles. \item The numerical representation and manipulation of observations for the purpose of describing and explaining the phenomena that those observations reflect. Used in a wide variety of natural and social sciences, including physics. \end{itemize} \item Research and development \begin{itemize} \item Aimed at discovering new knowledge in hopes that such activity will be useful in developing or creating research findings into new and improved prototypes, processes or services. \end{itemize} \item Secondary research \begin{itemize} \item Finding out what others have discovered through original research and trying to reconcile conflicting vewpoints or conclusions, find new relationships between normally non-related research, and arrive at your own conclusion based on others' work. \end{itemize} \item Opensource development; Open Learning and research labs MIT \end{enumerate} \section{Machine Learning} The Biological Language Modeling project is based on the assumption that protein sequences from different organisms may be viewed as texts written in different languages.\cite{Rosenfeld} \par This is interesting to me because ... (or I find interesting ...) I have read about... \par A possible project may be to try to... \section{Computer Music} McBlare is a robot bagpipe player. \par This is interesting to me because... \par A possible project may be to... \begin{thebibliography}{99} \bibitem{Rosenfeld} R. Rosenfeld, ``Biological Modeling Language'',\newline http://www.cs.cmu.edu/\~blmt/, 2005. \bibitem{BrogHodg} D. C. Brogan and J. K. Hodgins, ``Group behaviors for systems with significant dynamics'', {\it Autonomous Robots 4}, pp. 137-153, 1997. \bibitem{BrogMet} D. C. Brogan, R. A. Metoyer, and J. K. Hodgins, ``Dynamically simulated characters in virtual environments'', {\it IEEE Computer Graphics \& Applications 18}, pp. 58-69, September/October 1998. \underline{The World Wide Web Unleashed}, Sams Publishing, 1994. \bibitem{Kopka} Helmut Kopka and Patrick W. Daly, \underline{A Guide to LATEX}, Addison-Wesley Publishing Co., Inc., 1993. \bibitem{latex2html} Nikos Drakos and Ross Moore, \underline{LaTeX2HTML Translator} Version 99.2 beta8(1.43), Macquarie University, Sydney, 1999. \bibitem{Style} Walker, Janice R. et al., "The Columbia Guide to Online Style", 1995.\\ http://www.columbia.edu/cu/cup/cgos/idx\_basic.html (August 11, 2000) \end{thebibliography} \end{document}