Skip to content

Commit

Permalink
add citation information
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmy authored and AdrianSosic committed Nov 8, 2021
1 parent dc64ba4 commit 3103001
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Demo: Racoon image
- Include examples in pytest bench
- Include demos in pytest bench
- Citation information via CITATION.cff

### Changed
- Fix internal TODOs to improve code quality
Expand Down
19 changes: 19 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cff-version: 1.2.0
authors:
-
affiliation: "Merck KGaA, Darmstadt, Germany"
family-names: Šošić
given-names: Adrian
orcid: https://orcid.org/0000-0003-2845-6635
-
affiliation: "Merck KGaA, Darmstadt, Germany"
family-names: Winkel
given-names: Mathias
orcid: https://orcid.org/0000-0002-0345-9701
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
url: "https://emdgroup.github.io/tnmf/"
repository-code: "https://github.com/emdgroup/tnmf"
title: "Transform-Invariant Non-Negative Matrix Factorization"
date-released: 2021-07-12

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

[![Logo](https://raw.githubusercontent.com/emdgroup/tnmf/main/logos/tnmf_header.svg)](https://github.com/emdgroup/tnmf)

# Transform-Invariant Non-Negative Matrix Factorization
Transform-Invariant Non-Negative Matrix Factorization
=====================================================

A comprehensive Python package for **Non-Negative Matrix Factorization (NMF)** with a focus on learning *transform-invariant representations*.

Expand All @@ -25,7 +26,6 @@ Installation is easiest using pip:
pip install tnmf

# Demos and Examples

The package comes with a [streamlit](https://streamlit.io) demo and a number of examples that demonstrate the capabilities of the TNMF model.
They provide a good starting point for your own experiments.

Expand Down Expand Up @@ -56,6 +56,9 @@ limitations under the License.

The full text of the license can be found in the file [LICENSE](LICENSE) in the repository root directory.

# Usage and Citation
If you use this software, please cite us using the information in CITATION.cff.

# Contributing
Contributions to the package are always welcome and can be submitted via a pull request.
Please note, that you have to agree to the [Contributor License Agreement](CONTRIBUTING.md) to contribute.
Expand Down

0 comments on commit 3103001

Please sign in to comment.