Skip to content

Commit

Permalink
add references to dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
paregorios committed Mar 24, 2014
1 parent 91cb78f commit d61a744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pleiades/dump/__init__.py
Expand Up @@ -188,7 +188,8 @@ def getAuthors(rec, catalog):
bbox=lambda x, y: ", ".join(map(str, x.bbox or [])),
tags=lambda x, y: ", ".join(x.Subject),
currentVersion=lambda x, y: x.currentVersion,
authors=getAuthors
authors=getAuthors,
references=getReferenceCitations
)

locations_schema = common_schema.copy()
Expand Down

0 comments on commit d61a744

Please sign in to comment.