UIUC LING 415
Author
Lane Schwartz
Last Updated
8 years ago
License
Creative Commons CC BY 4.0
Abstract
Template for use by LING/TRST 415
Template for use by LING/TRST 415
\documentclass{report}
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
%% Sets page size and margins
\usepackage[top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=black]{hyperref}
% Specify bibliography package
\usepackage{natbib}
\title{Review of Assigned Readings}
\author{Your Name Goes Here}
\date{LING/TRST 415: Spring 2017}
\begin{document}
\renewcommand{\chaptername}{Day}
\maketitle
\tableofcontents
% For each day of class, you will have a new chapter
\chapter{Thursday 19 January 2017: Introduction to Machine Translation}
% You should have one section per assigned reading
\section{Is Translation an Art or a Math Problem?}
% Within each section, write a summary of that reading.
%
% Use \citet to cite a source inline
% Use \citep to cite a source parenthetically
\todo{This is a todo note, pointing to an example of citing a source inline. Your final text should not include todo notes}
\citet{lewiskrauss2015} makes the case that \ldots
\section{Language: Finding a Voice}
Sample sentence explaining something interesting \citep{greene2017}.
\todo[inline]{This is an inline todo note, pointing to an example of citing a source parenthetically. Your final text should not include todo notes.}
\section{A Neural Network for Machine Translation, at Production Scale}
\todo[inline]{For each required reading, you should write a short review of the reading. The exact length will vary based on the length of the reading, but will typically be two or three paragraphs. Very short readings may have shorter reviews, and long readings may need to be a bit longer.}
\section{Zero-Shot Translation with Google’s Multilingual Neural Machine Translation System}
\todo[inline]{Every section should cite the corresponding reading.}
\bibliographystyle{apalike}
\bibliography{references}
\end{document}