Permalink
Commits on Oct 12, 2018
  1. Update newspapers.com.js to handle new markup (#1765)

    pbinkley authored and adam3smith committed Oct 12, 2018
    Keep returning ISO dates
  2. ORCID does not provide put-codes anymore in the website (#1764)

    zuphilip authored and adam3smith committed Oct 12, 2018
    We need now first an API call to receive the put-codes,
    with which we then can do calls for an individual work
    in CSL-JSON.
    
    * Avoid duplicates from works in the same activity group
  3. Open Journal Systems: Get metadata for articles in galley view (need …

    jrwiebe authored and adam3smith committed Oct 12, 2018
    …for OJS 3) (#1767)
    
    Get metadata for PDF view of articles, which is not included in
    OJS 3 (up to at least version 3.1.1-2).
Commits on Oct 11, 2018
  1. Fix multiple items for douban.com (#1762)

    JanusChoi authored and zuphilip committed Oct 11, 2018
    The original Xpath ```//div/a[contains(@OnClick, "moreurl")]``` is not working and I replace it with ```//div[@Class="title"]/a'``` and modified following code in order to import multiple items in doulist or search result pages.
  2. Revised SROWA translator (#1701)

    ontomoc authored and adam3smith committed Oct 11, 2018
    * Create State Records Office of Western Australia.js
    
    This is a Zotero translator for State Records Office of Western Australia's archive catalogue at https://archive.sro.wa.gov.au/index.php/.  The catalogue is an AtoM-based system (http://accesstomemory.org).
    
    The translator harvests metadata for (a) Series, (b) Items, (c) Pieces.  It also will harvest metadata for multiple items returned from a catalogue search.
    
    * Update State Records Office of Western Australia.js
    
    Responding to suggestions from 5 August '18:
    Now translates at four levels of archival description: Series, Items, Pieces, and Elements.
    Added findDate(dateStr) to simplify selection of preferred date from the 0-2 date strings, by precedence EndDate > StartDate > NULL.
    Revised the "Date(s)" case to (i) chose Zotero item date by precedence Creation > Accumulation > NULL, (ii) add notes for Creation and Accumulation dates, if each exists. 
    Added toTitleCase(titleStr) to convert Agency(Author) names and Series titles to Title case (excepting 'of' and 'and').
    Added test case that downloads an attached digital copy.
    
    * Update State Records Office of Western Australia.js
    
    Added missing metadata block to top of code.
    Per travis-cl check, repaired code — added missing semicolons and changed quotes to double quotes.
    
    * Update State Records Office of Western Australia.js
    
    Revised detectWeb() to more correctly detect multiple items returned by some search modes. Also, to handle multiple items returned during informationobject browse (but not other kinds of browse).
Commits on Oct 9, 2018
  1. Add JISC Historical texts (#1759)

    adam3smith authored and zuphilip committed Oct 9, 2018
  2. [EM] Don't concatenate different nodes by default (#1595)

    zuphilip authored and adam3smith committed Oct 9, 2018
    * [EM] Don't concatenate different nodes by default
    
    This lead to title and abstracts containing also a
    translated form, see examples in Cairn.info.js.
    
    * Update tests, change handling of og:site
    
    - The publicationTitle is also considered for cleaning title
    when this information comes from doc.title. However, after
    e7493f3 this information was not always given, e.g. test case
    http://volokh.com/2013/12/22/northwestern-cant-quit-asa-boycott-member/
    Therefore, we switch here the condition but left the field the same.
    - DIVA is the site name in og:site and not the proceeding title.
    - The salon website has moved most of its meta tags into the body
    and therfore the recognition is quite bad.
    - The detection of Hindawi test case still fails, but maybe the can
    fix this...
    
    * explain `allValues` variable in comment
Commits on Oct 8, 2018
  1. Fix Galegroup (#1750)

    adam3smith authored and zuphilip committed Oct 8, 2018
    Handle new & old Gale databases in two different translators
  2. Fix escaping

    adam3smith committed Oct 8, 2018
  3. Update Engineering Village (#1753)

    adam3smith committed Oct 8, 2018
    after some site changes.
    
    * Also: add license, remove checkbox handling in translator, typs
Commits on Oct 7, 2018
  1. Fix authors and publication titles in EM (#1749)

    adam3smith authored and zuphilip committed Oct 7, 2018
    - For proceedings titles, https://scholarworks.umass.edu/climate_nuclearpower/2011/nov19/34/
    imported og:site_title as proceedings title;
    - Test case for authors is
    https://ui.adsabs.harvard.edu/#abs/1995A&A...303..497V which doesn't work as automated test w/o defer
    - The WHO site has changed, we now have a dedicated translator, so removign test that no longer works
  2. Crossref fixes

    dstillman committed Oct 7, 2018
    - Use HTTPS for API (and in comments)
    - Fix typo (metaXML → metadataXML)
    - Check book_set_metadata in addition to book_metadata and
      book_series_metadata
Commits on Oct 6, 2018
  1. Update translator for Open Journal Systems (#1757)

    jrwiebe authored and adam3smith committed Oct 6, 2018
    * Updates for compatibility with recent version of OJS and expanded
    use of Dublin Core metadata (some OJS-specific).
Commits on Oct 4, 2018
  1. Update Google Patents.js (#1755)

    hpxing authored and adam3smith committed Oct 4, 2018
    fix pdf url. Relative link in the JSON looks like
    `"pdf": "e8/83/1b/e8168d58e6b59a/US7401286.pdf"`
Commits on Sep 29, 2018
  1. Fix IEEE Xplore

    adam3smith committed Sep 29, 2018
    This was easy...
    Closes #1751
Commits on Sep 28, 2018
  1. fixes and updates to OldBaileyOnline translator (#1746)

    sharonhoward authored and adam3smith committed Sep 28, 2018
    various fixes to broken translator, overhauled code substantially and added some enhancements.
  2. Add Google AI translator (#1741)

    GuyAglionby authored and adam3smith committed Sep 28, 2018
    * Add more bibtex categories to Google AI
Commits on Sep 27, 2018
Commits on Sep 22, 2018
  1. Remove old HAPI, rename beta

    adam3smith committed Sep 22, 2018
    update deleted.txt; some remaining syntax fixes
  2. Update HAPI to add abstract

    adam3smith committed Sep 22, 2018
    update tests
Commits on Sep 15, 2018
  1. Peeters (#1606)

    zuphilip authored and adam3smith committed Sep 15, 2018
    * new translator for Peeters from @zuphilip 's workshop #1582
  2. Add translator for svt.se (#1688)

    sebastian-berlin-wmse authored and adam3smith committed Sep 15, 2018
    This is the website for Sveriges nyheter, the Swedish public service TV.
Commits on Sep 14, 2018
Commits on Sep 13, 2018
Commits on Sep 11, 2018
Commits on Sep 10, 2018
  1. Translator for theses.fr (#1645)

    TesteFixe authored and adam3smith committed Sep 10, 2018
    A new translator for http://theses.fr, institutional repository of french doctoral thesis
Commits on Sep 9, 2018
Commits on Sep 8, 2018