Revision f22099943c36d207ba0e3f1ff1fbf5eb46be534f authored by Daniel Himmelstein on 03 June 2019, 21:50:17 UTC, committed by GitHub on 03 June 2019, 21:50:17 UTC
Merges https://github.com/manubot/manubot/pull/113
Refs https://github.com/manubot/manubot/issues/114

Do not include @ as part of citation
This behavior seems most consistent with Pandoc and CSL behavior.
@ is used to signify a citation, but should not be part of the
actual citation identifier.

Improve citation nomenclature. Rename columns of citation_df to:

- manuscript_id: citation ids extracted from the manuscript content files.
- detagged_id: manuscript_id but with tag citations dereferenced
- standard_id: detagged_id standardized
- short_id: standard_id hashed to create a short base
1 parent 351f4ba
History
File Mode Size
manubot
media
release-notes
.appveyor.yml -rw-r--r-- 642 bytes
.gitignore -rw-r--r-- 217 bytes
.travis.yml -rw-r--r-- 1.1 KB
LICENSE.md -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 9.9 KB
setup.py -rw-r--r-- 2.0 KB

README.md

back to top