Robert Haines

Results 115 comments of Robert Haines

Hi @zenorogue, I am the dev who looks after `ruby-cff` which GitHub uses under the hood. I've only just spotted this issue, sorry, and had a couple of questions/comments: >...

Yes, I'll transfer this issue over to ruby-cff...

I think it's more a quirk of BibTeX formatting that we forgot to account for in the original implementation, isn't it? For what it's worth I often forget to do...

Sorry, I think we might be at cross purposes here. I looked at your `CITATION.cff` file for the LFAToolkit and you've put `{}`s in there. CFF is more of a...

How about a combination of 1 and 2? So have a field such as `title-casing` but use markup instead: ```yaml references: - type: generic title: "ruby-cff: A Ruby library for...

I thought exactly this as I was implementing [ruby-cff](https://github.com/citation-file-format/ruby-cff). I had wondered whether the point was that the affiliation could be listed as an entity in the author list, and...

I'd like to see this merged if it's deemed to be a correct implementation (I don't have the expertise to comment on that though).

It would be nice to have this merged if possible. If you'd like changes made, please let me know!

For conversion between citation formats it would be worth pulling @mfenner into this thread too 👋

Thanks for the PR. I'm not sure that `@cdir_offest` can be `nil`, can it? It might end up with a wildly wrong value - which we handle a bit better...