The typical ideology of crowd-science (leveraging unused epistemic resources, and making science more efficient) does not seamlessly apply.
High pace and yet also “Slow science”:
I think with a large collaboration of this kind we can aim not only for success in settling the problems (which is, of course, the central goal) but also for higher standards in explaining the proof, improving the argument, making sure it is locally correct and detailed (hyperlinks can even allow to give details that are necessary for some while obvious for others), and in the exposition level of the paper. Since everything is in the open there is no preasure to rush on these matters. (Gil Kalai, comment of March 15, 2009)
plot_overview(PM_FRAME, annotate=True)
author_project_res, indices_res, select_2_res, title_res = project_participation_evolution(PM_FRAME, ALL_AUTHORS, research_only=True)
authors_2_res = [author for author, bool in select_2_res.items() if bool]
plot_heatmap(*general_heatmap(PM_FRAME, ALL_AUTHORS,
authors=authors_2_res,
thread_level=False,
thread_type='research threads',
cluster_projects=False,
cluster_authors=False,
binary=False,
scale_data=True),
log=True)
plot_heatmap(*general_heatmap(PM_FRAME, ALL_AUTHORS,
authors=authors_2_res,
thread_level=False,
thread_type='research threads',
cluster_projects=True,
binary=False,
scale_data=True,
method='average'),
log=True)
project_heatmap(PM_FRAME, "Polymath 1", log=True, thread_type="research threads", method="average")
plot_discussion_tree(PM_FRAME, **PM4_FOCUS)
plot_discussion_tree_radial(PM_FRAME, **PM4_FOCUS)
draw_network(PM_FRAME, **PM4_FOCUS, fontsize=10)
plot_scatter_authors_hits(PM_FRAME, **PM4_FOCUS, fontsize=10)
Individual comments function as one-to-many announcements (the platform is open), but are they also public announcements?
plot_discussion_tree(PM_FRAME, project='Polymath 8', stage=2, thread_type='research threads')