forked from ckreibich/scholar.py
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a converter from bibtex strings to proper JSON #5
Comments
This should be a separate python file that takes JSON containing array of strings and writing out JSON array of objects with the proper attributes. |
Done |
Can you please read this and follow the instructions I gave you? |
Sorry, I should reference the issue number |
HesongHuang
added a commit
that referenced
this issue
Mar 24, 2017
store the data into a txt, and type of the data is string, looks like: @Article{hardin2014clinical, title={The clinical and genetic features of COPD-asthma overlap syndrome}, author={Hardin, Megan and Cho, Michael and McDonald, Merry-Lynn and Beaty, Terri and Ramsdell, Joe and Bhatt, Surya and Van Beek, Edwin JR and Make, Barry J and Crapo, James D and Silverman, Edwin K and others}, journal={European Respiratory Journal}, volume={44}, number={2}, pages={341--350}, year={2014}, publisher={Eur Respiratory Soc} }
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each attribute of the Bibtex entry should map to a JSON attribute.
For example, for this input string:
the proper JSON should look like this:
The text was updated successfully, but these errors were encountered: