[rkward-cvs] SF.net SVN: rkward:[4243] branches/jss_dec_10/final_polished

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu May 3 08:02:41 UTC 2012


Revision: 4243
          http://rkward.svn.sourceforge.net/rkward/?rev=4243&view=rev
Author:   tfry
Date:     2012-05-03 08:02:41 +0000 (Thu, 03 May 2012)
Log Message:
-----------
Some small final touches.

Modified Paths:
--------------
    branches/jss_dec_10/final_polished/Code/v49i09.txt
    branches/jss_dec_10/final_polished/Internal_Stuff/generic_comments.txt
    branches/jss_dec_10/final_polished/v49i09_example_plugin.tex
    branches/jss_dec_10/final_polished/v49i09_technical.tex

Modified: branches/jss_dec_10/final_polished/Code/v49i09.txt
===================================================================
--- branches/jss_dec_10/final_polished/Code/v49i09.txt	2012-05-03 01:37:41 UTC (rev 4242)
+++ branches/jss_dec_10/final_polished/Code/v49i09.txt	2012-05-03 08:02:41 UTC (rev 4243)
@@ -15,11 +15,11 @@
 elements, the demonstration script runs interactively as well, and will prompt
 you to perform certain user actions, which cannot (meaningfully) be scripted.
 
--- Plugin example from Section 6 --
-Section 6 of the article shows how to extend RKWard by a custom plugin. The
-required files are included in the sub-directory 'plugin_demo' contained in the
-same directory as this file. To activate these, start an RKWard session, and select
-Settings->Configure RKWard->Plugins from the menu. Add the file
+-- Plugin example from Section 7 of the technical supplement --
+Section 7 of the technical supplement to the article shows how to extend RKWard
+by a custom plugin. The required files are included in the sub-directory 'plugin_demo'
+contained in the same directory as this file. To activate these, start an RKWard
+session, and select Settings->Configure RKWard->Plugins from the menu. Add the file
 plugin_demo/demo.pluginmap to the list of .pluginmap files.
 
 Note that the official RKWard distribution already contains a t-test plugin.

Modified: branches/jss_dec_10/final_polished/Internal_Stuff/generic_comments.txt
===================================================================
--- branches/jss_dec_10/final_polished/Internal_Stuff/generic_comments.txt	2012-05-03 01:37:41 UTC (rev 4242)
+++ branches/jss_dec_10/final_polished/Internal_Stuff/generic_comments.txt	2012-05-03 08:02:41 UTC (rev 4243)
@@ -12,7 +12,9 @@
 in our submission. We placed it in the sub-directory "Code" as
 rkward-0.5.7.tar.gz. However, we wish to point out, that the article is still
 based on RKWard 0.5.6. We have added a note to this effect to the technical supplement, 
-as some implementation details have already changed since then.
+as some implementation details have already changed since then. For one such detail, the
+reliance on GHNS for managing plugins, we added a very short hint about the approach
+which has been adopted meanwhile, to footnote 10.
 
 ----- (3) Organization of the files -----
 
@@ -21,10 +23,12 @@
 two-digit number of your submission within the volume, e.g.,
 v49i01.tex/bib/pdf.
 
-+++ Note that we have split our article into several .tex files for easier collaborative
++++ Note that we provide two PDF files, one for the main article, and one for the
+technical supplement. The latter is called v49i09_annex.pdf. Further, we have split
+both documents into several .tex files for easier collaborative
 editing. We have prefixed each of these files with "v49i09". Naturally, we will be
 glad to paste everything into two standalone .tex files (one for the article, one for the
-annex) if you wish. The PDF of the annex is called v49i09_annex.pdf.
+supplement) if you wish.
 
 o All code and replication materials should be collected in a
 sub-directory "Code". The main replication file should be v49iXX.R or
@@ -33,7 +37,7 @@
 
 +++ Note that we include both a .R file replicating most applicable features, and a .txt file
 providing instructions on running the replication script (i.e. inside an RKWard session), and
-on reproducing the example in Section 7 of the annex.
+on reproducing the example in Section 7 of the technical supplement.
 
 o Please wrap all of these files into a single organized .zip (or
 .tar.gz) file. Please make sure the .zip files only contains the

Modified: branches/jss_dec_10/final_polished/v49i09_example_plugin.tex
===================================================================
--- branches/jss_dec_10/final_polished/v49i09_example_plugin.tex	2012-05-03 01:37:41 UTC (rev 4242)
+++ branches/jss_dec_10/final_polished/v49i09_example_plugin.tex	2012-05-03 08:02:41 UTC (rev 4243)
@@ -57,7 +57,7 @@
 Optionally, GUI behavior can also be scripted in \proglang{ECMAScript}.
 
 The XML file defines the Student's $t$~test plugin (\code{<!DOCTYPE rkplugin>}) to be organized in two tabs\footnote{
-  A screenshot of the resulting dialog can be found the in the main article.
+  A screenshot of the resulting dialog can be found in the main article.
 }.
 On the first tab, two variables can be selected (\code{<varslot .../>}). These are set to be \texttt{required}, i.\,e.,
 the \texttt{Submit} button will remain disabled until the user has made a valid selection for both. The second tab includes some

Modified: branches/jss_dec_10/final_polished/v49i09_technical.tex
===================================================================
--- branches/jss_dec_10/final_polished/v49i09_technical.tex	2012-05-03 01:37:41 UTC (rev 4242)
+++ branches/jss_dec_10/final_polished/v49i09_technical.tex	2012-05-03 08:02:41 UTC (rev 4243)
@@ -390,8 +390,7 @@
 achieve this, \pkg{RKWard} (version 0.5.6) draws on \pkg{KNewStuff2}, a \pkg{KDE} library providing support for \pkg{GHNS}\footnote{
 \pkg{GHNS} (Get Hot New Stuff) is a technology platform (software and specifications) for desktop users to share their work. It is hosted
 under the umbrella of the freedesktop.org project at \url{http://ghns.freedesktop.org}.
-}
-\footnote{In future version of \pkg{RKWard}, \pkg{KNewStuff2}/\pkg{GHNS} framework will be deprecated in favor of standard \proglang{R} packages.}.
+In future versions of \pkg{RKWard}, this framework will be deprecated in favor of standard \proglang{R} packages.}.
 
 \subsubsection{Automated testing}
 \label{sec:technical_processes_automatedtesting}

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list