]> AND Private Git Repository - canny.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
merge
authorcouchot <jf.couchot@gmail.com>
Mon, 9 Sep 2013 08:04:24 +0000 (10:04 +0200)
committercouchot <jf.couchot@gmail.com>
Mon, 9 Sep 2013 08:04:24 +0000 (10:04 +0200)
1  2 
intro.tex
main.tex
ourapproach.tex

diff --cc intro.tex
Simple merge
diff --cc main.tex
index b2b72fa014d3d68cd7aa7ff494e81f5b83418aab,f2c8449a93418dcc733af447b6f9d98a300f482e..10eaa19b874f7645ee854a86c7d1fd35e80da2c1
+++ b/main.tex
  \usepackage{mathtools,etoolbox}
  \usepackage{cite}
  \usepackage{setspace}
 -\usepackage[switch, modulo]{lineno}
 +\usepackage{lineno}
 +
 +
 +\begin{document}
 +%\doublespacing
 +%\linenumbers 
  
- \title[STABYLO]{STABYLO: 
- a lightweight edge-based steganographic approach}
  
- \author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux\thanks{Authors in alphabetic order}}
  
  
  
  
+ \DeclarePairedDelimiter{\abs}{\lvert}{\rvert}
+ % correct bad hyphenation here
+ \hyphenation{op-tical net-works semi-conduc-tor}
++\title[STABYLO]{STABYLO: 
++a lightweight edge-based steganographic approach}
++\author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux\thanks{Authors in alphabetic order}}
  
 +\affiliation{  FEMTO-ST Institute, UMR 6174 CNRS\\
 +  Computer Science Laboratory DISC,
 +  University of Franche-Comt\'{e},
 +  Besan\c con, France.}
 +\email{\{raphael.couturier, jean-francois.couchot, christophe.guyeux\}@univ-fcomte.fr}
  
 -
 -
 -\title{STABYLO: 
 -a lightweight %stego-secure 
 -edge-based steganographic approach}
 -
 -
 +\shortauthors{J.-F. Couchot, R. Couturier, and  C. Guyeux}
  
  
  
  
  
 -\linenumbers
 +\received{...}
 +\revised{...}
  
  
 -\author{Jean-Fran\c cois Couchot, Raphael Couturier, and  Christophe Guyeux*\\
 - $*:$ Authors in alphabetic order.\\
 -  FEMTO-ST Institute, UMR 6174 CNRS\\
 -  Computer Science Laboratory DISC,
 -  University of Franche-Comt\'{e},
 -  Besan\c con, France.
 -}
 -%\authorrunning{J.-F. Couchot, R. Couturier, and  C. Guyeux}
  
 -%\mail{jean-francois.couchot@femto-st.fr}
  
  \newcommand{\JFC}[1]{\begin{color}{green}\textit{#1}\end{color}}
  \newcommand{\RC}[1]{\begin{color}{red}\textit{}\end{color}}
  \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}}
  
  
  %IEEEtran, journal, \LaTeX, paper, template.
- \keywords{Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome trellis codes}
+ %\keywords{Steganography, least-significant-bit (LSB)-based steganography, edge detection, Canny filter, security, syndrome trellis codes}
  
 -\begin{document}
  
 -\maketitle
  
 -\doublespacing 
 +
- \begin{abstract}
 +
  
+ \begin{abstract}
++
  A novel steganographic method called STABYLO is introduced in 
  this research work.
  Its main advantage is to be much lighter than the so-called
@@@ -76,10 -88,7 +91,7 @@@ coding theory, and cryptography are com
  a scheme that can reasonably face up-to-date steganalysers.
  \end{abstract}
  
--
 +\maketitle
  
  
  
@@@ -130,10 -138,10 +141,10 @@@ examined for the sake of completeness. 
  systematic replacement of all the LSBs of edges by binary digits provided
  by the BBS generator will be investigated, and the consequences of such a 
  replacement, in terms of security, will be discussed.
- Furthermore, we plan to investigate information hiding on other models, high frequency for JPEG encoding for instance.
+ Furthermore, we plan to investigate information hiding on other models, such as high frequency for JPEG encoding.
  
  
 -\bibliographystyle{plain}
 +\bibliographystyle{compj}
  \bibliography{biblio}
  
  
diff --cc ourapproach.tex
Simple merge