Skip to content
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

Confused plain text citation to entry #6672

Closed
1 task done
crystalfp opened this issue Jul 7, 2020 · 4 comments
Closed
1 task done

Confused plain text citation to entry #6672

crystalfp opened this issue Jul 7, 2020 · 4 comments

Comments

@crystalfp
Copy link

JabRef 5.1--2020-06-17--ef0a6bb
Windows 10 10.0 amd64
Java 14.0.1

Paste the following citation (from https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2414478) into "New entry from plain text":

Di Stefano, Giada and Gino, Francesca and Pisano, Gary and Staats, Bradley R., Making Experience Count: The Role of Reflection in Individual Learning (June 14, 2016). Harvard Business School NOM Unit Working Paper No. 14-093; Harvard Business School Technology & Operations Mgt. Unit Working Paper No. 14-093; HEC Paris Research Paper No. SPE-2016-1181. Available at SSRN: https://ssrn.com/abstract=2414478 or http://dx.doi.org/10.2139/ssrn.2414478 

the result is:

@TechReport{StefanoJune14.2016a,
  author = {Stefano, Di and Giada, Gino and Pisano, Francesca and Staats, Gary and null, Bradley},
  title  = {Harvard Business School NOM Unit Working Paper No. 14-093; Harvard Business School Technology & Operations Mgt},
  doi    = {10.2139/ssrn.2414478},
  year   = {June 14. 2016},
}

As you see the authors are messed up and the title has been confused with the publication.

Hope it can help as a test case.
mario

@koppor
Copy link
Member

koppor commented Jul 7, 2020

Refs #4826 --> #5614, because we switched from a shut-down service and afterwards self-made implementation to GROBID.

Maybe, we cannot do anything about it and have to get in contact with the grobid developers.

I remember a comment many years ago stating: In case there is a DOI in a PDF, just download the data belonging to the DOI. This argument would apply here, too.

The resulting BibTeX code is:

@Article{Stefano2014,
  author    = {Giada Di Stefano and Francesca Gino and Gary P. Pisano and Bradley R. Staats},
  title     = {Learning by Thinking: How Reflection Aids Performance},
  journal   = {{SSRN} Electronic Journal},
  year      = {2014},
  doi       = {10.2139/ssrn.2414478},
  publisher = {Elsevier {BV}},
}

Would that be closer to your expectation? Then, we could easily add a patch.

@crystalfp
Copy link
Author

Yes! Perfect.
The disappeared manual entry method could have solved the problem of this strange formatted citation. In the current version I'm forced to create an empty entry and manually selecting, copying and pasting the various fields from the citation.
Anyway, JabRef is fantastic, only I don't understand this removal.
Thanks!
mario

@koppor
Copy link
Member

koppor commented Jul 7, 2020

@crystalfp Are you really talking about following dialog?

grafik

You would be the first person I'm meeting who used that dialog! We had a long discussion about the dialog. My wish would be: 1. User pastes text, 2. JabRef identifies fields by using Grobid or other services 3. User can override suggestions using that dialog 4. User adds entry based on that entry.

That functionality could be offered by the plain-text "BibTeX Source" editor somehow (e.g., to quickly set a title without having to write title = { and }.

@Siedlerchr
Copy link
Member

@crystalfp as long as you have a DOI you can simply paste it on the maintable and it will be resolved automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants