Skip to content

Commit

Permalink
Add citation section to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjamesjoyce committed Aug 29, 2017
1 parent 176d74d commit 9cc1549
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ report.html
generate
dist
build
lcopt.egg-info/
lcopt.egg-info/
docs/_build
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,16 @@ If you have any problems, questions, comments, feature requests etc. please [rai

If you want to contribute to Lcopt, you're more than welcome! Please fork the [github repository](https://github.com/pjamesjoyce/lcopt/) and open a pull request.

Lcopt uses [py.test](https://docs.pytest.org/en/latest/index.html>) and Travis for automated testing, so please accompany any new features with corresponding tests. See the `tests` folder in the [source code](https://github.com/pjamesjoyce/lcopt/tree/master/tests) for examples.
Lcopt uses [py.test](https://docs.pytest.org/en/latest/index.html>) and Travis for automated testing, so please accompany any new features with corresponding tests. See the `tests` folder in the [source code](https://github.com/pjamesjoyce/lcopt/tree/master/tests) for examples.

## Cite

Lcopt has been published in the [Journal of Open Source Software](http://joss.theoj.org/papers/10.21105/joss.00339).

[![Publication](http://joss.theoj.org/papers/c0b544bee185c9ac75e96d24b8573547/status.svg)](http://joss.theoj.org/papers/c0b544bee185c9ac75e96d24b8573547)

You can download the citation in BibTeX for use in LaTeX or importing into [Mendeley](https://www.mendeley.com/)/other reference management software from [here](http://www.doi2bib.org/#/doi/10.21105/joss.00339).

Or use the following citation:

Joyce, P.J., 2017. Lcopt - An interactive tool for creating fully parameterised Life Cycle Assessment (LCA) foreground models. Journal of Open Source Software, 2:16. doi:10.21105/joss.00339
14 changes: 14 additions & 0 deletions docs/6_cite.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
============
Citing Lcopt
============

Lcopt has been published in the `Journal of Open Source Software <http://joss.theoj.org/papers/10.21105/joss.00339>`_.

.. image:: http://joss.theoj.org/papers/c0b544bee185c9ac75e96d24b8573547/status.svg
:target: http://joss.theoj.org/papers/c0b544bee185c9ac75e96d24b8573547

You can download the citation in BibTeX for use in LaTeX or importing into `Mendeley <https://www.mendeley.com/>`_/other reference management software from `here <http://www.doi2bib.org/#/doi/10.21105/joss.00339>`_.

Or use the following citation:

Joyce, P.J., 2017. Lcopt - An interactive tool for creating fully parameterised Life Cycle Assessment (LCA) foreground models. Journal of Open Source Software, 2:16. doi:10.21105/joss.00339

0 comments on commit 9cc1549

Please sign in to comment.