summaryrefslogtreecommitdiff
path: root/report.tex
blob: e2182ba1367dbe3bb7b924fb388fb4bfbebec04b (plain)
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
145
146
147
148
149
150
151
152
153
154
155
156
157
\documentclass[a4paper]{article}
\usepackage{multirow}
\usepackage{blindtext}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{fancyhdr}
\usepackage{etoolbox}
\usepackage{longtable}
\usepackage{meta}

\addtolength{\oddsidemargin}{-.500in}
\addtolength{\evensidemargin}{-.500in}
\addtolength{\textwidth}{1.0in}
\addtolength{\topmargin}{-.500in}
\addtolength{\textheight}{.500in}

\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\doctitle{}}
\fancyhead[R]{\leftmark}
\fancyfoot[L]{R. V. College of Engineering}
\fancyfoot[R]{Page \textbf{\thepage}}
\renewcommand{\headrulewidth}{1pt}
\renewcommand{\footrulewidth}{0.5pt}

\begin{document}

\begin{titlepage}
   \begin{center}
       \vspace*{1cm}

       {\large RV COLLEGE OF ENGINEERING}\\
       {\large Bengaluru 560 059}\\

       {\large(Autonomous Institution Affiliated to VTU, Belagavi)}

       \vspace{0.5cm}
       {\large\textbf{DEPARTMENT OF \MakeUppercase{\longdept{}}}}

       \vspace{1.25cm}

       \includegraphics[width=0.45\textwidth]{assets/rv}
       \vspace{0.75cm}

       {\LARGE \doctitle{}}

       \vspace{1.5cm}
       {\large Submitted by}
        \vspace{0.25cm}

       {\large
       \textbf{\MakeUppercase{\ponename{}} \poneusn{}}\\
       \textbf{\MakeUppercase{\ptwoname{}} \ptwousn{}}\\
       }

       \vfill
       {\large \textbf{\textit{in partial fulfillment for the requirement of \semester{} Semester\\
       \csubject{}(\coursecode{})}} }

       \vspace{0.5cm}


       {\large \textbf{Under the guidance of}\\
       \faculty{}, \facultypost{} \\
       Dept. of \dept{}, R. V. College of Engineering}

       \vspace{0.8cm}
        {\large\textbf{Academic Year \acyear{}}}


   \end{center}
\end{titlepage}
\pagebreak

\begin{titlepage}
   \begin{center}
       \vspace*{1cm}

       {\Large RV College of Engineering}\\
       Bengaluru 560 059\\
       Autonomous Institution Affiliated to VTU, Belagavi

       \vspace{0.5cm}
       {\large\textbf{DEPARTMENT OF \MakeUppercase{\longdept{}}}}

       \vspace{1cm}

       \includegraphics[width=0.30\textwidth]{assets/rv}

       \vspace{0.6cm}
       {\Large\textbf{CERTIFICATE}}
   \end{center}

       \vspace{0.25cm}

       Certified that the project work titled `\doctitle{}' is carried out by \ponename{}(\poneusn), \ptwoname{}\ifdefempty{\ptwousn}{}{(}\ptwousn{}\ifdefempty{\ptwousn}{}{)}, who \ifdefempty{\ptwousn}{is}{are} bonafide students of RV College of Engineering\textsuperscript{\tiny\textregistered}, Bengaluru, in partial fulfillment of the curriculum requirement of \semester{} Semester \csubject{} during the academic year  \textbf{\acyear{}}. It is certified that all corrections/suggestions indicated for the internal Assessment have been incorporated in the report deposited in the departmental library. The report has been approved as it satisfies the academic requirements in all respect as prescribed by the institution.

    \vfill
    \noindent\begin{tabular*}{\textwidth}[]{p{0.65\textwidth} c}
        \textbf{Signature of faculty in-charge} & \textbf{Head of the Department}\\
        & \textbf{Dept. of \shortdept{}, RVCE}
    \end{tabular*}
    \vspace{0.5cm}
    \begin{center}
    \underline{\textbf{External Examination}}
    \end{center}
    \begin{tabular*}{\textwidth}[]{p{0.70\textwidth} r}
        \textbf{Name of Examiners} &  \textbf{Signature with date}\\
    \end{tabular*}
    1.\\
    2.\\
    \vspace{0.1cm}

\end{titlepage}
\pagebreak

\begin{center}
\vspace*{1cm}
{\Large\textbf{ACKNOWLEDGEMENT}}
\vspace{0.7cm}
\end{center}

{\large
Any achievement, be it scholastic or otherwise does not depend solely on the
individual efforts but on the guidance, encouragement and cooperation of
intellectuals, elders and friends. A number of personalities, in their own
capacities have helped me in carrying out this project work. I would like to
take this opportunity to thank them all.

\vspace{0.5cm}
I deeply express my sincere gratitude to my guide \faculty{}, Associate
Professor, Department of CSE, RVCE, Bengaluru, for his able guidance, regular
source of encouragement and assistance throughout this project 

\vspace{0.5cm}
I would like to thank \hod{}, Head of Department, Computer Science and
Engineering, R. V. C. E. Bengaluru for his valuable suggestions and advice.

\vspace{0.5cm}
First and foremost, I would like to thank \principal{}, Principal, R. V. C. E.
Bengaluru, for his moral support towards completing my project work.

\vspace{0.5cm}
I thank my parents and all the faculty of \longdept{}, for their constant
support and encouragement.

\vspace{0.5cm}
Last but not the least, I would like to thank my peers and friends for their
valuable suggestions to improve my project.
}

\pagebreak

\tableofcontents
\pagebreak

\end{document}