aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-05-22 23:44:08 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-05-22 23:44:08 +0100
commit4ff12fa2d3b52452290feac89ea3e0dc54fc2de1 (patch)
tree0a7718ce3356da559a1de0502124e6fe3e43b706
parentc0a512e0631a024f18bec847125a9a03e6aa23a1 (diff)
Software citation: removed abstract entry from BibTeX info
Until now, two of the software BibTeX sources (Matplolib and Sympy) had an "abstract" entry that was long, not similar to the rest, and not relevant in this context, so they are removed with this commit.
-rw-r--r--reproduce/software/bibtex/matplotlib.tex4
-rw-r--r--reproduce/software/bibtex/sympy.tex3
2 files changed, 0 insertions, 7 deletions
diff --git a/reproduce/software/bibtex/matplotlib.tex b/reproduce/software/bibtex/matplotlib.tex
index 9ad7f1a..a76a41f 100644
--- a/reproduce/software/bibtex/matplotlib.tex
+++ b/reproduce/software/bibtex/matplotlib.tex
@@ -12,10 +12,6 @@
Volume = {9},
Number = {3},
Pages = {90},
- abstract = {Matplotlib is a 2D graphics package used for Python
- for application development, interactive scripting, and
- publication-quality image generation across user
- interfaces and operating systems.},
publisher = {IEEE COMPUTER SOC},
doi = {10.1109/MCSE.2007.55},
year = 2007
diff --git a/reproduce/software/bibtex/sympy.tex b/reproduce/software/bibtex/sympy.tex
index e1a1e37..fd4da56 100644
--- a/reproduce/software/bibtex/sympy.tex
+++ b/reproduce/software/bibtex/sympy.tex
@@ -11,9 +11,6 @@
year = 2017,
month = jan,
keywords = {Python, Computer algebra system, Symbolics},
- abstract = {
- SymPy is an open source computer algebra system written in pure Python. It is built with a focus on extensibility and ease of use, through both interactive and programmatic applications. These characteristics have led SymPy to become a popular symbolic library for the scientific Python ecosystem. This paper presents the architecture of SymPy, a description of its features, and a discussion of select submodules. The supplementary material provide additional examples and further outline details of the architecture and features of SymPy.
- },
volume = 3,
pages = {103},
journal = {PeerJ CompSci},