Changeset 3666 for SMC4LRT


Ignore:
Timestamp:
10/02/13 20:06:20 (11 years ago)
Author:
vronk
Message:

adding images, frontmater, userdocs, build
update main files: thesis and outline + utils

Location:
SMC4LRT
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • SMC4LRT/Outline.tex

    r3204 r3666  
    77\documentclass[11pt]{book} % use larger type; default would be 10pt
    88
    9 \usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
    109
    1110\usepackage{url}
     
    3837%   read geometry.pdf for detailed page layout information
    3938
    40 \usepackage{graphicx} % support the \includegraphics command and options
    41 
    4239% \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 
    5240%%% HEADERS & FOOTERS
    5341\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
     
    6755%\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
    6856%\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
    69 
    70 \usepackage{color}
    7157
    7258
     
    9278\listoftodos
    9379
     80\begin{comment}
    9481
    9582\input{chapters/Introduction}
    9683
     84\input{chapters/Literature}
     85\end{comment}
    9786\begin{comment}
    98 \input{chapters/Literature}
    99 
    10087\input{chapters/Definitions}
    101 
    10288\input{chapters/Data}
    10389
    10490\input{chapters/Infrastructure}
    10591
    106 \input{chapters/Design}
    10792
    108 \input{chapters/Implementation}
     93\input{chapters/Design_SMCschema}
    10994
    110 \input{chapters/CMD2RDF}
    111 
     95\input{chapters/Design_SMCinstance}
     96\end{comment}
    11297\input{chapters/Results}
    11398
    11499\input{chapters/Conclusion}
    115 \end{comment}
     100
    116101
    117102
    118103\bibliographystyle{ieeetr}
    119 \bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb}
     104\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb,../../2bib/distributed_systems,../../2bib/own}
    120105
    121106\appendix
  • SMC4LRT/thesis.tex

    r2703 r3666  
    66\usepackage{url}
    77\usepackage{hyperref}                                   % links in pdf
    8 \usepackage{graphicx}                                   % Figures
     8%\usepackage{graphicx}                                  % Figures -- added in utils
    99\usepackage{verbatim}                                   % Code-Environment
    1010\usepackage[lined,linesnumbered,algochapter]{algorithm2e} % Algorithm-Environment
    1111
    1212
    13 \usepackage{ngerman}
    14 \usepackage[ngerman]{babel}
    15 \usepackage{bibgerm,cite}       % Deutsche Bezeichnungen, Automatisches Zusammenfassen von Literaturstellen
    16 \usepackage[ngerman]{varioref}  % Querverweise
     13%\usepackage{ngerman}
     14%\usepackage[ngerman]{babel}
     15%\usepackage{bibgerm,cite}       % Deutsche Bezeichnungen, Automatisches Zusammenfassen von Literaturstellen
     16%\usepackage[ngerman]{varioref}  % Querverweise
    1717% to use the german charset include cp850 for MS-DOS, ansinew for Windows and latin1 for Linux.
    1818% \usepackage[latin1]{inputenc}
     
    4242% define custom macros for specific formats or names
    4343
     44\setsecnumdepth{subsection}
     45\maxsecnumdepth{subsection}
     46%\setcounter{secnumdepth}{4}
     47\setcounter{tocdepth}{2}
     48
    4449\input{utils}
    4550
    46 \setcounter{tocdepth}{2}
    4751
    4852
     
    5054
    5155 \input{frontmatter}
    52 %\tableofcontents*
     56%\tableofcontents
     57\restoregeometry
    5358
     59
     60%\begin{comment}
    5461\input{chapters/Introduction}
    5562
     
    5865\input{chapters/Definitions}
    5966
     67
    6068\input{chapters/Data}
    6169
    6270\input{chapters/Infrastructure}
    63 
    64 \input{chapters/SMC}
    65 
    66 \input{chapters/System}
    67 
    68 \input{chapters/Evaluation}
     71\input{chapters/Design_SMCschema}
    6972
    7073
    71 \chapter{Conclusions and Future Work}
    7274
    73 Further 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.
     75\input{chapters/Design_SMCinstance}
     76
     77\input{chapters/Results}
     78%\end{comment}
     79\input{chapters/Conclusion}
    7480
    7581
    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 
     82%\end{comment}
     83%\begin{comment}
    8484
    8585%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
    8787%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    8888
     89\bibliographystyle{plain}
     90%\bibliography{references}
     91%\bibliographystyle{ieeetr}
     92\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb,../../2bib/distributed_systems,../../2bib/own}
     93
    8994\appendix
    9095
    9196\input{chapters/appendix}
    9297
    93 \bibliographystyle{plain}
    94 %\bibliography{references}
    95 %\bibliographystyle{ieeetr}
    96 \bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb}
    97 
    98 
    99 
    10098\end{document}
  • SMC4LRT/utils.tex

    r2703 r3666  
    11%%%%%%%%%%%%%%%
    22% utils / commands
     3
     4
     5\usepackage{graphicx} % support the \includegraphics command and options
     6
     7\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
     8%\usepackage[T1]{fontenc}
     9
     10\usepackage{color}
    311
    412\usepackage{pgf}                                       
    513\usepackage{tikz}                                       % tikz graphics
    614\usetikzlibrary{arrows,automata}
     15
     16\usepackage{epstopdf}
     17
     18\usepackage{float}
     19\usepackage{framed}
     20\usepackage{amsmath}
     21%\usepackage{tabularx}
     22\usepackage{tabu}
     23       
     24\usepackage[singlelinecheck=off]{caption}
     25
     26%%% PACKAGES
     27\usepackage{booktabs} % for much better looking tables
     28\usepackage{array} % for better arrays (eg matrices) in maths
     29\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
     30\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
     31%\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
     32% These packages are all incorporated in the memoir class to one degree or another...
     33
     34
    735
    836 % disable
     
    1543\newcommand{\concept}[1]{\textsf{#1}}
    1644\newcommand{\code}[1]{\texttt{#1}}
    17 \newcommand{\xne}[1]{\textsf{#1}}
     45\newcommand{\var}[1]{\textrm{\textit{#1}}}
     46\newcommand{\xne}[1]{\textsf{#1}}  % named entity (?)
    1847\newcommand{\furl}[1]{\footnote{\url{#1}}}
    1948\newcommand{\ftodo}[1]{\footnote{\todoin{#1}}}
    2049
    2150\newenvironment{note}
    22 {\footnotesize \color{grey} \begin{it}}
    23 { \end{it} \normalsize}
     51{\footnotesize \color{grey} \begin{textit}}
     52{ \end{textit} \normalsize}
    2453
     54\floatstyle{plain}
     55\newfloat{definitionx}{htp}{lod}[chapter]
     56\floatname{definitionx}{Definition}
     57
     58
     59\DeclareCaptionType{defcap}[Definition][List of definitions]
     60\captionsetup[defcap]{labelformat=simple}
     61
     62\newenvironment{definition}[1]
     63{\begin{defcap}[!ht]\caption{#1}\equation\notag}
     64% \begin{definitionx}
     65{\endequation\end{defcap}}
     66% \end{definitionx}
     67
     68
     69% environments for examples
     70% with different number of columns (1,2,3)
     71
     72% \vspace{0.5\baselineskip}
     73\newenvironment{example1}
     74{
     75 \begin{ttfamily}\footnotesize \begin{shaded*} \noindent
     76\begin{tabular}{l}   }
     77{ \end{tabular} \end{shaded*} \end{ttfamily}  }
     78
     79
     80%@{\hspace{-2mm}}
     81\newenvironment{example2}
     82{ \footnotesize
     83\begin{ttfamily} \begin{shaded*} \noindent
     84 \begin{tabular}{p{0.4\textwidth}  p{0.6\textwidth} } }
     85{\end{tabular} \end{shaded*} \end{ttfamily} }
     86
     87
     88\newenvironment{example3}
     89{ \footnotesize
     90 \begin{ttfamily} \begin{shaded*} \noindent
     91 \begin{tabular}{@{\hspace{-1mm}} p{0.25\textwidth}  p{0.25\textwidth}  p{0.45\textwidth}}
     92}
     93{  \end{tabular} \end{shaded*} \end{ttfamily} }
    2594
    2695% xml syntax highlighting
     
    37106\definecolor{code}{rgb}{1,0.8,0.8}
    38107\definecolor{todoborder}{rgb}{0.8,0.4,0.4}
     108\definecolor{shadecolor}{rgb}{0.9,0.9,1.0}
    39109
    40110 
     
    57127  morekeywords={xmlns,version,type}% list your attributes here
    58128}
     129
     130
     131%%% Fallback definitions for Docutils-specific commands
     132
     133% legend environment
     134\ifthenelse{\isundefined{\DUlegend}}{
     135  \newenvironment{DUlegend}{\small}{}
     136}{}
     137
     138% titlereference role
     139\providecommand*{\DUroletitlereference}[1]{\textsl{#1}}
Note: See TracChangeset for help on using the changeset viewer.