Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI License](https://img.shields.io/pypi/l/superblockify)](https://pypi.org/project/superblockify/)
[![Master Thesis](https://img.shields.io/badge/Master_Thesis-PDF-purple)](https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf)

[![status](https://joss.theoj.org/papers/87426e988ebd0a6d7f592eb16d1fd209/status.svg)](https://joss.theoj.org/papers/87426e988ebd0a6d7f592eb16d1fd209)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13300610.svg)](https://doi.org/10.5281/zenodo.13300610)
Expand Down Expand Up @@ -100,4 +101,8 @@ see [`.github/workflows/test.yml`](https://github.com/NERDSITU/superblockify/blo
* Michael Szell, [@mszell](https://github.com/mszell) (Concept)

Funded by the European
Union, [EU Horizon grant JUST STREETS](https://cordis.europa.eu/project/id/101104240)
Union, [EU Horizon grant JUST STREETS](https://cordis.europa.eu/project/id/101104240)

## More Information

* [Master Thesis (PDF)](https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf) - Detailed background, methodology, and evaluation
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<a href="https://pypi.org/project/superblockify/" style="margin: 0 10px; display: inline-block;">
<img src="https://img.shields.io/pypi/l/superblockify" alt="License" />
</a>
<a href="https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf" style="margin: 0 10px; display: inline-block;">
<img src="https://img.shields.io/badge/Master_Thesis-PDF-purple" alt="Master Thesis" />
</a>
</div>
<div style="height: 10px;"></div>

Expand Down Expand Up @@ -63,6 +66,11 @@ JOSS paper `doi:10.21105/joss.06798 <https://doi.org/10.21105/joss.06798>`__, e.

Büth et al., (2024). superblockify: A Python Package for Automated Generation, Visualization, and Analysis of Potential Superblocks in Cities. Journal of Open Source Software, 9(100), 6798, https://doi.org/10.21105/joss.06798

Further reading
===============
For more detailed background, methodology, and evaluation, see the
`Master Thesis (PDF) <https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf>`__.

Contributing
============
If you want to contribute to the development of superblockify, please read the
Expand Down
Loading