]> www.fi.muni.cz Git - pan13-paper.git/commitdiff
Presun na xelatex, barevne subsection, ytemize
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 20 Sep 2013 09:34:56 +0000 (11:34 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 20 Sep 2013 09:35:19 +0000 (11:35 +0200)
pan13-poster/poster.tex

index 56f1111a3b1fdfce7af864047e9e6fa4f205b85b..e166b91cf15b7498da5987890083a8b036cd0ded 100755 (executable)
@@ -4,11 +4,15 @@
 \usepackage{amsmath}\r
 \usepackage{amssymb}\r
 \usepackage{multicol}\r
-\usepackage{bera}\r
 \usepackage[utf8]{inputenc}\r
 %\usepackage{fancybullets}\r
 %\usepackage{floatflt}\r
 %\usepackage{graphics}\r
+\usepackage{fontspec}\r
+\usepackage{xunicode}\r
+\setmainfont[Mapping=tex-text]{DejaVu Sans}\r
+\setsansfont[Mapping=tex-text]{DejaVu Sans}\r
+\setmonofont[Mapping=tex-text]{DejaVu Sans Mono}\r
 \r
 \definecolor{BoxCol}{rgb}{0.9,0.9,1}\r
 % uncomment for light blue background to \section boxes \r
 \r
 \setlength{\figbotskip}{\smallskipamount}\r
 \r
+\renewcommand{\SubSection}[2][?]{\r
+  \vspace{0.5\secskip}\r
+  \refstepcounter{subsection}\r
+  {\bf \subsectionsize \textcolor{SectionCol}{\arabic{section}.\arabic{subsection}~#2}}\r
+  \par\vspace{0.375\secskip}\r
+}\r
+\r
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\r
 %%% Begin of Document\r
 \r
@@ -125,8 +136,7 @@ input document must be highlighted. This poster presents methodology used during
 The whole process is depicted at picture~\ref{fig:process}. The source retrieval task is divided into\r
 2 subtasks: Quering and Selecting, during which the software utilizes given search engine. The retrieved\r
 sources must be examined in detail in order to highlight as many plagiarism cases as possible. This process is depicted\r
-as Text Alignment.\r
-\r
+as Text Alignment. Results of this process are called {\em detections}, i.e.~passages of {\em source document} and {\em suspicious document}, which are similar enough to each other, and can serve as a basis for further manual examination for possible plagiarism.\r
 %\r
 \vfill\r
 \columnbreak\r
@@ -225,32 +235,32 @@ A profitable threshold is such that matches with the largest distance between th
 \r
 The system uses the same basic principles as in \cite{suchomel_kas_12}:\r
 \r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{\cemph{common features} between source and suspicious documents}\r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{word 5-grams}\r
 \item{stop-word 8-grams \cite{stamatatos2011plagiarism}}\r
-\end{itemize}\r
+\end{ytemize}\r
 \item{\cemph{valid intervals} of characters covered by common features\r
        ``densely enough''}\r
 \item{\cemph{postprocessing}---remove overlapping detections,\r
        join neighbouring detections}\r
-\end{itemize}\r
+\end{ytemize}\r
 \r
 \subsection{Alternative Features}\r
 \r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{\cemph{contextual n-grams} \cite{torrejondetailed}}\r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{\cemph{The quick} brown \cemph{fox jumped} over the lazy dogs.}\r
 \item{The \cemph{quick brown} fox \cemph{jumped over} the lazy dogs.}\r
-\end{itemize}\r
+\end{ytemize}\r
 \item{plain word 4-grams}\r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{\cemph{The quick brown fox} jumped over the lazy dogs.}\r
 \item{The \cemph{quick brown fox jumped} over the lazy dogs.}\r
-\end{itemize}\r
-\end{itemize}\r
+\end{ytemize}\r
+\end{ytemize}\r
 \r
 \begin{table}\r
 \r
@@ -271,11 +281,11 @@ plain      4-grams & \cemph{0.7556} & 0.7340 & 1.0000 & \cemph{0.7447} \\
 \r
 \subsection{Global Postprocessing}\r
 \r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{Similar to PAN 2010 \cite{Kasprzak2010}}\r
 \item{Overlapping detections removal}\r
 \item{\cemph{Result:} improvement, but not as big as in 2010}\r
-\end{itemize}\r
+\end{ytemize}\r
 \r
 %\r
 % Spolecna cast\r
@@ -285,18 +295,18 @@ plain      4-grams & \cemph{0.7556} & 0.7340 & 1.0000 & \cemph{0.7447} \\
 \r
 \subsection{Candidate retrieval}\r
 \r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{Second best ratio of recall to the number of queries}\r
 \item{Missing support for phrasal search in ChatNoir is a big stumbling block}\r
-\end{itemize}\r
+\end{ytemize}\r
 \r
 \subsection{Text alignment}\r
 \r
-\begin{itemize}\r
+\begin{ytemize}\r
 \item{Significant improvement against PAN 2013}\r
 \item{Word 4-grams are better than contextual 4-grams}\r
 \item{We need a better ranking system than plagdet!}\r
-\end{itemize}\r
+\end{ytemize}\r
 \r
 %%% References\r
 \r