source: SMC4LRT/Outline.tex @ 3141

Last change on this file since 3141 was 2703, checked in by vronk, 11 years ago

adding figures, big reorganization of the content structure
some new text on Controlled Vocabularies, Underlying Infrastructure.

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\usepackage{titlesec}
25\titlespacing*{\chapter}{0pt}{0.5in}{0.5in}
26
27%%% Examples of Article customizations
28% These packages are optional, depending whether you want the features they provide.
29% See the LaTeX Companion or other references for full information.
30
31%%% PAGE DIMENSIONS
32\usepackage{geometry} % to change the page dimensions
33\geometry{a4paper} % or letterpaper (US) or a5paper or....
34%\geometry{margin=1cm} % for example, change the margins to 2 inches all round
35\topmargin=-0.6in
36\textheight=700pt
37% \geometry{landscape} % set up the page for landscape
38%   read geometry.pdf for detailed page layout information
39
40\usepackage{graphicx} % support the \includegraphics command and options
41
42% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
43
44%%% PACKAGES
45\usepackage{booktabs} % for much better looking tables
46\usepackage{array} % for better arrays (eg matrices) in maths
47\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
48\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
49%\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
50% These packages are all incorporated in the memoir class to one degree or another...
51
52%%% HEADERS & FOOTERS
53\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
54\pagestyle{empty} % options: empty , plain , fancy
55\renewcommand{\headrulewidth}{0pt} % customise the layout...
56\lhead{}\chead{}\rhead{}
57\lfoot{}\cfoot{\thepage}\rfoot{}
58
59%%% SECTION TITLE APPEARANCE
60\usepackage{sectsty}
61\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
62% (This matches ConTeXt defaults)
63
64%%% ToC (table of contents) APPEARANCE
65\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
66%\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
67%\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
68%\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
69
70\usepackage{color}
71
72
73\input{utils}
74
75%%% END Article customizations
76
77%%% The "real" document content comes below...
78
79\title{SMC4LRT - Master Outline}
80\author{Matej Durco}
81%\date{} % Activate to display a given date or no date (if empty),
82         % otherwise the current date is printed
83
84\begin{document}
85\maketitle
86\newgeometry{top=0.8in,bottom=1in}
87%\addtocontents{toc}{\protect\enlargethispage{35mm}}
88\tableofcontents
89\restoregeometry
90
91\listoffigures
92\listoftodos
93
94
95\input{chapters/Introduction}
96
97\input{chapters/Literature}
98
99\input{chapters/Definitions}
100
101\input{chapters/Data}
102
103\input{chapters/Infrastructure}
104
105\input{chapters/SMC}
106
107\input{chapters/System}
108
109\input{chapters/Evaluation}
110
111
112
113\chapter{Conclusions and Future Work}
114
115Further 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.
116
117
118
119\bibliographystyle{ieeetr}
120\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb}
121
122\appendix
123
124\input{chapters/appendix}
125
126
127\end{document}
Note: See TracBrowser for help on using the repository browser.