Redesign 'Datasets' page

Issue #36 resolved
Erkan Başar created an issue

Clusters that are related to each other should be shown in one row. This can be done by sending the cluster names in a list of lists and then this list of lists can be print by using 2 for loops.

Example for list of lists (based on the current cluster names in database);

listoflist = [[genocide_clusters_20151005], [floodtags20140729_alitestali_urls, floodtags20140729_alitestali_photos], [floodtweets20160515mini_testfilterFlo_urls, floodtweets20160515mini_testfilterFlo_photos, floodtweets20160515mini_testfilterFlo_no_photos_urls],...]

Comments (4)

  1. Log in to comment