TBA
Python3
MySQLdb
- Author list: a tsv file; each row corresponds to a paper with fields wos_id wos_standard_name1 wos_standard_name2 ...
- Citation list: a tsv file; each row corresponds to a paper and other papers citing this paper, with fields cited_id citing_id1 citing_id2 ...
- Reference list: a tsv file; each row corresponds to a paper and other papers referenced by this paper, with fields citing_id cited_id1 cited_id2 ...
- Log into Bastion
- Download author data using WOS_author.py and citation data using WOS_refs.py. In the future, one might be able to use pull_data.sh to download directly, but the server cannot handle such big tables currently.
- See notebook "TBA"