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

feat: initial release #3

Merged
merged 13 commits into from
Aug 12, 2024
Merged

feat: initial release #3

merged 13 commits into from
Aug 12, 2024

Conversation

maehr
Copy link
Contributor

@maehr maehr commented Aug 7, 2024

Pull request

Proposed changes

Types of changes

  • New feature (non-breaking change which adds functionality).
  • Enhancement (non-breaking change which enhances functionality)
  • Bug Fix (non-breaking change which fixes an issue).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist

  • I have read the README document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Summary by CodeRabbit

  • New Features

    • Updated contact links in issue templates for improved guidance to users.
    • Added CITATION.cff file to facilitate proper citation of the project.
    • Introduced a new submission structure with index.qmd, enhancing manuscript management.
    • Revamped navigation structure for easier access to relevant content in the project.
    • Added external analytics tracking for better user interaction insights.
  • Bug Fixes

    • Corrected hyperlink references in the project configuration files to ensure accurate navigation.
  • Documentation

    • Revamped README.md to better reflect the project’s focus and purpose.
    • Updated license information to clarify terms of use.
    • Enhanced the CODE_OF_CONDUCT.md and SECURITY.md with specific contact details for reporting issues.
  • Chores

    • Added .gitignore files to better manage untracked files.
    • Updated package.json to reflect project metadata and dependency versions.

@maehr maehr requested a review from mtwente August 7, 2024 13:30
@maehr maehr self-assigned this Aug 7, 2024
@maehr
Copy link
Contributor Author

maehr commented Aug 7, 2024

@mtwente This PR is not ready for review yet. Somehow I managed to overwrite my changes on the dev branch and have to redo everything that is already online at https://digihistch24.github.io/book-of-abstracts/. F@ck me...

@maehr
Copy link
Contributor Author

maehr commented Aug 9, 2024

@coderabbitai please run review

Copy link
Contributor

coderabbitai bot commented Aug 9, 2024

@maehr: I will review the changes.

Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link
Contributor

coderabbitai bot commented Aug 9, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

This update transforms the repository for the "Digital History Switzerland 2024 Book of Abstracts," focusing on rebranding and restructuring files to reflect the new project identity. Key updates include revised contact links, enhanced documentation for citations and submissions, modified licensing terms, and improved navigation for user accessibility. Overall, these changes create a clearer and more engaging experience for users navigating project resources.

Changes

File/Directory Change Summary
.github/ISSUE_TEMPLATE/config.yml Updated contact links for documentation and discussions to reflect the "book-of-abstracts" repo.
.github/_quarto.yml, _quarto.yml Changed project title, updated URLs, improved navigation structure, and modified licensing links.
.gitignore, submission/.gitignore Altered ignored directory paths; added new entries for temporary files.
CHANGELOG.md Updated repository links; removed previous version entries; marked as initial version.
CITATION.cff Introduced for metadata and citation; lists authors, keywords, and licensing info.
CODE_OF_CONDUCT.md, SECURITY.md Added specific contact email for reporting issues and security concerns.
LICENSE-CCBYSA.md Updated license name and conditions regarding sharing and adaptation.
README.md Rephrased to focus specifically on the project; streamlined content from a template.
submission/_quarto.yml New configuration for manuscript project; includes output format settings.
submission/index.qmd Introduced a new submission file with structured metadata tailored for the digital history project.
submission/references.bib Added a new bibliographic entry for an important reference book.
submission/requirements.txt New file specifying essential dependencies for the project.
.husky/pre-commit Simplified the pre-commit script to a single command for efficiency.
fonts/LICENSE-OFL.md Added new file for the SIL Open Font License, governing the use of associated font software.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Repository
    participant Documentation
    participant Citation

    User->>Repository: Access repository
    Repository->>Documentation: Request updated documentation links
    Documentation-->>User: Provide new links
    User->>Citation: Request citation metadata
    Citation-->>User: Provide citation information
Loading

🐰 In the meadow, a rabbit so spry,
Hops with joy, under the bright sky.
"New links and titles, oh what a delight,
The Book of Abstracts shines ever so bright!
With whispers of history, digital and true,
Let’s hop to the future, there’s much we can do!" 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 4

Outside diff range, codebase verification and nitpick comments (2)
SECURITY.md (1)

27-27: Convert the bare URL to a markdown link.

To follow markdown best practices, convert the bare URL to a markdown link.

Tools
LanguageTool

[uncategorized] ~27-~27: When a number forms part of an adjectival compound, use a hyphen.
Context: ...s for the issue. This project follows a 90 day disclosure timeline.

(MISSING_HYPHEN)

Markdownlint

27-27: null
Bare URL used

(MD034, no-bare-urls)

CODE_OF_CONDUCT.md (1)

63-63: LGTM! Contact information update enhances clarity.

Replacing the placeholder with a specific email address improves the accessibility and clarity of the reporting process.

Additionally, consider formatting the email as a markdown link to comply with markdownlint guidelines and enhance readability.

Tools
Markdownlint

63-63: null
Bare URL used

(MD034, no-bare-urls)

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 0ce296b and db3e385.

Files ignored due to path filters (3)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • submission/data/sample_data.csv is excluded by !**/*.csv
  • submission/images/placeholder.png is excluded by !**/*.png
Files selected for processing (18)
  • .github/ISSUE_TEMPLATE/config.yml (1 hunks)
  • .github/_quarto.yml (1 hunks)
  • .gitignore (2 hunks)
  • CHANGELOG.md (1 hunks)
  • CITATION.cff (1 hunks)
  • CODE_OF_CONDUCT.md (1 hunks)
  • LICENSE-CCBYSA.md (7 hunks)
  • README.md (1 hunks)
  • SECURITY.md (1 hunks)
  • _quarto.yml (4 hunks)
  • book-of-abstracts.md (1 hunks)
  • cliff.toml (1 hunks)
  • package.json (1 hunks)
  • submission/.gitignore (1 hunks)
  • submission/_quarto.yml (1 hunks)
  • submission/index.qmd (1 hunks)
  • submission/references.bib (1 hunks)
  • submission/requirements.txt (1 hunks)
Files skipped from review due to trivial changes (8)
  • .github/ISSUE_TEMPLATE/config.yml
  • CHANGELOG.md
  • book-of-abstracts.md
  • cliff.toml
  • submission/.gitignore
  • submission/_quarto.yml
  • submission/references.bib
  • submission/requirements.txt
Additional context used
LanguageTool
SECURITY.md

[uncategorized] ~27-~27: When a number forms part of an adjectival compound, use a hyphen.
Context: ...s for the issue. This project follows a 90 day disclosure timeline.

(MISSING_HYPHEN)

README.md

[uncategorized] ~17-~17: Loose punctuation mark.
Context: ... organized as follows: - submissions/: Contains the submissions for the confer...

(UNLIKELY_OPENING_PUNCTUATION)


[uncategorized] ~18-~18: Loose punctuation mark.
Context: ...the conference. - book-of-abstracts.md: The introduction to the book of abstrac...

(UNLIKELY_OPENING_PUNCTUATION)


[uncategorized] ~22-~22: This verb does not appear to agree with the subject. Consider using a different form.
Context: ... book of abstracts. ## Use These data are openly available to everyone and can be...

(AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)

LICENSE-CCBYSA.md

[grammar] ~139-~139: Possible agreement error — use the base form here.
Context: ...rights anywhere in the world. m. You means the individual or entity exercising the...

(BASE_FORM)

Markdownlint
SECURITY.md

27-27: null
Bare URL used

(MD034, no-bare-urls)

CODE_OF_CONDUCT.md

63-63: null
Bare URL used

(MD034, no-bare-urls)

Additional comments not posted (16)
package.json (2)

2-5: Verify the accuracy of metadata changes.

Ensure that the new project name, description, author, and URL are accurate and reflect the intended project details.

Verification successful

Metadata changes in package.json are accurate.

The project name, description, author, and URL in the package.json file accurately reflect the intended details for the project. No issues were found.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the accuracy of metadata changes in `package.json`.

# Test: Check the project name, description, author, and URL.
jq '.name, .description, .author, .url' package.json

