Skip to content

new import articles functionality DETAILS #65

Description

@eplebel

as per this prototype:
import-page
DETAILS:             

  • import (single or multiple) article metadata from .bibtex file (or URL) via drag-and-drop on all pages, including article editor and new (batch) import article page
  • import article metadata from GS profile via scholarly python functions (using a proxyrotator to avoid possible rate limit issues, as explained here)
  • improved article metadata extraction via DOI using doi2bib functions/service ; example)
  • extract metadata from PDF drag-and-drop (normal text PDFs, not scanned image-only PDFs), using eg:

DOIs/.BIBTEX files:
AE-drag-and-drop-DOIs

  • DnDing DOI (or .bib file) anywhere on AE will change the color of the DOI LOOKUP area to a very light green (same as for figure upload area), communicating to user that DnD will work
  • once DOI is dropped, it will be populated inside the DOI text field AND then the DOI LOOKUP action should execute. (if DOI text field already contains a DOI, a dropped DOI will overwrite it and DOI LOOKUP action will also overwrite text in any field that it retrieves (as it currently works)).

.BIBTEX files (lower priority)

  • exact same logic for BIBTEX (.bib) files, except the mapping of the retrieved info will have to be updated (NOTE: if multi-article .bib file is uploaded, only the 1st article is imported; )
@article{gawronski2008understanding,
  title={Understanding patterns of attitude change: When implicit measures show change, but explicit measures do not},
  doi = {10.1016/j.jesp.2008.04.005 },
  author={Gawronski, Bertram and LeBel, Etienne P},
  journal={Journal of experimental social psychology},
  volume={44},
  number={5},
  pages={1355--1361},
  year={2008},
  publisher={Academic Press}
}
@article{ep_unified_2018,
  title = {A unified framework to quantify the credibility of scientific findings},
  doi = {10.1177/2515245918787489},
  abstract = {Societies invest in scientific studies to better understand the world and attempt to harness such improved understanding to address pressing societal problems. Published research, however, can be useful for theory or application only if it is credible. In science, a credible finding is one that has repeatedly survived risky falsification attempts. However, state-of-the-art meta-analytic approaches cannot determine the credibility of an effect because they do not account for the extent to which each included study has survived such attempted falsification. To overcome this problem, we outline a unified framework for estimating the credibility of published research by examining four fundamental falsifiability-related dimensions: (a) transparency of the methods and data, (b) reproducibility of the results when the same data-processing and analytic decisions are reapplied, (c) robustness of the results to different data-processing and analytic decisions, and (d) replicability of the effect. This framework includes a standardized workflow in which the degree to which a finding has survived scrutiny is quantified along these four facets of credibility. The framework is demonstrated by applying it to published replications in the psychology literature. Finally, we outline a Web implementation of the framework and conclude by encouraging the community of researchers to contribute to the development and crowdsourcing of this platform.},
  journal = {Advances in Methods and Practices in Psychological Science},
  author = {LeBel, EP and McCarthy, RJ},
  year = {2018}
}

(NOTE: support for single-article .bib file metadata import is lower priority, hence should only be implemented later)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions