Closed mgxd closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.41%. Comparing base (
1e772fb
) to head (6bed295
). Report is 18 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
we could manually fix this in _to_bibtex by adding a .replace(' http://dx.doi.org/', 'https://doi.org/')
Yup, that's a great idea
On Mon, Feb 26, 2024, 16:52 Mathias Goncalves @.***> wrote:
@.**** commented on this pull request.
In templateflow/tests/test_api.py https://github.com/templateflow/python-client/pull/113#discussion_r1502844307 :
@@ -14,30 +82,32 @@
mni2009_fbib = """\ @article{Fonov_2011, -\tdoi = {10.1016/j.neuroimage.2010.07.033}, -\turl = {https://doi.org/10.1016%2Fj.neuroimage.2010.07.033}, -\tyear = 2011, -\tmonth = {jan}, -\tpublisher = {Elsevier {BV}}, -\tvolume = {54}, -\tnumber = {1}, -\tpages = {313--327}, -\tauthor = {Vladimir Fonov and Alan C. Evans and Kelly Botteron and C. Robert \ -Almli and Robert C. McKinstry and D. Louis Collins}, -\ttitle = {Unbiased average age-appropriate atlases for pediatric studies}, -\tjournal = {{NeuroImage}} +DOI={10.1016/j.neuroimage.2010.07.033}, +url={http://dx.doi.org/10.1016/j.neuroimage.2010.07.033},
@oesteban https://github.com/oesteban yup, i'm not sure why crossref is regressing (again)...
$ curl -LH "Accept: application/x-bibtex; charset=utf-8" https://doi.org/10.1016/j.neuroimage.2010.07.033
@article{Fonov_2011, title={Unbiased average age-appropriate atlases for pediatric studies}, volume={54}, ISSN={1053-8119}, url={http://dx.doi.org/10.1016/j.neuroimage.2010.07.033}, DOI={10.1016/j.neuroimage.2010.07.033}, number={1}, journal={NeuroImage}, publisher={Elsevier BV}, author={Fonov, Vladimir and Evans, Alan C. and Botteron, Kelly and Almli, C. Robert and McKinstry, Robert C. and Collins, D. Louis}, year={2011}, month=jan, pages={313–327} }
we could manually fix this in _to_bibtex by adding a .replace(' http://dx.doi.org/', 'https://doi.org/')
— Reply to this email directly, view it on GitHub https://github.com/templateflow/python-client/pull/113#discussion_r1502844307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAESDRW2L7A6VY5RKDDI4GDYVSVVNAVCNFSM6AAAAABDVTV3X6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSMBRGI2TGNBTGU . You are receiving this because you were mentioned.Message ID: @.***>
Preparation for a 24.0.0 release