Changeset 371


Ignore:
Timestamp:
10/22/12 19:03:01 (12 years ago)
Author:
nanardon
Message:

add database part

Location:
trunk/outilsplaneto
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/outilsplaneto/Makefile

    r357 r371  
    55SOURCES= \ 
    66        presentation.tex 
     7 
     8INC = bdb.tex planeto.tex cartes.tex 
    79 
    810FIGURES= \ 
     
    5355        latex -halt-on-error $< && latex -halt-on-error $< 
    5456 
    55 %.pdf: %.tex 
     57%.pdf: %.tex $(INC) 
    5658        pdflatex -halt-on-error $< && pdflatex -halt-on-error $< 
    5759 
  • trunk/outilsplaneto/presentation.tex

    r359 r371  
    33\usepackage[frenchb]{babel} 
    44\usepackage[T1]{fontenc} 
     5\usepackage[utf8]{inputenc} 
    56\usepackage{moreverb} 
    67\usepackage{graphicx} 
     
    1718} 
    1819 
    19 \title{Outils informatiques pour la planéto} 
     20\title{Outils informatiques pour la planéto} 
    2021\subtitle{Quelques exemples} 
    2122\author{Olivier Thauvin} 
     
    4041\end{frame} 
    4142 
    42 \section{Vue du Ciel} 
    43  
    44 \subsection{Xephem} 
    45  
    46 \begin{frame}{Xephem: Présentation} 
    47     \begin{itemize} 
    48     \item Outils d'astronomie 
    49     \begin{itemize} 
    50         \item vue du ciel (lieu, temps paramétrable) 
    51         \item vue de certaines planètes 
    52         \item pilotage de téléscope 
    53     \end{itemize} 
    54     \pause 
    55     \item Utilisation libre à usage non commercial 
    56     \pause 
    57     \item Unix (Linux, BSD) 
    58     \pause 
    59     \item \copyright 1990-2006 by Elwood Charles Downey 
    60     \item \url{http://www.clearskyinstitute.com} 
    61     \end{itemize} 
    62 \end{frame} 
    63  
    64 \begin{frame}{Xephem: Vue du ciel} 
    65 \hfill 
    66 \includegraphics[width=5cm,height=5cm]{skyview} 
    67 \hfill 
    68 \includegraphics[width=4cm,height=4cm]{saturn} 
    69 \hfill 
    70 \end{frame} 
    71  
    72 \begin{frame}{Xephem: La Terre} 
    73 \hfill 
    74 \includegraphics[width=5cm,height=5cm]{earth} 
    75 \hfill 
    76 \includegraphics[width=5cm,height=5cm]{earth-sea} 
    77 \hfill 
    78 \end{frame} 
    79  
    80 \begin{frame}{Xephem: Autres "planètes"} 
    81 \hfill 
    82 \includegraphics[width=5cm,height=5cm]{moon} 
    83 \hfill 
    84 \includegraphics[width=5cm,height=5cm]{mars} 
    85 \hfill 
    86 \end{frame} 
    87  
    88 \subsection{Stellarium} 
    89  
    90 \begin{frame} 
    91     \frametitle{Stellarium: Présentation} 
    92     \begin{itemize} 
    93     \item Vision du ciel tel qu'on le voit 
    94     \begin{itemize} 
    95     \item jour/nuit 
    96     \item zoom 
    97     \item déplacement dans le temps 
    98     \item scriptable 
    99     \item \ldots 
    100     \end{itemize} 
    101     \item Logiciel libre (GPL) 
    102     \item Linux, Windows et MacOSX 
    103     \end{itemize} 
    104 \end{frame} 
    105  
    106 \begin{frame} 
    107     \frametitle{Stellarium: Jupiter} 
    108     \hfill 
    109     \includegraphics[width=5cm,height=5cm]{stellarium-000} 
    110     \hfill 
    111     \includegraphics[width=5cm,height=5cm]{stellarium-002} 
    112     \hfill 
    113 \end{frame} 
    114  
    115 \subsection{Celestia} 
    116  
    117 \begin{frame}{Celestia: Présentation} 
    118     \begin{itemize} 
    119     \item Outils de vulgarisation 
    120     \begin{itemize} 
    121         \item "promenade" (lieu, temps paramétrable) 
    122         \item données précises 
    123     \end{itemize} 
    124     \pause 
    125     \item Logiciel libre (GPL) 
    126     \pause 
    127     \item Prérequis: 
    128     \begin{itemize} 
    129         \item Unix (Linux, BSD), MacOS X ou Windows 
    130         \pause 
    131         \item nécessite un ordinateur récent 
    132         \item support OPEN-GL (3d) 
    133     \end{itemize} 
    134     \end{itemize} 
    135 \end{frame} 
    136  
    137 \begin{frame}{Celestia: Exemple de vues} 
    138 \vfill 
    139 \includegraphics[width=50mm,height=30mm]{c-earth} 
    140  
    141 \vfill 
    142 \includegraphics[width=50mm,height=30mm]{c-hubble} 
    143 \vfill 
    144 \end{frame} 
    145  
    146 \begin{frame}{Celestia: Exemple de vues} 
    147 \hfill 
    148 \includegraphics[width=60mm,height=38mm]{c-venus} 
    149 \hfill 
    150 \includegraphics[width=40mm,height=40mm]{c-io-jupiter} 
    151 \hfill 
    152 \end{frame} 
    153  
    154 \subsection{Google Sky (Google earth)} 
    155  
    156 \begin{frame}{Google Sky: Présentation} 
    157     \begin{itemize} 
    158     \item Recueil de photos 
    159     \begin{itemize} 
    160         \item vue du ciel depuis la terre 
    161         \item temps paramétrable sur un mois 
    162         \item vue des planètes non réaliste 
    163         \item calcul des orbites 
    164     \end{itemize} 
    165     \pause 
    166     \item Logiciel librement utilisable 
    167     \pause 
    168     \item prérequis: 
    169     \begin{itemize} 
    170         \item Unix (Linux, BSD), Windows, Mac 
    171         \pause 
    172         \item nécessite un ordinateur récent 
    173         \item support OPENGL (3d) 
    174         \pause 
    175         \item une connection internet (récupération des données en ligne) 
    176     \end{itemize} 
    177     \pause 
    178     \item \url{http://earth.google.com/intl/fr/} 
    179     \end{itemize} 
    180 \end{frame} 
    181  
    182 \begin{frame}{Google Sky: Exemple de vues} 
    183 \hfill 
    184 \includegraphics[width=46mm,height=35mm]{g-mercure-jupiter} 
    185 \hfill 
    186 \includegraphics[width=46mm,height=35mm]{g-uranus-neptune} 
    187 \hfill 
    188 \end{frame} 
    189  
    190 \begin{frame}{Google Sky: Exemple de vues} 
    191 \hfill 
    192 \includegraphics[width=46mm,height=35mm]{g-nebuleuse-orion} 
    193 \hfill 
    194 \includegraphics[width=46mm,height=35mm]{g-andromede} 
    195 \hfill 
    196 \end{frame} 
    197  
    198 %% A voir un jour 
    199 %% \href{http://www.ap-i.net/skychart/index.php}{Cartes du ciel} 
    200  
    201 \section{Tracer de carte} 
    202  
    203 \subsection{GMT} 
    204  
    205 \begin{frame} 
    206 \frametitle{GMT} 
    207 \begin{block}{Généralité} 
    208 \begin{itemize} 
    209 \item logiciel de tracer de carte 
    210 \item libre et gratuit 
    211 \item disponible sous UNIX (Linux et MacOS X), Windows et OS/2 Warp (!!) 
    212 \item a 20 ans (en 2011) 
    213 \item \href{http://gmt.soest.hawaii.edu/}{http://gmt.soest.hawaii.edu/} 
    214 \end{itemize} 
    215 \end{block} 
    216 \end{frame} 
    217  
    218 \begin{frame} 
    219 \frametitle{GMT} 
    220 \begin{exampleblock}{Exemple: Utilisation de GMT} 
    221 {\hfill 
    222 \includegraphics[width=80mm,height=45mm]{gmt_usage} 
    223 \hfill 
    224 } 
    225 \end{exampleblock} 
    226 \end{frame} 
    227  
    228 \subsection{Google MAP} 
    229 \begin{frame} 
    230  
    231 \frametitle{Google MAP} 
    232 \begin{block}{Généralités} 
    233 \begin{itemize} 
    234 \item logiciel de tracer de carte 
    235 \item libre d'utilisation en ligne 
    236 \item indépendant de l'OS (navigateur web) 
    237 \item vue carte, satellite, relief 
    238 \item bien documenté 
    239 \end{itemize} 
    240 \end{block} 
    241 \end{frame} 
    242  
    243 \begin{frame} 
    244 \frametitle{Google Map} 
    245 \begin{exampleblock}{Exemple: Position des miroirs Mageia} 
    246 {\hfill 
    247 \includegraphics[width=80mm,height=45mm]{google-maps} 
    248 \hfill 
    249 } 
    250 \end{exampleblock} 
    251 \end{frame} 
     43\include{planeto} 
     44\include{bdb} 
     45\include{cartes} 
    25246 
    25347\section*{Fin} 
     48 
     49 
    25450 
    25551\begin{frame}{Questions ?} 
Note: See TracChangeset for help on using the changeset viewer.