source: SMC4LRT/Outline.tex @ 2696

Last change on this file since 2696 was 2695, checked in by vronk, 11 years ago

added utils: xml-syntax highlighting, todo-package

File size: 3.9 KB
Line 
1% !TEX TS-program = pdflatex
2% !TEX encoding = UTF-8 Unicode
3
4% This is a simple template for a LaTeX document using the "article" class.
5% See "book", "report", "letter" for other types of document.
6
7\documentclass[11pt]{book} % use larger type; default would be 10pt
8
9\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
10
11\usepackage{url}
12\usepackage{hyperref}
13\hypersetup{colorlinks=true, linkcolor=black}
14%\usepackage{svn-multi}
15
16% Subversion Information
17%\svnidlong
18%{$HeadURL: $}
19%{$LastChangedDate: $}
20%{$LastChangedRevision: $}
21%{$LastChangedBy: $}
22%\svnid{$Id$}
23
24
25%%% Examples of Article customizations
26% These packages are optional, depending whether you want the features they provide.
27% See the LaTeX Companion or other references for full information.
28
29%%% PAGE DIMENSIONS
30\usepackage{geometry} % to change the page dimensions
31\geometry{a4paper} % or letterpaper (US) or a5paper or....
32%\geometry{margin=1cm} % for example, change the margins to 2 inches all round
33\topmargin=-0.5in
34\textheight=700pt
35% \geometry{landscape} % set up the page for landscape
36%   read geometry.pdf for detailed page layout information
37
38\usepackage{graphicx} % support the \includegraphics command and options
39
40% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
41
42%%% PACKAGES
43\usepackage{booktabs} % for much better looking tables
44\usepackage{array} % for better arrays (eg matrices) in maths
45\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
46\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
47%\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
48% These packages are all incorporated in the memoir class to one degree or another...
49
50%%% HEADERS & FOOTERS
51\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
52\pagestyle{plain} % options: empty , plain , fancy
53\renewcommand{\headrulewidth}{0pt} % customise the layout...
54\lhead{}\chead{}\rhead{}
55\lfoot{}\cfoot{\thepage}\rfoot{}
56
57%%% SECTION TITLE APPEARANCE
58\usepackage{sectsty}
59\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
60% (This matches ConTeXt defaults)
61
62%%% ToC (table of contents) APPEARANCE
63\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
64%\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
65%\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
66%\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
67
68\usepackage{color}
69
70
71\input{utils.tex}
72
73%%% END Article customizations
74
75%%% The "real" document content comes below...
76
77\title{SMC4LRT - Master Outline}
78\author{Matej Durco}
79%\date{} % Activate to display a given date or no date (if empty),
80         % otherwise the current date is printed
81
82\begin{document}
83\maketitle
84
85\tableofcontents*
86
87\listoffigures
88\listoftodos
89
90
91\input{chapters/Introduction}
92
93\input{chapters/Literature}
94
95\input{chapters/Definitions}
96
97\input{chapters/Data}
98
99\input{chapters/Infrastructure}
100
101\input{chapters/SMC}
102
103\input{chapters/System}
104
105\input{chapters/Evaluation}
106
107
108
109\chapter{Conclusions and Future Work}
110
111Further work is needed on more complex types of response (similarity ratio, relation types) and also on the interaction with Metadata Service to find the optimal way of providing the features of semantic mapping and query expansion as semantic search within the search user-interface.
112
113
114\section{Questions, Remarks}
115
116\begin{itemize}
117\item How does this relate to federated search?
118\item ontologicky vs. semaziologicky (Semanticke priznaky: kategoriálne/archysémy, difernciacne, specifikacne)
119\end{itemize}
120
121
122\bibliographystyle{ieeetr}
123\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb}
124
125
126\end{document}
Note: See TracBrowser for help on using the repository browser.