You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for writing this package.
I was wondering if you would consider adding support for reading bibliography data from .cff files. I'm not sure if this feature request is in the scope of this package / org. I would like to add support for .cff files in PkgCite.jl (SebastianM-C/PkgCite.jl#12), and a first step would be to have a package that can read the bibliography info.
The text was updated successfully, but these errors were encountered:
That is totally within the scope of this package. There are two steps for this to work:
Parse .cff and convert the data to BibInternal.jl format (usually done in BibParser.jl)
Export BibInternal format to .cff (in Bibliography.jl)
The second step is usually easier and can probably be done quickly.
As for the first step, we can either write the parser or interface an existing one.
I am planning to spend some time on Bibliography in the coming weeks (to add BibLaTeX and CL-JSON support), so it is a good timing.
We've been saved by @mcmarius that implemented a CFF parser in BibParser.jl Humans-of-Julia/BibParser.jl#24
I have little knowledge with this format, but it seems to work fine.
Now, if we can handle export to CFF, we're good to go.
Hi! Thanks for writing this package.
I was wondering if you would consider adding support for reading bibliography data from .cff files. I'm not sure if this feature request is in the scope of this package / org. I would like to add support for .cff files in PkgCite.jl (SebastianM-C/PkgCite.jl#12), and a first step would be to have a package that can read the bibliography info.
The text was updated successfully, but these errors were encountered: