~ubuntu-branches/ubuntu/raring/ess/raring-proposed

« back to all changes in this revision

Viewing changes to doc/useR-2006-ESS/cph-2.tex

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-05-09 08:00:38 UTC
  • mfrom: (1.2.23)
  • Revision ID: package-import@ubuntu.com-20120509080038-7an3nhbtgaj02a17
Tags: 12.04-1-1
New upstream patch version released today

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\documentclass[pdf,final,azure]{prosper}
2
 
 
3
 
\usepackage{textcomp}
4
 
\usepackage{semhelv}
5
 
\usepackage{mathptm}
6
 
\usepackage{graphicx}
7
 
\usepackage{amsmath}
8
 
\usepackage{pstricks}
9
 
\usepackage{pst-grad}
10
 
\usepackage{url}
11
 
\usepackage{hyperref}
12
 
 
13
 
\title{Modern Statistical Computing}
14
 
\subtitle{Statistical Documents}
15
 
\author{A.J. Rossini}
16
 
\email{rossini@u.washington.edu}
17
 
\institution{Department of Medical Education and Biomedical Informatics \\
18
 
  University of Washington \\
19
 
  and \\ 
20
 
  Biostatistics, HIV Vaccine Trials Network \\
21
 
  Fred Hutchinson Cancer Research Center
22
 
  \href{http://www.analytics.washington.edu/~rossini/courses/cph-statcomp/}
23
 
  {http://www.analytics.washington.edu/\~{}rossini/courses/cph-statcomp/}}
24
 
\slideCaption{Lecture 2: Statistical Documents, 6 October 2003}
25
 
 
26
 
%\DefaultTransition{Glitter}
27
 
%\DefaultTransition{Wipe}
28
 
\DefaultTransition{Replace}
29
 
%\DefaultTransition{Blinds}
30
 
%\DefaultTransition{Box}
31
 
%\DefaultTransition{Dissolve}
32
 
 
33
 
\begin{document}
34
 
 
35
 
\maketitle 
36
 
 
37
 
\overlays{2}{%
38
 
  \begin{slide}{Statistical Documents}
39
 
    Definitions:
40
 
    \begin{itemstep}
41
 
    \item \textbf{Document:} information recorded using some medium
42
 
      (paper, electronic format) which can be processed later (read,
43
 
      copied, edited).
44
 
    \item \textbf{Statistical Document:} A document which contains 
45
 
      statistical information (tables, figures), possibly with other
46
 
      forms of information.
47
 
    \end{itemstep}
48
 
  \end{slide}
49
 
}
50
 
 
51
 
\overlays{4}{%
52
 
  \begin{slide}{Outline of Lecture}
53
 
    \begin{itemstep}
54
 
    \item Introduction
55
 
    \item Markup Langauges
56
 
    \item ``Literate'' Documents
57
 
    \item Current and Future Extensions
58
 
    \end{itemstep}
59
 
  \end{slide}
60
 
}
61
 
 
62
 
\begin{slide}{Markup Languages: \LaTeX{}}
63
 
  
64
 
\end{slide}
65
 
 
66
 
\begin{slide}{Markup Languages: HTML}
67
 
  
68
 
\end{slide}
69
 
 
70
 
 
71
 
\begin{slide}{Markup Languages: in general}
72
 
  Computer languages, generally used for adding context to
73
 
  data. Uses and Examples:
74
 
  \begin{itemize}
75
 
  \item typesetting (\LaTeX{}, \TeX{}, HTML, DocBook-XML)
76
 
  \item data (CSV, XML applications, BiBTeX)
77
 
  \item programming (Noweb)
78
 
  \item general purpose (SGML, XML)
79
 
  \item specialized applications of XML (to describe particular forms
80
 
    of data, documents, and communications): MAGE-ML, StatDataML,
81
 
    XHTML, XML-RPC, MATH-ML, many, many (100s?) others.
82
 
\end{itemize}
83
 
\end{slide}
84
 
 
85
 
\begin{slide}{Markup Languages: XML}
86
 
  XML is special; it was one of the first markup languages to require
87
 
  a means for validation of format and determination of document
88
 
  consistency, through use of document schemas (XML-Schema, Document
89
 
  Type Descriptions (DTDs), and other descriptions of allowable
90
 
  content forms).
91
 
\end{slide}
92
 
 
93
 
 
94
 
\begin{slide}{XML}
95
 
  Example of XML, and DTD.
96
 
\end{slide}
97
 
 
98
 
\begin{slide}{DOM and XML}
99
 
  Documents as objects, with tree-like representations; no longer
100
 
  restricted to be linear. \\
101
 
\vspace*{4mm} 
102
 
\centerline{\includegraphics[height=4\semin,width=8\semin]{xml-dom.eps}}
103
 
 
104
 
\end{slide}
105
 
 
106
 
\begin{slide}{Markup within Markup}
107
 
  \begin{itemize}
108
 
  \item MATH-ML within XHTML;
109
 
  \item \LaTeX{} and/or XHTML within Noweb
110
 
  \item XPath, XQuery within MAGEML
111
 
  \end{itemize}
112
 
\end{slide}
113
 
 
114
 
 
115
 
 
116
 
 
117
 
\begin{slide}{Relevance to Statistics? }
118
 
  
119
 
  Question: How is this relevant (to) statistical research? 
120
 
 
121
 
\end{slide}
122
 
 
123
 
\begin{slide}{End of Lecture, Start of Lab}
124
 
    \vspace*{1cm}
125
 
  {\tiny
126
 
    \url{http://www.analytics.washington.edu/~rossini/courses/cph-statcomp}
127
 
  }
128
 
\end{slide}
129
 
 
130
 
\end{document}
131
 
 
132
 
%%% Local Variables: 
133
 
%%% mode: LaTeX
134
 
%%% TeX-master: "cph-2.tex"
135
 
%%% End: