-
Notifications
You must be signed in to change notification settings - Fork 1
/
dsl.tex
59 lines (48 loc) · 2.36 KB
/
dsl.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
%\documentclass{acm_proc_article-sp}
%\documentclass[10pt]{sig-alternate-10pt}
\documentclass{sig-alternate-11pt}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{courier}
\usepackage{multirow}
% Include PDF graphics, configure our images directory, and specify image types.
\usepackage{graphicx}
\usepackage{epsfig}
\graphicspath{{./images/}}
\DeclareGraphicsExtensions{.pdf,.jpeg,.png,.jpg}
% Style listings
\lstset{%rulesepcolor=\color{Gray},
frame=single, % Shadow box frame around code
basicstyle=\scriptsize\ttfamily, % Use small true type font
showstringspaces=false, % Don't put marks in string spaces
morecomment=[l][\color{Blue}]{...}, % Line continuation (...) like blue comment
}
\begin{document}
\title{A Domain Specific Language for Usage Management}
\numberofauthors{1}
\author{
\alignauthor
Christopher C. Lamb, Pramod A. Jamkhedkar, Mathew P. Bohnsack, Viswanath Nandina, Gregory L. Heileman \\
\affaddr{University of New Mexico}\\
\affaddr{Department of Electrical and Computer Engineering}\\
\affaddr{Albuquerque, NM 87131-0001}\\
\email{\{cclamb, pramod54, mbohnsack, vishu, heileman\}@ece.unm.edu}
}
\conferenceinfo{DRM'11,} {October 21, 2011, Chicago, Illinois, USA.}
\CopyrightYear{2011}
\crdata{978-1-4503-1005-5/11/10}
\clubpenalty=10000
\widowpenalty = 10000
\maketitle
\begin{abstract}
In this paper we describe the development of a domain specific language (DSL) for expressing usage management policies and associating those policies with managed artifacts. We begin by framing a model for the language, including generalized use cases, a domain model, a general supported life-cycle, and specific extension requirements. We then develop the language from that model, demonstrating key syntactic elements and highlighting the technology behind the language while tracing features back to the initial model. We then demonstrate how the DSL supports common usage management and DRM-centric environments, including creative commons, the extensible rights markup language (XrML), and the open digital rights language (ODRL).
\end{abstract}
\input{content/metadata}
\input{content/introduction}
\input{content/model}
\input{content/language}
\input{content/applied}
\input{content/conclusion}
\input{content/references}
\end{document}