예제 #1
0
파일: grant.py 프로젝트: okfn/epsrc-gow
def _scrape_pps(g, el):
    g['project_partners'] = util.extract_multiple_ids(el, 'Organisation')
예제 #2
0
파일: grant.py 프로젝트: okfn/epsrc-gow
def _scrape_cois(g, el):
    g['co_investigators'] = util.extract_multiple_ids(el, 'Person')