source: trunk/outilsplaneto/presentation.tex @ 141

Last change on this file since 141 was 141, checked in by nanardon, 16 years ago
  • xephem && celestia
File size: 2.6 KB
Line 
1% $Id: presentation.tex 138 2007-11-30 06:15:07Z nanardon $
2\documentclass[notes]{beamer}
3\usepackage[frenchb]{babel}
4\usepackage[T1]{fontenc}
5\usepackage{moreverb}
6\usepackage{graphicx}
7
8\mode<presentation>
9{
10  \definecolor{beamerstructure}{RGB}{143,79,112}
11  \definecolor{sidebackground}{RGB}{230,242,250}
12  \color{beamerstructure}
13  \usetheme{Frankfurt}
14  \usepackage{times}
15  \userightsidebarcolortemplate{\color{sidebackground}}
16  \beamertemplateballitem
17}
18
19\title{Outils informatiques pour la planéto}
20\subtitle{Quelques exemples}
21\author{Olivier Thauvin}
22\date{\today}
23
24%\AtBeginSection[]
25%{
26%\begin{frame}<beamer>
27%    \frametitle{Plan}
28%    \tableofcontents[currentsection]
29%\end{frame}
30%}
31
32\begin{document}
33
34\frame{\titlepage}
35
36\begin{frame}{Plan}
37\tableofcontents
38\end{frame}
39
40\section{Xephem}
41
42\begin{frame}{Présentation}
43    \begin{itemize}
44    \item Outils d'astronomie
45    \begin{itemize}
46        \item vue du ciel (lieu, temps paramétrable)
47        \item vue de certaines planètes
48        \item pilotage de téléscope
49    \end{itemize}
50    \pause
51    \item Utilisation libre à usage non commercial
52    \pause
53    \item Unix (Linux, BSD)
54    \pause
55    \item \copyright 1990-2006 by Elwood Charles Downey
56    \item \url{http://www.clearskyinstitute.com}
57    \end{itemize}
58\end{frame}
59
60\begin{frame}{Vue du ciel}
61\hfill
62\includegraphics[width=5cm,height=5cm]{skyview.eps}
63\hfill
64\includegraphics[width=4cm,height=4cm]{saturn.eps}
65\hfill
66\end{frame}
67
68\begin{frame}{La Terre}
69\hfill
70\includegraphics[width=5cm,height=5cm]{earth.eps}
71\hfill
72\includegraphics[width=5cm,height=5cm]{earth-sea.eps}
73\hfill
74\end{frame}
75
76\begin{frame}{Autres "planètes"}
77\hfill
78\includegraphics[width=5cm,height=5cm]{moon.eps}
79\hfill
80\includegraphics[width=5cm,height=5cm]{mars.eps}
81\hfill
82\end{frame}
83
84\section{Celestia}
85
86\begin{frame}{Présentation}
87    \begin{itemize}
88    \item Outils de vulgrisation
89    \begin{itemize}
90        \item "promanade" (lieu, temps paramétrable)
91        \item donnée précise
92    \end{itemize}
93    \pause
94    \item Logiciel libre (GPL)
95    \pause
96    \item Unix (Linux, BSD)
97    \pause
98    \item prérequis
99    \begin{itemize}
100        \item Necessite un ordinateur récent
101        \item support OPENGL (3d)
102    \end{itemize}
103    \end{itemize}
104\end{frame}
105
106\begin{frame}
107\hfill
108\includegraphics[width=5cm,height=5cm]{c-earth.eps}
109\hfill
110\includegraphics[width=5cm,height=5cm]{c-hubble.eps}
111\hfill
112\end{frame}
113
114\begin{frame}
115\hfill
116\includegraphics[width=5cm,height=5cm]{c-venus.eps}
117\hfill
118\includegraphics[width=5cm,height=5cm]{c-io-jupiter.eps}
119\hfill
120\end{frame}
121
122\section{Google Sky (Google earth)}
123
124\end{document}
Note: See TracBrowser for help on using the repository browser.