Skip to content

Commit febc1ca

Browse files
committed
docs: Add Master Thesis link and references
1 parent 96276c1 commit febc1ca

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
77
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
88
[![PyPI License](https://img.shields.io/pypi/l/superblockify)](https://pypi.org/project/superblockify/)
9+
[![Master Thesis](https://img.shields.io/badge/Master_Thesis-PDF-purple)](https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf)
910

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

102103
Funded by the European
103-
Union, [EU Horizon grant JUST STREETS](https://cordis.europa.eu/project/id/101104240)
104+
Union, [EU Horizon grant JUST STREETS](https://cordis.europa.eu/project/id/101104240)
105+
106+
## More Information
107+
108+
* [Master Thesis (PDF)](https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf) - Detailed background, methodology, and evaluation

docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<a href="https://pypi.org/project/superblockify/" style="margin: 0 10px; display: inline-block;">
2121
<img src="https://img.shields.io/pypi/l/superblockify" alt="License" />
2222
</a>
23+
<a href="https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf" style="margin: 0 10px; display: inline-block;">
24+
<img src="https://img.shields.io/badge/Master_Thesis-PDF-purple" alt="Master Thesis" />
25+
</a>
2326
</div>
2427
<div style="height: 10px;"></div>
2528

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

6467
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
6568

69+
Further reading
70+
===============
71+
For more detailed background, methodology, and evaluation, see the
72+
`Master Thesis (PDF) <https://cbueth.de/assets/pdf/cbueth_MA_Superblockify.pdf>`__.
73+
6674
Contributing
6775
============
6876
If you want to contribute to the development of superblockify, please read the

0 commit comments

Comments
 (0)