bibtex
Here are 507 public repositories matching this topic...
Rework ICAR Fetcher
-
Updated
Mar 25, 2022 - Python
-
Updated
May 19, 2022 - Gherkin
-
Updated
May 8, 2022 - TeX
-
Updated
May 20, 2022 - JavaScript
-
Updated
Feb 19, 2022 - Emacs Lisp
-
Updated
Apr 16, 2022 - Emacs Lisp
Given we now have a nice testing script, seems like we should revise the test.bib file etc to better test out the UI; things like:
- tags
- PDFs/notes
Goals
Add support for JSON CSL
Details
Use JSON CSL as input since it's the web-friendly reference format that can be exported by popular reference managers.
Going forward, focus efforts more on JSON CSL parsing rather than legacy bibtex standard that does not support modern publication types well.
-
Updated
Jul 27, 2020 - JavaScript
https://github.com/pubs/pubs/blob/ca5d7631b0a925d130c0e41e4ab5d71e6a0ee5f0/pubs/filebroker.py#L152
This line is not really clear. To rephrase.
-
Updated
Jun 2, 2022 - JavaScript
There are several components to this:
- good documentation both within the code as well as in the repo (e.g. README) and issues (e.g. labels)
- interoperability (e.g. indentation style)
- behavioural guidance (e.g. code of conduct or issue templates)
Some more points in this post (albeit with a certain bias for Node).
-
Updated
Jan 23, 2018 - Python
-
Updated
Dec 14, 2021 - C
-
Updated
Jul 17, 2020 - Python
-
Updated
Mar 31, 2019 - JavaScript
-
Updated
Aug 28, 2021 - Python
-
Updated
Jun 6, 2022 - Python
-
Updated
Aug 8, 2021 - Emacs Lisp
-
Updated
Mar 15, 2022 - Python
Improve this page
Add a description, image, and links to the bibtex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bibtex topic, visit your repo's landing page and select "manage topics."


Our fetcher calls the URL
https://eprint.iacr.org/eprint-bin/cite.pl?entry=2022/674.This leads to a 404:
We need to rewrite the IacrEprintFetcher to rely on
https://eprint.iacr.org/ID(example: https://eprint.iacr.org/2022/674) only.PR implementing the fetcher: https://