Length of output: 332


8-10: Verify compatibility of updated dependencies.

Ensure that the updated versions of git-cliff, husky, and prettier are compatible with your project's requirements and do not introduce breaking changes.

Also applies to: 18-20

.github/_quarto.yml (1)

44-44: Verify the correctness of the updated license link.

Ensure that the new link to LICENSE-CCBYSA.md accurately reflects the intended licensing terms and is correctly implemented in the repository.

Verification successful

Verification Successful: License Link is Correct

The LICENSE-CCBYSA.md file exists and contains the correct content for the Creative Commons Attribution-ShareAlike 4.0 International license. The link in the .github/_quarto.yml file is correctly implemented. No further action is needed.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the correctness of the updated license link in `.github/_quarto.yml`.

# Test: Check the existence and content of the LICENSE-CCBYSA.md file.
fd 'LICENSE-CCBYSA.md' --exec cat

Length of output: 20166

CITATION.cff (1)

1-50: CITATION.cff looks good!

The citation metadata is well-structured and complete. All necessary fields are included, and the use of ORCID for authors is a good practice.

_quarto.yml (1)

Line range hint 5-69: _quarto.yml updates are consistent!

The configuration changes align with the project's new identity and structure. All URLs and navigation elements have been correctly updated.

submission/index.qmd (1)

1-82: submission/index.qmd is well-structured!

The submission template is comprehensive and provides clear guidance for authors. The use of placeholders and instructions enhances usability.

.gitignore (1)

2-4: LGTM! Adjustments to ignored directories are appropriate.

The changes to the .gitignore file effectively refine the scope of ignored directories, ensuring that only the intended directories are excluded from version control.

README.md (1)

1-78: LGTM! README updates align with project goals.

The modifications to the README file effectively transition the focus to the "Digital History Switzerland 2024 Book of Abstracts," updating the content and structure to reflect the project's specific goals.

Tools
LanguageTool

[uncategorized] ~17-~17: Loose punctuation mark.
Context: ... organized as follows: - submissions/: Contains the submissions for the confer...

(UNLIKELY_OPENING_PUNCTUATION)


[uncategorized] ~18-~18: Loose punctuation mark.
Context: ...the conference. - book-of-abstracts.md: The introduction to the book of abstrac...

(UNLIKELY_OPENING_PUNCTUATION)


[uncategorized] ~22-~22: This verb does not appear to agree with the subject. Consider using a different form.
Context: ... book of abstracts. ## Use These data are openly available to everyone and can be...

(AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)

LICENSE-CCBYSA.md (8)

Line range hint 1-36: LGTM! Consistent application of the updated license name.

The changes accurately reflect the updated license name to "Attribution-ShareAlike 4.0 International" and maintain clarity in the introductory text.


87-139: LGTM! New definition and renumbering are consistent.

The addition of "BY-SA Compatible License" and the renumbering of definitions are well-integrated and enhance the clarity of the document.

Tools
LanguageTool

[grammar] ~139-~139: Possible agreement error — use the base form here.
Context: ...rights anywhere in the world. m. You means the individual or entity exercising the...

(BASE_FORM)


185-190: LGTM! New conditions for sharing adapted materials are clear.

The additional conditions for sharing adapted materials align with the ShareAlike principles and provide clear guidance for licensors and licensees.

Also applies to: 273-290


305-306: LGTM! Clarification on Sui Generis Database Rights is clear.

The clarification regarding Sui Generis Database Rights and their relation to adapted materials aligns with the overall license structure and enhances understanding.


305-306: LGTM! Disclaimer maintains legal clarity.

The disclaimer of warranties and limitation of liability maintains legal clarity and aligns with the intended limitations.


305-306: LGTM! Termination conditions are clear.

The conditions for termination and reinstatement are clear and legally sound.


305-306: LGTM! Consistency in additional terms and conditions.

The section on other terms and conditions maintains consistency with the overall license framework.


305-306: LGTM! Interpretation section provides clear guidance.

The interpretation section provides clear guidance on how the license should be understood and applied, aligning with the overall license intent.

