Skip to content
Permalink
Tree: c7021c136b
Commits on Sep 4, 2016
  1. [don't merge] Switch DOI to DOI.org

    adam3smith committed Sep 4, 2016
    @zuphilip -- this obviously needs cleanup, but I wanted to get your
    thoughts on this. It's taking advantage of the now available CSL_JSON
    via content negotiation on doi.org (and the functionality you added to
    ZU.doGet to use it. The main advantages are
    1) Fewer API requests
    2) Works in Chrome connector for items with DataCite and CrossRef DOIs
    3) Will work with additional services as they become available
    
    Open questions:
    1) What's a good name for the new translator
    2) Should we remove the old DataCite and CrossRef ones, or leave them in
    as a fallback at least initially?
    3) Any thoughts on how to test this for data quality? I was going to
    manually go through all DOIs that are in the CrossRef translator. Any
    other ideas?
    
    As well as any other conceptual issues you can think of (as I say, don't
    worry about code quality for now)
Commits on Sep 2, 2016
  1. Primo Improvements (zotero#1123)

    adam3smith committed Sep 2, 2016
    Especially to publisher/place parsing, but also some other things.
    Closes zotero#850
  2. New translator for HighBeam (zotero#1126)

    zuphilip authored and adam3smith committed Sep 2, 2016
    This closes zotero#1088
  3. New translator for ORCID (zotero#1099)

    zuphilip authored and adam3smith committed Sep 2, 2016
    @zuphilip -- this now appears to work. If you want to check on your end and then rebase (into two separate commits, as you suggest), I believe this is ready
Commits on Aug 30, 2016
  1. 3news.co.nz -> newshub.co.nz (zotero#1128)

    zuphilip authored and adam3smith committed Aug 30, 2016
    This closes zotero#1108
Commits on Aug 29, 2016
Commits on Aug 27, 2016
  1. [J-Stage.js]: Fix cases when no pdf is available (zotero#1125)

    zuphilip authored and adam3smith committed Aug 27, 2016
    Also fixing the extraction of the abstract and updating the
    structure of the translator in general. Add a new test case.
  2. [AEA Web.js]: Fix escaping HTML entities (zotero#1124)

    zuphilip authored and adam3smith committed Aug 27, 2016
    This solves zotero#1114 and also makes the translator
    ready for running on server.
  3. Rewrite ProjectMuse using EM (zotero#1117)

    adam3smith committed Aug 27, 2016
    * Fix translator
    * Enable for server
Commits on Aug 26, 2016
Commits on Aug 24, 2016
  1. Fixing ACS Publications.js (zotero#1116)

    zuphilip authored and adam3smith committed Aug 24, 2016
    Pretty sure this fixes it, but let's continue to monitor.
Commits on Aug 23, 2016
  1. Bryn mawr (zotero#1115)

    zuphilip authored and adam3smith committed Aug 23, 2016
    This is the continuation of zotero#1045 :
    
        adapted the detectWeb
        restructure the doWeb
        use ZU.xpath and ZU.xpathText instead of doc.evaluate
        try to use a more stable method for reviewAuthors
        use url directly for extracting date
        save the BMCR ID in extra
Commits on Aug 22, 2016
Commits on Aug 21, 2016
  1. Fixes Google Scholar for Saved Lists (zotero#1112)

    adam3smith committed Aug 21, 2016
    Also:  Include @zuphilip 's fix
    
    cf. zotero#1113
  2. Change The Hindu scraper to find author names correctly (zotero#1026)

    piyushs authored and adam3smith committed Aug 21, 2016
    The Hindu has slightly modified the format of its webpages, and the old
    translator was not able to scrape author names correctly any more.  This
    commit fixes this bug, and makes sure that all the earlier translator
    tests pass.
  3. remove duplicate data and fix abstract for Hindawi; (zotero#972)

    adam3smith committed Aug 21, 2016
    * remove duplicate data and fix abstract for Hindawi; Also switch test item to a better one.
    (The actual data doesn't change apart from the improved abstract, so you can ignore the test changes)
Commits on Aug 20, 2016
  1. Rewrite BBC.js (zotero#1106)

    zuphilip authored and adam3smith committed Aug 20, 2016
Commits on Aug 19, 2016
  1. Open Journal System (zotero#1110)

    zuphilip authored and adam3smith committed Aug 19, 2016
    * OJS: Improve detectWeb and add more test cases
    
    * [Contracorriente]: Change to use BibTeX instead EM
Commits on Aug 14, 2016
Commits on Aug 11, 2016
  1. Update mirrors handled by the Theory of Computing translator (zotero#…

    piyushs authored and adam3smith committed Aug 11, 2016
    …1027)
    
    The mirror for Theory of Computing at the Anustralian National University
    is now offline, while a new mirror has come up at the New York University.
    This commit updates the regex and tests for the transltor to reflect this
    change.
    
    The commit also fixes a small typo in one of the tests.
Commits on Aug 9, 2016
  1. Make Archives articles work on WaPo (zotero#1102)

    adam3smith committed Aug 9, 2016
    Some of the old tests (#2,3) are failing with translation issue, so you'll probably want to look at those, Seb (first one updated just fine)
    
    * rmv abstractNotes on /archive/
    Actually these don't appear to use this field—just creates junk
Commits on Aug 8, 2016
  1. SLIMS: Fix typo in title (zotero#1094)

    owcz authored and adam3smith committed Aug 8, 2016
  2. Update wiso translator (zotero#1087)

    zuphilip authored and adam3smith committed Aug 8, 2016
    The problem was reported in the forum:
    https://forums.zotero.org/discussion/59856/wiso-site-translator/
    
    The website simply changed its structure such that the  permalink is now saved in a url tag and not simple text node. This PR change the XPath accordingly.
  3. Capita prism (zotero#1090)

    zuphilip authored and adam3smith committed Aug 8, 2016
    * Renamed Talis Prism 2 to Capita Prism
    
    Talis's library business was sold to Capita in 2011, so changing the label to reflect this.
    
    The URI structure being looked for is also from the version of Prism that followed 2, which doesn't have a version number.
  4. Enable 5 translators for translation-server + Google-Books-ID (zotero…

    zuphilip authored and adam3smith committed Aug 8, 2016
    …#1100)
    
    Enable JSTOR, Primo, ScienceDirect, Wiley Online,
    and Google Books translators.
    Add regex for 12 character google books ID,
    and add url to citation based on that ID.
    * [Google Books.js] Use extra field for Google-Books-ID
  5. Some tweaks to how DC item types are identified (zotero#1086)

    adam3smith committed Aug 8, 2016
    - dataset in eprints and DC should become a journal article
    - article type in DC should be a journal article, both given common
    - usage and for uniformity with eprint
    - add some semicolons
Commits on Jul 30, 2016
Commits on Jun 21, 2016
  1. Revert "Change version to versionNumber for computerProgram" (zotero#…

    adam3smith committed Jun 21, 2016
    …1085)
    
    We get too many error reports -- I don't know why, but let's revert first, then try to figure this out. CC@zuphilip
  2. Change version to versionNumber for computerProgram (zotero#1084)

    zuphilip authored and adam3smith committed Jun 21, 2016
    See https://groups.google.com/forum/#!msg/zotero-dev/FWCP_R5S_hg/ditgqvOpDwAJ
    
    Searched for `\bversion:|"version"[^,]|\.version\b` in all translators not using the framework.
    
    The TEI translator was already updated in zotero@23f345b
Older
You can’t perform that action at this time.