Skip to content

Commit 7174840

Browse files
Adds DOI.
1 parent f21ee13 commit 7174840

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![CI](https://github.com/aaronstevenwhite/glazing/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aaronstevenwhite/glazing/actions/workflows/ci.yml)
66
[![Documentation](https://readthedocs.org/projects/glazing/badge/?version=latest)](https://glazing.readthedocs.io/en/latest/?badge=latest)
77
[![License](https://img.shields.io/pypi/l/glazing)](https://github.com/aaronstevenwhite/glazing/blob/main/LICENSE)
8+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17185626.svg)](https://doi.org/10.5281/zenodo.17185626)
89

910
Unified data models and interfaces for syntactic and semantic frame ontologies.
1011

@@ -134,7 +135,8 @@ If you use Glazing in your research, please cite:
134135
author = {White, Aaron Steven},
135136
title = {Glazing: Unified Data Models and Interfaces for Syntactic and Semantic Frame Ontologies},
136137
year = {2025},
137-
url = {https://github.com/aaronstevenwhite/glazing}
138+
url = {https://github.com/aaronstevenwhite/glazing},
139+
doi = {10.5281/zenodo.17185626}
138140
}
139141
```
140142

docs/citation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ If you use Glazing in your research, please cite our work.
1212
title = {Glazing: Unified Data Models and Interfaces for Syntactic and Semantic Frame Ontologies},
1313
year = {2025},
1414
url = {https://github.com/aaronstevenwhite/glazing},
15-
version = {0.1.0}
15+
version = {0.1.0},
16+
doi = {10.5281/zenodo.17185626}
1617
}
1718
```
1819

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Python versions](https://img.shields.io/pypi/pyversions/glazing)](https://pypi.org/project/glazing/)
55
[![License](https://img.shields.io/pypi/l/glazing)](https://github.com/aaronstevenwhite/glazing/blob/main/LICENSE)
66
[![CI](https://github.com/aaronstevenwhite/glazing/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aaronstevenwhite/glazing/actions/workflows/ci.yml)
7+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17185626.svg)](https://doi.org/10.5281/zenodo.17185626)
78

89
Unified data models and interfaces for syntactic and semantic frame ontologies.
910

@@ -108,7 +109,8 @@ If you use Glazing in your research, please cite:
108109
title = {Glazing: Unified Data Models and Interfaces for Syntactic and Semantic Frame Ontologies},
109110
year = {2025},
110111
url = {https://github.com/aaronstevenwhite/glazing},
111-
version = {0.1.0}
112+
version = {0.1.0},
113+
doi = {10.5281/zenodo.17185626}
112114
}
113115
```
114116

0 commit comments

Comments
 (0)