Skip to content

Commit fe7c795

Browse files
authored
Merge pull request #70 from dh-tech/citation
Add Citation file
2 parents 215542e + b8424ad commit fe7c795

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CITATION.cff

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# YAML 1.2
2+
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
3+
cff-version: 1.0.3
4+
message: If you use this software, please cite it using these metadata.
5+
title: undate python library
6+
doi: 10.5281/zenodo.11068868
7+
authors:
8+
- given-names: Rebecca Sutton
9+
family-names: Koeser
10+
affiliation: Center for Digital Humanities, Princeton University
11+
orcid: https://orcid.org/0000-0002-8762-8057
12+
- given-names: Cole
13+
family-names: Crawford
14+
affiliation: Harvard University Arts and Humanities Research Computing
15+
orcid: https://orcid.org/0000-0002-8347-0096
16+
- given-names: Julia
17+
family-names: Damerow
18+
affiliation: Arizona State University
19+
orcid: https://orcid.org/0000-0002-0874-0092
20+
- given-names: Malte
21+
family-names: Vogl
22+
affiliation: Max-Planck-Institute of Geoanthropology
23+
orcid: https://orcid.org/0000-0002-2683-6610
24+
- given-names: Robert
25+
family-names: Casties
26+
affiliation: Max Planck Institute for the History of Science
27+
orcid: https://orcid.org/0009-0008-9370-1303
28+
version: '0.2'
29+
date-released: 2024-04-25
30+
repository-code: https://github.com/dh-tech/undate-python
31+
license: Apache 2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It was initially created as part of a [DH-Tech](https://dh-tech.github.io/) hack
1313

1414
---
1515

16-
16+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11068867.svg)](https://doi.org/10.5281/zenodo.11068867)
1717
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1818
[![Documentation Status](https://readthedocs.org/projects/undate-python/badge/?version=latest)](https://undate-python.readthedocs.io/en/latest/?badge=latest)
1919
[![unit tests](https://github.com/dh-tech/undate-python/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/dh-tech/undate-python/actions/workflows/unit_tests.yml)

src/undate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0.dev0"

0 commit comments

Comments
 (0)