Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .bib files to FileIO interface #365

Merged
merged 1 commit into from Oct 14, 2022
Merged

Add .bib files to FileIO interface #365

merged 1 commit into from Oct 14, 2022

Conversation

drelatgithub
Copy link
Contributor

The .bib files store bibliography data which can be used in a LaTeX document. This PR registers ".bib" files with Bibliography.jl, which can handle parsing / importing / exporting / processing the Bibliography data.

The FileIO interfaces have been added in Humans-of-Julia/Bibliography.jl#47

@codecov
Copy link

codecov bot commented Sep 8, 2022

Codecov Report

Merging #365 (fd8ea2c) into master (801fd86) will increase coverage by 0.84%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #365      +/-   ##
==========================================
+ Coverage   87.16%   88.01%   +0.84%     
==========================================
  Files          10       10              
  Lines         709      709              
==========================================
+ Hits          618      624       +6     
+ Misses         91       85       -6     
Impacted Files Coverage Δ
src/registry.jl 95.26% <ø> (+3.68%) ⬆️
src/registry_setup.jl 94.95% <0.00%> (-0.85%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@drelatgithub
Copy link
Contributor Author

I think that this PR would benefit communities that deal with bibtex management. Please let me know if any help is needed in the reviewing process!

@SimonDanisch SimonDanisch merged commit 5e59a69 into JuliaIO:master Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants