label='<<TABLE BORDER="0"><TR><TD BGCOLOR="blue" WIDTH="100%"></TD><TD ALIGN="Left">Papers in the bibliography</TD></TR>'
'<TR><TD BGCOLOR="red"></TD><TD ALIGN="Left">Other papers that are more cited than the most cited blue ones</TD></TR>'
'<TR><TD BGCOLOR="orange"></TD><TD ALIGN="Left">Other papers that are more cited than the average of blue + std</TD></TR>'
'<TR><TD BGCOLOR="grey"></TD><TD ALIGN="Left">Other papers</TD></TR><TR><TD BORDER="0" COLSPAN="2"><FONT POINT-SIZE="20">The size of each node is logarithmically proportional to the number of times it is cited by the blue ones.</FONT></TD></TR></TABLE>>',
fontsize='35')
g.view()
defget_results_summary(title_list,papers_score):
indices=np.flip(np.argsort(papers_score))
papers_score=papers_score[indices]
title_list=[title_list[i]foriinindices]
withopen('summary.txt','w')asf:
f.write(
'Here is the summary of how many times have each of these papers been cited by the papers of your bibliography : \n\n')