Skip to content

Commit af8c013

Browse files
committed
REVERT: Expected bibtex entries
now that the crossref bug (https://gitlab.com/crossref/issues/-/issues/1540) is fixed.
1 parent f868563 commit af8c013

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

templateflow/tests/test_api.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414

1515
mni2009_fbib = """\
16-
@article{2011,
16+
@article{Fonov_2011,
1717
\tdoi = {10.1016/j.neuroimage.2010.07.033},
1818
\turl = {https://doi.org/10.1016%2Fj.neuroimage.2010.07.033},
1919
\tyear = 2011,
@@ -24,18 +24,20 @@
2424
\tpages = {313--327},
2525
\tauthor = {Vladimir Fonov and Alan C. Evans and Kelly Botteron and C. Robert \
2626
Almli and Robert C. McKinstry and D. Louis Collins},
27-
\ttitle = {Unbiased average age-appropriate atlases for pediatric studies}
27+
\ttitle = {Unbiased average age-appropriate atlases for pediatric studies},
28+
\tjournal = {{NeuroImage}}
2829
}"""
2930

3031
mni2009_lbib = """\
31-
@incollection{1999,
32+
@incollection{Collins_1999,
3233
\tdoi = {10.1007/3-540-48714-x_16},
3334
\turl = {https://doi.org/10.1007%2F3-540-48714-x_16},
3435
\tyear = 1999,
3536
\tpublisher = {Springer Berlin Heidelberg},
3637
\tpages = {210--223},
3738
\tauthor = {D. Louis Collins and Alex P. Zijdenbos and Wim F. C. Baar{\\'{e}} and Alan C. Evans},
38-
\ttitle = {{ANIMAL}$\\mathplus${INSECT}: Improved Cortical Structure Segmentation}
39+
\ttitle = {{ANIMAL}$\\mathplus${INSECT}: Improved Cortical Structure Segmentation},
40+
\tbooktitle = {Lecture Notes in Computer Science}
3941
}"""
4042

4143
fslr_urls = [
@@ -44,7 +46,7 @@
4446
]
4547

4648
fslr_fbib = """\
47-
@article{2011,
49+
@article{Van_Essen_2011,
4850
\tdoi = {10.1093/cercor/bhr291},
4951
\turl = {https://doi.org/10.1093%2Fcercor%2Fbhr291},
5052
\tyear = 2011,
@@ -55,7 +57,8 @@
5557
\tpages = {2241--2262},
5658
\tauthor = {D. C. Van Essen and M. F. Glasser and D. L. Dierker and J. Harwell and T. Coalson},
5759
\ttitle = {Parcellations and Hemispheric Asymmetries of Human Cerebral Cortex Analyzed on \
58-
Surface-Based Atlases}
60+
Surface-Based Atlases},
61+
\tjournal = {Cerebral Cortex}
5962
}"""
6063

6164
fslr_lbib = (

0 commit comments

Comments
 (0)