source: SMC4LRT/thesis.tex @ 3204

Last change on this file since 3204 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: 2.8 KB
Line 
1\documentclass[a4paper,11pt,twoside]{memoir}
2\chapterstyle{veelo}
3
4\usepackage{TUINFDA}
5
6\usepackage{url}
7\usepackage{hyperref}                                   % links in pdf
8\usepackage{graphicx}                                   % Figures
9\usepackage{verbatim}                                   % Code-Environment
10\usepackage[lined,linesnumbered,algochapter]{algorithm2e} % Algorithm-Environment
11
12
13\usepackage{ngerman}
14\usepackage[ngerman]{babel}
15\usepackage{bibgerm,cite}       % Deutsche Bezeichnungen, Automatisches Zusammenfassen von Literaturstellen
16\usepackage[ngerman]{varioref}  % Querverweise
17% to use the german charset include cp850 for MS-DOS, ansinew for Windows and latin1 for Linux.
18% \usepackage[latin1]{inputenc}
19
20\thesistitle{SMC4LRT}
21\thesissubtitle{Semantic Mapping Component for Language Resources and Technology} % optional
22\thesisdate{TT.MM.JJJJ}
23
24% all titles and designations have to be gender-related!
25\thesisdegree{Master}{Master}
26
27\thesiscurriculum{Knowledge and Information Management}{Knowledge and Information Management} % your study
28\thesisverfassung{Matej \v{D}ur\v{c}o} % Verfasser
29\thesisauthor{Matej \v{D}ur\v{c}o} % your name
30\thesisauthoraddress{Viktorgasse 8/6, 1040 Wien} % your address
31\thesismatrikelno{0005416} % your registration number
32
33\thesisbetreins{ao.Univ.-Prof.?? Dr. Andreas Rauber}
34\thesisbetrzwei{Univ.-Prof. Mag. Dr. Gerhard Budin}
35%\thesisbetrdrei{Dr. Vorname Familienname} % optional
36
37% define page numbering styles
38\makepagestyle{numberCorner}
39\makeevenfoot{numberCorner}{\thepage}{}{}
40\makeoddfoot{numberCorner}{}{}{\thepage}
41
42% define custom macros for specific formats or names
43
44\input{utils}
45
46\setcounter{tocdepth}{2}
47
48
49\begin{document}
50
51 \input{frontmatter}
52%\tableofcontents*
53
54\input{chapters/Introduction}
55
56\input{chapters/Literature}
57
58\input{chapters/Definitions}
59
60\input{chapters/Data}
61
62\input{chapters/Infrastructure}
63
64\input{chapters/SMC}
65
66\input{chapters/System}
67
68\input{chapters/Evaluation}
69
70
71\chapter{Conclusions and Future Work}
72
73Further 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.
74
75
76\section{Questions, Remarks}
77
78\begin{itemize}
79\item How does this relate to federated search?
80\item ontologicky vs. semaziologicky (Semanticke priznaky: kategoriálne/archysémy, difernciacne, specifikacne)
81\end{itemize}
82
83
84
85%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
86%%% BACKMATTER %%%%%%%%%%%%%%%%%%%%%%%%%%
87%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
88
89\appendix
90
91\input{chapters/appendix}
92
93\bibliographystyle{plain}
94%\bibliography{references}
95%\bibliographystyle{ieeetr}
96\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb}
97
98
99
100\end{document}
Note: See TracBrowser for help on using the repository browser.