661
edits
Carandraug (talk | contribs) (→GUI: update to note that GUI has been released) |
Carandraug (talk | contribs) (→How can I cite Octave?: update and expand section) |
||
Line 66: | Line 66: | ||
There are no plans to remove the gnuplot backend. While a better backend may some day become the new default plotter, the gnuplot backend will still be available as long as our users find it useful. | There are no plans to remove the gnuplot backend. While a better backend may some day become the new default plotter, the gnuplot backend will still be available as long as our users find it useful. | ||
==How can I cite Octave?== | == How can I cite Octave? == | ||
Octave is free software and does not legally bind you to cite it. However, | |||
we have invested a lot of time and effort in creating GNU Octave, and we | |||
would appreciate if you would cite if you used. | |||
Run {{codeline|citation}} at the Octave prompt for details on how to best | |||
cite the Octave version you are running. Certain Octave packages also have | |||
recommended citations in which case use {{codeline|citation package_name}}. | |||
Ideally, you should cite the software itself, not a book or manual, like so: | |||
@software{octave, | |||
author | author = {John W. Eaton and others}, | ||
title | title = {GNU Octave}, | ||
url = {http://www.octave.org}, | |||
version = {4.0.0}, | |||
date = {2015-05-27}, | |||
} | |||
It is recommended to do so on a first draft submitted. However, some editors | |||
may disallow this, in which case you can still make a general reference | |||
to Octave in the text, such as: | |||
<blockquote> | <blockquote> | ||
This work made use of the free software package GNU Octave, and the authors are grateful for the support of the Octave development community. | |||
</blockquote> | </blockquote> | ||
If a more traditional reference is required, there is also a manual for each | |||
Octave release that can be cited: | |||
@book{, | |||
author = {John W. Eaton, David Bateman, S\oren Hauberg, and Rik Wehbring}, | |||
title = {{GNU Octave} version 4.0.0 manual: a high-level interactive language for numerical computations}, | |||
year = {2015}, | |||
url = {http://www.gnu.org/software/octave/doc/interpreter}, | |||
} | |||
Note that there are two reasons for citing the software used. One is giving | |||
recognition to the work done by others which we already addressed. The other | |||
is giving details on the system used so that experiments can be replicated. | |||
This is just as important, if not more. | |||
For this, you should cite the version of Octave and all packages used, as | |||
well as any details of your setup as part of your Methods. In addition, | |||
you should make your source available. See | |||
[http://software.ac.uk/so-exactly-what-software-did-you-use How to cite and describe software] | |||
for more details and an in depth discussion. | |||
==When will feature X be released or implemented?== | ==When will feature X be released or implemented?== |