Add automated bibliography system for newsletter using Zotero/BibTeX#52
Draft
Copilot wants to merge 76 commits into
Draft
Add automated bibliography system for newsletter using Zotero/BibTeX#52Copilot wants to merge 76 commits into
Copilot wants to merge 76 commits into
Conversation
Update deadline for next round of for US-RSE Community and Travel Funds
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Google Form responses 619 and 620 Signed-off-by: Chad Dougherty <crd477@icloud.com>
* Automated push to update jobs files 2025-08-23 * add september community call * Update _events/2025/2025-09-community-call.md Co-authored-by: Julia Damerow <jdamerow@users.noreply.github.com> --------- Co-authored-by: github-actions <github-actions@users.noreply.github.com> Co-authored-by: Julia Damerow <jdamerow@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Google Form response 621 Signed-off-by: Chad Dougherty <crd477@icloud.com>
* Fixed broken link, replaced some <a>s with Markdown URLs. * Changed Slack links so they go directly to the channel. * Improved text.
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
…SE#1782) Google Form response 622 Signed-off-by: Chad Dougherty <crd477@icloud.com>
Google Form response 623 Signed-off-by: Chad Dougherty <crd477@icloud.com>
Google Form response 624 Signed-off-by: Chad Dougherty <crd477@icloud.com>
collectively submitted in Google Form response 625 Signed-off-by: Chad Dougherty <crd477@icloud.com>
Co-authored-by: Daniel S. Katz <d.katz@ieee.org>
Co-authored-by: Daniel S. Katz <d.katz@ieee.org>
Removed a citation related to reproducibility in life science research.
Co-authored-by: Miranda Mundt <55767766+mrmundt@users.noreply.github.com>
Co-authored-by: Miranda Mundt <55767766+mrmundt@users.noreply.github.com>
Co-authored-by: Miranda Mundt <55767766+mrmundt@users.noreply.github.com>
…1-14 [tributors] contributors/update-2025-11-14
Co-authored-by: TinasheMTapera <15770644+TinasheMTapera@users.noreply.github.com>
Co-authored-by: TinasheMTapera <15770644+TinasheMTapera@users.noreply.github.com>
Co-authored-by: TinasheMTapera <15770644+TinasheMTapera@users.noreply.github.com>
Co-authored-by: TinasheMTapera <15770644+TinasheMTapera@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Automate interesting reads section using Zotero and Jekyll scholar
Add automated bibliography system for newsletter using Zotero/BibTeX
Nov 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implements automated bibliography management for newsletter "Interesting Reads" section to eliminate AI hallucinations in citations.
Problem: jekyll-scholar requires Jekyll 4.x but GitHub Pages uses 3.10.0 (incompatible).
Solution: BibTeX → YAML → Liquid template pipeline.
Implementation
scripts/bibtex_to_yaml.py- Parses BibTeX, formats authors (abbreviates >3), generates YAML_includes/bibliography-entry.html- Liquid template matching newsletter style (bold authors, italicized titles/venues)_data/interesting_reads.bib- Sample bibliography exported from Zotero_template/newsletter-template.md- Auto-renders entries filtered byread_status=UnreadWorkflow
Output Example
BibTeX:
Renders as:
Documentation
_data/README_BIBLIOGRAPHY.md- Complete workflow_data/BIBLIOGRAPHY_EXAMPLES.md- Examples and troubleshootingIMPLEMENTATION_SUMMARY.md- Technical detailsFixes #[issue-number]
Checklist:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.