Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Project Description #6

Merged
merged 1 commit into from
Sep 22, 2024
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ See also the list of [contributors](https://github.com/mtwente/maxvogt-analysis/

## License

The **data** in this repository, excluding OpenStreetMap geodata, is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License - see the [LICENSE-CCBY](LICENSE-CCBY.md) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made.
The **data** in this repository, excluding OpenStreetMap geodata, is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License see the [LICENSE-CCBY](LICENSE-CCBY.md) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made.

**Geodata** in this repository, retrieved from OpenStreetMap, is released under the Open Database License – see the [LICENSE-ODbL](LICENSE-ODbL.md) file for details. By using this data, you agree to adhere to the attribution standards set out in the license and specified by the [OpenStreetMap Foundation](https://osmfoundation.org/wiki/Licence).

The **code** in this repository, excluding the Jupyter notebooks in `/analysis/`, is released under the GNU Affero General Public License v3.0 - see the [LICENSE-AGPL](LICENSE-AGPL.md) file for details. By using this code, you agree to make any modifications available under the same license.
The **code** in this repository, excluding the Jupyter notebooks in `/analysis/`, is released under the GNU Affero General Public License v3.0 see the [LICENSE-AGPL](LICENSE-AGPL.md) file for details. By using this code, you agree to make any modifications available under the same license.

The **Jupyter notebooks** in `/analysis` are released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License - see the [LICENSE-CCBY](LICENSE-CCBY.md) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made.
The **Jupyter notebooks** in `/analysis/` are released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License see the [LICENSE-CCBY](LICENSE-CCBY.md) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made.
6 changes: 4 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
::: {.column width="45%"}
[**Moritz Twente**](https://orcid.org/0009-0005-7187-9774) <a href="https://orcid.org/0009-0005-7187-9774"><img alt="ORCID logo" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png" width="16" height="16" /></a> studied urban planning (B.Sc.) at Bauhaus-Universität Weimar and Northern European Studies (B.A.) at Humboldt-Universität zu Berlin. His research interest lies in the role of politics at the intersection of space, design and the built environment. He works as data steward at [Stadt.Geschichte.Basel](https://www.stadtgeschichtebasel.ch/) and is enrolled in the Political Science and Digital Humanities programmes (M.A.) at Universität Basel.

[moritz.twente@unibas.ch](mailto:moritz.twente@unibas.ch)

:::

::: {.column width="10%"}
Expand All @@ -16,7 +18,7 @@
:::

::: {.column width="45%"}
[**Luisa Omonsky**](https://orcid.org/0009-0007-7402-7993) <a href="https://orcid.org/0009-0007-7402-7993" target="_blank"><img alt="ORCID logo" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png" width="16" height="16" /></a> is working as a research assistant in the interdisciplinary DFG-project ['Wohnen im Denkmal'](https://denkmalpflege.tuwien.ac.at/index.php/forschungsprojekt-wohnen-im-denkmal/) (Living in a Monument) at Technische Universität Wien in cooperation with Bauhaus-Universität Weimar. She graduated from the Urban Planning programme (B.Sc.) at Bauhaus-Universität Weimar and Heritage Conservation programme (M.A.) at Otto-Friedrich-Universität Bamberg, additionally studying in the Art History programme (M.A.). Her research interests include 20^th^ century architecture, especially post-war modernism and post-modernism.
[**Luisa Omonsky**](https://orcid.org/0009-0007-7402-7993) <a href="https://orcid.org/0009-0007-7402-7993" target="_blank"><img alt="ORCID logo" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png" width="16" height="16" /></a> is working as a research assistant in the interdisciplinary DFG-project ['Wohnen im Denkmal'](https://denkmalpflege.tuwien.ac.at/index.php/forschungsprojekt-wohnen-im-denkmal/) (Living in a Monument) at Technische Universität Wien in cooperation with Bauhaus-Universität Weimar. She graduated from the Urban Planning programme (B.Sc.) at Bauhaus-Universität Weimar and Heritage Conservation programme (M.A.) at Otto-Friedrich-Universität Bamberg. Her research interests include 20^th^ century architecture, especially post-war modernism and post-modernism.

:::

Expand All @@ -26,7 +28,7 @@

_maxvogt-analysis_ contains research data – mainly geodata and Jupyter Notebooks – related to a research project on the railway station designs by Max Vogt and the spatial syntax features.

The analyis is split up in Jupyter Notebooks that are available in this repository and can be launched either locally or using Binder.
The analysis is split up in Jupyter Notebooks that are available in this repository and can be launched either locally or using Binder.

The most important tool used for the spatial analysis is **momepy**[^1] by Martin Fleischmann and James Gaboardi. See the [documentation](https://docs.momepy.org/en/stable/index.html) for momepy examples and tutorials.

Expand Down