SECURITY.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between db3e385 and b79c239.

Files selected for processing (2)
  • _quarto.yml (4 hunks)
  • book-of-abstracts.md (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • _quarto.yml
  • book-of-abstracts.md

@maehr
Copy link
Contributor Author

maehr commented Aug 9, 2024

@mtwente ready for review https://maehr.github.io/book-of-abstracts/ everything seems to be working, search included

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range, codebase verification and nitpick comments (1)
index.qmd (1)

9-11: Replace placeholder content and address TODO.

The placeholder text should be replaced with actual content. Additionally, ensure that the TODO comment is resolved before finalizing the document.

- <!-- TODO -->
- 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.
+ <!-- Add meaningful content here -->
+ [Your actual content goes here]
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b79c239 and 76ced28.

Files selected for processing (3)
  • _quarto.yml (4 hunks)
  • about.qmd (1 hunks)
  • index.qmd (1 hunks)
Files skipped from review due to trivial changes (1)
  • about.qmd
Additional comments not posted (5)
index.qmd (1)

1-7: Metadata section looks good!

The metadata is well-structured and effectively organizes the content for the "Book of Abstracts."

_quarto.yml (4)

5-11: Project title and URLs updated successfully.

The updates to the project title and URLs correctly reflect the new branding for the "DigiHistCH24 Book of Abstracts."


22-36: Navigation structure is well-organized.

The navigation updates effectively enhance the user experience by providing direct access to key sections.


68-68: Freeze setting change is appropriate.

Changing the freeze setting to false allows for ongoing updates and modifications, which is suitable for active development.


54-54: Verify the updated licensing terms.

The change from "LICENSE-CCBY.md" to "LICENSE-CCBYSA.md" should be verified to ensure it aligns with the project's licensing goals.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 76ced28 and 6c09564.

Files ignored due to path filters (13)
  • android-chrome-192x192.png is excluded by !**/*.png
  • android-chrome-512x512.png is excluded by !**/*.png
  • apple-touch-icon.png is excluded by !**/*.png
  • favicon-16x16.png is excluded by !**/*.png
  • favicon-32x32.png is excluded by !**/*.png
  • favicon.ico is excluded by !**/*.ico
  • fonts/jost-v15-latin-600.woff2 is excluded by !**/*.woff2
  • fonts/jost-v15-latin-600italic.woff2 is excluded by !**/*.woff2
  • fonts/jost-v15-latin-700.woff2 is excluded by !**/*.woff2
  • fonts/jost-v15-latin-700italic.woff2 is excluded by !**/*.woff2
  • fonts/jost-v15-latin-italic.woff2 is excluded by !**/*.woff2
  • fonts/jost-v15-latin-regular.woff2 is excluded by !**/*.woff2
  • logo.png is excluded by !**/*.png
Files selected for processing (3)
  • .husky/pre-commit (1 hunks)
  • _quarto.yml (4 hunks)
  • styles.css (1 hunks)
Files skipped from review due to trivial changes (1)
  • .husky/pre-commit
Additional comments not posted (9)
_quarto.yml (6)

5-11: LGTM: Project title and URLs updated.

The project title and URLs have been correctly updated to reflect the new branding and repository location.


20-25: LGTM: Navbar configuration updated.

The navbar title and tools have been updated to align with the new project identity and improve navigation.


27-36: LGTM: Left navigation menu updated.

The new entries in the left navigation menu are relevant and correctly linked, enhancing access to key content areas.


Line range hint 39-55:
LGTM: Sidebar configuration updated.

The sidebar sections and links have been updated to reflect the new project structure and licensing terms.


Line range hint 64-69:
LGTM: Format settings configured.

The format settings are correctly configured to enhance the visual presentation and usability of the website.


69-69: LGTM: Freeze setting updated.

The freeze setting change from true to false is appropriate for the project's current development stage.

styles.css (3)

3-66: LGTM: Font-face declarations added.

The @font-face declarations for the "Jost" font family are correctly configured, enhancing the typography of the site.


68-79: LGTM: Body and heading styles updated.

The body and heading elements are styled to consistently use the "Jost" font family, improving visual coherence.


81-86: LGTM: Additional text element styles updated.

The additional text elements are consistently styled with the "Jost" font family, enhancing the document's visual presentation.

maehr and others added 2 commits August 10, 2024 09:01
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@maehr maehr requested review from consincopa and mtwente and removed request for mtwente August 10, 2024 07:02
Copy link
Contributor

@mtwente mtwente left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It looks great already. I just added the OFL license information to the fonts subfolder.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range, codebase verification and nitpick comments (4)
fonts/LICENSE-OFL.md (2)

1-1: Consider formatting URLs as links.

The document contains bare URLs, which could be formatted as clickable links for better readability.

- This license is available with a FAQ at: https://scripts.sil.org/OFL
+ This license is available with a FAQ at: [https://scripts.sil.org/OFL](https://scripts.sil.org/OFL)

Also applies to: 3-3

Tools
Markdownlint

1-1: null
Bare URL used

(MD034, no-bare-urls)


8-8: Use an en dash for date ranges.

Consider using an en dash for the date range to improve typographical correctness.

- Version 1.1 - 26 February 2007
+ Version 1.1 – 26 February 2007
Tools
LanguageTool

[typographical] ~8-~8: If you want to indicate numerical ranges or time ranges, consider using an en dash.
Context: ...CENSE ===================== Version 1.1 - 26 February 2007 PREAMBLE The goals of ...

(DASH_RULE)

README.md (2)

3-3: Consider adding a missing preposition.

The sentence "Historical Research, Digital Literacy and Algorithmic Criticism" may benefit from a preposition for clarity.

- Historical Research, Digital Literacy and Algorithmic Criticism.
+ Focuses on Historical Research, Digital Literacy, and Algorithmic Criticism.
Tools
LanguageTool

[uncategorized] ~3-~3: Possible missing preposition found.
Context: ...ok of Abstracts for the Digital History Switzerland 2024. Historical Research, Digital Lite...

(AI_HYDRA_LEO_MISSING_OF)


78-78: Clarify license references.

Ensure that the license references are clear and correctly linked to the respective license files.

- see the [LICENSE-CCBYSA](LICENSE-CCBYSA.md) file for details.
+ see the [LICENSE-CCBYSA.md](LICENSE-CCBYSA.md) file for details.
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6c09564 and afe9b89.

Files selected for processing (2)
  • README.md (1 hunks)
  • fonts/LICENSE-OFL.md (1 hunks)
Additional context used
LanguageTool
fonts/LICENSE-OFL.md

[typographical] ~8-~8: If you want to indicate numerical ranges or time ranges, consider using an en dash.
Context: ...CENSE ===================== Version 1.1 - 26 February 2007 PREAMBLE The goals of ...

(DASH_RULE)

README.md

[uncategorized] ~3-~3: Possible missing preposition found.
Context: ...ok of Abstracts for the Digital History Switzerland 2024. Historical Research, Digital Lite...

(AI_HYDRA_LEO_MISSING_OF)

Markdownlint
fonts/LICENSE-OFL.md

1-1: null
Bare URL used

(MD034, no-bare-urls)


3-3: null
Bare URL used

(MD034, no-bare-urls)

Additional comments not posted (2)
README.md (2)

17-18: Correct punctuation in the repository structure list.

The list items have unnecessary colons. Consider removing them for consistency.

- - `submissions/`: Contains the submissions for the conference.
- - `book-of-abstracts.md`: The introduction to the book of abstracts.
+ - `submissions/` Contains the submissions for the conference.
+ - `book-of-abstracts.md` The introduction to the book of abstracts.

22-22: Ensure subject-verb agreement.

The phrase "This data is" should be used unless referring to multiple datasets.

- These data are openly available to everyone and can be used for any research or educational purpose.
+ This data is openly available to everyone and can be used for any research or educational purpose.

@maehr maehr merged commit 22e7f6a into digihistch24:main Aug 12, 2024
1 check passed
@coderabbitai coderabbitai bot mentioned this pull request Sep 13, 2024
8 tasks
This was referenced Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants