| Current Path : /var/www/html/bibhas.ghoshal/lecture_slides/introduction/ |
| Current File : /var/www/html/bibhas.ghoshal/lecture_slides/introduction/intro.tex |
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
% This file is a template using the "beamer" package to create slides for a talk or presentation
% - Talk at a conference/colloquium.
% - Talk length is about 20min.
% - Style is ornate.
% MODIFIED by Jonathan Kew, 2008-07-06
% The header comments and encoding in this file were modified for inclusion with TeXworks.
% The content is otherwise unchanged from the original distributed with the beamer package.
\documentclass{beamer}
% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
%
% In principle, this file can be redistributed and/or modified under
% the terms of the GNU Public License, version 2.
%
% However, this file is supposed to be a template to be modified
% for your own needs. For this reason, if you use this file as a
% template and not specifically distribute it as part of a another
% package/program, I grant the extra permission to freely copy and
% modify this file as you see fit and even to delete this copyright
% notice.
% \mode<presentation>
% {
% \usetheme{Warsaw}
% % or ...
%
% \setbeamercovered{transparent}
% % or whatever (possibly just delete it)
% }
\usetheme{CambridgeUS}
\usecolortheme{beaver}
\usepackage[english]{babel}
% or whatever
\usepackage[utf8]{inputenc}
% or whatever
\usepackage{times}
%\usepackage[T1]{fontenc}
% Or whatever. Note that the encoding and the font should match. If T1
% does not look nice, try deleting the line with the fontenc.
\usepackage{color}
\beamertemplateshadingbackground{blue}{yellow}
%\usepackage{}
\title[OS] % (optional, use only with long paper titles)
{ OPS 332 - Operating System}
%\subtitle
%{Include Only If Paper Has a Subtitle}
\author [Bibhas Ghoshal]% (optional, use only with lots of authors)
{ Instructor : Bibhas Ghoshal (\textcolor{black}{bibhas.ghoshal@iiita.ac.in})}
% - Give the names in the same order as the appear in the paper.
% - Use the \inst{?} command only if the authors have different
% affiliation.
%\institute % (optional, but mostly needed)
%{
%\inst{1}%
% Department of Computer Science and Engineering\\
% Indian Institute of Technology, Kharagpur}
% \and
% \inst{2}%
%Department of Theoretical Philosophy\\
%University of Elsewhere}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.
\date% (optional, should be abbreviation of conference name)
{Autumn Semester, 2015}
% - Either use conference name or its abbreviation.
% - Not really informative to the audience, more for people (including
% yourself) who are reading the slides online
%\subject{Theoretical Computer Science}
% This is only inserted into the PDF information catalog. Can be left
% out.
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
\pgfdeclareimage[height=0.75cm]{university-logo}{IIIT_logo.jpg}
\logo{\pgfuseimage{university-logo}}
% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
% \AtBeginSubsection[]
% {
% \begin{frame}<beamer>{Outline}
% \tableofcontents[currentsection,currentsubsection]
% \end{frame}
% }
% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command:
%\beamerdefaultoverlayspecification{<+->}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Details of Course Code OPS 332 - Operating System running this semester}
\begin{itemize}
\item Credit : 5 [ L-3 , P-2, T-?]
\item Instructor : Bibhas Ghoshal\\
\begin{itemize}
\item Office : Room no. 5158 (CC3 Building) - during office hours
\item E-mail : bibhas.ghoshal$@$iiita.ac.in - always
\end{itemize}
\item Meeting : Section A (D - Timing; D - Timing; Venue - ) Section B (D - Timing; D - Timing; Venue - )
\item Lab : Schedule and Details will be updated on the course website
\item TAs : TBD
\end{itemize}
\end{frame}
\begin{frame}
\begin{itemize}
\item Course Website :
\begin{itemize}
\item http://www.iiita.ac.in/faculty\_profile/~bibhas/Teaching/OS\_2015
\item IIITA forum ( announcements / one-one interaction)
\end{itemize}
\item Text Book :
\begin{enumerate}
\item \emph{Operating System Concepts} by Silberschatz, Galvin, and Gagne
\item \emph{Modern Operating System} by Tanenbaum
\end{enumerate}
\item References :
\begin{enumerate}
\item \emph{Operating Systems} by Dhamdhere
\item Lecture Slides and Class notes
\end{enumerate}
\item Syllabus : Available on course website
\end{itemize}
\end{frame}
\begin{frame}{Administrivia}
\begin{itemize}
\item Grading Policy :
\begin{itemize}
\item Exam - 80\%
\begin{enumerate}
\item Mid-sem - 20\%
\item Quiz - 10\% (2*5\%)
\item End-sem - 50\%
\end{enumerate}
\item Homework assignments - 10\%
\item Attendance - 10\% \textcolor {red} {(less than 75\% attendance $=>$ F grade)}
\end{itemize}
\item Exam : closed book and closed notes
\item Homework assignments :
\begin{itemize}
\item assigned at the beginning of a module (announcements will be made on the course web-site)
\item will help you prepare for your mid-sem and end-sem
\item you will have to explain your solution to the TAs during lab classes
\item you may be assigned group projects
\end{itemize}
\end{itemize}
\end{frame}
\end{document}