From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Scientific papers related to Org-mode Date: Tue, 10 Apr 2012 11:23:37 +0200 Message-ID: <4F83FC19.4000601@gmail.com> References: <2012-04-09T20-39-13@devnull.Karl-Voit.at> <87aa2khgr2.fsf@gnu.org> <87obr0g6dt.fsf@gmx.com> <4F83E773.8060801@gmail.com> <4F83F913.3000304@gmail.com> <87d37g0x1c.fsf@altern.org> Reply-To: R.M.Krug@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHXIk-00006g-Dn for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 05:23:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHXId-0008L1-C7 for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 05:23:49 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:43148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHXIc-0008Kn-VL for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 05:23:43 -0400 Received: by bkwq16 with SMTP id q16so4769811bkw.0 for ; Tue, 10 Apr 2012 02:23:40 -0700 (PDT) In-Reply-To: <87d37g0x1c.fsf@altern.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: news1142@karl-voit.at, emacs-orgmode@gnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/04/12 11:13, Bastien wrote: > Hi Rainer, > > Rainer M Krug writes: > >> On 10/04/12 10:57, suvayu ali wrote: >>> On Tue, Apr 10, 2012 at 09:55, Rainer M Krug wrote: >>>> Why not put that into org? e.g. R has a function citation(), which returns the bibtex >>>> for citing R or packages. >>> >>> Nice idea, why not submit a patch? ;) >> >> Because I unfortunately have effectively no idea about elisp, only that it uses *many* >> brackets... >> >> and I have at the moment =no time to learn it. > > it's okay. Still, could you describe a bit more precisely the function: how does it work? In > what contexts? What does it insert? It just returns the citation. - From the help: Execute function ‘citation()’ for information on how to cite the base R system in publications. If the name of a non-base package is given, the function either returns the information contained in the ‘CITATION’ file of the package or auto-generates citation information. In the latter case the package ‘DESCRIPTION’ file is parsed, the resulting citation object may be arbitrarily bad, but is quite useful (at least as a starting point) in most cases. Some examples: This prints the citation for R: #+begin_src R :results output citation() #+end_src #+RESULTS: #+begin_example To cite R in publications use: R Development Core Team (2012). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org/. A BibTeX entry for LaTeX users is @Manual{, title = {R: A Language and Environment for Statistical Computing}, author = {{R Development Core Team}}, organization = {R Foundation for Statistical Computing}, address = {Vienna, Austria}, year = {2012}, note = {{ISBN} 3-900051-07-0}, url = {http://www.R-project.org/}, } We have invested a lot of time and effort in creating R, please cite it when using it for data analysis. See also ‘citation("pkgname")’ for citing R packages. #+end_example And if a package name is given, it prints the citation info of this package: #+begin_src R :results output citation("graphics") #+end_src #+RESULTS: #+begin_example The ‘graphics’ package is part of R. To cite R in publications use: R Development Core Team (2012). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org/. A BibTeX entry for LaTeX users is @Manual{, title = {R: A Language and Environment for Statistical Computing}, author = {{R Development Core Team}}, organization = {R Foundation for Statistical Computing}, address = {Vienna, Austria}, year = {2012}, note = {{ISBN} 3-900051-07-0}, url = {http://www.R-project.org/}, } We have invested a lot of time and effort in creating R, please cite it when using it for data analysis. See also ‘citation("pkgname")’ for citing R packages. #+end_example Hope this helps, Rainer > > Thanks, > - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+D/BkACgkQoYgNqgF2ego6TACdHeOC7GJcMf4BZFoXFFuho6ao ABQAn1I2yOfUyM3FOpUjVfIXr7lvyX27 =T6rr -----END PGP SIGNATURE-----