source: trunk/outilsplaneto/presentation.tex @ 149

Last change on this file since 149 was 149, checked in by nanardon, 16 years ago
  • TODO stellarium
  • Property svn:keyword set to Id
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% TODO
87%\section{stellarium}
88%
89%
90
91\section{Celestia}
92
93\begin{frame}{Présentation}
94    \begin{itemize}
95    \item Outils de vulgarisation
96    \begin{itemize}
97        \item "promenade" (lieu, temps paramétrable)
98        \item données précises
99    \end{itemize}
100    \pause
101    \item Logiciel libre (GPL)
102    \pause
103    \item Prérequis:
104    \begin{itemize}
105        \item Unix (Linux, BSD)
106        \pause
107        \item nécessite un ordinateur récent
108        \item support OPEN-GL (3d)
109    \end{itemize}
110    \end{itemize}
111\end{frame}
112
113\begin{frame}{Exemple de vues}
114\vfill
115\includegraphics[width=50mm,height=30mm]{c-earth.eps}
116
117\vfill
118\includegraphics[width=50mm,height=30mm]{c-hubble.eps}
119\vfill
120\end{frame}
121
122\begin{frame}{Exemple de vues}
123\hfill
124\includegraphics[width=60mm,height=38mm]{c-venus.eps}
125\hfill
126\includegraphics[width=40mm,height=40mm]{c-io-jupiter.eps}
127\hfill
128\end{frame}
129
130\section{Google Sky (Google earth)}
131
132\begin{frame}{Présentation}
133    \begin{itemize}
134    \item Recueil de photos
135    \begin{itemize}
136        \item vue du ciel depuis la terre
137        \item temps paramétrable sur un mois
138        \item vue des planètes non réaliste
139        \item calcul des orbites
140    \end{itemize}
141    \pause
142    \item Logiciel librement utilisable
143    \pause
144    \item prérequis:
145    \begin{itemize}
146        \item Unix (Linux, BSD), Windows, Mac
147        \pause
148        \item nécessite un ordinateur récent
149        \item support OPENGL (3d)
150        \pause
151        \item une connection internet (récupération des données en ligne)
152    \end{itemize}
153    \pause
154    \item \url{http://earth.google.com/intl/fr/}
155    \end{itemize}
156\end{frame}
157
158\begin{frame}{Exemple de vues}
159\hfill
160\includegraphics[width=46mm,height=35mm]{g-mercure-jupiter.eps}
161\hfill
162\includegraphics[width=46mm,height=35mm]{g-uranus-neptune.eps}
163\hfill
164\end{frame}
165
166\begin{frame}{Exemple de vues}
167\hfill
168\includegraphics[width=46mm,height=35mm]{g-nebuleuse-orion.eps}
169\hfill
170\includegraphics[width=46mm,height=35mm]{g-andromede.eps}
171\hfill
172\end{frame}
173
174\section*{Fin}
175
176\begin{frame}{Questions ?}
177\center{
178\hfill
179\includegraphics[width=46mm,height=35mm]{dr-who.eps}
180\hfill
181}
182\end{frame}
183
184\end{document}
Note: See TracBrowser for help on using the repository browser.