HBR import failing

Given the following metadata on an hbr.org page:

<meta property="article:tag" content="Meetings" />
<meta property="article:tag" content="Managing yourself" />
<meta property="article:tag" content="Workspaces" />
<meta property="article:author" content="John Jones" />
<meta property="article:author" content="Steve Smith" />
<meta property="article:author" content="Walter White" />
<meta property="article:published_time" content="2015-08-05T12:05:17Z" />

Zotero merges the authors into one name and doesn't read the date stamp.

Is that expected, or does it need s site-specific translator?
  • What's a specific url?
    Those tags aren't something zotero would read, so it's picking up others. I'm not familiar with that vocabulary.
  • https://hbr.org/2015/08/how-to-do-walking-meetings-right
  • So maybe it's pulling this:

    <h1 class="article-hed">How to Do Walking Meetings Right</h1>
    <div class="byline">
    <ul class="byline-list">
    <li><a href="/search?term=russell+clayton">Russell Clayton</a></li><li><a href="/search?term=chris+thomas">Chris Thomas</a></li><li><a href="/search?term=jack+smothers">Jack Smothers</a></li>
    </ul>
    </div>
    <div class="publication-date text-gray">August 05, 2015</div>
  • yes -- we're working on various directions of solutions on this. One solution waiting for merge here:
    https://github.com/zotero/translators/pull/931
  • Does Zotero not read these meta rage because they're not in a standard format it recognizes, or is it something else?
  • the article: metatags are just not something we've added support for -- they're a sub-genre of open graph tags (used principally but not exclusively by Facebook) and they've only become more widely used (because FB now makes use of them) in the last couple of years.
Sign In or Register to comment.