Ticket #593 (new defect)

Opened 1 year ago

Last modified 1 month ago

group authors do not show up in feed

Reported by: russ Assigned to: wtoconnor
Priority: medium Milestone:
Component: ambra Version: 0.7
Keywords: feed Cc:
Blocking: Blocked By:

Description

the plosone article e725 has a group author.

the group author does not show up in the feed. as in many other places, the code dealing with authors expects a <name> element, which does not exist for group authors.

here's a snippet from the feed XML for this article that includes an empty element where the group author should be:

    <author>
      <name>Isabelle Bourgault Villada</name>
    </author>
    <author>
      <name>Jean-Gérard Guillet</name>
    </author>
    <author>
      <name />
    </author>

Dependency Graph

Change History

08/22/07 14:43:15 changed by russ

  • summary changed from group authors do not show up inn feed to group authors do not show up in feed.

08/22/07 15:00:03 changed by jsuttor

  • owner changed from jsuttor to ebrown.
  • milestone set to 0.8.

Eric, you've been working on the Feed. will this be easy?

08/22/07 15:30:58 changed by ebrown

  • owner changed from ebrown to russ.

I think I need a bit more context -- or just tell me where I can find article 725.

On the surface, it looks more like an ingest and/or migration problem.

Where can I find article 725?

08/22/07 15:38:15 changed by russ

you can find it on plosone:

http://www.plosone.org/doi/pone.0000725

and if you grab the feed in the next week, you'll see it there as well:

http://www.plosone.org/feed/PLoSONE.xml

08/22/07 15:38:21 changed by russ

  • owner changed from russ to ebrown.

08/22/07 16:38:54 changed by amit

  • milestone deleted.

There are a bunch of issues related to this that we need to solve, but this is not a high priroty for 0.8.

10/29/07 20:28:26 changed by amit

  • owner changed from ebrown to russ.

11/08/07 17:46:58 changed by rich

  • owner changed from russ to alex.
  • priority changed from high to medium.

09/03/08 12:17:40 changed by rich

  • keywords set to feed.
  • blocking changed.
  • blockedby changed.

10/23/08 09:29:24 changed by rich

  • owner changed from alex to wtoconnor.

10/31/08 15:32:24 changed by wtoconnor

Would it possible to add article e725 to plosone-branch?