You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This migration port `scripts/parse_citation_styles` to automatically parse citation styles.
2
+
# Additionally, this set the corresponding `has_bibliography` field to `False` for all citation formats whose CSL files do not
3
+
# include a bibliography section. As a result, all such citation formats would not show up in OSF
4
+
# citation widgets for users to choose.
5
+
#
6
+
# NOTE:
7
+
# As of December 6th, 2017, there are however THREE EXCEPTIONS:
8
+
# "Bluebook Law Review", "Bluebook Law Review(2)" and "Bluebook Inline" shares a
9
+
# special CSL file ('website/static/bluebook.cls'), in which a bibliography section is defined,
10
+
# in order to render bibliographies even though their official CSL files (located in CenterForOpenScience/styles repo)
11
+
# do not contain a bibliography section. Therefore, This migration also automatically set `has_bibliography` to `True` for all styles whose titles contain "Bluebook"
0 commit comments