Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91217642
youssef-genomic.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 02:03
Size
2 KB
Mime Type
text/x-tex
Expires
Mon, Nov 11, 02:03 (2 d)
Engine
blob
Format
Raw Data
Handle
22222438
Attached To
R3229 Genome Privacy - SHCS App
youssef-genomic.tex
View Options
%\documentclass[11pt]{./layouts/report}
\documentclass
[11pt,twoside,a4paper]
{
report
}
\setcounter
{
secnumdepth
}{
3
}
% include graphics
\usepackage
[pdftex]
{
graphicx
}
\usepackage
{
float
}
\usepackage
{
amssymb
}
\usepackage
{
dsfont
}
\usepackage
[top=1.5cm, bottom=1.5cm, left=2cm, right=2cm]
{
geometry
}
\usepackage
{
mathtools
}
\usepackage
{
caption
}
%\usepackage{subcaption}
\usepackage
{
subfig
}
\usepackage
{
epstopdf
}
\usepackage
{
eurosym
}
% use math packages
\usepackage
{
amsmath,amsfonts,amsthm
}
% Math packages
\usepackage
{
algorithm
}
\usepackage
{
algorithmic
}
\newcommand
{
\byte
}
[0]
{
\text
{
[B]
}}
% TODOs package
\usepackage
{
todonotes
}
\usepackage
{
lipsum
}
\setlipsumdefault
{
1
}
% After matter packages
\usepackage
{
appendix
}
\usepackage
[backend=bibtex, urldate=iso8601]
{
biblatex
}
\bibliography
{
biblio/research
}
\newcommand
{
\citep
}
[1]
{
\cite
{
#1
}}
%\setlength{\parindent}{0in}
% Drawing diagrams
\usepackage
{
tikz
}
\usepackage
{
pgf-umlsd
}
% Drawing UML
\usepackage
[T1]
{
fontenc
}
\usepackage
{
external
_
sty/tikz-uml
}
\newcommand
{
\stereotype
}
[1]
{
\guillemotleft
#1
\guillemotright
}
\newcommand
{
\umlattrib
}
[2]
{
#1 : #2
}
\newcommand
{
\umlattribstereo
}
[3]
{
\stereotype
{
#3
}
\umlattrib
{
#1
}{
#2
}
}
% Reference
\usepackage
[hidelinks]
{
hyperref
}
\newcommand
{
\refappendix
}
[1]
{
Appendix ~
\ref
{
#1
}
\nameref
{
#1
}
}
\newcommand
{
\refsec
}
[1]
{
Section ~
\ref
{
#1
}
\nameref
{
#1
}
}
\newcommand
{
\refchap
}
[1]
{
Chapter ~
\ref
{
#1
}
\nameref
{
#1
}
}
\newcommand
{
\refalgo
}
[1]
{
Algorithm ~
\ref
{
#1
}
}
\newcommand
{
\reffig
}
[1]
{
Figure ~
\ref
{
#1
}
}
\newcommand
{
\reftab
}
[1]
{
Table ~
\ref
{
#1
}
}
% source code environment
\usepackage
{
listings
}
\lstset
{
basicstyle=
\ttfamily
,breaklines=true
}
\begin
{
document
}
%%%%%%%%%%%%%%%%%%%%
% Front Matter
%%%%%%%%%%%%%%%%%%%%
% Title Page
\input
{
./title/youssef-genomic
_
title.tex
}
% Table of Contents
\setcounter
{
tocdepth
}{
3
}
\tableofcontents
\clearpage
% Tables of Illustrations
\begingroup
\let\cleardoublepage\relax
\let\clearpage\relax
% List of Figures
\listoffigures
% List of Tables
\listoftables
% List of Algorithms
\listofalgorithms
\endgroup
%%%%%%%%%%%%%%%%%%%%
% Main Matter
%%%%%%%%%%%%%%%%%%%%
% Introduction
\input
{
sections/intro.tex
}
% Genomic Background
%\input{sections/genomic_background.tex}
% Cryptographic Background
\input
{
sections/crypto
_
background.tex
}
% Implementation of ECCEG
\input
{
sections/ecceg
_
impl.tex
}
% Performance and Monatory Analysis of ECCEG Solution
\input
{
sections/performance
_
analysis.tex
}
% Deployment into Production Environment
\input
{
sections/deployment.tex
}
% Conclusion and Next Steps
\input
{
sections/conclusion.tex
}
%%%%%%%%%%%%%%%%%%%%
% Back Matter
%%%%%%%%%%%%%%%%%%%%
\input
{
sections/appendix.tex
}
\printbibliography
%\bibliographystyle{plain}
\end
{
document
}
Event Timeline
Log In to Comment