Skip to content

Commit f57672a

Browse files
authored
Merge pull request #1361 from nickerso/citing-libcellml
Updating citation information for libCellML
2 parents 7cc5bea + 0c2d0c8 commit f57672a

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: libCellML
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- name: libCellML Contributors
12+
website: >-
13+
https://github.com/cellml/libcellml/graphs/contributors
14+
identifiers:
15+
- type: doi
16+
value: 10.5281/zenodo.6975548
17+
description: The concept DOI of the work.
18+
repository-code: 'https://github.com/cellml/libcellml'
19+
url: 'https://libcellml.org'
20+
abstract: >-
21+
The purpose of libCellML is to provide a software library
22+
for tool developers to support CellML in their
23+
applications. CellML is a specification to store and
24+
exchange computer-based mathematical models, allowing
25+
scientists to share models even if they are using
26+
different model-building software.
27+
keywords:
28+
- CellML
29+
- Physiome Project
30+
- COMBINE
31+
license: Apache-2.0

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.6975548-blue.svg
2+
:target: https://doi.org/10.5281/zenodo.6975548
3+
:alt: DOI
4+
15
.. image:: https://github.com/cellml/libcellml/actions/workflows/deploy-on-release.yml/badge.svg
26
:width: 200
37
:target: https://github.com/cellml/libcellml/actions/workflows/deploy-on-release.yml
@@ -36,3 +40,16 @@ libCellML is an open-source project, thus, welcoming contributions.
3640

3741
If you are interested we encourage you to fork `libCellML on GitHub <https://github.com/cellml/libcellml>`_ and submit a pull request with your modifications.
3842
For more information on contributing code see the documentation at https://libcellml.org/.
43+
44+
How to cite
45+
-----------
46+
47+
We put a lot of effort into developing this tool. If it helps your research, please consider citing the latest version:
48+
49+
.. image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.6975548-blue.svg
50+
:target: https://doi.org/10.5281/zenodo.6975548
51+
:alt: DOI
52+
53+
You can use the "Cite this repository" button in the sidebar to export the citation in your preferred format (BibTeX, APA, etc.).
54+
55+
For specific versioning requirements (e.g., for reproducibility), you can find DOIs for individual releases on `our Zenodo page <https://doi.org/10.5281/zenodo.6975548>`_.

0 commit comments

Comments
 (0)