omwn / omw-data

This packages up data for the Open Multilingual Wordnet
38 stars 3 forks source link

Add all references to CITATION.cff #21

Open fcbond opened 2 years ago

fcbond commented 2 years ago

You can add a list of references to CITATION.cff, so we could list the references for all of the component wordnets.

Maybe wait until there is a bitbtex to cff converter, ...

goodmami commented 2 years ago

Maybe wait until there is a bitbtex to cff converter, ...

See the bibtex-to-cff.php script here: https://github.com/monperrus/bibtexbrowser. But you'll need PHP.

For the other way around: https://pypi.org/project/cffconvert/

goodmami commented 2 years ago

Also this to help with making cff files from scratch (or copy-paste): https://citation-file-format.github.io/cff-initializer-javascript/

edit: it seems you've already used this one for the repository-level cff file

fcbond commented 2 years ago

I made the initial CITATION.cff using https://citation-file-format.github.io/cff-initializer-javascript/, I would not like to use it to add many more things.

I think if we wait a while, I suspect more converters will appear.

Is there a standard bug-label for "wontfix for the time being", something like "snooze"?

On Thu, Nov 4, 2021 at 1:08 AM Michael Wayne Goodman < @.***> wrote:

Also this to help with making cff files from scratch (or copy-paste): https://citation-file-format.github.io/cff-initializer-javascript/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bond-lab/omw-data/issues/21#issuecomment-959740695, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIPZRS32ZVEHRVUEOPZQHTUKF3C5ANCNFSM5HIE7BCA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Francis Bond http://www3.ntu.edu.sg/home/fcbond/ Division of Linguistics and Multilingual Studies Nanyang Technological University

goodmami commented 2 years ago

Is there a standard bug-label for "wontfix for the time being", something like "snooze"?

Not in the default set. You can add new labels, like deferred or something.

arademaker commented 2 years ago

I didn't know about this cff format. What is the benefit of it?

goodmami commented 2 years ago

It's relatively new. The benefit over citation.bib is mainly integration with GitHub, and that it's easier to describe citations for software without associated publications. Here are some links with more information: