Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. from pyzotero import zotero as z import pandas as pd
  2.  
  3. zot = z.Zotero(library_id, library_type, api_key, preserve_json_order=True)
  4.  
  5. zot.collections()
  6.  
  7. song_historiography=zot.collection_items('GLN5VY3Z')
  8.  
  9. x=int()
  10. song_historiography[x]['data']['creators']
  11.  
  12. [{'creatorType': 'author', 'name': '่ˆ’ไป่ผ'}]
  13.  
  14. [{'creatorType': 'author', 'firstName': 'On Cho', 'lastName': 'Ng'},
  15. {'creatorType': 'author', 'firstName': 'Q. Edward', 'lastName': 'Wang'}]
  16.  
  17. [{'creatorType': 'author', 'firstName': 'Peter K.', 'lastName': 'Bol'},
  18. {'creatorType': 'editor',
  19. 'firstName': 'Dieter Kuhn',
  20. 'lastName': 'Helga Stahl'}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement