75 lines
2.1 KiB
TeX
75 lines
2.1 KiB
TeX
% This is samplepaper.tex, a sample chapter demonstrating the
|
|
% LLNCS macro package for Springer Computer Science proceedings;
|
|
% Version 2.20 of 2017/10/04
|
|
%
|
|
\documentclass[runningheads]{llncs}
|
|
%
|
|
\usepackage{graphicx}
|
|
% Used for displaying a sample figure. If possible, figure files should
|
|
% be included in EPS format.
|
|
%
|
|
% If you use the hyperref package, please uncomment the following line
|
|
% to display URLs in blue roman font according to Springer's eBook style:
|
|
% \renewcommand\UrlFont{\color{blue}\rmfamily}
|
|
|
|
\begin{document}
|
|
%
|
|
\title{Contribution Title\thanks{Supported by organization x.}}
|
|
%
|
|
%\titlerunning{Abbreviated paper title}
|
|
% If the paper title is too long for the running head, you can set
|
|
% an abbreviated paper title here
|
|
%
|
|
\author{%
|
|
Derek Christ\inst{1}\orcidID{0000-1111-2222-3333} \and
|
|
Lukas Steiner\inst{2,3}\orcidID{1111-2222-3333-4444} \and
|
|
Matthias Jung\inst{3}\orcidID{2222--3333-4444-5555} \and
|
|
Norbert Wehn\inst{3}\orcidID{2222--3333-4444-5555}
|
|
}
|
|
%
|
|
\authorrunning{F. Author et al.}
|
|
% First names are abbreviated in the running head.
|
|
% If there are more than two authors, 'et al.' is used.
|
|
%
|
|
\institute{Princeton University, Princeton NJ 08544, USA \and
|
|
Springer Heidelberg, Tiergartenstr. 17, 69121 Heidelberg, Germany
|
|
\email{lncs@springer.com}\\
|
|
\url{http://www.springer.com/gp/computer-science/lncs} \and
|
|
ABC Institute, Rupert-Karls-University Heidelberg, Heidelberg, Germany\\
|
|
\email{\{abc,lncs\}@uni-heidelberg.de}}
|
|
%
|
|
\maketitle
|
|
%
|
|
\begin{abstract}
|
|
The abstract should briefly summarize the contents of the paper in
|
|
15--250 words.
|
|
|
|
\keywords{First keyword \and Second keyword \and Another keyword.}
|
|
\end{abstract}
|
|
%
|
|
%
|
|
%
|
|
\section{Introduction}
|
|
% TODO Lukas/Matthias
|
|
Contributions:
|
|
\begin{itemize}
|
|
\item First time Full System Simulation of SAMSUNG-PIM
|
|
\item VP consisting of gem5 and DRAMSys
|
|
\item Experimantal verification of VP
|
|
\end{itemize}
|
|
%
|
|
\section{Related Work}
|
|
Onur Ramulator
|
|
Samsung DRAMSim2
|
|
% TODO Derek/Lukas
|
|
\section{Background DRAM-PIM}
|
|
% TODO Derek
|
|
\section{VP}
|
|
% TODO Derek
|
|
\section{Results}
|
|
% TODO Derek
|
|
\section{Conclusion}
|
|
% TODO Lukas/Matthias
|
|
%
|
|
\end{document}
|