]> AND Private Git Repository - chloroplast13.git/blob - main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
finish implementation section
[chloroplast13.git] / main.tex
1 \documentclass{article}
2 \usepackage{subfig}
3 \usepackage{color}
4 \usepackage{graphicx}
5 \usepackage{url}
6 \usepackage{cite}
7 \usepackage{algorithm}
8 \usepackage{algorithmic}
9 \usepackage{pdflscape}
10 \usepackage{longtable}
11 \usepackage{amsmath,mathtools}
12 \usepackage[utf8]{inputenc}
13
14
15 % correct bad hyphenation here
16 \hyphenation{op-tical net-works semi-conduc-tor}
17
18  
19 \begin{document}
20
21 \title{Finding the core-genes of Chloroplast Species}
22
23
24 \author{
25 Bassam AlKindy,
26 Jean-Fran\c{c}ois Couchot,  
27 Christophe Guyeux,
28 and Michel Salomon*\\
29 FEMTO-ST Institute, UMR 6174 CNRS\\
30 Computer Science Laboratory DISC,
31 University of Franche-Comt\'{e},
32 Besan\c con, France.\\
33 $*:$ Authors in alphabetic order.\\
34 }
35 \newcommand{\JFC}[1]{\begin{color}{green}\textit{}\end{color}}
36 \newcommand{\CG}[1]{\begin{color}
37 {blue}\textit{}\end{color}}
38 % make the title area
39 \maketitle
40
41 %IEEEtran, journal, \LaTeX, paper, template.
42 \input{abstract}
43
44 \section{Introduction}\label{sec:intro}
45 \input{intro.tex}
46
47
48 \section{Similarity-based Approach}
49 %input 
50 % Main author : jfc
51 \input{classEquiv}
52
53
54
55 \section{Annotated-based Approaches}
56 % Main author : bassam
57 \input{annotated}
58
59 % \section{Second Stage: to Find Closed Genomes}
60 % \input{closedgenomes}
61
62
63 \section{Conclusion}\label{sec:concl}
64
65
66 \bibliographystyle{plain}
67
68 \bibliography{biblio}
69
70 \end{document}
71
72