Ticket #1009 (new task)

Opened 4 years ago

Last modified 4 years ago

add PMC article-type to extended feed

Reported by: russ Assigned to: wtoconnor
Priority: unassigned Milestone:
Component: ambra Version: 0.9-rc2-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Description

google scholar needs article type.

we got away with this before b/c plosone only has research articles.

there's currently no good way to identify the PMC article type from mulgara, so we also need to add some config to define the list of PMC article types, similar to the way we define plos article types.

Dependency Graph

Change History

(follow-up: ↓ 2 ) 08/12/08 13:13:39 changed by amit

I would not recommend this approach. It is far easier and beneficial to extract the PMC article type and add that as a 'rdf:type' for an object in Mulgara.

(in reply to: ↑ 1 ) 08/13/08 09:20:18 changed by ronald

Replying to amit:

I would not recommend this approach. It is far easier and beneficial to extract the PMC article type and add that as a 'rdf:type' for an object in Mulgara.

The article type already is extracted and available in mulgara as an rdf:type statement. However, so are the article's subjects. So without additional information it's not clear which is the article type. I.e. we need to either have a list of valid article-types to compare against, create some rule to recognize article-types, remove the subjects, or store the article-type in another field.

10/23/08 09:31:43 changed by rich

  • owner changed from rich to wtoconnor.