generated from maehr/open-research-data-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated the build-deploy job operating system from `ubuntu-latest` to `macos-latest`. - Updated a hyperlink in the website configuration. - Changed the license to "Attribution-ShareAlike 4.0 International" and updated license terms. - Renamed a custom reference document and added a custom CSS style sheet for printing. - Refined the project description and modified scripts to exclude specific files from Prettier processing. - Introduced a guide on creating discrimination-free metadata in `CITATION.cff`. - Adjusted `.gitignore` and `manuscript/.gitignore` exclusions.
- Loading branch information
Showing
12 changed files
with
606 additions
and
1,288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,14 @@ permissions: | |
|
||
jobs: | ||
build-deploy: | ||
runs-on: ubuntu-latest | ||
runs-on: macos-latest | ||
|
||
steps: | ||
- name: Set Timezone | ||
uses: szenius/[email protected] | ||
with: | ||
timezoneMacos: 'Europe/Zurich' | ||
|
||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
|
||
|
@@ -36,6 +41,10 @@ jobs: | |
path: manuscript | ||
to: all | ||
|
||
- name: Install Chromium | ||
run: | | ||
brew install --cask chromium | ||
- name: Convert html to pdf with Chromium | ||
run: | | ||
chromium --headless --disable-gpu --print-to-pdf=manuscript/_manuscript/handbuch-diskriminierungsfreie-metadaten.pdf --scale=1.0 --no-pdf-header-footer --print-background --virtual-time-budget=10000 file:///$(pwd)/manuscript/_manuscript/index.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Quarto | ||
manuscript/.quarto/ | ||
manuscript/_manuscript/ | ||
|
||
# Exclude example.env | ||
!example.env | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
cff-version: 1.2.0 | ||
title: >- | ||
Handbuch zur Erstellung diskriminierungsfreier Metadaten | ||
für historische Quellen und Forschungsdaten | ||
message: 'If you use this guide, please cite it as below.' | ||
type: software | ||
authors: | ||
- family-names: Mähr | ||
given-names: Moritz | ||
affiliation: University of Basel | ||
orcid: 'https://orcid.org/0000-0002-1367-1618' | ||
- family-names: Schnegg | ||
given-names: Noëlle | ||
affiliation: University of Basel | ||
orcid: 'https://orcid.org/0009-0008-5207-6652' | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.11124720 | ||
repository-code: 'https://github.com/maehr/diskriminierungsfreie-metadaten' | ||
url: 'https://maehr.github.io/diskriminierungsfreie-metadaten/' | ||
abstract: >- | ||
Dieses Handbuch ist ein Leitfaden zur Erstellung von diskriminierungsfreien Metadaten für historische Quellen und Forschungsdaten, der im Rahmen des Forschungsprojekts Stadt.Geschichte.Basel entwickelt wurde. Es richtet sich an professionelle Historiker\*innen, Archivar\*innen, Bibliothekar\*innen und alle, die sich mit Open Research Data in den Geschichtswissenschaften beschäftigen. Die Autor\*innen Moritz Mähr und Noëlle Schnegg führen durch die praktischen Aspekte der Erstellung von Metadaten, basierend auf den FAIR-Prinzipien, um Forschungsdaten auffindbar, zugänglich, interoperabel und nachnutzbar zu machen. Durch praktische Anleitungen und illustrierte Fallbeispiele zeigt das Handbuch, wie maschinenlesbare Metadaten Forschung und Lehre bereichern und die Interpretation historischer Quellen beeinflussen können. Als öffentlich zugängliches "Living Document" ist es auf eine kontinuierliche Weiterentwicklung durch die Community ausgelegt und verpflichtet sich zu einer inklusiven und diskriminierungsfreien Darstellung historischer Inhalte. Das Handbuch ist eine grundlegende Ressource für alle, die sich mit moderner digitaler Geschichtswissenschaft und Open Research Data beschäftigen wollen. | ||
keywords: | ||
- Diskriminierungsfreie Metadaten | ||
- Historische Quellen und Forschungsdaten | ||
- FAIR-Prinzipien | ||
- Stadt.Geschichte.Basel | ||
- Open Research Data | ||
- Code of Conduct | ||
- Dublin Core | ||
- Schlagwortindex GenderOpen | ||
license: CC-BY-SA-4.0 | ||
version: '1.0' | ||
date-released: '2024-06-03' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Quarto | ||
/_manuscript/ | ||
/.quarto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.