source: trunk/outilsplaneto/presentation.tex @ 144

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