comparison musicweb.tex @ 0:ba43a14b0927

first commit
author alo
date Mon, 18 Apr 2016 13:10:00 +0100
parents
children 7d6b3fc81481
comparison
equal deleted inserted replaced
-1:000000000000 0:ba43a14b0927
1 \documentclass{llncs}
2 \usepackage{graphicx}
3
4 \usepackage{amsmath,cite}
5 \usepackage{pifont}
6 \usepackage{listings}
7 \usepackage{courier}
8 \usepackage{adjustbox}
9 \usepackage{url}
10 \usepackage[ngerman,english]{babel}
11 \usepackage[utf8]{inputenc}
12 \newcommand{\cmark}{\fontsize{14}{14}\textbullet\selectfont}
13 \usepackage[usenames,dvipsnames]{color}
14
15 \lstdefinelanguage{sparql} {
16 morekeywords={SELECT, WHERE, a, COUNT, GROUP, ORDER, BY, HAVING, as, DISTINCT, OPTIONAL},
17 sensitive=true,
18 morecomment=[l][\color{ForestGreen}\bfseries\selectfont]{\#\ },
19 moredelim=[s][\color{ForestGreen}\bfseries\selectfont]{?}{\ }, %variable
20 moredelim=[s][\color{NavyBlue}\bfseries\selectfont]{@}{\ }, %prefix
21 moredelim=[s][\color{OrangeRed}\bfseries\selectfont]{<}{>}, %red URIs
22 morestring=[b][\color{ForestGreen}]\", %green strings
23 morestring=[b]",
24 }
25
26 \lstdefinestyle{sparql}{
27 language=sparql,
28 basicstyle=\footnotesize\ttfamily\bfseries,
29 % basicstyle=\ttfamily,
30 keywordstyle=\color{blue}\bfseries,
31 identifierstyle=,
32 commentstyle=\color{ForestGreen}\bfseries,
33 stringstyle=\color{BlueGreen}\ttfamily,
34 showstringspaces=false,
35 emph={context},emphstyle=\color{BrickRed}\bfseries,
36 frame = lines,
37 %aboveskip = 15pt,
38 %framexbottommargin = 5pt,
39 %framextopmargin = 5pt,
40 aboveskip = 10pt,
41 framexbottommargin = 2pt,
42 framextopmargin = 2pt,
43 captionpos=b,
44 escapechar=~,
45 breaklines=true,
46 breakatwhitespace=true,
47 breakindent=20pt,
48 xleftmargin=5pt,
49 xrightmargin=5pt,
50 basewidth={0.55em,0.45em},
51 %basewidth={0.50em,0.6em},
52 fontadjust=true,
53 % lineskip={-1.5pt},
54 % columns=[c]spaceflexible, %make the long artist URI fit
55 %float = h!,
56 }
57
58 \renewcommand{\lstlistingname}{{\bf Listing}}
59
60
61 \lstdefinelanguage{ttl} {
62 morekeywords={a},
63 sensitive=true,
64 % morecomment=[l][\color{ForestGreen}\bfseries\fontsize{10}{2}\selectfont]{\#\ },
65 % moredelim=[s][\color{ForestGreen}\bfseries\fontsize{10}{2}\selectfont]{\#\ }{\ },
66 % moredelim=[s][\color{NavyBlue}\bfseries\fontsize{10}{2}\selectfont]{@}{\ }, %prefix
67 % moredelim=[s][\color{OrangeRed}\bfseries\fontsize{10}{2}\selectfont]{<}{>}, %red URIs
68 morecomment=[l][\color{ForestGreen}\ttfamily\bfseries\selectfont]{\#\ },
69 moredelim=[s][\color{NavyBlue}\ttfamily\bfseries\selectfont]{@}{\ }, %prefix
70 moredelim=[s][\color{OrangeRed}\ttfamily\bfseries\selectfont]{<}{>}, %red URIs
71 morestring=[b][\color{ForestGreen}]\", %green strings
72 morestring=[b]",
73 }
74
75 \lstdefinestyle{ttl}{
76 language=ttl,
77 basicstyle=\footnotesize\ttfamily\bfseries,
78 keywordstyle=\color{blue}\bfseries,
79 identifierstyle=,
80 commentstyle=\color{ForestGreen}\bfseries,
81 stringstyle=\color{BlueGreen}\bfseries,
82 showstringspaces=false,
83 emph={context},emphstyle=\color{BrickRed}\bfseries,
84 frame = lines,
85 framexbottommargin = 5pt,
86 framextopmargin = 5pt,
87 captionpos=b,
88 escapechar=~,
89 breaklines=true,
90 breakatwhitespace=true,
91 breakindent=20pt,
92 aboveskip = 15pt,
93 xleftmargin=5pt,
94 xrightmargin=5pt,
95 basewidth={0.55em,0.45em},
96 % basewidth={0.50em,0.6em},
97 fontadjust=true,
98 lineskip={-1.5pt},
99 % columns=[c]spaceflexible, %make the long artist URI fit
100 % float = h!,
101 }
102
103 \lstdefinelanguage{json} {
104 sensitive=true,
105 %morecomment=[l]{@},
106 moredelim=[s][\color{ForestGreen}]{?}{\ }, %green variables
107 moredelim=[s][\color{OrangeRed}\fontsize{7}{2}\selectfont]{<}{>}, %red URIs
108 morestring=[b][\color{Gray}]\",
109 morestring=[b]",
110 }
111
112 \lstdefinestyle{json}{
113 language=json,
114 keywords={type,context},
115 basicstyle=\fontsize{7}{8}\bfseries\ttfamily,
116 keywordstyle=\color{blue}\bfseries,
117 identifierstyle=,
118 commentstyle=\color{Gray}\bfseries,
119 stringstyle=\color{OliveGreen}\ttfamily,
120 showstringspaces=false,
121 emph={context},emphstyle=\color{BrickRed}\bfseries,
122 frame = lines,
123 framexbottommargin = 5pt,
124 framextopmargin = 5pt,
125 tabsize=4,
126 captionpos=b,
127 escapechar=~,
128 breaklines=false,
129 xleftmargin=5pt,
130 xrightmargin=5pt,
131 basewidth={0.50em,0.45em},
132 %basewidth={0.50em,0.6em},
133 fontadjust=true,
134 columns=[c]spaceflexible, %make the long artist URI fit
135 float = ht,
136 }
137
138 \renewcommand{\labelitemi}{$\bullet$}
139
140 \begin{document}
141
142 \mainmatter
143
144 \title{MusicWeb}
145
146 \author{Alo Allik \and Mariano Mora-Mcginity \and Gy\"orgy Fazekas \and Mark Sandler }
147 %
148
149 \institute{Queen Mary University of London, \\
150 \email{\{a.allik, m.mora-mcginity, g.fazekas, mark.sandler\}@qmul.ac.uk}}
151
152 \maketitle
153
154 \begin{abstract}
155
156 \keywords{Semantic Web, Linked Open Data, music metadata, semantic audio analysis, music information retrieval }
157 \end{abstract}
158
159 \section{Introduction}\label{sec:introduction}
160
161 \section{Background}\label{sec:background}
162
163 \section{MusicWeb: Yago linking}\label{sec:data_collection}
164
165 \section{MUSIC: linking by topic}\label{sec:ontology_model}
166
167 \section{Content-based information retrieval}\label{sec:ontology_model}
168
169 \section{Discussion}\label{sec:discussion}
170
171 \section{Conclusions}\label{sec:conclusions}
172
173 %
174 % ---- Bibliography ----
175 %
176 \vspace{-1em}\begin{thebibliography}{5}
177 %
178
179 \bibitem{FazekasRJS10_OMRAS2}
180 G.~Fazekas, Y.~Raimond, K.~Jakobson, and M.~Sandler.
181 \newblock An overview of semantic web activities in the {OMRAS2} project.
182 \newblock {\em Journal of New Music Research (JNMR)}, 39(4), 2010.
183
184 \bibitem{Porter:ISMIR:15}
185 A.~Porter, D.~Bogdanov, R.~Kaye, R.~Tsukanov, and X.~Serra.
186 \newblock Acousticbrainz: a community platform for gathering music information
187 obtained from audio.
188 \newblock In {\em 16th International Society for Music Information Retrieval
189 (ISMIR) Conference}, 2015.
190
191 \bibitem{DBLP:conf/ismir/RaimondASG07}
192 Y~Raimond, S.~Abdallah, M.~Sandler, and F.~Giasson.
193 \newblock The music ontology.
194 \newblock In {\em Proceedings of the 8th International Conference on Music
195 Information Retrieval, ISMIR 2007, Vienna, Austria, September 23-27}, 2007.
196
197 \end{thebibliography}
198
199 \end{document}