IT3010 Deliverable Assignment 3
Author
Stefan Hochwarter, Babak Farshchian
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Use this template to draft and submit assignment 3.
Use this template to draft and submit assignment 3.
\documentclass[11pt, a4paper]{article}
\usepackage[utf8]{inputenc} % comment when using lualatex
\usepackage{fullpage}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref,xcolor}
\renewcommand\UrlFont{\color{blue}\rmfamily}
% Bibliography management
% see https://www.overleaf.com/learn/latex/Biblatex_citation_styles
% and https://www.overleaf.com/learn/latex/Bibliography_management_in_LaTeX
% to use overleaf with reference manager
% see: https://no.overleaf.com/blog/639-tip-of-the-week-overleaf-and-reference-managers
% \usepackage[backend=biber]{biblatex}
% \addbibresource{library.bib} %Imports bibliography file
% State the number of submission you are reviewing
\title{Review of Paper xx}
% Name of deliverable
\newcommand{\deliverableName}{Individual Peer Review}
% Group names(s)
\author{Jane \textsc{Doe}\\
Kari \textsc{Nordmann}}
% Group number
\newcommand{\groupNumber}{x}
% Any comments for us
\newcommand{\comments}{Comments for teachers of the course}
% Web address for the project (if any)
\newcommand{\homepage}{\url{https://www.ntnu.edu/studies/courses/IT3010}}
% Date for title page, default is today and
\date{\today~(Spring 2020)}
\makeatletter{}
\begin{document}
\input{./title.tex}
This document should contain the same content as your review on easychair.
\section*{Evaluation}
State your choice from the easychair form here. For example:
3: strong accept
\section*{Justification}
Your justification / review for the author of the paper.
\section*{Reviewer's confidence}
State your confidence as on easychair. For example:
3: medium
\section*{Confidential remarks}
Your remarks only for the PC members (not visible to the authors).
% References
% \printbibliography
\end{document}