\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 in CS 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 in CS\\
Assignments, Fall 2017}
\author{H. Conrad Cunningham}
\date{25 September 2017}

\begin{document}
\maketitle

\section{Homework Assignments}\label{homework-assignments}

\subsection{Preparing Assignments}\label{preparing-assignments}

All homework and programming exercises must be prepared in accordance
with the instructions given in the
\href{../694syl_f17.html\#academic-integrity}{Academic Integrity} and
\href{../694syl_f17.html\#assignments}{Assignments} sections of the
\href{../694syl_f17.html}{Syllabus}. Each assignment must be submitted
to your instructor by its stated deadline.

\subsection{Descriptions}\label{descriptions}

\begin{enumerate}
\def\labelenumi{\arabic{enumi}.}
\item
  \href{694hw01.html}{Assignment \#1}
\item
  \href{694hw02.html}{Assignment \#2}
\item
  \href{694hw03.html}{Assignment \#3}
\item
  \href{694hw04.html}{Assignment \#4}
\item
  \href{694hw05.html}{Assignment \#5}
\item
  \href{694hw06.html}{Assignment \#6}
\item
  TBD Poster assignment planned, but not yet described
  \href{694hw07.html}{Assignment \#7}
\item
  \href{694project.html}{Project}
\end{enumerate}

\end{document}
