-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
144 lines (110 loc) · 3.94 KB
/
main.tex
File metadata and controls
144 lines (110 loc) · 3.94 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
%% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,english]{report}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{float}
\usepackage{calc}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{setspace}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}
\floatstyle{ruled}
\newfloat{algorithm}{tbp}{loa}[chapter]
\providecommand{\algorithmname}{Algorithm}
\floatname{algorithm}{\protect\algorithmname}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\usepackage{UTSAthesis}
\usepackage{times}
\usepackage{latexsym}
\newenvironment{ruledcenter}{%
\begin{center}
\rule{\textwidth}{1mm} } {%
\rule{\textwidth}{1mm}
\end{center}}%
\theoremstyle{definition}
\newtheorem{defn}{\protect\definitionname}
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}
\input{command.tex}
\input{abac16-command.tex}
\input{DBSEC16/commands.tex}
\input{NSS16/command.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{epsfig}
\usepackage{setspace}
\usepackage{lscape}
\usepackage{graphicx}
\usepackage{cite}
\usepackage{algorithm}
\usepackage[noend]{algorithmic}
\usepackage{xspace}
\usepackage{enumerate}
\usepackage{array}
\usepackage{color}
\usepackage{cases}
\usepackage{amsfonts}
\usepackage{xcolor}
\usepackage{url}
%%%%-----------------Packages from ABAC16 papers------------------%%%%%%%%
\usepackage{amsmath}
\usepackage{listings}
\usepackage{underscore}
\usepackage{enumitem}
\usepackage{etoolbox}
\usepackage{graphicx}
\usepackage{booktabs}
%\usepackage{algorithm}
%\usepackage{algpseudocode}
\usepackage{pifont}
\usepackage{lipsum,multicol}
\usepackage[T1]{fontenc}
\usepackage{epstopdf}
\epstopdfsetup{outdir=./}
\usepackage{amssymb}
\usepackage{float}
\usepackage{flushend}
\usepackage{caption}
%\usepackage{hyperref}
%%%--------------ENd ABAC16 package imports-----------------%%%%
\@ifundefined{showcaptionsetup}{}{%
\PassOptionsToPackage{caption=false}{subfig}}
\usepackage{subfig}
\makeatother
\usepackage{babel}
\providecommand{\definitionname}{Definition}
\providecommand{\theoremname}{Theorem}
\begin{document}
\committee{Prof. Ravi Sandhu, Ph.D.}{Prof. Jianwei Niu, Ph.D.}{Prof. Gregory White, Ph.D.}{Prof. Palden Lama, Ph.D.}{Prof. Ram Krishnan, Ph.D. }
\informationitems{Doctor of Philosophy in Computer Science}{Ph.D.}{M.Sc.}{Department of Computer Science}{College of Sciences}{May}{2017}
\thesiscopyright{Copyright 2017 Prosunjit Biswas\\All rights reserved. }
\dedication{\emph{To my father Gobinda Chandra Biswas and mother Monmila Biswas who have always inspired me through their noble qualities and wisdom.}}
\title{\textbf{Enumerated Authorization Policy ABAC Models:
Expressive Power and Enforcement
}
}
\author{Prosunjit Biswas}
\maketitle
\input{acknowledgement.tex}
%
\input{abstract.tex}
\pageone{}
\input{introduction.tex}
\input{background.tex}
\input{eap-model.tex}
\input{expressive-power.tex}
\input{enforcement.tex}
\input{conclusion.tex}
\input{futurework.tex}
%\appendix
\bibliographystyle{plain}
\nocite{*}
\bibliography{references}
\begin{vita}
Prosunjit Biswas was born in Jessore, Bangladesh in 1984. Following his completion of secondary and higher secondary education from Jessore, Prosunjit received his Bachelor in Science (BS) degree in Computer Science from University of Dhaka, Bangladesh in 2008. He worked as a Software Developer in Bangladesh for 3 years. In 2011, he Joined UTSA to pursue his doctoral degree. He joined Institute for Cyber Security in 2012. His research interest is Attribute Based Access Control (ABAC). In particular, he is interested in developing flexible and administrative friendly models for ABAC.
\end{vita}
\end{document}