Skip to content

Commit

Permalink
BF: -- not - for pages. citeproc is way too sensitive to humans
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 8, 2015
1 parent 7c91df3 commit 42c0dcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions duecredit/injections/mod_mdp.py
Expand Up @@ -37,7 +37,7 @@ def inject(injector):
publisher={Wiley}
year={1966},
editor={David, F.},
pages={411-444},
pages={411--444},
}
"""), description="Principal Component Analysis using the NIPALS algorithm.",
tags=['edu'])
Expand Down Expand Up @@ -91,7 +91,7 @@ def inject(injector):
journal={Journal of Machine Learning Research.},
year={2009},
volume={15},
pages={921-947},
pages={921--947},
}
"""), description="Non-linear Blind Source Separation using Slow Feature Analysis",
tags=['edu'])
Expand All @@ -102,7 +102,7 @@ def inject(injector):
title={Neural Networks for Pattern Recognition},
publisher={Oxford University Press, Inc}
year={2011},
pages={105-112},
pages={105--112},
}
"""), description="(generalized) Fisher Discriminant Analysis",
tags=['edu'])
Expand Down
2 changes: 1 addition & 1 deletion duecredit/injections/mod_pandas.py
Expand Up @@ -23,7 +23,7 @@ def inject(injector):
author = { McKinney, Wes },
title = { Data Structures for Statistical Computing in Python },
booktitle = { Proceedings of the 9th Python in Science Conference },
pages = { 51 - 56 },
pages = { 51 -- 56 },
year = { 2010 },
editor = { van der Walt, St\'efan and Millman, Jarrod }
}
Expand Down
2 changes: 1 addition & 1 deletion duecredit/tests/test_io.py
Expand Up @@ -54,7 +54,7 @@ def test_pickleoutput():
"author={Atkins, Joshua H. and Gershell, Leland J.}, \n"
"year={2002}, \n"
"month={Jul}, \n"
"pages={491-492}\n}")
"pages={491--492}\n}")
collector_ = DueCreditCollector()
collector_.add(entry)
collector_.cite(entry, path='module')
Expand Down

0 comments on commit 42c0dcf

Please sign in to comment.