Merge branch 'master' of https://code-repo.d4science.org/andrea.mannocci/fake-orcid-analysis
This commit is contained in:
commit
c49ae8fdfd
|
@ -22,7 +22,7 @@ def main(input_filepath, output_filepath):
|
|||
'given_names', 'family_name', 'biography', 'other_names', 'urls',
|
||||
'primary_email', 'other_emails', 'keywords', 'external_ids', 'education',
|
||||
'employment', 'n_works', 'works_source', 'activation_date', 'last_update_date',
|
||||
'n_doi', 'n_arxiv', 'n_pmc', 'n_other_pids'])
|
||||
'n_doi', 'n_arxiv', 'n_pmc', 'n_other_pids'], encode = 'utf-8')
|
||||
|
||||
logger.info('Loading list columns')
|
||||
logger.info('... other_names')
|
||||
|
|
Loading…
Reference in New Issue