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

Project Documentation #7

Merged
merged 1 commit into from
Sep 24, 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: 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