Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Tree: f18aaf2304
Commits on Nov 18, 2019
  1. Pubmed quick fix for new translator

    adam3smith committed Nov 18, 2019
Commits on Nov 17, 2019
  1. Twitter: Support localization where am/pm are lowercase (#2054)

    tfiers authored and zuphilip committed Nov 17, 2019
Commits on Nov 10, 2019
  1. Update xpaths for ACLWeb for change in site (#2051)

    GuyAglionby authored and zuphilip committed Nov 10, 2019
Commits on Nov 9, 2019
  1. Merge pull request #2044 from symac/idref-fix

    zuphilip committed Nov 9, 2019
    Idref fix & improvement
  2. 🎨 Fix linting issues in Idref.js

    zuphilip committed Nov 9, 2019
  3. [Idref]: Fixing detection and improvements

    symac authored and zuphilip committed Oct 23, 2019
    - Fixing the asynchronous issue with monitorDOMChanges
    - Adding BnF and theses.fr support
    - Adding an option to process ORCID results from the list
  4. Merge pull request #2053 from adam3smith/sd-multiples

    adam3smith committed Nov 9, 2019
    [Sciencedirect] Quick fix for new multiples
  5. Quick fix for new multiples

    adam3smith committed Nov 9, 2019
Commits on Oct 29, 2019
  1. New Emerald Insight Translator (#2037)

    adam3smith authored and zuphilip committed Oct 29, 2019
    Closes #2036
Commits on Oct 28, 2019
  1. Merge pull request #2045 from zotero/dependabot/npm_and_yarn/eslint-u…

    dstillman committed Oct 28, 2019
    …tils-1.4.3
    
    Bump eslint-utils from 1.3.1 to 1.4.3
  2. Bump eslint-utils from 1.3.1 to 1.4.3

    dependabot committed Oct 28, 2019
    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
  3. Merge pull request #2039 from kun-g/dou

    zuphilip committed Oct 28, 2019
    Douban: deal with url item and update unit tests
  4. 🎨 Fix linting issues in Douban.js

    zuphilip committed Oct 28, 2019
  5. Douban: ignore links as in Dou lists

    kun-g authored and zuphilip committed Oct 22, 2019
    Also update unit tests
Commits on Oct 27, 2019
  1. Merge pull request #2040 from zuphilip/heinonline-volume

    adam3smith committed Oct 27, 2019
    Add volume info again in HeinOnline.js
    And fix linting
Commits on Oct 26, 2019
  1. 🎨 Fix linting issues in HeinOnline.js

    zuphilip committed Oct 26, 2019
  2. Add volume info again in HeinOnline.js

    zuphilip committed Oct 26, 2019
    This solves #2038.
  3. Merge pull request #2033 from kun-g/master

    zuphilip committed Oct 26, 2019
    Baidu Schorlar: Fix url and scrape more data
  4. 🎨 Fix linting issues for Baidu Scholar.js

    zuphilip committed Oct 26, 2019
Commits on Oct 22, 2019
  1. Merge pull request #2031 from zuphilip/springer-palgrave

    zuphilip committed Oct 22, 2019
    Update Springer Books + Springer Link
  2. Import CY in RIS also for conference papers

    zuphilip committed Oct 19, 2019
    - the standard map already handle CY as place for all
      cases but for conferencePapers
    - conferencePaper should instead use C1 as place
    - however there are cases (ProCite export, RIS from
      Springer) where also for conferencePaper CY is used
      for the place
    - this is now handled directly in the degenerateMap
  3. Handle Palgrave books also with Springer translator

    zuphilip committed Oct 19, 2019
    Moreover, add the DOI in the extra field and update
    test cases. See also #1996.
  4. Handle versions of papers in arXiv.org.js (#1995)

    zuphilip committed Oct 22, 2019
    - Prefer latest date in arXiv.org.js [web + search]. This solves #1992.
    - However, when you are on the website of the specific
    version of the paper, then it will try to find the correct
    publication date in the XML and save the version
    number as well.
    - Moreover, it will then also save the correct version of the PDF
Commits on Oct 21, 2019
  1. Merge pull request #2026 from zuphilip/dblp2019

    zuphilip committed Oct 21, 2019
    Update DBLP translator
  2. Update DBLP translator

    zuphilip committed Oct 17, 2019
    This fixes #2024.
Commits on Oct 20, 2019
  1. WorldCat Discovery Service: Throw error on non-RIS response

    dstillman committed Oct 20, 2019
    For me, both WorldCat Discovery Service and Open WorldCat detect on this
    page [1], but a 404 is returned for citation.ris for WDS and OW runs
    instead. Someone in the forums [2] is getting a 200 response code for a
    404 error page ("Leider nichts gefunden. Sie können in
    WorldCat-Bibliotheken fast alles finden, aber leider nicht an dieser
    Stelle."), which was causing WDS to complete without error but without
    saving anything. This changes the WDS translator to search for the "TY
    - " RIS header in the response and fail explicitly. It would probably be
    better for the RIS sub-translator to just reject if no RIS was found,
    but that might need to wait for proper async translator support.
    
    I'm also not sure why both WorldCat Discovery Service and Open WorldCat
    are triggering on the same URL. Best case, this will show a fallback
    error in the save popup. It seems like it'd be better to combine these
    into a single WorldCat translator.
    
    [1] https://www.worldcat.org/title/righteous-mind-why-good-people-are-divided-by-politics-and-religion/oclc/897080656&referer=brief_results
    [2] https://forums.zotero.org/discussion/79621/worldcat
  2. Merge pull request #1987 from zuphilip/update-refer-bibix

    adam3smith committed Oct 20, 2019
     Update ReferBibIX.js
  3. Merge pull request #1972 from zuphilip/marc2019

    zuphilip committed Oct 20, 2019
    Update MARC translators and fix linting issues
  4. Rewrite VoxEU.js without the FW (#1868)

    retorquere authored and zuphilip committed Oct 20, 2019
Commits on Oct 19, 2019
  1. Update xpath in eLibrary.ru.js (#2032)

    zuphilip authored and dstillman committed Oct 19, 2019
    This fixes #2030.
Commits on Oct 18, 2019
  1. Fix ProQuest multiples (#2029)

    adam3smith authored and dstillman committed Oct 18, 2019
Older
You can’t perform that action at this time.