Example #1
0
def _scrape_pps(g, el):
    g['project_partners'] = util.extract_multiple_ids(el, 'Organisation')
Example #2
0
def _scrape_cois(g, el):
    g['co_investigators'] = util.extract_multiple_ids(el, 'Person')