SeminarReportTemplate
Author
Harshith D
Last Updated
4 years ago
License
Creative Commons CC BY 4.0
Abstract
This is an Technical Seminar Template Designed for Mtech Students.
\documentclass[a4paper]{report}
\usepackage{mathptmx}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage{cite}
\usepackage{framed}
\usepackage{a4wide}
\usepackage{float}
\usepackage[dvipsnames]{xcolor}
\usepackage{ragged2e}
\usepackage{lipsum}
\usepackage[utf8]{inputenc}
%\pagenumbering{roman}{\bfseries}
\usepackage{geometry}
\geometry{
a4paper,
total={170mm,237mm},
left=20mm,
top=30mm,
}
%for header and footer
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{fancyhdr}
%line spacing in report
\linespread{1.5}
\thispagestyle{empty}
\begin{document}
%---------------------------------------------------------------------------------
%latex chapters section start
%---------------------------------------------------------------------------------
\begin{center}
{\fontsize{18pt}{12pt} \color{Black} \selectfont \textbf{REFERENCES}}\\
\vspace{0.5cm}
\end{center}
\begin{flushleft}
\justifying
{\fontsize{12pt}{12pt} \color{Black} \selectfont {
$\left[ 1 \right]$ N. Kushalnagar, G. Montenegro, and C. Schumacher, IPv6 Over Low-Power Wireless Personal Area Networks (6LoWPANs): Overview, Assumptions, Problem Statement, and Goals, document RFC 4919, IETF, Fremont, CA, USA, 2007.
\par \vspace{0.2cm}
\noindent $\left[ 2 \right]$ T. Winter, P. Thubert, A. Brandt, J. Hui, R. Kelsey, P. Levis, K. Pister, R. Struik, J. P. Vasseur, and R. Alexander, RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks, document RFC 6550, IETF, Fremont, CA, USA, 2012.
\par \vspace{0.2cm}
\noindent $\left[ 3 \right]$ JP. Vasseur, M. Kim, K. Pister, N. Dejean, and D. Barthel, Routing Metrics Used for Path Calculation in Low-Power and Lossy Networks, document RFC 6551, IETF, Fremont, CA, USA, 2012.
\par \vspace{0.2cm}
\noindent $\left[ 4 \right]$ D. S. J. De Couto, D. Aguayo, J. Bicket, R. Morris, ‘‘A high-throughput path metric for multi-hop wireless routing,’’ in Proc. MobiCom, San Diego, CA, USA, Sep. 2003, pp. 134–146, doi: 10.1145/938985.939000.
\par \vspace{0.2cm}
\noindent $\left[ 5 \right]$ P. Thubert, Objective Function Zero for the Routing Protocol for Low- Power and Lossy Networks (RPL), document RFC 6552, IETF, Fremont, CA, USA, 2012.
\par \vspace{0.2cm}
\noindent $\left[ 6 \right]$ O. Gnawali and P. Levis, The Minimum Rank with Hysteresis Objective Function, document RFC 6719, IETF, Fremont, CA, USA, 2012.
\par \vspace{0.2cm}
\noindent $\left[ 7 \right]$ P. Levis, T. Clausen, J. Hui, O. Gnawali, and J. Ko, The Trickle Algorithm, document RFC 6206, IETF, Fremont, CA, USA, 2011.
\par \vspace{0.2cm}
\noindent $\left[ 8 \right]$ J. V. V. Sobral, J. J. P. C. Rodrigues, R. A. L. Rabêlo, J. Al-Muhtadi, and V. Korotaev, ‘‘Routing protocols for low power and lossy networks in Internet of Things applications,’’ Sensors, vol. 19, no. 9, p. 2144, May 2019, doi: 10.3390/s19092144.
\par \vspace{0.2cm}
\noindent $\left[ 9 \right]$ C. Lim, ‘‘A survey on congestion control for RPL-based wireless sensor networks,’’ Sensors, vol. 19, no. 11, p. 2567, Jun. 2019, doi: 10.3390/s19112567.
\par \vspace{0.2cm}
\noindent $\left[ 10 \right]$ H. Lamaazi and N. Benamar, ‘‘A comprehensive survey on enhancements and limitations of the RPL protocol: A focus on the objective function,’’ Ad Hoc Netw., vol. 96, Jan. 2020, Art. no. 102001, doi: 10.1016/j.adhoc.2019.102001.
\par \vspace{0.2cm}
}}
\end{flushleft}
%---------------------------------------------------------------------------------
%latex chapters section end
%---------------------------------------------------------------------------------
\end{document}