diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f798557..83923db 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 book-of-abstracts? + url: https://digihistch24.github.io/book-of-abstracts + about: Please see the documentation for book-of-abstracts on its GitHub Pages page. + - name: Do want to discuss book-of-abstracts with the community? + url: https://github.com/digihistch24/book-of-abstracts/discussions + about: Please see the discussions page for book-of-abstracts. blank_issues_enabled: true diff --git a/.github/_quarto.yml b/.github/_quarto.yml index e79a86c..1c00908 100644 --- a/.github/_quarto.yml +++ b/.github/_quarto.yml @@ -41,7 +41,7 @@ website: - text: Contributing href: CONTRIBUTING.md - text: License (Data) - href: LICENSE-CCBY.md + href: LICENSE-CCBYSA.md - text: License (Code) href: LICENSE-AGPL.md - text: Security diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index f9eb64d..e8d09bd 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -50,6 +50,10 @@ jobs: # See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md + - name: JamPack + run: | + npx @divriots/jampack . + # To publish to Netlify, RStudio Connect, or GitHub Pages, uncomment # the appropriate block below diff --git a/.gitignore b/.gitignore index c0e2964..49587bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Quarto -.quarto/ +/.quarto/ _site/ +_freeze/ # Exclude example.env !example.env @@ -231,4 +232,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/git,linux,macos,node,dotenv,windows,visualstudiocode \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/git,linux,macos,node,dotenv,windows,visualstudiocode diff --git a/.husky/pre-commit b/.husky/pre-commit index 7fc3baf..0ad376d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run check diff --git a/analysis/.gitkeep b/.nojekyll similarity index 100% rename from analysis/.gitkeep rename to .nojekyll diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bde8b3..e1ad050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - -### Documentation - -- Docs for Zenodo added -- Fixed various typos and replaced favicon +## [Unreleased](https://github.com/digihistch24/book-of-abstracts/compare/...HEAD) ### 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 - -- ... diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..e9c4491 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,50 @@ +cff-version: 1.2.0 +title: >- + Digital History Switzerland 2024 Book of Abstracts +message: 'If you use this guide, please cite it as below.' +type: software +authors: + - family-names: Baudry + given-names: Jérôme + affiliation: EPFL + - family-names: Burkart + given-names: Lucas + affiliation: University of Basel + - family-names: Joyeux-Prunel + given-names: Béatrice + affiliation: Université de Genève + - family-names: Kurmann + given-names: Eliane + affiliation: infoclio.ch + - family-names: Mähr + given-names: Moritz + affiliation: University of Basel + orcid: 'https://orcid.org/0000-0002-1367-1618' + - family-names: Natale + given-names: Enrico + affiliation: infoclio.ch, Verein Geschichte und Informatik + - family-names: Sibille + given-names: Christiane + affiliation: Verein Geschichte und Informatik, ETH Zurich Library + - family-names: Twente + given-names: Moritz + affiliation: University of Basel +identifiers: + - type: doi + value: 10.5281/ +repository-code: 'https://github.com/digihistch24/book-of-abstracts/' +url: 'https://digihistch24.github.io/book-of-abstracts/' +abstract: >- + This repository contains Book of Abstracts for the Digital History Switzerland 2024. Historical Research, Digital Literacy and Algorithmic Criticism. +keywords: + - histocial research + - digital literacy + - algorithmic criticism + - digital history + - digital humanities + - digital methods + - digital tools + - Switzerland +license: CC-BY-SA-4.0 +version: '1.0' +date-released: '2024-06-03' diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 35b5167..7e8a103 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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]. +digital-history-2024@unibas.ch. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/LICENSE-CCBY.md b/LICENSE-CCBYSA.md similarity index 85% rename from LICENSE-CCBY.md rename to LICENSE-CCBYSA.md index 52bd145..2c66ec6 100644 --- a/LICENSE-CCBY.md +++ b/LICENSE-CCBYSA.md @@ -1,4 +1,4 @@ -Attribution 4.0 International +Attribution-ShareAlike 4.0 International ======================================================================= @@ -33,7 +33,7 @@ exhaustive, and do not form part of our licenses. material not subject to the license. This includes other CC- licensed material, or material used under an exception or limitation to copyright. More considerations for licensors: - wiki.creativecommons.org/Considerations_for_licensors + wiki.creativecommons.org/Considerations_for_licensors Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the @@ -48,22 +48,24 @@ exhaustive, and do not form part of our licenses. rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to - respect those requests where reasonable. More_considerations + respect those requests where reasonable. More considerations for the public: - wiki.creativecommons.org/Considerations_for_licensees + wiki.creativecommons.org/Considerations_for_licensees ======================================================================= -Creative Commons Attribution 4.0 International Public License +Creative Commons Attribution-ShareAlike 4.0 International Public +License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons -Attribution 4.0 International Public License ("Public License"). To the -extent this Public License may be interpreted as a contract, You are -granted the Licensed Rights in consideration of Your acceptance of -these terms and conditions, and the Licensor grants You such rights in -consideration of benefits the Licensor receives from making the -Licensed Material available under these terms and conditions. +Attribution-ShareAlike 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. Section 1 -- Definitions. @@ -82,7 +84,11 @@ Section 1 -- Definitions. and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. - c. Copyright and Similar Rights means copyright and/or similar rights + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or @@ -90,29 +96,33 @@ Section 1 -- Definitions. specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. - d. Effective Technological Measures means those measures that, in the + e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. - e. Exceptions and Limitations means fair use, fair dealing, and/or + f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. - f. Licensed Material means the artistic or literary work, database, + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. - g. Licensed Rights means the rights granted to You subject to the + i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. - h. Licensor means the individual(s) or entity(ies) granting rights + j. Licensor means the individual(s) or entity(ies) granting rights under this Public License. - i. Share means to provide material to the public by any means or + k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material @@ -120,13 +130,13 @@ Section 1 -- Definitions. public may access the material from a place and at a time individually chosen by them. - j. Sui Generis Database Rights means rights other than copyright + l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. - k. You means the individual or entity exercising the Licensed Rights + m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. @@ -172,7 +182,13 @@ Section 2 -- Scope. Licensed Rights under the terms and conditions of this Public License. - b. No downstream restrictions. You may not offer or impose + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the @@ -254,9 +270,24 @@ following conditions. information required by Section 3(a)(1)(A) to the extent reasonably practicable. - 4. If You Share Adapted Material You produce, the Adapter's - License You apply must not prevent recipients of the Adapted - Material from complying with this Public License. + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. Section 4 -- Sui Generis Database Rights. @@ -271,7 +302,8 @@ apply to Your use of the Licensed Material: b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database - Rights (but not its individual contents) is Adapted Material; and + Rights (but not its individual contents) is Adapted Material, + including for purposes of Section 3(b); and c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. diff --git a/README.md b/README.md index b9ac627..a14575f 100644 --- a/README.md +++ b/README.md @@ -1,156 +1,80 @@ -# GitHub template for FAIR and open research data +# Digital History Switzerland 2024 Book of Abstracts -This GitHub template is independent of the (research) data and its format. It follows the best practices for open research data as outlined in [The Turing Way](https://the-turing-way.netlify.app/). It uses [GitHub Actions](https://docs.github.com/en/actions) to manage releases, issues, and pull requests, [GitHub Pages](https://pages.github.com/) for documentation, and [Zenodo](https://zenodo.org/) for long-term archiving. +This repository contains the Book of Abstracts for the Digital History Switzerland 2024. Historical Research, Digital Literacy and Algorithmic Criticism. The data in this repository is openly available to everyone and is intended to support reproducible research. -[![GitHub issues](https://img.shields.io/github/issues/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/issues) -[![GitHub forks](https://img.shields.io/github/forks/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/network) -[![GitHub stars](https://img.shields.io/github/stars/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/stargazers) -[![Code license](https://img.shields.io/github/license/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/blob/main/LICENSE-AGPL.md) -[![Data license](https://img.shields.io/github/license/maehr/open-research-data-template.svg)](https://github.com/maehr/open-research-data-template/blob/main/LICENSE-CCBY.md) +[![GitHub issues](https://img.shields.io/github/issues/digihistch24/book-of-abstracts.svg)](https://github.com/digihistch24/book-of-abstracts/issues) +[![GitHub forks](https://img.shields.io/github/forks/digihistch24/book-of-abstracts.svg)](https://github.com/digihistch24/book-of-abstracts/network) +[![GitHub stars](https://img.shields.io/github/stars/digihistch24/book-of-abstracts.svg)](https://github.com/digihistch24/book-of-abstracts/stargazers) +[![Code license](https://img.shields.io/github/license/digihistch24/book-of-abstracts.svg)](https://github.com/digihistch24/book-of-abstracts/blob/main/LICENSE-AGPL.md) +[![Data license](https://img.shields.io/github/license/digihistch24/book-of-abstracts.svg)](https://github.com/digihistch24/book-of-abstracts/blob/main/LICENSE-CCBYSA.md) - + -## Why use a template (even for small datasets)? +## Repository Structure -- Share your [open research data](#open-research-data) with others -- Write better [documentation](#documentation) for yourself and the community -- Write more [consistent](#consistency) code and encourage collaboration -- Increase [security](#security) -- Follow accepted [ethics](#ethics) +The structure of this repository follows the [Advanced Structure for Data Analysis](https://the-turing-way.netlify.app/project-design/project-repo/project-repo-advanced.html) of _The Turing Way_ and is organized as follows: -## How this template helps you - -### Open research data - -- Citeable via [DOI](https://www.doi.org/) (and [CITATION.cff](https://citation-file-format.github.io/)) -- Automatic long-term archiving via [Zenodo](https://zenodo.org/) -- Licensed under a non-restrictive [AGPL 3.0](LICENSE-AGPL.md) and [CC BY 4.0](LICENSE-CCBY.md) license according to [The Turing Way](https://the-turing-way.netlify.app/reproducible-research/rdm/rdm-sharing.html#step-3-choose-a-licence-and-link-to-your-paper-and-code) -- Templates for reporting data issues using a [custom template](.github/ISSUE_TEMPLATE/data_issue_report.md) - -### Documentation - -- [README.md](README.md) according to [www.makeareadme.com](https://www.makeareadme.com/) and [The Turing Way](https://the-turing-way.netlify.app/project-design/project-repo/project-repo-readme.html) -- [CHANGELOG.md](CHANGELOG.md) according to [keepachangelog.com](https://keepachangelog.com/) -- Automated [CHANGELOG.md](CHANGELOG.md) via [git-cliff](https://github.com/orhun/git-cliff) -- [package.json](package.json) via [npm docs](https://docs.npmjs.com/cli/v7/configuring-npm/package-json) -- Accessible documentation via [gh-pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) and [Quarto](https://quarto.org/) - -### Consistency - -- Consistent formatting via [Prettier](https://prettier.io/) -- Consistent commit messages according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) via [husky](https://github.com/typicode/husky) -- Consistent versioning via [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -- Consistent [fork and pull](https://gist.github.com/Chaser324/ce0505fbed06b947d962) workflow via [GitHub branch protection](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule) -- Consistent issues via [issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) -- Consistent file and folder naming conventions via [The Turing Way](https://the-turing-way.netlify.app/reproducible-research/rdm/rdm-storage.html#file-naming-conventions) - -### Security - -- [SECURITY.md](SECURITY.md) per [GitHub](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository) -- [GitHub Security Alerts](https://github.blog/2017-11-16-introducing-security-alerts-on-github/) -- Integrity via [GitHub branch protection](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule) - -### Ethics - -- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) per the [Contributor Covenant](https://www.contributor-covenant.org/) -- Friendly initial interactions via [Greetings](https://github.com/actions/starter-workflows/blob/main/automation/greetings.yml) - -## Installation - -To initialize the template, [generate](https://github.com/maehr/open-research-data-template/generate) a new project, [clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) the repository to your local machine and follow this guide. - -1. Install [Node.js](https://nodejs.org/en/) and run the following commands in the root directory of the repository: - -```bash -npm install -npm run prepare -``` - -2. Complete the following checklist of tasks to customize the template for your project: - -- [ ] enable [GitHub security alerts](https://github.blog/2017-11-16-introducing-security-alerts-on-github/) -- [ ] [protect](https://help.github.com/en/articles/configuring-protected-branches) the main branch to enforce a [fork and pull](https://gist.github.com/Chaser324/ce0505fbed06b947d962) workflow -- [ ] search and replace `FULLNAME`, `USERNAME`, `REPO_NAME`, `SHORT_DESCRIPTION` `[INSERT CONTACT METHOD]` in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), [package.json](package.json), [README.template.md](README.template.md), [SECURITY.md](SECURITY.md) -- [ ] setup the [Zenodo integration](https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content) -- [ ] add `ZENODO_RECORD` to [README.md](README.md) -- [ ] add favicons to `./`, e.g. via [favicon.io](https://favicon.io/) -- [ ] search for `TODO` in the project (mostly documentation) and fix it -- [ ] delete [README.md](README.md) -- [ ] rename [README.template.md](README.template.md) to [README.md](README.md) -- [ ] run `npm run format` to format all files -- [ ] run `npm run commit` to commit all changes -- [ ] run `npm run changelog` and include the output in [CHANGELOG.md](CHANGELOG.md) -- [ ] install [Quarto](https://quarto.org/docs/get-started/) -- [ ] run `quarto publish gh-pages` to publish the documentation -- [ ] customize the documentation with [Quarto](https://quarto.org/docs/websites/#workflow) -- [ ] enable [gh-pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages) for the `gh-pages` branch - -3. optional tasks: - -- [ ] add a `CITATION.CFF` according to [citation-file-format.github.io](https://citation-file-format.github.io/) -- [ ] add a `.zenodo.json` according to [zenodo.org](https://developers.zenodo.org/?python#add-metadata-to-your-github-repository-release) +- `submissions/` Contains the submissions for the conference. +- `book-of-abstracts.md` The introduction to the book of abstracts. ## Use -Check that all files are properly formatted. +This data is openly available to everyone and can be used for any research or educational purpose. If you use this data in your research, please cite as specified in [CITATION.cff](CITATION.cff). The following citation formats are also available through _Zenodo_: -```bash -npm run check -``` - -Format all files. - -```bash -npm run format -``` - -Run the wizard to write meaningful commit messages. - -```bash -npm run commit -``` - -Run the wizard to create a CHANGELOG.md. - -```bash -npm run changelog -``` +- [BibTeX](https://zenodo.org/record/ZENODO_RECORD/export/hx) +- [CSL](https://zenodo.org/record/ZENODO_RECORD/export/csl) +- [DataCite](https://zenodo.org/record/ZENODO_RECORD/export/dcite4) +- [Dublin Core](https://zenodo.org/record/ZENODO_RECORD/export/xd) +- [DCAT](https://zenodo.org/record/ZENODO_RECORD/export/dcat) +- [JSON](https://zenodo.org/record/ZENODO_RECORD/export/json) +- [JSON-LD](https://zenodo.org/record/ZENODO_RECORD/export/schemaorg_jsonld) +- [GeoJSON](https://zenodo.org/record/ZENODO_RECORD/export/geojson) +- [MARCXML](https://zenodo.org/record/ZENODO_RECORD/export/xm) -Preview the documentation. +_Zenodo_ provides an [API (REST & OAI-PMH)](https://developers.zenodo.org/) to access the data. For example, the following command will return the metadata for the most recent version of the data ```bash -quarto preview +curl -i https://zenodo.org/api/records/ZENODO_RECORD ``` ## Support -This project is maintained by [@maehr](https://github.com/maehr). Please understand that we can't provide individual support via email. We also believe that help is much more valuable when it's shared publicly, so more people can benefit from it. +This project is maintained by [@digihistch24](https://github.com/digihistch24). Please understand that we can't provide individual support via email. We also believe that help is much more valuable when it's shared publicly, so more people can benefit from it. -| Type | Platforms | -| -------------------------------------- | -------------------------------------------------------------------------------------- | -| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | -| 📊 **Report bad data** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | -| 📚 **Docs Issue** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | -| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/maehr/open-research-data-template/issues) | -| 🛡 **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) | -| 💬 **General Questions** | [GitHub Discussions](https://github.com/maehr/open-research-data-template/discussions) | +| Type | Platforms | +| -------------------------------------- | ----------------------------------------------------------------------------------- | +| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/digihistch24/book-of-abstracts/issues) | +| 📊 **Report bad data** | [GitHub Issue Tracker](https://github.com/digihistch24/book-of-abstracts/issues) | +| 📚 **Docs Issue** | [GitHub Issue Tracker](https://github.com/digihistch24/book-of-abstracts/issues) | +| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/digihistch24/book-of-abstracts/issues) | +| 🛡 **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) | +| 💬 **General Questions** | [GitHub Discussions](https://github.com/digihistch24/book-of-abstracts/discussions) | ## Roadmap -There are currently no changes planned. +- [ ] Add all submissions to the Book of Abstracts +- [ ] Add a Table of Contents to the Book of Abstracts +- [ ] Add an introduction to the Book of Abstracts +- [ ] Add styling to the Book of Abstracts ## Contributing -Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests. +All contributions to this repository are welcome! If you find errors or problems with the data, or if you want to add new data or features, please open an issue or pull request. Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests. + +## Versioning + +We use [SemVer](http://semver.org/) for versioning. The available versions are listed in the [tags on this repository](https://github.com/digihistch24/book-of-abstracts/tags). -## Authors and credits +## Authors and acknowledgment - **Moritz Mähr** - _Initial work_ - [maehr](https://github.com/maehr) +- **Moritz Twente** - _Submissions_ - [mtwente](https://github.com/mtwente) +- **Kapitolina Kostina** - _Submissions_ - [consincopa](https://github.com/consincopa) -See also the list of [contributors](https://github.com/maehr/open-research-data-template/graphs/contributors) who contributed to this project. +See also the list of [contributors](https://github.com/digihistch24/book-of-abstracts/graphs/contributors) who contributed to this project. ## License -The data in this repository 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 is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License - see the [LICENSE-CCBYSA](LICENSE-CCBYSA.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 code in this repository 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. diff --git a/README.template.md b/README.template.md deleted file mode 100644 index 9de0e09..0000000 --- a/README.template.md +++ /dev/null @@ -1,87 +0,0 @@ -# REPO_NAME - -This repository contains SHORT_DESCRIPTION. The data in this repository is openly available to everyone and is intended to support reproducible research. - -[![GitHub issues](https://img.shields.io/github/issues/USERNAME/REPO_NAME.svg)](https://github.com/USERNAME/REPO_NAME/issues) -[![GitHub forks](https://img.shields.io/github/forks/USERNAME/REPO_NAME.svg)](https://github.com/USERNAME/REPO_NAME/network) -[![GitHub stars](https://img.shields.io/github/stars/USERNAME/REPO_NAME.svg)](https://github.com/USERNAME/REPO_NAME/stargazers) -[![Code license](https://img.shields.io/github/license/USERNAME/REPO_NAME.svg)](https://github.com/USERNAME/REPO_NAME/blob/main/LICENSE-AGPL.md) -[![Data license](https://img.shields.io/github/license/USERNAME/REPO_NAME.svg)](https://github.com/USERNAME/REPO_NAME/blob/main/LICENSE-CCBY.md) -[![DOI](https://zenodo.org/badge/ZENODO_RECORD.svg)](https://zenodo.org/badge/latestdoi/ZENODO_RECORD) - -## Repository Structure - -The structure of this repository follows the [Advanced Structure for Data Analysis](https://the-turing-way.netlify.app/project-design/project-repo/project-repo-advanced.html) of _The Turing Way_ and is organized as follows: - -- `analysis/`: scripts and notebooks used to analyze the data -- `assets/`: images, logos, etc. used in the README and other documentation -- `build/`: scripts and notebooks used to build the data -- `data/`: data files -- `docs/`: documentation for the data and the repository -- `project-management/`: project management documents (e.g., meeting notes, project plans, etc.) -- `src/`: source code for the data (e.g., scripts used to collect or process the data) -- `test/`: tests for the data and source code -- `report.md`: a report describing the analysis of the data - -## 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). - -## Use - -These data are openly available to everyone and can be used for any research or educational purpose. If you use this data in your research, please cite as specified in [CITATION.cff](CITATION.cff). The following citation formats are also available through _Zenodo_: - -- [BibTeX](https://zenodo.org/record/ZENODO_RECORD/export/hx) -- [CSL](https://zenodo.org/record/ZENODO_RECORD/export/csl) -- [DataCite](https://zenodo.org/record/ZENODO_RECORD/export/dcite4) -- [Dublin Core](https://zenodo.org/record/ZENODO_RECORD/export/xd) -- [DCAT](https://zenodo.org/record/ZENODO_RECORD/export/dcat) -- [JSON](https://zenodo.org/record/ZENODO_RECORD/export/json) -- [JSON-LD](https://zenodo.org/record/ZENODO_RECORD/export/schemaorg_jsonld) -- [GeoJSON](https://zenodo.org/record/ZENODO_RECORD/export/geojson) -- [MARCXML](https://zenodo.org/record/ZENODO_RECORD/export/xm) - -_Zenodo_ provides an [API (REST & OAI-PMH)](https://developers.zenodo.org/) to access the data. For example, the following command will return the metadata for the most recent version of the data - -```bash -curl -i https://zenodo.org/api/records/ZENODO_RECORD -``` - -## Support - -This project is maintained by [@USERNAME](https://github.com/USERNAME). Please understand that we can't provide individual support via email. We also believe that help is much more valuable when it's shared publicly, so more people can benefit from it. - -| Type | Platforms | -| -------------------------------------- | ----------------------------------------------------------------------- | -| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | -| 📊 **Report bad data** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | -| 📚 **Docs Issue** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | -| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) | -| 🛡 **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) | -| 💬 **General Questions** | [GitHub Discussions](https://github.com/USERNAME/REPO_NAME/discussions) | - -## Roadmap - -No changes are currently planned. - -## Contributing - -All contributions to this repository are welcome! If you find errors or problems with the data, or if you want to add new data or features, please open an issue or pull request. Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests. - -## Versioning - -We use [SemVer](http://semver.org/) for versioning. The available versions are listed in the [tags on this repository](https://github.com/USERNAME/REPO_NAME/tags). - -## Authors and acknowledgment - -- **FULLNAME** - _Initial work_ - [USERNAME](https://github.com/USERNAME) - -See also the list of [contributors](https://github.com/USERNAME/REPO_NAME/graphs/contributors) who contributed to this project. - -## License - -The data in this repository 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 code in this repository 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. diff --git a/SECURITY.md b/SECURITY.md index 6d5663f..f883586 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 digital-history-2024@unibas.ch 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. diff --git a/_quarto.yml b/_quarto.yml index 7076a09..df9b4c9 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,13 +2,13 @@ project: type: website website: - title: REPO_NAME - favicon: android-chrome-512x512.png + title: DigiHistCH24 Book of Abstracts + favicon: logo.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://digihistch24.github.io/book-of-abstracts/ + repo-url: https://github.com/digihistch24/book-of-abstracts/ + issue-url: https://github.com/digihistch24/book-of-abstracts/issues/new/choose repo-actions: [edit, issue] page-navigation: true bread-crumbs: true @@ -17,22 +17,33 @@ website: show-item-context: true type: overlay navbar: - logo: android-chrome-512x512.png + background: '#a5d7d2' logo-alt: '' - title: REPO_NAME + title: '***DigiHistCH24*** Book of Abstracts' tools: - icon: github - url: https://github.com/USERNAME/REPO_NAME/ + url: https://github.com/digihistch24/book-of-abstracts/ left: - - text: Readme + - text: Abstracts href: index.qmd - - text: Report - href: report.md + - text: Conference Program + href: https://conferences.unibas.ch/frontend/index.php?page_id=1882 + - text: Registration + href: https://conferences.unibas.ch/frontend/index.php?page_id=1424&booking_registration_action=show&booking_registration_controller=offer + - text: Call for Contributions + href: https://conferences.unibas.ch/frontend/index.php?folder_id=234&page_id= + - text: About + href: about.qmd sidebar: + style: 'docked' contents: - - section: REPO_NAME + - section: Abstracts href: index.qmd + contents: + - auto: submissions/*/index.qmd + - section: About + href: about.qmd contents: - text: Changelog href: CHANGELOG.md @@ -41,22 +52,26 @@ website: - text: Contributing href: CONTRIBUTING.md - text: License (Data) - href: LICENSE-CCBY.md + href: LICENSE-CCBYSA.md - text: License (Code) href: LICENSE-AGPL.md - text: Security href: SECURITY.md - - href: report.md - contents: project-management/* format: html: + link-external-icon: true + link-external-newwindow: true toc: true theme: cosmo code-copy: true code-overflow: wrap css: styles.css + include-in-header: + - custom-header.html + license: CC BY-SA 4.0 + page-layout: full -freeze: true +freeze: false editor: visual diff --git a/about.qmd b/about.qmd new file mode 100644 index 0000000..a738d0d --- /dev/null +++ b/about.qmd @@ -0,0 +1 @@ +{{< include README.md >}} \ No newline at end of file diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png deleted file mode 100644 index 59fe372..0000000 Binary files a/android-chrome-192x192.png and /dev/null differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png deleted file mode 100644 index e61e51b..0000000 Binary files a/android-chrome-512x512.png and /dev/null differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index c809f43..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/cliff.toml b/cliff.toml index 7e41de5..1e8288e 100644 --- a/cliff.toml +++ b/cliff.toml @@ -15,7 +15,7 @@ body = """ {% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ - ## [Unreleased](https://github.com/USERNAME/REPO_NAME/compare/...HEAD) + ## [Unreleased](https://github.com/digihistch24/book-of-abstracts/compare/...HEAD) {% endif %}\ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} diff --git a/custom-header.html b/custom-header.html new file mode 100644 index 0000000..91e38e3 --- /dev/null +++ b/custom-header.html @@ -0,0 +1,5 @@ + diff --git a/data/clean/.gitkeep b/data/clean/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/raw/.gitkeep b/data/raw/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/docs/codelist.txt b/docs/codelist.txt deleted file mode 100644 index 2d339c5..0000000 --- a/docs/codelist.txt +++ /dev/null @@ -1 +0,0 @@ -TODO https://ec.europa.eu/eurostat/web/metadata/code-lists \ No newline at end of file diff --git a/example.env b/example.env deleted file mode 100644 index 13d0f68..0000000 --- a/example.env +++ /dev/null @@ -1 +0,0 @@ -ENV_VAR="Value" diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index 6ca891a..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png deleted file mode 100644 index 99226e1..0000000 Binary files a/favicon-32x32.png and /dev/null differ diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index fde4cbb..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon.txt b/favicon.txt deleted file mode 100644 index 1fcac11..0000000 --- a/favicon.txt +++ /dev/null @@ -1,6 +0,0 @@ -This favicon was generated using the following graphics from Twitter Twemoji: - -- Graphics Title: 1f5c3.svg -- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji) -- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f5c3.svg -- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/) diff --git a/fonts/LICENSE-OFL.md b/fonts/LICENSE-OFL.md new file mode 100644 index 0000000..07c9f80 --- /dev/null +++ b/fonts/LICENSE-OFL.md @@ -0,0 +1,83 @@ +Copyright 2020 The Jost Project Authors (https://github.com/indestructible-type/Jost) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +===================== + +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/fonts/jost-v15-latin-600.woff2 b/fonts/jost-v15-latin-600.woff2 new file mode 100644 index 0000000..0d89a31 Binary files /dev/null and b/fonts/jost-v15-latin-600.woff2 differ diff --git a/fonts/jost-v15-latin-600italic.woff2 b/fonts/jost-v15-latin-600italic.woff2 new file mode 100644 index 0000000..83de0b9 Binary files /dev/null and b/fonts/jost-v15-latin-600italic.woff2 differ diff --git a/fonts/jost-v15-latin-700.woff2 b/fonts/jost-v15-latin-700.woff2 new file mode 100644 index 0000000..2d35154 Binary files /dev/null and b/fonts/jost-v15-latin-700.woff2 differ diff --git a/fonts/jost-v15-latin-700italic.woff2 b/fonts/jost-v15-latin-700italic.woff2 new file mode 100644 index 0000000..78dac00 Binary files /dev/null and b/fonts/jost-v15-latin-700italic.woff2 differ diff --git a/fonts/jost-v15-latin-italic.woff2 b/fonts/jost-v15-latin-italic.woff2 new file mode 100644 index 0000000..fda9cab Binary files /dev/null and b/fonts/jost-v15-latin-italic.woff2 differ diff --git a/fonts/jost-v15-latin-regular.woff2 b/fonts/jost-v15-latin-regular.woff2 new file mode 100644 index 0000000..bfd49da Binary files /dev/null and b/fonts/jost-v15-latin-regular.woff2 differ diff --git a/index.qmd b/index.qmd index a738d0d..1097b06 100644 --- a/index.qmd +++ b/index.qmd @@ -1 +1,12 @@ -{{< include README.md >}} \ No newline at end of file +--- +title: 'Book of Abstracts' +listing: + type: table + contents: + - submissions/*/index.qmd +date-modified: last-modified +--- + + + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..b106b4a Binary files /dev/null and b/logo.png differ diff --git a/package.json b/package.json index 2de012d..26c5f0c 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "REPO_NAME", - "description": "SHORT_DESCRIPTION", - "author": "FULLNAME <[INSERT CONTACT METHOD]>", - "url": "https://github.com/USERNAME/REPO_NAME/issues", + "name": "book-of-abstracts", + "description": "This repository contains Book of Abstracts for the Digital History Switzerland 2024. Historical Research, Digital Literacy and Algorithmic Criticism.", + "author": "Moritz Mähr ", + "url": "https://github.com/digihistch24/book-of-abstracts/issues", "license": "AGPL-3.0", "scripts": { - "check": "prettier --ignore-path .gitignore --check . '!{CODE_OF_CONDUCT.md,LICENSE-AGPL.md,LICENSE-CCBY.md,_layouts/default.html,package-lock.json,pnpm-lock.yaml,yarn.lock}'", + "check": "prettier --ignore-path .gitignore --check . '!{CODE_OF_CONDUCT.md,LICENSE-AGPL.md,LICENSE-CCBYSA.md,fonts/LICENSE-OFL.md,package-lock.json,pnpm-lock.yaml,yarn.lock}'", "commit": "cz", - "format": "prettier --ignore-path .gitignore --write . '!{CODE_OF_CONDUCT.md,LICENSE-AGPL.md,LICENSE-CCBY.md,_layouts/default.html,package-lock.json,pnpm-lock.yaml,yarn.lock}'", + "format": "prettier --ignore-path .gitignore --write . '!{CODE_OF_CONDUCT.md,LICENSE-AGPL.md,LICENSE-CCBYSA.md,fonts/LICENSE-OFL.md,package-lock.json,pnpm-lock.yaml,yarn.lock}'", "prepare": "husky", "changelog": "npm exec git-cliff -- --config cliff.toml" }, @@ -15,9 +15,9 @@ "commitizen": "^4.3.0", "cz": "^1.8.2", "cz-conventional-changelog": "^3.3.0", - "git-cliff": "^2.2.1", - "husky": "^9.0.11", - "prettier": "^3.2.5" + "git-cliff": "^2.4.0", + "husky": "^9.1.4", + "prettier": "^3.3.3" }, "type": "module", "config": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 303178c..80004d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,35 +10,35 @@ importers: devDependencies: commitizen: specifier: ^4.3.0 - version: 4.3.0(@types/node@20.12.10)(typescript@5.4.5) + version: 4.3.0(@types/node@22.1.0)(typescript@5.4.5) cz: specifier: ^1.8.2 version: 1.8.2 cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(@types/node@20.12.10)(typescript@5.4.5) + version: 3.3.0(@types/node@22.1.0)(typescript@5.4.5) git-cliff: - specifier: ^2.2.1 - version: 2.2.1 + specifier: ^2.4.0 + version: 2.4.0 husky: - specifier: ^9.0.11 - version: 9.0.11 + specifier: ^9.1.4 + version: 9.1.4 prettier: - specifier: ^3.2.5 - version: 3.2.5 + specifier: ^3.3.3 + version: 3.3.3 packages: - '@babel/code-frame@7.24.2': - resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} + '@babel/code-frame@7.24.7': + resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.5': - resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} + '@babel/helper-validator-identifier@7.24.7': + resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} - '@babel/highlight@7.24.5': - resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} + '@babel/highlight@7.24.7': + resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} '@commitlint/config-validator@19.0.3': @@ -49,8 +49,8 @@ packages: resolution: {integrity: sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==} engines: {node: '>=v18'} - '@commitlint/load@19.2.0': - resolution: {integrity: sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==} + '@commitlint/load@19.4.0': + resolution: {integrity: sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==} engines: {node: '>=v18'} '@commitlint/resolve-extends@19.1.0': @@ -64,11 +64,11 @@ packages: '@types/conventional-commits-parser@5.0.0': resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@22.1.0': + resolution: {integrity: sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==} - ajv@8.13.0: - resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} + ajv@8.17.1: + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} ansi-escapes@4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} @@ -111,8 +111,8 @@ packages: brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} - braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} buffer@5.7.1: @@ -262,12 +262,15 @@ packages: fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + fast-uri@3.0.1: + resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} + figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} - fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} find-node-modules@2.1.3: @@ -294,42 +297,44 @@ packages: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} - git-cliff-darwin-arm64@2.2.1: - resolution: {integrity: sha512-ZFoqm1Il5ayIYmcbtmZoNmudmsRZPsntXGjR4YHOqKm32ehBlLWL9loqrd6DOJoxj6nlQygoxJ0r4rBPDgczMQ==} + git-cliff-darwin-arm64@2.4.0: + resolution: {integrity: sha512-KImSJhO8pTkKCauYlKmx7vNz3caIIBs0QW3JIS0uwUXGGJas4uuvGXlGTbLqVxdCur2yBwRDD6xobtuLC0yQ4w==} cpu: [arm64] os: [darwin] - git-cliff-darwin-x64@2.2.1: - resolution: {integrity: sha512-fTICBh8vvaLYjMqr8ebbIQbqsg/Wd9YrsxO2uol+WzQInpxxY0uwxYY1mqCyUYA2D/NS5Cm+fz53axM3NppulA==} + git-cliff-darwin-x64@2.4.0: + resolution: {integrity: sha512-KtJ/V0i9xxs5iXl+hh1J4wyhMOrMRNylfSQC0lMJ+ScIIr1sZdF9qz4Mk06ZdJD7HnvPWawBhLcpCKVXkaeufQ==} cpu: [x64] os: [darwin] - git-cliff-linux-arm64@2.2.1: - resolution: {integrity: sha512-oxanf/f+ZnB3D2VmY8mLVNMzV527G6k++Wng0vZlQz/89neGD8wmBbzkqgsKs2quLqWnc8p/lNsTKBGtPP5pJg==} + git-cliff-linux-arm64@2.4.0: + resolution: {integrity: sha512-ZSL5Jw06pgJ0F2e4Dv7j7l69qmq718NA8IKIUscjayc+71iuzyOw0T2tnbkV6H1h1rDjP9LMXGyPtLIvGz62BA==} cpu: [arm64] os: [linux] - git-cliff-linux-x64@2.2.1: - resolution: {integrity: sha512-LJToEYKqcvrpX/uv8jklScljrCQWsPThrZEo6arhxCDXUWi/hUYtqaJDU8CowL5SoUhgY4JKXzacU1cmNUWC5Q==} + git-cliff-linux-x64@2.4.0: + resolution: {integrity: sha512-1ckJ+2io52HuBnEeS87PeFanEPt3BuZoHKcXfkQPYFj9C91ckHgY7OCqze38ejy1V/cfKhlVJsbjbVMxixRaog==} cpu: [x64] os: [linux] - git-cliff-windows-arm64@2.2.1: - resolution: {integrity: sha512-iJSDadCKLedtPBvkpfRVc9pB2tsmiEwAazPyXBZzHH+SmxQmQwbGOHp1ExPaOTvKqCvFiwQbG1/9X4LbVI5tmw==} + git-cliff-windows-arm64@2.4.0: + resolution: {integrity: sha512-DZf+C7lTmCvvBjgtOHMcXJC5KaIL+QDE/C6cYxzLMgRcn9wGNTm2ot0jkAN2I1PmSmg4I1/89iiahSWHfG1m4A==} cpu: [arm64] os: [win32] - git-cliff-windows-x64@2.2.1: - resolution: {integrity: sha512-nMP+z6y51Fz7KjhOcMQf0WQcTCuIxcGW0L7lBBDRtDt2AXG0enGPj3AB1xJlAX/EDWM4bENDwswwKtjQt9mkGA==} + git-cliff-windows-x64@2.4.0: + resolution: {integrity: sha512-bYUQIyG975KdPza/bNDxwBFpqTZEvF1zPKlhThgPgdCKdzbdezsgaFuaDbnM+vsmBD751ZJGWLQ7aJCSBG2s/Q==} cpu: [x64] os: [win32] - git-cliff@2.2.1: - resolution: {integrity: sha512-bALbaUgFgbaqc21iWIje4CgXWfVgtQ5v+NqTd++hbkPgC6blCenrTRudhExRX58GOvWPQnKgPuSus1uhpxU2iw==} + git-cliff@2.4.0: + resolution: {integrity: sha512-e+4mMArblL4mrD/auUTa3bf3U1ahAuhIRb1bxTIWCBxnR6UqVctGaLf3pJJufaKi3nqTT7JvrSYu9Q+L6yiAaw==} + engines: {node: '>=18.19 || >=20.6 || >=21'} hasBin: true glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported global-directory@4.0.1: resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} @@ -362,8 +367,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.0.11: - resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} + husky@9.1.4: + resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==} engines: {node: '>=18'} hasBin: true @@ -387,6 +392,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} @@ -443,8 +449,8 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - jiti@1.21.0: - resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} + jiti@1.21.6: + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} hasBin: true js-tokens@4.0.0: @@ -501,8 +507,8 @@ packages: merge@2.1.1: resolution: {integrity: sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==} - micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + micromatch@4.0.7: + resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} engines: {node: '>=8.6'} mimic-fn@2.1.0: @@ -576,15 +582,15 @@ packages: pause-stream@0.0.11: resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==} - picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + picocolors@1.0.1: + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - prettier@3.2.5: - resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} engines: {node: '>=14'} hasBin: true @@ -593,10 +599,6 @@ packages: engines: {node: '>= 0.10'} hasBin: true - punycode@2.3.1: - resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} - engines: {node: '>=6'} - readable-stream@3.6.2: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} @@ -706,8 +708,8 @@ packages: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - tslib@2.6.2: - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + tslib@2.6.3: + resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} @@ -718,16 +720,13 @@ packages: engines: {node: '>=14.17'} hasBin: true - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.13.0: + resolution: {integrity: sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==} universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -756,33 +755,33 @@ packages: snapshots: - '@babel/code-frame@7.24.2': + '@babel/code-frame@7.24.7': dependencies: - '@babel/highlight': 7.24.5 - picocolors: 1.0.0 + '@babel/highlight': 7.24.7 + picocolors: 1.0.1 optional: true - '@babel/helper-validator-identifier@7.24.5': + '@babel/helper-validator-identifier@7.24.7': optional: true - '@babel/highlight@7.24.5': + '@babel/highlight@7.24.7': dependencies: - '@babel/helper-validator-identifier': 7.24.5 + '@babel/helper-validator-identifier': 7.24.7 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.0 + picocolors: 1.0.1 optional: true '@commitlint/config-validator@19.0.3': dependencies: '@commitlint/types': 19.0.3 - ajv: 8.13.0 + ajv: 8.17.1 optional: true '@commitlint/execute-rule@19.0.0': optional: true - '@commitlint/load@19.2.0(@types/node@20.12.10)(typescript@5.4.5)': + '@commitlint/load@19.4.0(@types/node@22.1.0)(typescript@5.4.5)': dependencies: '@commitlint/config-validator': 19.0.3 '@commitlint/execute-rule': 19.0.0 @@ -790,7 +789,7 @@ snapshots: '@commitlint/types': 19.0.3 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.4.5) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.10)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) + cosmiconfig-typescript-loader: 5.0.0(@types/node@22.1.0)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -817,20 +816,20 @@ snapshots: '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 20.12.10 + '@types/node': 22.1.0 optional: true - '@types/node@20.12.10': + '@types/node@22.1.0': dependencies: - undici-types: 5.26.5 + undici-types: 6.13.0 optional: true - ajv@8.13.0: + ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 + fast-uri: 3.0.1 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - uri-js: 4.4.1 optional: true ansi-escapes@4.3.2: @@ -878,9 +877,9 @@ snapshots: balanced-match: 1.0.2 concat-map: 0.0.1 - braces@3.0.2: + braces@3.0.3: dependencies: - fill-range: 7.0.1 + fill-range: 7.1.1 buffer@5.7.1: dependencies: @@ -930,10 +929,10 @@ snapshots: color-name@1.1.4: {} - commitizen@4.3.0(@types/node@20.12.10)(typescript@5.4.5): + commitizen@4.3.0(@types/node@22.1.0)(typescript@5.4.5): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@20.12.10)(typescript@5.4.5) + cz-conventional-changelog: 3.3.0(@types/node@22.1.0)(typescript@5.4.5) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -956,11 +955,11 @@ snapshots: core-js@2.6.12: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.10)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): + cosmiconfig-typescript-loader@5.0.0(@types/node@22.1.0)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): dependencies: - '@types/node': 20.12.10 + '@types/node': 22.1.0 cosmiconfig: 9.0.0(typescript@5.4.5) - jiti: 1.21.0 + jiti: 1.21.6 typescript: 5.4.5 optional: true @@ -980,16 +979,16 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - cz-conventional-changelog@3.3.0(@types/node@20.12.10)(typescript@5.4.5): + cz-conventional-changelog@3.3.0(@types/node@22.1.0)(typescript@5.4.5): dependencies: chalk: 2.4.2 - commitizen: 4.3.0(@types/node@20.12.10)(typescript@5.4.5) + commitizen: 4.3.0(@types/node@22.1.0)(typescript@5.4.5) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 19.2.0(@types/node@20.12.10)(typescript@5.4.5) + '@commitlint/load': 19.4.0(@types/node@22.1.0)(typescript@5.4.5) transitivePeerDependencies: - '@types/node' - typescript @@ -1058,11 +1057,14 @@ snapshots: fast-deep-equal@3.1.3: optional: true + fast-uri@3.0.1: + optional: true + figures@3.2.0: dependencies: escape-string-regexp: 1.0.5 - fill-range@7.0.1: + fill-range@7.1.1: dependencies: to-regex-range: 5.0.1 @@ -1077,7 +1079,7 @@ snapshots: dependencies: detect-file: 1.0.0 is-glob: 4.0.3 - micromatch: 4.0.5 + micromatch: 4.0.7 resolve-dir: 1.0.1 from@0.1.7: {} @@ -1093,34 +1095,34 @@ snapshots: get-stream@8.0.1: {} - git-cliff-darwin-arm64@2.2.1: + git-cliff-darwin-arm64@2.4.0: optional: true - git-cliff-darwin-x64@2.2.1: + git-cliff-darwin-x64@2.4.0: optional: true - git-cliff-linux-arm64@2.2.1: + git-cliff-linux-arm64@2.4.0: optional: true - git-cliff-linux-x64@2.2.1: + git-cliff-linux-x64@2.4.0: optional: true - git-cliff-windows-arm64@2.2.1: + git-cliff-windows-arm64@2.4.0: optional: true - git-cliff-windows-x64@2.2.1: + git-cliff-windows-x64@2.4.0: optional: true - git-cliff@2.2.1: + git-cliff@2.4.0: dependencies: execa: 8.0.1 optionalDependencies: - git-cliff-darwin-arm64: 2.2.1 - git-cliff-darwin-x64: 2.2.1 - git-cliff-linux-arm64: 2.2.1 - git-cliff-linux-x64: 2.2.1 - git-cliff-windows-arm64: 2.2.1 - git-cliff-windows-x64: 2.2.1 + git-cliff-darwin-arm64: 2.4.0 + git-cliff-darwin-x64: 2.4.0 + git-cliff-linux-arm64: 2.4.0 + git-cliff-linux-x64: 2.4.0 + git-cliff-windows-arm64: 2.4.0 + git-cliff-windows-x64: 2.4.0 glob@7.2.3: dependencies: @@ -1162,7 +1164,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.0.11: {} + husky@9.1.4: {} iconv-lite@0.4.24: dependencies: @@ -1238,7 +1240,7 @@ snapshots: isexe@2.0.0: {} - jiti@1.21.0: + jiti@1.21.6: optional: true js-tokens@4.0.0: @@ -1293,9 +1295,9 @@ snapshots: merge@2.1.1: {} - micromatch@4.0.5: + micromatch@4.0.7: dependencies: - braces: 3.0.2 + braces: 3.0.3 picomatch: 2.3.1 mimic-fn@2.1.0: {} @@ -1355,7 +1357,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.24.2 + '@babel/code-frame': 7.24.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -1373,20 +1375,17 @@ snapshots: dependencies: through: 2.3.8 - picocolors@1.0.0: + picocolors@1.0.1: optional: true picomatch@2.3.1: {} - prettier@3.2.5: {} + prettier@3.3.3: {} ps-tree@1.2.0: dependencies: event-stream: 3.3.4 - punycode@2.3.1: - optional: true - readable-stream@3.6.2: dependencies: inherits: 2.0.4 @@ -1420,7 +1419,7 @@ snapshots: rxjs@7.8.1: dependencies: - tslib: 2.6.2 + tslib: 2.6.3 safe-buffer@5.2.1: {} @@ -1484,23 +1483,18 @@ snapshots: dependencies: is-number: 7.0.0 - tslib@2.6.2: {} + tslib@2.6.3: {} type-fest@0.21.3: {} typescript@5.4.5: optional: true - undici-types@5.26.5: + undici-types@6.13.0: optional: true universalify@2.0.1: {} - uri-js@4.4.1: - dependencies: - punycode: 2.3.1 - optional: true - util-deprecate@1.0.2: {} wcwidth@1.0.1: diff --git a/project-management/communication.md b/project-management/communication.md deleted file mode 100644 index 90022ab..0000000 --- a/project-management/communication.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Communication - -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. diff --git a/project-management/people.md b/project-management/people.md deleted file mode 100644 index 3ddb297..0000000 --- a/project-management/people.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# People - -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. diff --git a/project-management/project-report.md b/project-management/project-report.md deleted file mode 100644 index e11e3f3..0000000 --- a/project-management/project-report.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Project Report - -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. diff --git a/project-management/tools.md b/project-management/tools.md deleted file mode 100644 index 43f7aaa..0000000 --- a/project-management/tools.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Tools - -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. diff --git a/report.md b/report.md deleted file mode 100644 index fc30334..0000000 --- a/report.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Report - -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. diff --git a/site.webmanifest b/site.webmanifest deleted file mode 100644 index 52a2fe3..0000000 --- a/site.webmanifest +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [ - { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, - { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} diff --git a/src/.gitkeep b/src/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/styles.css b/styles.css index 2ddf50c..d7787cc 100644 --- a/styles.css +++ b/styles.css @@ -1 +1,86 @@ /* css styles */ +/* jost-regular - latin */ +@font-face { + font-display: swap; + /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Jost'; + font-style: normal; + font-weight: 400; + src: url('fonts/jost-v15-latin-regular.woff2') format('woff2'); + /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* jost-italic - latin */ +@font-face { + font-display: swap; + /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Jost'; + font-style: italic; + font-weight: 400; + src: url('fonts/jost-v15-latin-italic.woff2') format('woff2'); + /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* jost-600 - latin */ +@font-face { + font-display: swap; + /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Jost'; + font-style: normal; + font-weight: 600; + src: url('fonts/jost-v15-latin-600.woff2') format('woff2'); + /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* jost-600italic - latin */ +@font-face { + font-display: swap; + /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Jost'; + font-style: italic; + font-weight: 600; + src: url('fonts/jost-v15-latin-600italic.woff2') format('woff2'); + /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* jost-700 - latin */ +@font-face { + font-display: swap; + /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Jost'; + font-style: normal; + font-weight: 700; + src: url('fonts/jost-v15-latin-700.woff2') format('woff2'); + /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* jost-700italic - latin */ +@font-face { + font-display: swap; + /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Jost'; + font-style: italic; + font-weight: 700; + src: url('fonts/jost-v15-latin-700italic.woff2') format('woff2'); + /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +body { + font-family: 'Jost', sans-serif; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: 'Jost', sans-serif; +} + +p, +a, +li, +blockquote { + font-family: 'Jost', sans-serif; +} diff --git a/build/debug/.gitkeep b/submissions/.gitkeep similarity index 100% rename from build/debug/.gitkeep rename to submissions/.gitkeep diff --git a/test/.gitkeep b/test/.gitkeep deleted file mode 100644 index e69de29..0000000