From: Rainer M Krug <r.m.krug@gmail.com>
To: Bastien <bzgNOSPAM@altern.org>
Cc: news1142@karl-voit.at, emacs-orgmode@gnu.org
Subject: Re: Scientific papers related to Org-mode
Date: Tue, 10 Apr 2012 11:23:37 +0200 [thread overview]
Message-ID: <4F83FC19.4000601@gmail.com> (raw)
In-Reply-To: <87d37g0x1c.fsf@altern.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/04/12 11:13, Bastien wrote:
> Hi Rainer,
>
> Rainer M Krug <r.m.krug@gmail.com> writes:
>
>> On 10/04/12 10:57, suvayu ali wrote:
>>> On Tue, Apr 10, 2012 at 09:55, Rainer M Krug <r.m.krug@gmail.com> 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-----
next prev parent reply other threads:[~2012-04-10 9:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-09 18:52 Scientific papers related to Org-mode Karl Voit
2012-04-09 19:01 ` Bastien
2012-04-09 17:30 ` Eric Schulte
2012-04-10 7:55 ` Rainer M Krug
2012-04-10 8:57 ` suvayu ali
2012-04-10 9:10 ` Rainer M Krug
2012-04-10 9:13 ` Bastien
2012-04-10 9:23 ` Rainer M Krug [this message]
2012-04-10 20:34 ` Bastien
2012-04-11 7:36 ` Rainer M Krug
2012-04-11 8:05 ` Bastien
2012-04-16 12:37 ` Sebastien Vauban
2012-04-16 15:49 ` Thomas S. Dye
2012-04-09 19:25 ` Karl Voit
2012-04-09 20:03 ` Worg-page about Org-mode papers (was: Scientific papers related to Org-mode) Karl Voit
2012-04-10 9:52 ` Linking bibtex on Worg (was: Worg-page about Org-mode papers) Karl Voit
2012-04-10 11:39 ` Linking bibtex on Worg Bastien
2012-04-09 21:57 ` Scientific papers related to Org-mode Bastien
2012-04-10 9:00 ` Karl Voit
2012-04-10 9:09 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F83FC19.4000601@gmail.com \
--to=r.m.krug@gmail.com \
--cc=bzgNOSPAM@altern.org \
--cc=emacs-orgmode@gnu.org \
--cc=news1142@karl-voit.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).