Martin Fenner
Martin Fenner
It would be nice if we could use the ruby Array methods `uniq` (and `uniq!`) with bibliographies. Just like the corresponding Array method `uniq` should use a default (`:title` and...
I want URLs in citations to be links, and I have monkey patched the `reference_tag` method to allow this: ``` ruby module Jekyll class Scholar module Utilities alias_method :original_reference_tag, :reference_tag...
This pull requests whitelists the options sent to pandoc instead of raising a RuntimeError. This makes it much easier to integrate `pandoc-ruby` with other libraries, specifically tilt (https://github.com/rtomayko/tilt/pull/297), which in...
ORCID IDs from authors, editors or reviewers should be provided by authenticated OAuth2 call to the ORCID registry rather than filling in a form. This not only provides a nice...
Suggestion to rename embargoDate to embargoEndDate.
@sdruskat @hainesr I am probably missing something obvious, but how do you describe in CFF what can be mapped to `container-title` in CSL? For DataCite DOIs describing software we use...
This is the first implementation of `citeproc-ruby` in `ruby-cff`. This pull request also adds support for three citation styles (apa, harvard, ieee), includes their citationstyles.csl, and adopts the existing tests....
I suggest to support more citation styles, I think Crossref and DataCite (search.crossref.org and search.datacite.org) have a reasonable list of common citation styles plus bibtex (and RIS) that can be...
## Describe the bug Draft documentation list Node 18 as a requirement for local development. Should be updated to require at least Node 20.