Skip to content

Commit 7335454

Browse files
committed
Add CITATION.cff & DOI
1 parent c8309e7 commit 7335454

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

CITATION.cff

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
cff-version: 1.2.0
2+
message: "If you use this source code, please cite it as below. Cite the journal article separately."
3+
title: superblockify: A Python Package for Automated Generation, Visualization, and Analysis of Potential Superblocks in Cities
4+
type: software
5+
authors:
6+
- family-names: "Büth"
7+
given-names: "Carlson Moses"
8+
orcid: "https://orcid.org/0000-0003-2298-8438"
9+
- family-names: "Vybornova"
10+
given-names: "Anastassia"
11+
orcid: "https://orcid.org/0000-0001-6915-2561"
12+
- family-names: "Szell"
13+
given-names: "Michael"
14+
orcid: "https://orcid.org/0000-0003-3022-2483"
15+
repository-code: 'https://github.com/NERDSITU/superblockify'
16+
url: 'https://superblockify.city/'
17+
keywords:
18+
- Python
19+
- urban planning
20+
- low traffic neighborhood
21+
- geospatial analysis
22+
- network analysis
23+
- urban mobility
24+
- urban data
25+
license: AGPL-3.0-or-later
26+
version: 1.0.0
27+
doi: 10.5281/zenodo.13300611
28+
date-released: 2024-08-12
29+
30+
# add when article published in JOSS
31+
# preferred-citation:
32+
# type: article
33+
# authors:
34+
# - family-names: "Büth"
35+
# given-names: "Carlson Moses"
36+
# orcid: "https://orcid.org/0000-0003-2298-8438"
37+
# - family-names: "Vybornova"
38+
# given-names: "Anastassia"
39+
# orcid: "https://orcid.org/0000-0001-6915-2561"
40+
# - family-names: "Szell"
41+
# given-names: "Michael"
42+
# orcid: "https://orcid.org/0000-0003-3022-2483"
43+
# doi: "10.0000/00000"
44+
# journal: "JOURNAL"
45+
# month: 1
46+
# start: 1
47+
# end: 2
48+
# title: "PROJECTNAME"
49+
# issue: 1
50+
# volume: 1
51+
# year: YYYY
52+
# abstract: "ABSTRACT"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![PyPI License](https://img.shields.io/pypi/l/superblockify)](https://pypi.org/project/superblockify/)
99

1010
[![status](https://joss.theoj.org/papers/87426e988ebd0a6d7f592eb16d1fd209/status.svg)](https://joss.theoj.org/papers/87426e988ebd0a6d7f592eb16d1fd209)
11+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13300610.svg)](https://doi.org/10.5281/zenodo.13300610)
1112
[![Docs](https://github.com/NERDSITU/superblockify/actions/workflows/docs.yml/badge.svg)](https://github.com/NERDSITU/superblockify/actions/workflows/docs.yml)
1213
[![Lint](https://github.com/NERDSITU/superblockify/actions/workflows/lint.yml/badge.svg)](https://github.com/NERDSITU/superblockify/actions/workflows/lint.yml)
1314
[![Test](https://github.com/NERDSITU/superblockify/actions/workflows/test.yml/badge.svg)](https://github.com/NERDSITU/superblockify/actions/workflows/test.yml)

0 commit comments

Comments
 (0)