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

Initialise Repository #1

Merged
merged 6 commits into from
Sep 19, 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
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
contact_links:
- name: Are you looking for documentation on REPO_NAME?
url: https://USERNAME.github.io/REPO_NAME
about: Please see the documentation for REPO_NAME on its GitHub Pages page.
- name: Do want to discuss REPO_NAME with the community?
url: https://github.com/USERNAME/REPO_NAME/discussions
about: Please see the discussions page for REPO_NAME.
- name: Are you looking for documentation on maxvogt-analysis?
url: https://mtwente.github.io/maxvogt-analysis
about: Please see the documentation for maxvogt-analysis on its GitHub Pages page.
- name: Do want to discuss maxvogt-analysis with the community?
url: https://github.com/mtwente/maxvogt-analysis/discussions
about: Please see the discussions page for maxvogt-analysis.
blank_issues_enabled: true
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# momepy temporary files
analysis/.ipynb_checkpoints/
analysis/cache/

# Quarto
.quarto/
_site/
Expand Down Expand Up @@ -231,4 +235,5 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/git,linux,macos,node,dotenv,windows,visualstudiocode
# End of https://www.toptal.com/developers/gitignore/api/git,linux,macos,node,dotenv,windows,visualstudiocode
/.quarto/
25 changes: 4 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/USERNAME/REPO_NAME/compare/...HEAD)
## [Unreleased](https://github.com/mtwente/maxvogt-analysis/compare/...HEAD)

### Documentation

- Docs for Zenodo added
- Fixed various typos and replaced favicon

### Features

- Initial version

## [0.0.2](https://github.com/USERNAME/REPO_NAME/compare/v0.0.1...v0.0.2) - 2020-02-26

### Documentation

- ...

## [0.0.1](https://github.com/USERNAME/REPO_NAME/releases/tag/v0.0.1) - 2020-01-13

### Features

- ...
- Initialise repository
- Add Buchs SG and Horgen analyses
- Add momepy files to gitignore
42 changes: 42 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: maxvogt-analysis
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Moritz
family-names: Twente
email: [email protected]
affiliation: University of Basel
orcid: 'https://orcid.org/0009-0005-7187-9774'
- given-names: Luisa
family-names: Omonsky
email: [email protected]
affiliation: TU Wien
orcid: 'https://orcid.org/0009-0007-7402-7993'
#identifiers:
# - type: doi
# value: xxxxxx
repository-code: 'https://github.com/mtwente/maxvogt-analysis'
url: 'https://mtwente.github.io/maxvogt-analysis'
repository: 'https://github.com/mtwente/maxvogt'
abstract: >-
Data for spatial analyses that is part of a research
project on spatial/urban design features of
railway-related built structures designed by the Swiss
architect Max Vogt. Results of the analyses are accessible
in an online collection of Vogt’s buildings and presented
as a poster at the Spatial Humanities 2024 conference at
the University of Bamberg.
keywords:
- Max Vogt
- SBB
- Urban Design
- Spatial Analysis
- train station
- urban morphology
license: CC-BY-SA-4.0
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[INSERT CONTACT METHOD].
[email protected].
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
255 changes: 255 additions & 0 deletions LICENSE-ODbL.md

Large diffs are not rendered by default.

184 changes: 64 additions & 120 deletions README.md

Large diffs are not rendered by default.

87 changes: 0 additions & 87 deletions README.template.md

This file was deleted.

2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
-->

To report a security issue, please email [INSERT CONTACT METHOD] with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. This project follows a 90 day disclosure timeline.
To report a security issue, please email [email protected] with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. This project follows a 90 day disclosure timeline.
25 changes: 13 additions & 12 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ project:
type: website

website:
title: REPO_NAME
title: maxvogt-analysis
favicon: android-chrome-512x512.png
open-graph: true
twitter-card: true
site-url: https://USERNAME.github.io/REPO_NAME/
repo-url: https://github.com/USERNAME/REPO_NAME/
issue-url: https://github.com/USERNAME/REPO_NAME/issues/new/choose
site-url: https://mtwente.github.io/maxvogt-analysis/
repo-url: https://github.com/mtwente/maxvogt-analysis/
issue-url: https://github.com/mtwente/maxvogt-analysis/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
bread-crumbs: true
Expand All @@ -19,19 +19,19 @@ website:
navbar:
logo: android-chrome-512x512.png
logo-alt: ''
title: REPO_NAME
title: maxvogt-analysis
tools:
- icon: github
url: https://github.com/USERNAME/REPO_NAME/
url: https://github.com/mtwente/maxvogt-analysis/
left:
- text: Readme
- text: Data
href: index.qmd
- text: Report
href: report.md
- text: Project
href: about.md

sidebar:
contents:
- section: REPO_NAME
- section: maxvogt-analysis
href: index.qmd
contents:
- text: Changelog
Expand All @@ -44,10 +44,11 @@ website:
href: LICENSE-CCBY.md
- text: License (Code)
href: LICENSE-AGPL.md
- text: License (Geodata)
href: LICENSE-ODbL.md
- text: Security
href: SECURITY.md
- href: report.md
contents: project-management/*
- href: about.md

format:
html:
Expand Down
43 changes: 43 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Project Information

## People

:::: {.columns}

::: {.column width="45%"}
<a href="https://orcid.org/0009-0005-7187-9774" target="_blank">**Moritz Twente**</a> <a href="https://orcid.org/xxxx-xxxx-xxxx-xxxx" target="_blank"><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 <a href="https://www.stadtgeschichtebasel.ch/" target="_blank">Stadt.Geschichte.Basel</a> and is enrolled in the Political Science and Digital Humanities programmes (M.A.) at Universität Basel.

:::

::: {.column width="10%"}

<!-- empty column to create gap -->

:::

::: {.column width="45%"}
<a href="https://orcid.org/0009-0007-7402-7993" target="_blank">**Luisa Omonsky**</a> <a href="https://orcid.org/xxxx-xxxx-xxxx-xxxx" 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 <a href="https://denkmalpflege.tuwien.ac.at/index.php/forschungsprojekt-wohnen-im-denkmal/" target="_blank">'Wohnen im Denkmal'</a> (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.

:::

::::

## Tools

_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 most important tool used for the spatial analysis is **momepy**[^1] by Martin Fleischmann and James Gaboardi. See the <a href="https://docs.momepy.org/en/stable/index.html" target="_blank">documentation</a> for momepy examples and tutorials.

[^1]: Fleischmann, M. (2019) ‘momepy: Urban Morphology Measuring Toolkit’, Journal of Open Source Software, 4(43), p. 1807. <a href="https://joss.theoj.org/papers/10.21105/joss.01807" target="_blank">doi: 10.21105/joss.01807</a>.

Geodata used for the analysis is retrieved from OpenStreetMap using the **OSMnx**[^2] package by Geoff Boeing. See <a href="https://osmnx.readthedocs.io/en/stable/" target="_blank">readthedocs.io</a> for documentation.

[^2]: Boeing, G. (2024). Modeling and Analyzing Urban Networks and Amenities with OSMnx. Working paper. <a href="https://geoffboeing.com/publications/osmnx-paper/" target="_blank">https://geoffboeing.com/publications/osmnx-paper/</a>

## Project Report

See <a href="https://mtwente.github.io/maxvogt" target="_blank">mtwente.github.io/maxvogt</a> for a collection of buildings and smaller physical structures designed by Max Vogt. There, results of the analyses in this repository are available as collection items. For each object, a short description is provided with information on the object's spatial context and its design features from an urban design perspective.
Loading
Loading