diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-12 17:18:01 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-12 17:30:10 +0100 |
commit | fcfe32775f72550ebb6d883b95cf50a1be84c451 (patch) | |
tree | e98b8dadfb6c0add5aa635b1bd5575b61cd0397c /tex/dependencies/cython.tex | |
parent | 41c444a1a0fcff2aaa5c9b0dd2fc1e6b3aaf6de1 (diff) |
Dependency BibTeX entries included only when necessary
Until now, there was a single `tex/src/references.tex' file that housed the
BibTex entries for everything (software and non-software).
Since we have started to include the BibTeX entry for more software, it
will be hard to manage the large (sometime unused) BibTeX entries of the
software in the middle of the non-software related citations in the text of
the paper.
Therefore, with this commit, a `tex/dependencies' directory has been made
which has a separate BibTeX entry file for each software that needs
one. After the software is built, this file is copied to the new
`.local/version-info/cite' directory. At the end, the configure script will
concatenate all the files in this directory into one file which will later
be used with `tex/src/references.tex' by BibLaTeX.
This greatly simplifies managing of citations. Allowing us to focus on the
software-building and paper-writing citations separately/cleanly (and thus
be more efficient in both).
Diffstat (limited to 'tex/dependencies/cython.tex')
-rw-r--r-- | tex/dependencies/cython.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tex/dependencies/cython.tex b/tex/dependencies/cython.tex new file mode 100644 index 0000000..de30273 --- /dev/null +++ b/tex/dependencies/cython.tex @@ -0,0 +1,21 @@ +%% Copyright (C) 2019, Raul Infante-Sainz. +%% +%% Copying and distribution of this file, with or without modification, +%% are permitted in any medium without royalty provided the copyright +%% notice and this notice are preserved. This file is offered as-is, +%% without any warranty. + +@ARTICLE{cython2011, + author = {{Behnel}, S. and {Bradshaw}, R. and {Citro}, C. and {Dalcin}, L. and + {Seljebotn}, D.~S. and {Smith}, K.}, + title = "{Cython: The Best of Both Worlds}", + journal = {CiSE}, + year = 2011, + month = mar, + volume = 13, + number = 2, + pages = {31}, + doi = {10.1109/MCSE.2010.118}, + adsurl = {http://adsabs.harvard.edu/abs/2011CSE....13b..31B}, + adsnote = {Provided by the SAO/NASA Astrophysics Data System} +}
\ No newline at end of file |