

% add the PATH to retrieve cls and sty beamer styles files
\makeatletter
\providecommand*{\input@path}{}
\edef\input@path{{../../support/beamer/}\input@path}% prepend
\makeatother

% \documentclass{pharoslides}
% \documentclass[aspectratio=169]{pharoslides} % format 16/9
\documentclass[withvideo]{pharoslides} % format 16/9 + incrustation video

\graphicspath{{./figures/}{../}{../../support/beamer/imgs/}}

%Information to be included in the title page:
\title{A Journey in Pharo: A Bright Future}
\subtitle{}
\author{Damien Cassou, Stéphane Ducasse and Luc Fabresse}
\institute{http://stephane.ducasse.free.fr}
\date{}
\slidesid{W7S08}

\begin{document}

\frame[plain]{\titlepage}



\begin{frame}[fragile]

\frametitle{The Most Important Effort is Behind}

\begin{itemize}
\item You learned most of Pharo aspects
\begin{itemize}
\item the rest, including package dependency management and continuous integration, is in \href{http://www.pharo.org/}{www.pharo.org}\footnote{\url{http://www.pharo.org/}}
\end{itemize}

\item You learned the core of Pharo
\begin{itemize}
\item now you can learn any Pharo library
\end{itemize}

\end{itemize}
\end{frame}



\begin{frame}[fragile]

\frametitle{Pharo is not Read-Only}

Pharo is not a black-box, it is an aquarium with living objects!
You can swim in it and be really productive.


\begin{center}
\includegraphics[width=0.8\textwidth]{figures/AmongFishes.jpg}\end{center}

\end{frame}



\begin{frame}[fragile]

\frametitle{Business}

Pharo is a community of people building businesses

\begin{itemize}
\item if you need help just ask
\end{itemize}
\end{frame}



\begin{frame}[fragile]

\frametitle{Pharo is Evolving}

\begin{itemize}
\item Pharo is at the beginning of its life
\item Infrastructure is continously improving
\begin{itemize}
\item compiler, tools, core libraries, ...
\end{itemize}

\item Community is constantly growing
\end{itemize}
\end{frame}



\begin{frame}[fragile]

\frametitle{Mid-Term Vision}

\begin{itemize}
\item Bootstrapped core to support coffee machine to cloud apps
\item Better integration with OSes and C
\item Pharo as a DLL
\item Better package systems
\item A module system
\item Scripting syntax
\item Better integration with versioning systems
\item Modular and validated distributions
\end{itemize}
\end{frame}



\begin{frame}[fragile]

\frametitle{Pharo and its Projects}

\begin{itemize}
\item Pharo is built by up to 70 international contributors
\item The community is working on many different projects
\item You can join, help
\end{itemize}


\begin{center}
\includegraphics[width=0.7\textwidth]{figures/F1Team.jpg}\end{center}

\end{frame}



\begin{frame}[fragile]

\frametitle{Hope You Liked the Journey in Pharo}
\end{frame}



\begin{frame}[fragile]

\frametitle{Hope You Liked the Journey in Pharo}

Pharo is

\begin{itemize}
\item Pure \& elegant
\item Fun, simple
\item Highly productive
\item Excellent for teaching
\item Empowering
\item Fully accessible
\end{itemize}
\end{frame}




% \setlength{\textwidth}{\originaltextwidth}
\setbeamertemplate{background canvas}{\insertBorderForHandout}

\begin{frame}[plain]

\begin{minipage}{\originaltextwidth}
\centering
\large


\vspace{2em}

A course by

\vspace{1em}

\hspace{-20px}\includegraphics[height=32px]{inriaLogo}\hspace{3em}\raisebox{7px}{and}\hspace{3em}\raisebox{-6px}{\includegraphics[height=30px]{logoutop}}

\vspace{2em}

in collaboration with

\vspace{1em}

\includegraphics[height=40px]{unisciellogo}\hskip 1.5em%
\raisebox{5px}{\includegraphics[height=30px]{unitlogo}}\hskip 2em%
\raisebox{8px}{\includegraphics[height=24px]{univLilleLogo}}\hskip 2em%
\raisebox{3px}{\includegraphics[height=29px]{logo-IMT}}\hskip 2em%
\raisebox{1px}{\includegraphics[height=32px]{minesDouaiLogo}}

\vspace{2.5em}

\includegraphics[width=50px]{by-nc-nd} \tiny \hskip 0.5em \raisebox{5px}{Inria 2016}

\medskip

\tiny
Except where otherwise noted, this work is licensed under CC BY-NC-ND 3.0 France

\url{https://creativecommons.org/licenses/by-nc-nd/3.0/fr/} 

\end{minipage}
\end{frame}

\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
