Changeset 2695 for SMC4LRT


Ignore:
Timestamp:
03/13/13 18:04:40 (11 years ago)
Author:
vronk
Message:

added utils: xml-syntax highlighting, todo-package

Location:
SMC4LRT
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • SMC4LRT/Outline.tex

    r2673 r2695  
    55% See "book", "report", "letter" for other types of document.
    66
    7 \documentclass[11pt]{article} % use larger type; default would be 10pt
     7\documentclass[11pt]{book} % use larger type; default would be 10pt
    88
    99\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
    1010
    1111\usepackage{url}
     12\usepackage{hyperref}
     13\hypersetup{colorlinks=true, linkcolor=black}
    1214%\usepackage{svn-multi}
    1315
     
    6567
    6668\usepackage{color}
    67 \newcommand{\todo}[1]{\textcolor{red}{#1}}
    68 \newcommand{\changed}[1]{\textcolor{blue}{#1}}
     69
     70
     71\input{utils.tex}
    6972
    7073%%% END Article customizations
     
    8083\maketitle
    8184
    82 \tableofcontents
     85\tableofcontents*
    8386
    8487\listoffigures
    85 
    86 \include{Introduction}
     88\listoftodos
    8789
    8890
    89 \include{Literature}
     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}
    90106
    91107
    92 \section{Definitions}
    93 We want to clarify or lay down a few terms and definition, ie explanation of our understanding
    94108
    95 \begin{description}
    96 \item[Concept]  sense, idea, philosophical problem, which we don't need to discuss here. For our purposes we say: Basic "entity" in an ontology? that of what an ontology is build
    97 \item[Ontology]  "an explicit specification of a conceptualization" [cite!], but for us mainly a collection of concepts as opposed to lexicon, which is a collection of words.
    98 \item[Word]  a lexical unit, a word in a language, something that has a surface Realization (writtenForm) and is a carrier of sense. so a Relation holds: hasSense(Word, Concept)
    99 \item[Lexicon]  a collection of words, a (lexical) vocabulary
    100 \item[Vocabulary] an index providing mapping from Word (string) to Concept (uri)
    101 \item[(Data)Category] (almost) the same as Concept; Things like "Topic", "Genre", "Organization", "ResourceType" are instantiations of Category
    102 \item[ConceptualDomain] the Class of entities a Concept/Category denotes. For Organization it would be all (existing) organizations,  CD(ResourceType)={Corpus, Lexicon, Document, Image, Video, ...}. Entities of the domain can itself be Categories (ResourceType:Image), but it can be also individuals (Organization University of Vienna)
    103 \item[Entity]
    104 \item[Resource] informational resource, in the context of CLARIN-Project  mainly Language Resources (Corpus, Lexicon, Multimedia)
    105 \item[Metadata Description] description of some properties of a resource.  MD-Record
    106 \item[Schema] - CMD-Profile
    107 \item[Annotation]
    108 
    109 
    110 \end{description}
    111 
    112 \include{Data}
    113 
    114 \include{Infrastructure}
    115 
    116 \include{SMC}
    117 
    118 \include{System}
    119 
    120 \include{Evaluation}
    121 
    122 
    123 \section{Conclusions and Future Work}
    124 
    125 The Semantic Mapping module is based on the DCR and CMD framework and is being developed as a separate service on the side of CLARIN  Metadata Service, its primary consuming service, but shall be equally usable by other applications.
     109\chapter{Conclusions and Future Work}
    126110
    127111Further 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.
     
    133117\item How does this relate to federated search?
    134118\item ontologicky vs. semaziologicky (Semanticke priznaky: kategoriálne/archysémy, difernciacne, specifikacne)
    135 \item "controlled vocabularies"
    136119\end{itemize}
    137120
  • SMC4LRT/thesis.tex

    r2673 r2695  
    1010\usepackage[lined,linesnumbered,algochapter]{algorithm2e} % Algorithm-Environment
    1111
    12 %\usepackage{pgf}                                       
    13 %\usepackage{tikz}                                      % tikz graphics
    14 %\usetikzlibrary{arrows,automata}
    1512
    1613\usepackage{ngerman}
     
    3431\thesismatrikelno{0005416} % your registration number
    3532
    36 \thesisbetreins{o.Univ.-Prof.?? Dr. Andreas Rauber}
    37 \thesisbetrzwei{o.Univ.-Prof. Dipl.-Ing. Mag. Dr. Gerhard Budin}
    38 \thesisbetrdrei{Dr. Vorname Familienname} % optional
     33\thesisbetreins{ao.Univ.-Prof.?? Dr. Andreas Rauber}
     34\thesisbetrzwei{Univ.-Prof. Mag. Dr. Gerhard Budin}
     35%\thesisbetrdrei{Dr. Vorname Familienname} % optional
    3936
    4037% define page numbering styles
     
    4441
    4542% define custom macros for specific formats or names
    46 \newcommand{\uml}[1]{\texttt{#1}}
     43
     44\newcommand{\todo}[1]{\textcolor{red}{#1}}
     45\newcommand{\concept}[1]{\texttt{#1}}
     46\newcommand{\furl}[1]{\footnote{\url{#1}}}
     47\newcommand{\ftodo}[1]{\footnote{\todo{#1}}}
     48\newcommand{\xne}[1]{\textsf{#1}}
    4749\newcommand{\cd}{\textsf{Class Diagram}}
     50
     51
     52\setcounter{tocdepth}{2}
     53
    4854
    4955\begin{document}
    5056
    51 \captionnamefont{\bfseries}
    52 
    53 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    54 %%%   FRONTMATTER    %%%%%%%%%%%%%%%%%%%%
    55 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    56 \frontmatter
    57 \pagenumbering{roman}
    58 
    59 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    60 %%%   TITLEPAGES    %%%%%%%%%%%%%%%%%%%%%
    61 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    62 
    63 % the german title page is required as first page
    64 \include{titlepage}
    65 
    66 % an english translation may follow
    67 \include{titlepage_en} % optional
    68 
    69 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    70 %%%   ERKLAERUNG DER SELBSTAENDIGKEIT   %
    71 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    72 \cleardoublepage
    73 \selectlanguage{ngerman}
    74 \input{chapters/erklaerung}
    75 \selectlanguage{english}
    76 
    77 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    78 %%%   ACKNOWLEDGEMENTS    %%%%%%%%%%%%%%%
    79 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    80 
    81 % optional acknowledgements may be included in german or in english
    82 %\input{chapters/danksagung}            % optional
    83 \input{chapters/acknowledgements}       % optional
    84 
    85 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    86 %%%   ABSTARCT    %%%%%%%%%%%%%%%%%%%%%%%
    87 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    88 
    89 \input{chapters/abstract_en}
    90 \cleardoublepage
    91 \selectlanguage{ngerman}
    92 \input{chapters/abstract_de}
    93 \selectlanguage{english}
    94 
    95 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    96 %%%   CONTENTS    %%%%%%%%%%%%%%%%%%%%%%%
    97 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    98 % uncomment to set document language to german (results in "Inhaltsverzeichnis", "Kapitel", "Abbildung", etc. instead of "Contents", "Chapter", and "Figure"), otherwise the document's language is english
    99 %\selectlanguage{ngerman}
    100 
    101 \setcounter{tocdepth}{2}
    102 
    103 \cleardoublepage
    104 \pagestyle{numberCorner}
    105 \tableofcontents*
    106 
    107 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    108 %%%   MAINMATTER    %%%%%%%%%%%%%%%%%%%%%
    109 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    110 
    111 \mainmatter
    112 \pagenumbering{arabic}
    113 \pagestyle{numberCorner}
    114 
    115 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    116 \chapter{Introduction}
    117 \label{ch:intro}
    118 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     57 \input{frontmatter}
     58%\tableofcontents*
    11959
    12060\input{chapters/Introduction}
    12161
    122 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    123 \chapter{State of the Art}
    124 \label{ch:sota}
    125 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    126 
    12762\input{chapters/Literature}
    12863
    129 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    130 \chapter{Main}
    131 \label{ch:main}
    132 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     64\input{chapters/Definitions}
    13365
    134 \begin{itemize}
    135   \item Methodology
    136         \begin{itemize}
    137                 \item used concepts
    138                 \item methods and/or models
    139                 \item languages
    140                 \item design methods
    141                 \item data models
    142                 \item analysis methods
    143                 \item formalisms
    144         \end{itemize}
    145   \item Suggested solution/implementation
    146   \item Critical reflection
    147         \begin{itemize}
    148                 \item comparison with related work
    149                 \item discussion of open issues
    150         \end{itemize}
    151   \item Summary and future work
    152 \end{itemize}
     66\input{chapters/Data}
    15367
     68\input{chapters/Infrastructure}
    15469
     70\input{chapters/SMC}
    15571
     72\input{chapters/System}
    15673
    157 \include{chapters/Data}
    158 
    159 \include{chapters/Infrastructure}
    160 
    161 \include{chapters/SMC}
    162 
    163 \include{chapters/System}
    164 
    165 \include{chapters/Evaluation}
     74\input{chapters/Evaluation}
    16675
    16776
    16877\chapter{Conclusions and Future Work}
    169 
    170 The Semantic Mapping module is based on the DCR and CMD framework and is being developed as a separate service on the side of CLARIN  Metadata Service, its primary consuming service, but shall be equally usable by other applications.
    17178
    17279Further 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.
     
    17885\item How does this relate to federated search?
    17986\item ontologicky vs. semaziologicky (Semanticke priznaky: kategoriálne/archysémy, difernciacne, specifikacne)
    180 \item "controlled vocabularies"
    18187\end{itemize}
    18288
Note: See TracChangeset for help on using the changeset viewer.