Gnuplot BibTeX 引文
Gnuplot BibTeX citation
好的,这不是一个正确的编程问题,但也许答案会对其他人有所帮助。我一直在尝试为 gnuplot
找到合适的 BibTeX 条目,以包含在科学出版物中。我只是不想引用任何指南,而是要引用实际的软件。
有没有人有想法,或者曾经使用过?我希望在 R
中找到类似于 citation()
命令的内容。谢谢!
没有规定的格式可以引用 Gnuplot
所以没有像 cite()
这样的命令。但是早些时候,我也遇到了这个问题,找到了一个马马虎虎的标准 biblatex enytry form:
@Misc{ gnuplot ,
author={ Thomas Williams and Colin Kelley and {many others} },
title={ Gnuplot 4.6: an interactive plotting program },
month={ April },
year={ 2013 },
howpublished={ \url{http://gnuplot.sourceforge.net/} }
}
好的,这不是一个正确的编程问题,但也许答案会对其他人有所帮助。我一直在尝试为 gnuplot
找到合适的 BibTeX 条目,以包含在科学出版物中。我只是不想引用任何指南,而是要引用实际的软件。
有没有人有想法,或者曾经使用过?我希望在 R
中找到类似于 citation()
命令的内容。谢谢!
没有规定的格式可以引用 Gnuplot
所以没有像 cite()
这样的命令。但是早些时候,我也遇到了这个问题,找到了一个马马虎虎的标准 biblatex enytry form:
@Misc{ gnuplot ,
author={ Thomas Williams and Colin Kelley and {many others} },
title={ Gnuplot 4.6: an interactive plotting program },
month={ April },
year={ 2013 },
howpublished={ \url{http://gnuplot.sourceforge.net/} }
}