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

Improve DOI auto retrieval #1424

Closed
3 of 10 tasks
stefan-kolb opened this issue May 19, 2016 · 2 comments
Closed
3 of 10 tasks

Improve DOI auto retrieval #1424

stefan-kolb opened this issue May 19, 2016 · 2 comments

Comments

@stefan-kolb
Copy link
Member

stefan-kolb commented May 19, 2016

Compare with original entry title:

  • remove latex and compare a-z0-9
  • remove stuff and use a edit distance threshold
  • distinguish between missing words at the end (inaccurate data) and different words at the start or in between
  • Does not remove braces like, e.g., Enhancing {BPMN} 2.0~{S}upport for Service Interaction Patterns
  • LaTeX command may fail the algorithm, e.g., SCE\textsuperscript{MT}: A Multi-tenant Service Composition Engine
  • Only logging failure to status bar is strange for user clicking on the button
  • Techreps and thesis are sometimes wrongly assigned as a different paper with the same name exists
  • Lookup doi not identical status in bar! Override current value?

Use a large Bibtex file with valid DOIs (e.g. Simon's) to compare the diff and accuracy of the algorithms.

  • Reject DOIs that do not suffice the check algorithm
  • Implement a bulk action for getting all DOIs for several entries
@stefan-kolb stefan-kolb self-assigned this May 19, 2016
stefan-kolb added a commit that referenced this issue May 23, 2016
stefan-kolb added a commit that referenced this issue May 24, 2016
@stefan-kolb stefan-kolb mentioned this issue May 24, 2016
2 tasks
stefan-kolb added a commit that referenced this issue May 25, 2016
stefan-kolb added a commit that referenced this issue May 25, 2016
* Fix #1420 Auto downloader should respect file pattern and propose correct filename
* Improve DOI detection #1424
* Add tests
* Resolves #1421 Auto downloader should try to retrieve DOI if not present and fetch afterwards
* Add external library, document test class
* Changelog
@stefan-kolb
Copy link
Member Author

See #518

@stefan-kolb
Copy link
Member Author

Closing for now.

Siedlerchr added a commit that referenced this issue Feb 9, 2017
* upstream/master:
  Use LaTeX free title for CrossRef search #1424
  Check more results returned by CrossRef API for matching (#2531)
  Rework File links logic (#2529)
  Remove MIT string from lang files
  Translate new strings (#2528)
  Make DOIFetcher the default fetcher in new entry dialog (#2530)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants