\documentclass[]{article}
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage{fixltx2e} % provides \textsubscript
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
  \usepackage[T1]{fontenc}
  \usepackage[utf8]{inputenc}
\else % if luatex or xelatex
  \ifxetex
    \usepackage{mathspec}
  \else
    \usepackage{fontspec}
  \fi
  \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
\fi
% use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
% use microtype if available
\IfFileExists{microtype.sty}{%
\usepackage[]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref
\usepackage[unicode=true]{hyperref}
\hypersetup{
            pdftitle={Engr 694-06, Research Methods Assignments, Fall 2017},
            pdfauthor={H. Conrad Cunningham},
            pdfborder={0 0 0},
            breaklinks=true}
\urlstyle{same}  % don't use monospace font for urls
\IfFileExists{parskip.sty}{%
\usepackage{parskip}
}{% else
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
}
\setlength{\emergencystretch}{3em}  % prevent overfull lines
\providecommand{\tightlist}{%
  \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\setcounter{secnumdepth}{0}
% Redefines (sub)paragraphs to behave more like sections
\ifx\paragraph\undefined\else
\let\oldparagraph\paragraph
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
\fi
\ifx\subparagraph\undefined\else
\let\oldsubparagraph\subparagraph
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
\fi

% set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother

\usepackage{caption}
\DeclareCaptionLabelFormat{nolabel}{}
\captionsetup{labelformat=nolabel}

\title{Engr 694-06, Research Methods\\
Assignments, Fall 2017}
\author{H. Conrad Cunningham}
\date{27 September 2017}

\begin{document}
\maketitle

\section{\texorpdfstring{Assignment: Final Paper \& Presentation\\
Paper Due Date: Wed., 29 Nov., 2:00 p.m.\\
Presentation: Mon., 4 Dec., 4:00
p.m.}{Assignment: Final Paper \& Presentation Paper Due Date: Wed., 29 Nov., 2:00 p.m. Presentation: Mon., 4 Dec., 4:00 p.m.}}\label{assignment-final-paper-presentation-paper-due-date-wed.-29-nov.-200-p.m.-presentation-mon.-4-dec.-400-p.m.}

\subsection{Final Paper}\label{final-paper}

For this assignment, you are required to produce a \emph{final paper}:

\begin{itemize}
\item
  Choose a computer science topic you wish to investigate. Ideally, this
  should be in an area that you are considering for a possible
  dissertation, thesis, or other research project. It may be (but is not
  required to be) the same topic that you chose for the
  \href{694hw06.html}{annotated bibliography} assignment.
\item
  Select three or four important papers on your chosen topic. (Some or
  all of these may be among those you selected for your annotated
  bibliography assignment.)
\item
  The papers you choose should be scholarly papers of reasonable length
  published in reputable computer science journals or refereed
  conference proceedings (or post-proceedings). The journals,
  transactions, and conference proceedings published by ACM and IEEE are
  good sources for papers. But you may choose other reputable publishers
  of scholarly papers with significant computer science content.
\item
  Read and study the papers carefully.
\item
  Using what you have learned this semester, write a 5-to-6 page
  (approximately 2500-word) summary (and critique) of the selected
  papers. Your summary should be an integrated overview of the papers,
  not just independent summaries of each paper concatenated together.
  You may reference additional papers, books, or other materials as
  needed.
\item
  Your paper must be your own work. Be sure to include appropriate
  quotations, citations, bibliography, and acknowledgements as we have
  discussed in this course. Use the
  \href{../notes/694lectureNotes.html\#ref_styles}{IEEE citation style}
  and \emph{IEEE Transactions} template. Do not include annotations in
  the reference list.
\item
  Format your paper using either LaTeX, Pandoc Markdown, or a word
  processor that produces a document that is compatible with Microsoft
  Word.
\item
  You are encouraged to use a reference management tool compatible with
  your text formatter or word processor (e.g., BibTex, Citeproc, Zotero,
  Mendeley, EndNote, etc.).
\item
  Submit all your source files and a PDF of your paper electronically
  via Blackboard by the paper's due date.
\end{itemize}

\subsection{Final Presentation}\label{final-presentation}

For this assignment, you are also required to give a \emph{final
presentation}:

\begin{itemize}
\item
  Be ready to present a 12-15-minute talk on your paper for the
  instructor and your classmates during the period set for your
  presentation. Your instructor plans to schedule all presentations for
  the final exam period (4:00-7:00, Monday, 4 December). He expects you
  to attend all presentations and to submit an evaluation form on each
  student presentation (except your own).
\item
  Design your presentation to fit within the allocated time budget.
  Practice the delivery as needed. Be prepared to answer questions from
  your classmates or instructor.
\item
  Try to resolve all technical issues with your presentation in advance.
  If you plan to use the Windows computer, projector, document camera,
  and/or speakers in the classroom, make sure that appropriate hardware,
  software, fonts, etc., are available and that you can operate the
  equipment as needed. If you plan to bring your own computer, make sure
  you can connect it to the projector expeditiously. If you need to use
  files on a server or web pages, may sure you can access them from the
  classroom.
\item
  If you produce slides, handouts, or web pages to support your
  presentation, please submit the materials electronically to
  Blackboard.
\end{itemize}

\end{document}
