Skip to content

Update April#12

Merged
maehr merged 11 commits into
eth-library:mainfrom
maehr:posters
Apr 2, 2026
Merged

Update April#12
maehr merged 11 commits into
eth-library:mainfrom
maehr:posters

Conversation

@maehr

@maehr maehr commented Apr 1, 2026

Copy link
Copy Markdown
Collaborator

Pull request

Proposed changes

Describe the big picture of your changes and why they should be merged.

Checklist

  • I ran npm run format
  • I ran uv run quarto render
  • I updated documentation where needed

maehr added 7 commits March 24, 2026 14:31
…research assessment and metadata quality

- Introduced a new PDF poster detailing the NAIF project, highlighting the importance of repository interoperability and responsible research assessment.
- Created a QMD file containing structured content for the poster, including sections on overview, evidence base, DARIAH alignment, and key takeaways.
Copilot AI review requested due to automatic review settings April 1, 2026 09:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the site content and supporting tooling for April, including a new news post, new poster projects (with a bundled Quarto docposter extension + assets), styling tweaks for dashboards, and a Python dependency update to support XLSX exports.

Changes:

  • Add xlsxwriter to Python dependencies (and lockfile) for Excel export support.
  • Add a new news post (Swiss institutional repository survey) and several new poster projects with custom styling and rendering hooks.
  • Improve Quarto dashboard styling and update .gitignore rules.

Reviewed changes

Copilot reviewed 73 out of 114 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
uv.lock Locks xlsxwriter dependency addition.
pyproject.toml Adds xlsxwriter as a project dependency.
posts/2026-04-02-first-insights-swiss-repository-survey/index.qmd New news post content + metadata.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/poster.qmd New poster source (Quarto docposter format).
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/custom.css Poster-specific styling overrides.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/.gitignore Ignores poster build artifacts.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_quarto.yml Poster project config + post-render hook.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/title-block.html Docposter template partial customization.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/theme.css Docposter theme stylesheet.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/short_tags.css Docposter short-tag/link styling.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/sections.css Docposter section layout stylesheet.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/R/chrome_pdf.R Post-render HTML→PDF conversion script.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/page.css Docposter page sizing/print stylesheet.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/load_fonts.css Local font-face declarations.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/LICENSE License note for templates.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/header.css Docposter header styling.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/grid.css Docposter grid layout stylesheet.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/fonts.css Docposter font defaults stylesheet.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/External/RobotoMono-LICENSE.txt Bundled font license.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/External/Roboto-LICENSE.txt Bundled font license.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/External/Monda-OFL.txt Bundled font license.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/examples.css Docposter customization examples.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/drposter.css Docposter aggregated CSS imports.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/custom.scss Placeholder SCSS customization file.
posters/2026-05-26-Responsible-Research-Assessment-and-Metadata-Quality-for-Interoperable-Research-Infrastructures-in-Switzerland/_extensions/bbucior/docposter/_extension.yml Quarto extension definition.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/poster.qmd New poster source (Quarto docposter format).
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/custom.css Poster-specific styling overrides.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/.gitignore Ignores poster build artifacts.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_quarto.yml Poster project config + post-render hook.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/title-block.html Docposter template partial customization.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/theme.css Docposter theme stylesheet.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/short_tags.css Docposter short-tag/link styling.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/sections.css Docposter section layout stylesheet.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/R/chrome_pdf.R Post-render HTML→PDF conversion script.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/page.css Docposter page sizing/print stylesheet.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/load_fonts.css Local font-face declarations.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/LICENSE License note for templates.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/header.css Docposter header styling.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/grid.css Docposter grid layout stylesheet.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/fonts.css Docposter font defaults stylesheet.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/External/RobotoMono-LICENSE.txt Bundled font license.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/External/Roboto-LICENSE.txt Bundled font license.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/External/Monda-OFL.txt Bundled font license.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/examples.css Docposter customization examples.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/drposter.css Docposter aggregated CSS imports.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/custom.scss Placeholder SCSS customization file.
posters/2026-05-19-NAIF-Responsible-Research-Assessment-and-Metadata-Quality-at-Swiss-Higher-Education-Institutions/_extensions/bbucior/docposter/_extension.yml Quarto extension definition.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/Resources/sticker/sticker.R Helper script for generating a hex sticker asset.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/Resources/sticker/graduation_hat.svg Sticker source asset (SVG).
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/Resources/qr_code.svg QR code asset (SVG).
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/Resources/american-chemical-society.csl CSL citation style resource.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/poster.qmd New poster source (Quarto docposter format).
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/custom.css Poster-specific styling overrides.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/.gitignore Ignores poster build artifacts.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_quarto.yml Poster project config + post-render hook.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/title-block.html Docposter template partial customization.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/theme.css Docposter theme stylesheet.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/short_tags.css Docposter short-tag/link styling.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/sections.css Docposter section layout stylesheet.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/R/chrome_pdf.R Post-render HTML→PDF conversion script.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/page.css Docposter page sizing/print stylesheet.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/load_fonts.css Local font-face declarations.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/LICENSE License note for templates.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/header.css Docposter header styling.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/grid.css Docposter grid layout stylesheet.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/fonts.css Docposter font defaults stylesheet.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/External/RobotoMono-LICENSE.txt Bundled font license.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/External/Roboto-LICENSE.txt Bundled font license.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/External/Monda-OFL.txt Bundled font license.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/examples.css Docposter customization examples.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/drposter.css Docposter aggregated CSS imports.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/custom.scss Placeholder SCSS customization file.
posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/_extensions/bbucior/docposter/_extension.yml Quarto extension definition.
dashboards/dashboard-common.css Dashboard UI refinements (tables, tabs, value boxes).
.gitignore Ignores .env, local Quarto config, and additional notebook artifacts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 79 out of 121 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread _quarto.yml.local Outdated
Comment thread README.md
Comment thread _quarto.yml
Comment thread posters/2026-01-29-On-the-Current-and-Future-Uses-of-QSI/custom.css
@maehr maehr merged commit c215775 into eth-library:main Apr 2, 2026
4 of 5 checks passed
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