USAR training report-template-1
Author
Shubh Sardana
Last Updated
2ヶ月前
License
Creative Commons CC BY 4.0
Abstract
A rough template for Summer Training Report of University School of Automation and Robotics, GGSIPU EDC
\documentclass[12pt,a4paper]{report}
% Required packages
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mathptmx} % Times New Roman equivalent
\usepackage[margin=2.5cm,left=3.5cm,bottom=1.25cm,top=2.5cm]{geometry}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{titlesec}
\usepackage{tocloft}
\usepackage{graphicx}
\usepackage{array} % For better table formatting
% Page numbering style
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\cfoot{\thepage}
% Title formatting
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge}
% Adjust spacing
\setlength{\parskip}{6pt}
\onehalfspacing
% Table of contents formatting
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
\begin{document}
% Cover page
\begin{titlepage}
\begin{center}
\includegraphics[width=0.3\textwidth]{university_logo.png} % Example: "university_logo.png"
\vspace{2cm}
{\fontsize{24}{28}\selectfont\textbf{Summer Training Report}\par}
\vspace{1cm}
{\fontsize{16}{19}\selectfont\textbf{TITLE OF THE PROJECT/TRAINING MODULE NAMES}\par}
% Example: IoT-based Waste Management System
\vspace{1.5cm}
{\fontsize{12}{14}\selectfont
Submitted in partial fulfillment of the\\
requirements for the completion of one month's summer internship/training [ART 355]\par}
\vspace{1.5cm}
{\fontsize{14}{17}\selectfont\textbf{Name: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_}\par}
% Example: Name: John Doe
{\fontsize{14}{17}\selectfont\textbf{Enrollment Number: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_}\par}
% Example: Enrollment Number: 1234567890
\vspace{1cm}
{\fontsize{12}{14}\selectfont Under the supervision of\par}
% Example: Supervisor's Name: Dr. Jane Smith
\vspace{3cm}
\textbf{UNIVERSITY SCHOOL OF AUTOMATION AND ROBOTICS\\
GURU GOBIND SINGH INDRAPRASTHA UNIVERSITY\\
EAST DELHI CAMPUS, SURAJMAL VIHAR, DELHI- 110032}
\end{center}
\end{titlepage}
% Inner pages
\pagenumbering{roman}
\chapter*{Certificate by Company/Industry/Institute}
\addcontentsline{toc}{chapter}{Certificate by Company/Industry/Institute}
\begin{center}
% Placeholder for the certificate image
% \includegraphics[width=0.8\textwidth]{path/to/certificate_image.png} % Replace with the actual image path
\vspace{1cm}
% Example certificate text:
% This is to certify that the student John Doe has completed the Summer Training with our company from 01 June 2023 to 30 June 2023.
% Supervisor: Dr. Jane Smith, Head of Robotics Division.
\end{center}
\chapter*{Declaration}
\addcontentsline{toc}{chapter}{Declaration}
\thispagestyle{empty}
\begin{center}
{\fontsize{16}{19}\selectfont\textbf{DECLARATION}\par}
\vspace{1cm}
{\fontsize{12}{14}\selectfont
I hereby declare that the Summer Training Report entitled ``(Title of the project)'' is an authentic
record of work completed as requirements of Summer Training (ART 355) during the period
from \_\_\_\_\_\_\_\_\_\_\_\_ to \_\_\_\_\_\_\_\_\_\_\_\_ in University School of Automation and
Robotics/CDAC/NIC/DRDO/PEC/etc under the supervision of \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_.
}
% Example:
% I hereby declare that the Summer Training Report entitled "IoT-based Waste Management System" is an authentic record...
\vspace{3cm}
\begin{tabular}{@{}p{0.5\textwidth}@{}p{0.5\textwidth}@{}}
Date: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ & (Signature of student) \\[1cm]
& (Name of Student) \\
& (Enrollment Number) \\[2cm]
Date: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ & (Signature of Supervisor) \\[1cm]
& (Name of Supervisor)
\end{tabular}
\end{center}
\chapter*{Acknowledgement}
\addcontentsline{toc}{chapter}{Acknowledgement}
% Example: I would like to express my sincere gratitude to Dr. Jane Smith for her invaluable guidance throughout my internship.
% I am also thankful to the staff of XYZ Corporation for their cooperation.
\chapter*{About Company/Industry/Institute}
\addcontentsline{toc}{chapter}{About Company/Industry/Institute}
% Example: XYZ Corporation is a leader in industrial automation solutions. Founded in 1990, the company has been at the forefront of IoT innovation.
% Include a photograph, if available, with the following:
% \begin{figure}[h]
% \centering
% \includegraphics[width=0.7\textwidth]{path/to/company_photo.jpg}
% \caption{XYZ Corporation Headquarters}
% \label{fig:company-image}
% \end{figure}
% Table of contents and lists
\tableofcontents
\addcontentsline{toc}{chapter}{Table of Contents}
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
% Example: Table 1: Hardware Specifications
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
% Example: Figure 1: System Architecture
\chapter*{Abbreviations and Nomenclature}
\addcontentsline{toc}{chapter}{Abbreviations and Nomenclature}
% Example:
% IoT - Internet of Things
% GPS - Global Positioning System
% Main chapters (font size set to 12pt by default)
\pagenumbering{arabic}
\chapter{Abstract}
% Example:
% This report presents the development and implementation of an IoT-based Waste Management System. The system uses sensors to detect the level of waste in garbage bins and communicates this data in real-time to a central monitoring platform.
\chapter{Introduction}
% Example:
% The Internet of Things (IoT) has revolutionized the way industries handle data and automation. This project focuses on applying IoT technology to waste management, aiming to optimize the process by providing real-time waste level monitoring.
\chapter{Problem Statement}
% Example:
% Cities face a growing challenge of managing waste efficiently. Overflowing bins result in unsanitary conditions. The goal of this project is to develop a system that monitors waste levels and alerts authorities when bins need to be emptied.
\chapter{Description of Various Training Modules}
% Example:
% The training involved several modules, including:
% 1. IoT Basics
% 2. Sensor Integration
% 3. Data Transmission Protocols
\chapter{Literature Survey}
% Example:
% Several studies have been conducted on waste management systems using IoT. [1] explored the use of ultrasonic sensors for waste level detection, while [2] investigated data transmission protocols for remote monitoring.
\chapter{Methodology Adopted}
\section{Flow Chart}
% Example flow chart
% \begin{figure}[h]
% \centering
% \includegraphics[width=0.8\textwidth]{path/to/flowchart.png}
% \caption{System Flow Chart}
% \label{fig:flowchart1}
% \end{figure}
\section{Data Flow Diagram/UML Diagrams}
% Example: Data flow diagrams illustrating system components and interactions.
\section{ER Diagrams}
% Example: Entity-Relationship diagrams showing database structure.
\chapter{Description of Existing Algorithms Used/Proposed New Algorithm}
% Example:
% The existing algorithm for waste level detection was based on fixed thresholds. The new algorithm dynamically adjusts thresholds based on bin location and waste generation patterns.
\chapter{Hardware and Software Requirements}
% Example:
% Hardware:
% - Ultrasonic Sensors
% - Raspberry Pi
% Software:
% - Python
% - MQTT Protocol
\chapter{Snapshot/Screenshots of IDE/Web Portal}
% Example screenshot
% \begin{figure}[h]
% \centering
% \includegraphics[width=0.8\textwidth]{path/to/screenshot.png}
% \caption{Web Portal Dashboard}
% \label{fig:screenshot1}
% \end{figure}
\chapter{Results Obtained}
% Example:
% The system successfully monitored waste levels and sent alerts to the central system when the bins reached 80% capacity. The response time for alerts was under 5 seconds.
\chapter{References/Bibliography}
% Example:
% [1] John Smith, "IoT-based Smart Waste Management", International Journal of IoT, 2022.
% [2] Jane Doe, "Data Transmission in IoT Systems", IEEE Transactions, 2021.
% Optional sections
\appendix
\chapter{Data Sheet}
% Example: Hardware datasheet for the sensors used.
\chapter{Appendices}
% Example: Additional diagrams or system configurations.
\chapter{Research Paper Communicated}
% Example: If applicable, include details of any research paper submitted for publication.
\end{document}