[rkward-cvs] SF.net SVN: rkward:[4227] branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Apr 30 16:08:31 UTC 2012


Revision: 4227
          http://rkward.svn.sourceforge.net/rkward/?rev=4227&view=rev
Author:   tfry
Date:     2012-04-30 16:08:31 +0000 (Mon, 30 Apr 2012)
Log Message:
-----------
Formalize references to KDE and Qt. Merge the respective footnotes into one.

Modified Paths:
--------------
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex

Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex	2012-04-30 15:36:38 UTC (rev 4226)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/background.tex	2012-04-30 16:08:31 UTC (rev 4227)
@@ -18,15 +18,14 @@
 functionality for basic-statistical courses, though the features have increased over
 time beyond this \citep{Fox2005, Fox2007}. In November 2002 Thomas Friedrichsmeier
 started the \pkg{RKWard} open-source software project with the goal to create a GUI for
-\proglang{R} based on \pkg{KDE}\footnote{
-  \pkg{KDE} is a desktop environment and software collection based on \pkg{Qt} (http://www.kde.org/).
+\proglang{R} based on \pkg{KDE} \citep{KDEmain} and \pkg{Qt} \citep{QTmain} technologies
+\footnote{
+  \pkg{KDE} is a desktop environment and software collection based on \pkg{Qt}.
   In the context of this paper, the term \pkg{KDE} is primarily used to refer to the programming library and
   runtime environment of \pkg{KDE}, rather than the complete software collection. For an introduction to
-  \pkg{KDE} as a programming library, see \cite{Faure2000}.
-} and \pkg{Qt}\footnote{
-  \pkg{Qt} is a \proglang{C++}-based cross-platform programming library with a focus on GUI development
-  \citep{BlanchetteSummerfield2008}. Online documentation is available at http://qt.nokia.com/.
-} technologies.
+  \pkg{KDE} as a programming library, see \cite{Faure2000}. \pkg{Qt} is a \proglang{C++}-based cross-platform programming library with a focus on GUI development. For an
+  introduction to programming with \pkg{Qt}, see \cite{BlanchetteSummerfield2008}.
+}.
 
 The scope of \pkg{RKWard} is deliberately broad, targeting both \proglang{R} novices and experts.
 For the first group, the aim is to allow any person with knowledge on

Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib	2012-04-30 15:36:38 UTC (rev 4226)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/sources.bib	2012-04-30 16:08:31 UTC (rev 4227)
@@ -1,6 +1,22 @@
 % This file was created with JabRef 2.7b.
 % Encoding: UTF8
 
+ at Manual{KDEmain,
+  author  = {{\pkg{KDE} e.V.}},
+  title   = {About \pkg{KDE}},
+  year    = {2012},
+  address = {Berlin},
+  url     = {http://www.kde.org/community/whatiskde/}
+}
+
+ at Manual{QTmain,
+  author  = {{Nokia Corporation}},
+  title   = {\pkg{Qt} -- Cross-Platform Application and UI Framework},
+  year    = {2012},
+  address = {Oslo},
+  url     = {http://qt.nokia.com}
+}
+
 @ARTICLE{RDCT2001,
   author = {{\proglang{R} Core Team}},
   title = {What is \proglang{R}?},

Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex	2012-04-30 15:36:38 UTC (rev 4226)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/technical.tex	2012-04-30 16:08:31 UTC (rev 4227)
@@ -128,8 +128,8 @@
 
 \section{Choice of toolkit and implementation languages}
 \label{sec:technical_toolkit}
-In addition to \proglang{R}, \pkg{RKWard} is based on the \pkg{KDE} libraries, which are in turn based
-on \pkg{Qt}, and implemented mostly in \proglang{C++}. Compared to many competing libraries,
+In addition to \proglang{R}, \pkg{RKWard} is based on the \pkg{KDE} libraries \citep{KDEmain}, which are in turn based
+on \pkg{Qt} \citep{QTmain}, and implemented mostly in \proglang{C++}. Compared to many competing libraries,
 this constitutes a rather heavy dependency. Moreover, the \pkg{KDE} libraries are
 still known to have portability issues especially on Mac OS X, and to some degree
 also on the Microsoft Windows platform \citep{Jarvis2010}.

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