File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It was initially created as part of a [DH-Tech](https://dh-tech.github.io/) hack
13
13
14
14
---
15
15
16
-
16
+ [ ![ DOI ] ( https://zenodo.org/badge/DOI/10.5281/zenodo.11068867.svg )] ( https://doi.org/10.5281/zenodo.11068867 )
17
17
[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
18
18
[ ![ Documentation Status] ( https://readthedocs.org/projects/undate-python/badge/?version=latest )] ( https://undate-python.readthedocs.io/en/latest/?badge=latest )
19
19
[ ![ 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 )
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.0 "
1
+ __version__ = "0.3.0.dev0 "
You can’t perform that action at this time.
0 commit comments