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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Apr 30 11:25:29 UTC 2012


Revision: 4222
          http://rkward.svn.sourceforge.net/rkward/?rev=4222&view=rev
Author:   tfry
Date:     2012-04-30 11:25:28 +0000 (Mon, 30 Apr 2012)
Log Message:
-----------
Add TODO list for the generic comments.

Modified Paths:
--------------
    branches/jss_dec_10/final_polished/Notes/specific_comments.txt

Added Paths:
-----------
    branches/jss_dec_10/final_polished/Notes/generic_comments.txt

Added: branches/jss_dec_10/final_polished/Notes/generic_comments.txt
===================================================================
--- branches/jss_dec_10/final_polished/Notes/generic_comments.txt	                        (rev 0)
+++ branches/jss_dec_10/final_polished/Notes/generic_comments.txt	2012-04-30 11:25:28 UTC (rev 4222)
@@ -0,0 +1,96 @@
+------------ What's left TODO of the generic commments --------------
+
+
+----- (1) Style ------
+
+o Pay particular attention to your .bib files. In addition to the
+advice in the FAQ, please make sure that all your software references
+are current. Please use the current 2012 R citation (also included
+below) and, if applicable, cross-reference other packages in this
+volume with their full/correct reference. A list of suitable .bib
+items is included below. (Note that for some titles
+markup/capitalization have been changed according to JSS style.)
+
+TODO: At least the R citation needs an update
+
+----- (2) Code and replication materials -----
+
+o Please include the latest version of your software package along
+with the manuscript. This needs to encompass the full sources. Binary
+versions can be provided in addition (but are not necessary for CRAN
+packages). The version of the source packages published on
+jstatsoft.org should be under a GPL-2 license.
+
+TODO: package. Does that mean we should include 0.5.7?
+
+----- (3) Organization of the files -----
+
+o The .tex, .bib, and compiled .pdf for your manuscript should be
+called v49iXX.tex, v49iXX.bib, and v49iXX.pdf , where XX is the
+two-digit number of your submission within the volume, e.g.,
+v49i01.tex/bib/pdf.
+
+o All graphics files should be collected in a sub-directory "Figures".
+To help LaTeX find the graphics, you can simply include the line
+
+\graphicspath{{Figures/}}
+
+in the header of your .tex file.
+
+o All code and replication materials should be collected in a
+sub-directory "Code". The main replication file should be v49iXX.R or
+v49iXX.txt (see point (2) above), where XX is again the two-digit
+number of your submission.
+
+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
+necessary files. That is, please do not include .aux, .log, etc.
+files. Also, do not include the JSS style files (jss.cls, jss.bst,
+jsslogo.jpg, etc.).
+
+
+
+----------------- What's already done or not relevant ------------------
+
+
+o Please have another look at the FAQ at
+http://www.jstatsoft.org/style
+and make sure that you follow all instructions closely.
+
+o In particular, note that for describing components of GUIs, the
+JSS-specific \code{} markup should be used. For example for menu
+items, buttons, etc.
+
+o Do not capitalize expansions of abbreviations. In particular
+introduce the abbreviation GUI in regular text as "graphical user
+interface" without capitalization. Similarly for "integrated
+development environment" etc.
+
+o In case your software is a CRAN package, please point out somewhere
+(typically in the introduction) that your package is "available from
+the Comprehensive \proglang{R} Archive Network at
+\url{http://CRAN.R-project.org/package=...}" where ... should be
+replaced with the name of your package.
+
+o For R packages, please also make sure that you fix all ERRORs and
+WARNINGs of R CMD check - and if possible also all NOTEs.
+
+o In addition to the source package, please provide replication
+materials for all examples/tables/figures from the manuscript. This
+can be in the form of a standalone .R file containing the source code
+(e.g., as generated from the GUI) or in a standalone .txt file
+describing concisely what has to be clicked/entered in the GUI. If
+extra data files are required, these should be supplied as well.
+
+o Include the publication information in the LaTeX header of your .tex
+file. This is:
+
+\Volume{49}
+\Issue{...}
+\Month{June}
+\Year{2012}
+\Submitdate{...}
+\Acceptdate{...}
+
+where the "..." fields should be replaced with the correct information
+for your submission.

Modified: branches/jss_dec_10/final_polished/Notes/specific_comments.txt
===================================================================
--- branches/jss_dec_10/final_polished/Notes/specific_comments.txt	2012-04-30 11:15:34 UTC (rev 4221)
+++ branches/jss_dec_10/final_polished/Notes/specific_comments.txt	2012-04-30 11:25:28 UTC (rev 4222)
@@ -13,6 +13,8 @@
 o Include the URLs from Footnotes 4-10, 20-23 into the regular text (e.g.,
 in parentheses).
 
+TODO: I think we did this wrong. Re-do the \url{} markup on all urls, but merge these footnotes into the main text body.
+
 o \pkg{R} -> \proglang{R}. There are also various instances of "R" without
 any markup, please correct.
 

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