[Swift-commit] r3894 - text/parco10submission

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Jan 7 12:17:36 CST 2011


Author: wilde
Date: 2011-01-07 12:17:36 -0600 (Fri, 07 Jan 2011)
New Revision: 3894

Modified:
   text/parco10submission/paper.tex
Log:
minor edits to mapper table. start of edits to App section.

Modified: text/parco10submission/paper.tex
===================================================================
--- text/parco10submission/paper.tex	2011-01-07 18:05:22 UTC (rev 3893)
+++ text/parco10submission/paper.tex	2011-01-07 18:17:36 UTC (rev 3894)
@@ -825,7 +825,7 @@
             \begin{center}
               {\tt file f <"data.txt">;} \\
               --- \\
-              $f \rightarrow {\tt data.txt}$
+              ${\tt f} \rightarrow {\tt data.txt}$
               \vspace{2mm}
             \end{center}
           \end{minipage}
@@ -836,11 +836,11 @@
           \begin{minipage}{5cm}
             \vspace{2mm}
             \begin{center}
-              {\tt file f <filesys\_mapper;} \\
+              {\tt file f[]<filesys\_mapper;} \\
               {\tt \ \ \ \ \ \ \ prefix="data",} \\
               {\tt \ \ \ \ \ \ \ suffix=".txt">;} \\
               --- \\
-              $f_0 \rightarrow {\tt data2.txt}$
+              ${\tt f[0]} \rightarrow {\tt data2.txt}$
             \end{center}
           \end{minipage}
           \\
@@ -850,11 +850,11 @@
           \begin{minipage}{5cm}
             \vspace{2mm}
             \begin{center}
-              {\tt file f <simple\_mapper;} \\
+              {\tt file f<simple\_mapper;} \\
               {\tt \ \ \ \ \ \ \ prefix="data.",} \\
               {\tt \ \ \ \ \ \ \ suffix=".txt">;} \\
               --- \\
-              $f.\textrm{red} \rightarrow {\tt data.red.txt}$
+              ${\tt f.\textrm{red}} \rightarrow {\tt data.red.txt}$
             \end{center}
           \end{minipage}
           \\
@@ -1189,12 +1189,15 @@
 \section{Applications}
 \label{Applications}
 
-This section describes a few representative Swift applications
-from various diverse disciplines.
+Swift has been used by applications in 
+\mikenote{List here from CDI, IEEE, etc}
 
+This section describes two complete Swift scripts (representative of two diverse disciplines) in more detail.
+The first script is a tutorial example (used in a class on data intensive computing at the University of Chicago) which performs a simple analysis of satellite land-use imagery. The second script is taken (with minor changes to fit better on the page) directly from work done using Swift for an investigation into the molecular structure of glassy materials in the field of theoretical chemistry. In both examples, the intent is to show a complete and realistic Swift script, annotated to better understand the nature of the Swift programming model and to provide a glimpse of real Swift usage.
+
 \subsection{Satellite image data processing.}
 
-The last example (which come from a class project) processes
+The first example -- Script 1 below -- processes
 data from a large dataset of files that categorize the Earth's surface,
 from the MODIS sensor instruments that orbit Earth on two NASA
 satellites of the Earth Observing System.




More information about the Swift-commit mailing list