forked from artefactual/archivematica
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CITATION.cff file (artefactual#1884)
Add a CITATION.cff file so that users and researchers know how to cite our software. --------- Co-authored-by: Douglas Cerna <[email protected]>
- Loading branch information
1 parent
bb155a1
commit 3387a7f
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: Archivematica | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- name: Artefactual | ||
country: CA | ||
email: [email protected] | ||
identifiers: | ||
- type: swh | ||
value: 'swh:1:dir:58f29939b1d3947eb1551930dec41dd6dd3398d3' | ||
repository-code: 'https://github.com/artefactual/archivematica' | ||
url: 'https://www.archivematica.org' | ||
repository: 'https://github.com/archivematica' | ||
abstract: >- | ||
Archivematica is a web- and standards-based, open-source | ||
application which allows your institution to preserve | ||
long-term access to trustworthy, authentic and reliable | ||
digital content. | ||
keywords: | ||
- digital-preservation | ||
- python |