This repository has been archived on 2019-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
tesiMaturita/presentazione/main.tex

77 lines
1.9 KiB
TeX

\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{svg}
\usetheme{Berkeley}
\usecolortheme{seahorse}
\title{Alternanza scuola--lavoro estesa presso \textit{Agomir S.p.A.}}
\author{Claudio Maggioni}
\institute{I.I.S. A. Badoni}
\date{Tesi di maturità, A.S. 2017-2018}
\logo{\includesvg[height=1cm]{../images/logo}}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Skills acquired}
\begin{itemize}
\item Estimate time for tasks
\item Work in a team
\item Interact with customers
\item Write effective documentation
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{\textit{InteGRa Mobile}}
\centering
\includegraphics[width=0.3\textwidth]{../images/soggetti.png}
\includegraphics[width=0.3\textwidth]{../images/inv-test.png}
\includegraphics[width=0.3\textwidth]{../images/agenda.png}
\end{frame}
\begin{frame}
\frametitle{\textit{InteGRa Mobile}}
Interfaccia \textit{mobile} per il gestionale \textit{InteGRa}. È possibile accedere alle sezioni:
\begin{itemize}
\item Ordini cliente
\item Soggetti
\item Agenda
\item Magazzini
\item Gestione interventi (trasferte)
\end{itemize}
\vspace{0.5cm}
Realizzata usando:
\begin{itemize}
\item Java Web Application
\item \textit{Ionic Framework}
\item WebService REST
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{\textit{Guac Remote}}
\centering
\includegraphics[height=0.32\textwidth]{../images/guac-open.png}
\vspace{0.5cm}
\includegraphics[height=0.32\textwidth]{../images/guac-settings.png}
\end{frame}
\begin{frame}
\frametitle{\textit{Guac Remote}}
Client di desktop remoto \textit{mobile} realizzato su misura per un'azienda del
territorio.
\vspace{0.5cm}
Realizzato con:
\begin{itemize}
\item \textit{Apache Guacamole}
\item \textit{Apache Cordova}
\item WebSocket
\end{itemize}
\end{frame}
\end{document}