analysis-of-captcha-systems/paper.tex

19 lines
478 B
TeX
Raw Permalink Normal View History

2021-09-20 15:49:45 +05:30
\documentclass[conference]{IEEEtran}
2021-09-20 16:21:14 +05:30
%\usepackage[english]{babel} % To obtain English text with the blindtext package
%\usepackage{blindtext}
2021-09-20 15:49:45 +05:30
\begin{document}
2021-09-20 16:21:14 +05:30
2021-09-20 15:49:45 +05:30
\title{Analysis of bot detection and spam prevention systems}
2021-09-20 16:21:14 +05:30
\author{\IEEEauthorblockN{Aravinth Manivannan, Sibi Chakkaravarthi}
2021-09-21 16:25:14 +05:30
\IEEEauthorblockA{mCaptcha}}
2021-09-20 15:49:45 +05:30
\maketitle
2021-09-20 17:00:19 +05:30
\input{intro/intro.tex}
\input{pre-req/main.tex}
2021-09-20 17:00:19 +05:30
\input{analysis/main.tex}
2021-09-21 18:03:06 +05:30
\input{case-studies/main.tex}
2021-09-20 15:49:45 +05:30
2021-09-20 19:31:02 +05:30
\input{conclusion.tex}
2021-09-20 15:49:45 +05:30
\end{document}