source: trunk/outilsplaneto/presentation.tex @ 145

Last change on this file since 145 was 145, checked in by nanardon, 16 years ago
  • fix section menu
File size: 3.9 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\section*{Sommaire}
37
38\begin{frame}{Plan}
39\tableofcontents
40\end{frame}
41
42\section{Xephem}
43
44\begin{frame}{Présentation}
45    \begin{itemize}
46    \item Outils d'astronomie
47    \begin{itemize}
48        \item vue du ciel (lieu, temps paramétrable)
49        \item vue de certaines planètes
50        \item pilotage de téléscope
51    \end{itemize}
52    \pause
53    \item Utilisation libre à usage non commercial
54    \pause
55    \item Unix (Linux, BSD)
56    \pause
57    \item \copyright 1990-2006 by Elwood Charles Downey
58    \item \url{http://www.clearskyinstitute.com}
59    \end{itemize}
60\end{frame}
61
62\begin{frame}{Vue du ciel}
63\hfill
64\includegraphics[width=5cm,height=5cm]{skyview.eps}
65\hfill
66\includegraphics[width=4cm,height=4cm]{saturn.eps}
67\hfill
68\end{frame}
69
70\begin{frame}{La Terre}
71\hfill
72\includegraphics[width=5cm,height=5cm]{earth.eps}
73\hfill
74\includegraphics[width=5cm,height=5cm]{earth-sea.eps}
75\hfill
76\end{frame}
77
78\begin{frame}{Autres "planètes"}
79\hfill
80\includegraphics[width=5cm,height=5cm]{moon.eps}
81\hfill
82\includegraphics[width=5cm,height=5cm]{mars.eps}
83\hfill
84\end{frame}
85
86\section{Celestia}
87
88\begin{frame}{Présentation}
89    \begin{itemize}
90    \item Outils de vulgarisation
91    \begin{itemize}
92        \item "promanade" (lieu, temps paramétrable)
93        \item données précises
94    \end{itemize}
95    \pause
96    \item Logiciel libre (GPL)
97    \pause
98    \item Prérequis:
99    \begin{itemize}
100        \item Unix (Linux, BSD)
101        \pause
102        \item nécessite un ordinateur récent
103        \item support OPEN-GL (3d)
104    \end{itemize}
105    \end{itemize}
106\end{frame}
107
108\begin{frame}{Exemple de vues}
109\vfill
110\includegraphics[width=50mm,height=30mm]{c-earth.eps}
111
112\vfill
113\includegraphics[width=50mm,height=30mm]{c-hubble.eps}
114\vfill
115\end{frame}
116
117\begin{frame}{Exemple de vues}
118\hfill
119\includegraphics[width=60mm,height=38mm]{c-venus.eps}
120\hfill
121\includegraphics[width=40mm,height=40mm]{c-io-jupiter.eps}
122\hfill
123\end{frame}
124
125\section{Google Sky (Google earth)}
126
127\begin{frame}{Présentation}
128    \begin{itemize}
129    \item Recueil de photos
130    \begin{itemize}
131        \item vue du ciel depuis la terre
132        \item temps paramétrable sur un mois
133        \item vue des planètes non réalistes
134        \item calcul des orbites
135    \end{itemize}
136    \pause
137    \item Logiciel librement utilisable
138    \pause
139    \item prérequis:
140    \begin{itemize}
141        \item Unix (Linux, BSD), Windows, Mac
142        \pause
143        \item nécessite un ordinateur récent
144        \item support OPENGL (3d)
145        \pause
146        \item une connection internet (récupération des données en ligne)
147    \end{itemize}
148    \pause
149    \item \url{http://earth.google.com/intl/fr/}
150    \end{itemize}
151\end{frame}
152
153\begin{frame}{Exemple de vues}
154\hfill
155\includegraphics[width=46mm,height=35mm]{g-mercure-jupiter.eps}
156\hfill
157\includegraphics[width=46mm,height=35mm]{g-uranus-neptune.eps}
158\hfill
159\end{frame}
160
161\begin{frame}{Exemple de vues}
162\hfill
163\includegraphics[width=46mm,height=35mm]{g-nebuleuse-orion.eps}
164\hfill
165\includegraphics[width=46mm,height=35mm]{g-andromede.eps}
166\hfill
167\end{frame}
168
169\section*{Fin}
170
171\begin{frame}{Questions ?}
172\center{
173\hfill
174\includegraphics[width=46mm,height=35mm]{dr-who.eps}
175\hfill
176}
177\end{frame}
178
179\end{document}
Note: See TracBrowser for help on using the repository browser.