Skip to content

Add CITATIONS.bib for academic users#428

Merged
tschm merged 2 commits intomainfrom
copilot/add-citations-bib-file
Mar 23, 2026
Merged

Add CITATIONS.bib for academic users#428
tschm merged 2 commits intomainfrom
copilot/add-citations-bib-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 23, 2026

Academic users and practitioners writing research reports have no citable reference for jQuantStats. This adds the standard BibTeX artifact to close that gap.

Changes

  • CITATIONS.bib — new file at repo root with a @software entry (author, title, URL, version, year, license)
  • README.md — new 📝 Citing section (before License) with inline BibTeX snippet and a link to CITATIONS.bib
@software{jquantstats,
  author    = {Schmelzer, Thomas},
  title     = {jQuantStats: Portfolio Analytics for Quants},
  url       = {https://github.com/tschm/jquantstats},
  version   = {0.1.1},
  year      = {2026},
  license   = {MIT}
}
Original prompt

This section details on the original issue you should resolve

<issue_title>Add CITATIONS.bib for academic users</issue_title>
<issue_description>## Summary

Add a CITATIONS.bib file to the repository root:

@software{jquantstats,
  author    = {Schmelzer, Thomas},
  title     = {jQuantStats: Portfolio Analytics for Quants},
  url       = {https://github.com/tschm/jquantstats},
  version   = {0.1.1},
  year      = {2026},
  license   = {MIT}
}

Also add a Citing section to the README pointing to this file.

Why

Quant finance sits at the intersection of academia and industry. Practitioners writing research reports and academics publishing papers need a citable reference. This is a single file addition that unlocks a completely untapped audience and adds zero maintenance burden.</issue_description>

Comments on the Issue (you are @copilot in this section)


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

@tschm tschm marked this pull request as ready for review March 23, 2026 12:06
@tschm tschm merged commit e236619 into main Mar 23, 2026
19 checks passed
@tschm tschm deleted the copilot/add-citations-bib-file branch March 23, 2026 12:06
Copilot AI restored the copilot/add-citations-bib-file branch March 23, 2026 12:06
Copilot AI changed the title [WIP] Add CITATIONS.bib for academic users Add CITATIONS.bib for academic users Mar 23, 2026
Copilot AI requested a review from tschm March 23, 2026 12:07
Copilot stopped work on behalf of tschm due to an error March 23, 2026 12:07
@tschm tschm deleted the copilot/add-citations-bib-file branch March 23, 2026 14:09
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.

Add CITATIONS.bib for academic users

2 participants