Lars Willighagen
                                            Lars Willighagen
                                        
                                    I have worked on a crosswalk (https://doi.org/10.7717/peerj-cs.214/supp-1) but it is mainly focused on CSL-JSON so it may be missing some fields unique to BibTeX and CFF. It is also relatively...
I can look into support for both formats in [Citation.js](https://github.com/larsgw/citation.js). However, until I start using JSON-LD instead of regular objects ([planned for `v0.5`](https://larsgw.blogspot.nl/2017/12/citationjs-version-04-beta-new-docs-and.html#v0.5)), conversion from CFF to CodeMeta JSON would...
I published the first version of a plugin to add support for CFF to Citation.js: [@citation-js/plugin-software-formats](https://www.npmjs.com/package/@citation-js/plugin-software-formats). Examples: ```js const Cite = require('[email protected]') // Install plugin require('@citation-js/plugin-software-formats') const cff = new...
> Do a batch update via regex to change `"event"` to `"event-title"` There's also stuff like this (surprisingly a lot of styles use this, I'm assuming that was all copied...
This one is relatively trivial (various): ```xml ``` But this one maybe not (`united-states-international-trade-commission.csl`): ```xml ```
> @nichtich / @larsgw : I see the discussion at larsgw/citation.js#166 on converting from Wikidata --> CSL metadata. Does citation.js or anything else enable the opposite conversion: CSL --> Wikidata?...
I can make a `PackageSummary` to avoid obscuring the search select input and it jumping around given the relatively high and variable height of `PackageView`. Maybe another command would be...
I haven't started on it yet, sorry for that. I was thinking of 3 lines of content, with maybe 2-3 lines of visual distinction ([I like this one](https://github.com/sindresorhus/ink-box)), but that's...
Just to make sure we don't do the same work twice: I made PR #38
I added a `PackageSearchResult` and a fix for the TODO.