CS701 project template
Author:
Philip Caplan
Last Updated:
5 anni fa
License:
Other (as stated in the work)
Abstract:
Project to be used for CS701 Fall 2019
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
Project to be used for CS701 Fall 2019
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[acmtog,review]{acmart}
\usepackage{booktabs} % For formal tables
\settopmatter{printacmref=false} % Removes citation info after abstract
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{Caplan \& Wazowski, Fall 2019}
\rfoot{\thepage}
%\pagestyle{plain} % removes running headers
% Use the "authoryear" citation style, and make sure citations are in [square brackets].
\citestyle{acmauthoryear}
\setcitestyle{square}
% A useful command for controlling the number of authors per row.
% The default value of "authorsperrow" is 2.
\settopmatter{authorsperrow=4}
\begin{document}
% Title.
% If your title is long, consider \title[short title]{full title} - "short title" will be used for running heads.
\title{CS701 Abstract/Extended Abstract/Final Paper Template}
% please leave the subtitle!
\subtitle{CSCI 701 Final Project, Middlebury College, Fall 2019}
% Authors.
\author{Philip Claude Caplan}
\affiliation{%
\institution{Middlebury College}}
\author{Mike Wazowski}
\affiliation{%
\institution{Monsters University}}
\maketitle
% a couple of paragraphs describing your project
\section*{Abstract}
Please use this template to format your abstract, extended abstract and final report for your project in cs701.
This formatted document contains examples of many of the elements of an abstract or technical paper, including multiple authors, sections and subsections, formulae, tables, figures, enumeration environments, and citations and references.
Note: this has been adapted from the ACM Transactions on Graphics (TOG) template.
% the other sections
\input{sec/1_introduction.tex}
\input{sec/2_exposition.tex}
\input{sec/2a_participants.tex}
\input{sec/3_results.tex}
\input{sec/4_conclusions.tex}
% select the reference format (leave this)
\bibliographystyle{ACM-Reference-Format}
% specify the bibliography (.bib) file
% place your references in this bib file
\bibliography{main}
\end{document}