[Swift-commit] r3844 - text/parco10submission

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 5 09:02:03 CST 2011


Author: dsk
Date: 2011-01-05 09:02:03 -0600 (Wed, 05 Jan 2011)
New Revision: 3844

Modified:
   text/parco10submission/paper.bib
   text/parco10submission/paper.tex
Log:
fixing the cite errors


Modified: text/parco10submission/paper.bib
===================================================================
--- text/parco10submission/paper.bib	2011-01-05 06:01:42 UTC (rev 3843)
+++ text/parco10submission/paper.bib	2011-01-05 15:02:03 UTC (rev 3844)
@@ -194,6 +194,22 @@
  pages = {237--247}
 }
 
+ at article {Karajan,
+   author = {von Laszewski, Gregor and Hategan, Mike},
+   affiliation = {Argonne National Laboratory Mathematics and Computer Science Division, Argonne National Laboratory 9700 S. Cass Ave. Argonne IL 60440 USA},
+   title = {Workflow Concepts of the Java CoG Kit},
+   journal = {Journal of Grid Computing},
+   publisher = {Springer Netherlands},
+   issn = {1570-7873},
+   keyword = {Computer Science},
+   pages = {239-258},
+   volume = {3},
+   issue = {3},
+   url = {http://dx.doi.org/10.1007/s10723-005-9013-5},
+   note = {10.1007/s10723-005-9013-5},
+   year = {2005}
+}
+
 % Items below are from an older paper - retain for the moment in case any are useful here
 
 @article{condor-g,

Modified: text/parco10submission/paper.tex
===================================================================
--- text/parco10submission/paper.tex	2011-01-05 06:01:42 UTC (rev 3843)
+++ text/parco10submission/paper.tex	2011-01-05 15:02:03 UTC (rev 3844)
@@ -313,7 +313,7 @@
 
 The \emph{if} and \emph{switch} statements are rather standard, but 
 \emph{foreach} merits more discussion. Similar to \emph{Go}
-(\ref{GOLANG}) and \emph{Python}, its control ``variables'' can be both
+(\cite{GOLANG}) and \emph{Python}, its control ``variables'' can be both
 an index and a value. The syntax is as follows:
 
 \begin{verbatim}




More information about the Swift-commit mailing list