Skip to content

Commit

Permalink
Merge branch 'main' into file_format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwente committed Sep 26, 2024
2 parents 15e9e55 + 862d627 commit fbe4841
Show file tree
Hide file tree
Showing 8 changed files with 1,026 additions and 23 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains data for spatial analyses that are part of a research project on spatial/urban design features of railway-related built structures designed by the Swiss architect Max Vogt. The data in this repository is openly available to everyone and is intended to support reproducible research.

Results of the analyses are accessible in an [online collection of Vogt's buildings](https://mtwente.github.io/maxvogt) and presented as a [poster](https://pretalx.com/spathum24/talk/review/9RCVBFLLKYE7BDXC7M38QHH7D7FVZFSP) at the [Spatial Humanities 2024](https://spathum.uni-bamberg.de/) conference at the University of Bamberg.
Results of the analyses are accessible in an [online collection of Vogt's buildings](https://mtwente.github.io/maxvogt) and presented as a [poster](/docs/abstract.html) at the [Spatial Humanities 2024](https://spathum.uni-bamberg.de/) conference at the University of Bamberg.

[![GitHub issues](https://img.shields.io/github/issues/mtwente/maxvogt-analysis.svg)](https://github.com/mtwente/maxvogt-analysis/issues)
[![GitHub forks](https://img.shields.io/github/forks/mtwente/maxvogt-analysis.svg)](https://github.com/mtwente/maxvogt-analysis/network)
Expand All @@ -29,9 +29,7 @@ Additionally, there is a [Zotero group library](https://www.zotero.org/groups/54

## Data Description

- TODO Describe the data in this repository, including what it represents, how it was collected or obtained, any preprocessing or cleaning that was done, and any limitations or potential biases.
- TODO Data models, including field names, descriptions, and controlled values, should be clearly documented in a static document that is maintained with the data and is part of the products.
- TODO All rights and intellectual property issues should be clearly documented. Where possible, data and products should be released under open licenses (Creative Commons, GNU, BSD, MPL).
See [Workflow](/docs/workflow.html) for a description of the project workflow and the data obtained for this project.

## Installation

Expand Down
18 changes: 14 additions & 4 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ website:
- icon: github
url: https://github.com/mtwente/maxvogt-analysis/
left:
- text: Data
href: index.qmd
#- text: Readme
# href: index.qmd
- text: Project
href: about.md
href: docs/about.qmd
- text: Workflow
href: docs/workflow.qmd
- text: maxvogt Collection
href: https://mtwente.github.io/maxvogt
target: '_blank'
Expand All @@ -51,7 +53,13 @@ website:
href: LICENSE-ODbL.md
- text: Security
href: SECURITY.md
- href: about.md
- text: Project
href: docs/about.qmd
contents:
- text: Abstract
href: docs/abstract.qmd
- text: Workflow
href: docs/workflow.qmd

format:
html:
Expand All @@ -62,6 +70,8 @@ format:
code-overflow: wrap
mainfont: Jost
link-external-newwindow: true
mermaid:
theme: neutral

freeze: true

Expand Down
Loading

0 comments on commit fbe4841

Please sign in to comment.