source: atlas/presentations/CMT06-04-2006-sit.tex @ 165

Last change on this file since 165 was 165, checked in by garonne, 18 years ago

Mise à jour partie cmt

File size: 4.9 KB
Line 
1\documentclass [compress, t]{beamer}
2\usepackage{styles/beamerthemeMarseille}
3\usepackage[latin1]{inputenc}
4\usepackage{epsfig}
5\usepackage{graphicx}
6\usepackage{graphics}
7\usepackage{subfigure}
8\usepackage{color}
9\usepackage{algorithmic}
10\usepackage{algorithm}
11\usepackage{pgfarrows, pgfnodes}
12\usepackage{url}
13\usepackage{textcomp}
14\usepackage{url}\urlstyle{sf}
15\usepackage{xspace} 
16\usepackage{listings}
17
18% Beamer Options
19\setbeamercovered{dynamic}
20\setbeamertemplate{blocks}[rounded][shadow=true]
21\setbeamertemplate{background canvas}[vertical shading][bottom=white,top=structure.fg!20]
22
23%%%% macros %%%%
24
25% Macros
26\newcommand{\cmt}    {{\em CMT}\@\xspace}%
27\newcommand{\svn}    {{\em SVN}\@\xspace}%
28
29\setbeamercovered{dynamic}
30
31
32\definecolor{rltgreen}{rgb}{0,0.5,0}
33\pgfdeclareimage[height=1.1cm]{LogoLAL}{logos/logoLAL50ansgrand}
34\logo{ \pgfuseimage{LogoLAL} }
35
36\title{CMT/SVN news, \\ Atlas SW/SIT meeting}
37\author{Christian Arnault, Vincent Garonne\\
38\{arnault,garonne\}@lal.in2p3.fr}
39\institute{Laboratoire de l'accélérateur Linéaire}
40\date {April 6, 2006} % \today
41
42\begin{document}
43
44% Transparent: Première page
45\begin{frame}
46\maketitle
47%\textcolor{gray}{\it \scriptsize }
48\end{frame}
49
50\section*{Outline}
51\frame
52{
53% \frametitle{Outline}
54 \vfill
55   \begin{block}{Outline}
56 \tableofcontents[hideallsubsections]
57 \end{block}
58}
59
60%------------------------------- SECTION -------------------------%
61
62\section[\cmt]{\cmt news, feedbacks and futur improvements}
63
64%\subsection{The new v1r18p20060301 release}
65
66%---- Slide 1 -----%
67\frame 
68{
69 \frametitle{\cmt news (1)}
70   
71 \begin{block}{New \cmt release (version v1r18p20060301) }
72    No major improvements but fixed several problems with the existing  CMT versions, including:     
73     \begin{itemize}
74          \item Non-existent directories are no longer removed from search paths   
75          \item Add new warning messages in relation with setup checking which are
76                explicitly called with the \texttt{--warnings option}.
77          \item The run-time environment for a release can be setup by specifying 
78          the "runtime" during setup command, e.g.:\\                 
79         \texttt{> source $\sim$/cmthome/setup.sh -tag=11.0.4,runtime}   
80         \item New version of the AtlasSettings package (backwards compatible)
81       \end{itemize}
82\end{block}
83}
84
85%---- Slide 2 -----%
86\frame 
87{
88 \frametitle{\cmt news (2)} 
89 \begin{block}{New \cmt release (version v1r18p20060301)}
90\begin{itemize}
91         \item Change the internal system for settings environment variables in a proper way
92          \item Better support of the (non-)version-directory mode in severals cases:
93          \begin{itemize} 
94                \setbeamertemplate{itemize items}[circle]
95                 \item  Option to force package version directories to be created when using
96                            "\texttt{cmt co}":\\ 
97                            \texttt{set CMTSTRUCTURINGSTYLE "with\_version\_directory"}           
98                  \item Resp. \texttt{"without\_version\_directory"} force a package version  directory not
99            to be created.
100      \end{itemize}     
101     \item See Changelog~\cite{cmt_changelog} for more informations
102\end{itemize}
103\end{block}
104}
105
106%---- Slide 3 -----%
107\frame 
108{
109 \frametitle{\cmt feedbacks}
110  \begin{block}{Report and future}
111     \begin{itemize} 
112          \item Tested on the nightlies with no problems
113           \item Should be the `stable' v1r18 in the futur
114           \item Problems encounter with the cmtcvs plugin in the way cvs tags are printed :
115          \begin{itemize} 
116                \setbeamertemplate{itemize items}[circle]
117                \item Thanks to D. Chamont, this is fixed
118                \item Should be available for the next plugin release
119          \end{itemize}   
120          \item Future improvements planned for the next \cmt release :
121          \begin{itemize} 
122                \setbeamertemplate{itemize items}[circle]
123                \item  Request for having a macro that reflects all active tags , i.d.
124                           we should introduce a link between the macro and tag concepts
125                \item Improve the log message mechanism for message classification
126                         within \cmt, e.g. Python's logging module~\cite{module_logging}.
127          \end{itemize}                     
128\end{itemize}
129\end{block}
130}
131
132%------------------------------- SECTION -------------------------%
133\section [\svn status report]{Report of the SVN evaluation for Atlas}
134\frame
135{
136% \frametitle{Outline}
137   \begin{block}{\svn}
138 \end{block}
139}
140
141
142
143
144%------------------------------- SECTION -------------------------%
145\section{References}
146%------------------------------- FRAME-------------------------%
147\frame[allowframebreaks]
148{
149\frametitle{References}
150\nocite{*}
151\bibliographystyle{unsrt}
152\bibliography{CMT06-04-2006-sit}
153}
154
155\end{document}
156%------------------------------- End Of File -------------------------%
Note: See TracBrowser for help on using the repository browser.