Skip to content

Commit 2ef608b

Browse files
committed
TST: Fix expected bib results
1 parent 7ba698d commit 2ef608b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

templateflow/tests/test_api.py

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

1515
mni2009_fbib = """\
16-
@article{Fonov_2011,
16+
@article{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,20 +24,18 @@
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},
28-
\tjournal = {{NeuroImage}}
27+
\ttitle = {Unbiased average age-appropriate atlases for pediatric studies}
2928
}"""
3029

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

4341
fslr_urls = [
@@ -46,7 +44,7 @@
4644
]
4745

4846
fslr_fbib = """\
49-
@article{Van_Essen_2011,
47+
@article{2011,
5048
\tdoi = {10.1093/cercor/bhr291},
5149
\turl = {https://doi.org/10.1093%2Fcercor%2Fbhr291},
5250
\tyear = 2011,
@@ -57,8 +55,7 @@
5755
\tpages = {2241--2262},
5856
\tauthor = {D. C. Van Essen and M. F. Glasser and D. L. Dierker and J. Harwell and T. Coalson},
5957
\ttitle = {Parcellations and Hemispheric Asymmetries of Human Cerebral Cortex Analyzed on \
60-
Surface-Based Atlases},
61-
\tjournal = {Cerebral Cortex}
58+
Surface-Based Atlases}
6259
}"""
6360

6461
fslr_lbib = (

0 commit comments

Comments
 (0)