Feature request: Parsing citations and references in research papers
Requested feature
Parsing citations and references in research papers.
Alternatives
We could simply hardcode all the citation (examples) and bibliography styles (examples) using regex and identify them in the text itself. This can also be expanded to identify author information, publication venue, year of publication etc. However, this might lead to mismatches if the regex has not been defined in detail and has not been tested on a big enough dataset.
Uses
The feature would be particularly useful in developing tools for the scientific community - eg. mapping paper sections to references, assessing importance of referred papers with respect to the claims cited by them etc.
Example citations in text:
Example bibliography:
+1
@deutranium I think we could start with a simple example notebook on how to do this.
Yup sure, I'll keep you posted!
Any updates on this ?