2021-09-22 21:37:24 +00:00
|
|
|
=== Citation FAQ ===
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== Why does GNU Parallel show a citation notice? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
GNU Parallel is indirectly funded through citations.
|
|
|
|
|
|
|
|
GNU Parallel is funded by me having a paid job that allows for
|
|
|
|
maintaining GNU Parallel. This is much easier to get if GNU Parallel
|
|
|
|
is cited in scientific journals, and history has shown that
|
2021-09-22 21:37:24 +00:00
|
|
|
researchers forget to do this if the notice is only put in the
|
|
|
|
documentation.
|
2019-04-21 18:16:33 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
It is therefore crucial for the long-term survival of GNU Parallel
|
2019-04-21 18:16:33 +00:00
|
|
|
that it is cited. The citation notice makes users aware of this.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
See also: https://lists.gnu.org/archive/html/parallel/2013-11/msg00006.html
|
|
|
|
|
2021-01-17 11:19:57 +00:00
|
|
|
The funding of free software is hard. There does not seem to be a
|
|
|
|
single solution that just works:
|
|
|
|
|
|
|
|
* https://stackoverflow.blog/2021/01/07/open-source-has-a-funding-problem/
|
|
|
|
* https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
|
|
|
|
* https://www.youtube.com/watch?v=vTsc1m78BUk
|
2021-12-26 22:29:28 +00:00
|
|
|
* https://web.archive.org/web/20210203105621/https://blog.licensezero.com/2019/08/24/process-of-elimination.html
|
2021-01-17 11:19:57 +00:00
|
|
|
* https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
|
|
|
|
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== Is the citation notice compatible with GPLv3? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
Yes. The wording has been cleared by Richard M. Stallman to be
|
|
|
|
compatible with GPLv3. This is because the citation notice is not part
|
|
|
|
of the license, but part of academic tradition.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
Therefore the notice is not adding a term that would require citation
|
|
|
|
as mentioned on:
|
|
|
|
https://www.gnu.org/licenses/gpl-faq.en.html#RequireCitation
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2022-01-22 16:00:32 +00:00
|
|
|
The link only addresses the license and copyright law. It does not
|
|
|
|
address academic tradition, and the citation notice only refers to
|
|
|
|
academic tradition.
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
If you disagree with Richard M. Stallman's interpretation and feel the
|
|
|
|
citation notice does not adhere to GPLv3, you should treat the
|
|
|
|
software as if it is not available under GPLv3. And since GPLv3 is the
|
|
|
|
only thing that would give you the right to change it, you would not
|
|
|
|
be allowed to change the software.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
In other words: If you want to remove the citation notice to make the
|
|
|
|
software compliant with your interpretation of GPLv3, you first have
|
|
|
|
to accept that the software is already compliant with GPLv3, because
|
|
|
|
nothing else gives you the right to change it. And if you accept this,
|
|
|
|
you do not need to change it to make it compliant.
|
|
|
|
|
|
|
|
So: If you do not feel the citation notice adheres to GPLv3, you need
|
|
|
|
to treat it as software that you have no license to use.
|
|
|
|
|
|
|
|
|
|
|
|
== Do automated scripts break if the notice is not silenced? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2022-01-08 16:40:37 +00:00
|
|
|
No. Not a single time has that been demonstrated to happen. This is
|
|
|
|
due to the notice only being printed, if the output is to the screen -
|
|
|
|
not if the output is to a file or a pipe.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== How do I silence the citation notice? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
Run this once:
|
|
|
|
|
|
|
|
parallel --citation
|
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
It takes less than 10 seconds to do and is thus comparable to an
|
2021-12-26 22:29:28 +00:00
|
|
|
'OK. Do not show this again'-dialog box seen in LibreOffice, Firefox
|
|
|
|
and similar programs.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
It is even optional to run this, as GNU Parallel will work without
|
|
|
|
having 'parallel --citation' run first (in other words it is _not_
|
|
|
|
comparable to a clickwrap license, that must be accepted before the
|
|
|
|
program will run). However, not running it does not change that
|
|
|
|
academic tradition requires you to cite in scientific articles. That
|
|
|
|
tradition requires you to cite even if there had been no notice.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== I do not write scientific articles. Does the notice apply to me? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-01-21 02:16:59 +00:00
|
|
|
The notice is only relevant if you write scientific articles.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== What shows citing software is an academic tradition? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
These links say: Yes, you should cite software, and if the author
|
|
|
|
suggests a way of citing, use that.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2022-01-08 16:40:37 +00:00
|
|
|
* https://www.force11.org/software-citation-principles (refers to many others)
|
|
|
|
* https://www.software.ac.uk/blog/2016-09-30-oh-research-software-how-shalt-i-cite-thee
|
2019-01-18 15:15:47 +00:00
|
|
|
* https://blog.apastyle.org/apastyle/2015/01/how-to-cite-software-in-apa-style.html
|
|
|
|
* https://libguides.mit.edu/c.php?g=551454&p=3900280
|
|
|
|
* https://www.software.ac.uk/how-cite-software
|
|
|
|
* https://aut.ac.nz.libguides.com/APA6th/software
|
2021-12-26 22:29:28 +00:00
|
|
|
* https://library.rgu.ac.uk/RGUvancouver/computer-programmes
|
2019-01-18 15:15:47 +00:00
|
|
|
* https://journals.aas.org/policy-statement-on-software/
|
|
|
|
* https://guides.lib.monash.edu/c.php?g=219786&p=1454293
|
2021-12-26 22:29:28 +00:00
|
|
|
* https://www.maxqda.com/blogpost/how-to-cite-maxqda
|
2022-01-08 16:40:37 +00:00
|
|
|
* https://the-turing-way.netlify.app/communication/citable/citable-cite.html
|
2021-09-22 21:37:24 +00:00
|
|
|
* https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
If you feel the benefit from using GNU Parallel is too small to
|
|
|
|
warrant a citation, then prove that by simply using another tool. If
|
|
|
|
you replace your use of GNU Parallel with another tool, you obviously
|
|
|
|
do not have to cite GNU Parallel. If it is too much work replacing the
|
2022-01-08 16:40:37 +00:00
|
|
|
use of GNU Parallel, then it is a good indication that the
|
|
|
|
contribution to the research is big enough to warrant a citation.
|
|
|
|
|
2022-01-22 16:00:32 +00:00
|
|
|
The citation is also needed for reproducibility: Let us assume a bug
|
2022-01-08 16:40:37 +00:00
|
|
|
in GNU Parallel skews the results. People replicating the research
|
|
|
|
needs to have the information, so they can replicate the (possibly
|
|
|
|
wrong) results.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== Do other software tools show how to cite? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
Here are other examples of software showing how to cite. Some of these
|
|
|
|
refer to peer-reviewed articles - others do not:
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-12-26 22:29:28 +00:00
|
|
|
* https://scipy.org/citing-scipy/
|
2019-01-18 15:15:47 +00:00
|
|
|
* https://octave.org/doc/interpreter/Citing-Octave-in-Publications.html
|
|
|
|
(Octave has citation for individual packages, too)
|
|
|
|
* https://stat.ethz.ch/pipermail/r-help/2008-May/161481.html
|
|
|
|
* https://stat.ethz.ch/R-manual/R-devel/library/utils/html/citation.html
|
|
|
|
(R has citation for individual packages, too)
|
|
|
|
* http://www.partek.com/citing-partek-software-in-a-publication/
|
|
|
|
* http://www.fluortools.com/misc/cite
|
2021-12-26 22:29:28 +00:00
|
|
|
* https://www.maxqda.com/blogpost/how-to-cite-maxqda
|
2019-01-18 15:15:47 +00:00
|
|
|
* https://www.open-mpi.org/papers/
|
|
|
|
* https://www.tensorflow.org/about/bib
|
|
|
|
* http://www.fon.hum.uva.nl/paul/praat.html
|
2021-01-17 11:19:57 +00:00
|
|
|
* https://github.com/UnixJunkie/PAR/blob/master/README
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2022-01-08 16:40:37 +00:00
|
|
|
The CITATION.cff file format was designed to make it easy to cite
|
2022-01-22 16:00:32 +00:00
|
|
|
software, and used by a wide range of tools.
|
2022-01-08 16:40:37 +00:00
|
|
|
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== I do not like the notice. Can I fork GNU Parallel and remove it? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
Yes. GNU Parallel is released under GNU GPLv3 and thus you are allowed
|
|
|
|
to fork the code. But you have to make sure that your forked version
|
|
|
|
cannot be confused with the original, so for one thing you cannot call
|
|
|
|
it anything similar to GNU Parallel as that would cause confusion
|
2021-12-26 22:29:28 +00:00
|
|
|
between your forked version and the original.
|
|
|
|
|
|
|
|
It should be clear to your users, that they are using a fork and that
|
|
|
|
they should go to you for support and not the GNU Parallel community.
|
|
|
|
|
|
|
|
The documentation must also be changed so it cannot be confused with
|
|
|
|
the documentation for GNU Parallel.
|
|
|
|
|
|
|
|
The requirement of avoiding confusion is also why we have CentOS (and
|
|
|
|
not RedHat Free), and IceCat (and not Firefox Free). This is also
|
|
|
|
covered in DFSG ("The license may require derived works to carry a
|
|
|
|
different name or version number from the original software").
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
This principle has even been tested in court:
|
|
|
|
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
|
|
|
|
https://www.admody.com/urteilsdatenbank/cafe6fdaeed3/OLG-Duesseldorf_Urteil_vom_28-September-2010_Az_I-20-U-41-09
|
|
|
|
|
2021-12-26 22:29:28 +00:00
|
|
|
Please know that if you fork GNU Parallel and remove the notice, you
|
|
|
|
are not helping to fund further develpment. So if you like GNU
|
|
|
|
Parallel and do not want to see it wither away like many of the
|
|
|
|
competitors, then this is a bad idea, as it will lead to less funding.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== How important is the notice for the survival of GNU Parallel? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
Citations are what indirectly fund maintaining GNU Parallel. Before
|
2019-04-21 18:16:33 +00:00
|
|
|
the citation notice was implemented hardly anyone cited GNU Parallel,
|
|
|
|
and that would not have been sustainable in the long term. Funding
|
|
|
|
development aligns well with "We will give back to the free software
|
|
|
|
community" and "To accelerate innovation and underpin operations".
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
Therefore it is more important to keep the notice than to be included
|
|
|
|
in different distributions. Specifically, it will be preferable to be
|
|
|
|
moved from Debian main to Debian non-free over having the notice
|
|
|
|
removed (and staying in main).
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
In other words: It is preferable having fewer users, who all know they
|
|
|
|
should cite, over having many users, who do not know they should cite.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
This is because long-term survival with funding is more important
|
2019-10-21 19:18:32 +00:00
|
|
|
than short-term gains in popularity that can be achieved by being
|
2019-04-21 18:16:33 +00:00
|
|
|
distributed as part of a distribution.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-02-17 14:49:47 +00:00
|
|
|
If the goal had been to get more users, then the license would have
|
|
|
|
been public domain.
|
|
|
|
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== Is there another way I can get rid of the citation notice? ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
Yes. Find a way to finance future development of GNU Parallel. If you
|
|
|
|
pay me a normal salary, I will be happy to remove the citation notice.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2022-01-08 16:40:37 +00:00
|
|
|
You can also pay to use a specific version, which you will then get
|
|
|
|
without the citation notice.
|
|
|
|
|
2019-01-18 15:15:47 +00:00
|
|
|
The citation notice is about (indirect) funding - nothing else.
|
|
|
|
|
|
|
|
|
2022-01-08 16:40:37 +00:00
|
|
|
== Free software should be funded, but not this way ==
|
|
|
|
|
|
|
|
OK. But then please take resposibility and do the funding. Show that
|
|
|
|
it is indeed possible to fund GNU Parallel in a different way by
|
|
|
|
actually doing it.
|
|
|
|
|
|
|
|
Talk is cheap, and action speaks louder than words. Instead of just
|
|
|
|
telling others what to do, prove that you are serious and actually
|
|
|
|
*do* the work.
|
|
|
|
|
|
|
|
I will be happy to get a "funding manager" and remove the citation
|
|
|
|
notice, if that means I can stop worrying about rent, mortgages, bills
|
|
|
|
and retirement.
|
|
|
|
|
|
|
|
|
2021-12-26 22:29:28 +00:00
|
|
|
== I do not want to cite ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2021-12-26 22:29:28 +00:00
|
|
|
If you do not want to cite, then you should use another tool.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
If you do not want to help fund GNU Parallel, then you will not be a
|
|
|
|
happy GNU Parallel user, and thus you using another tool is the best
|
|
|
|
solution for all parties. Here is a list of parallelizing tools to
|
|
|
|
help you find an alternative:
|
|
|
|
https://www.gnu.org/software/parallel/parallel_alternatives.html
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== I do not want to run 'parallel --citation' ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
If the inconvenience of running 'parallel --citation' one single time
|
|
|
|
after installing GNU Parallel is too big, then you do not have to do
|
|
|
|
it. You only need to do that if you do not want to see the citation
|
|
|
|
notice.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
But it really only takes 10 seconds to run.
|
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== I do not want to see the citation notice at every run ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
You do not have to. Spend 10 seconds on running 'parallel --citation'
|
|
|
|
and the notice is silenced. This is similar to clicking 'OK. Do not
|
|
|
|
show this again' in a dialog box seen in Firefox and similar programs.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
If GNU Parallel does not save you more than 10 seconds, then you
|
|
|
|
should probably not be using it anyway.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
|
|
|
|
2021-09-22 21:37:24 +00:00
|
|
|
== I do not want to help finance the development ==
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
If you care so little about GNU Parallel that you do not want to help
|
|
|
|
finance development, then you should contemplate whether GNU Parallel
|
2022-01-22 16:00:32 +00:00
|
|
|
is really the right tool for you. Personally I would prefer if you
|
|
|
|
simply ignored GNU Parallel and treated it as if it did not exist.
|
|
|
|
|
|
|
|
But if you really insist on not helping, it is possible (e.g. by
|
|
|
|
forking and changing the code; see above). But you will be going
|
|
|
|
against the wishes of the author, because you make it harder to make a
|
|
|
|
living, thus you will be making it harder to justify producing more
|
|
|
|
free software; not only for me, but also for others who see you
|
|
|
|
actively working against the author's wishes.
|
|
|
|
|
|
|
|
If you like GNU Parallel and want to see it maintained in the future,
|
|
|
|
then this is not the way to go.
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
Maybe it is you Nadia Eghbal addresses in
|
|
|
|
https://www.slideshare.net/NadiaEghbal/consider-the-maintainer:
|
2019-01-18 15:15:47 +00:00
|
|
|
|
2019-04-21 18:16:33 +00:00
|
|
|
"Is it alright to compromise, or even deliberately ignore, the
|
|
|
|
happiness of maintainers so we that can enjoy free and open source
|
|
|
|
software?"
|