# HG changeset patch # User dwinter # Date 1367584207 -7200 # Node ID 06befe15f66f4866f483b9e989a9bddaad64c37d # Parent 49abb91d6c6ac5b76f190ea7aed917d9bece238b dokumentation diff -r 49abb91d6c6a -r 06befe15f66f zopePubmanConnector.py --- a/zopePubmanConnector.py Fri May 03 14:26:13 2013 +0200 +++ b/zopePubmanConnector.py Fri May 03 14:30:07 2013 +0200 @@ -231,7 +231,19 @@ def getPreprintsFromContext(self,context,limit=None,publicationType=None): - """get all publications des context""" + """gibt alle publicationen des context, jeweils als tupel ("escidoc:id",METADATEN) + + METADATEN ist hierbei eine Map mit : + "citation" --> citation in der APA formatierung + "volume" --> volume + "link" --> dowloadlink + "abstracts" --> map mit deu/eng für den abstrakt + "authors" --> [(NACHNAME,VORNAME]),..] + "title"--> title + "year" --> issued + + + """ h = httplib2.Http(cacheFolder)