oduwsdl / hypercane

A toolkit for developing algorithms that sample mementos from a web archive collection.

Home Page:https://oduwsdl.github.io/hypercane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finish Hypercane GUI script for cluster action

shawnmjones opened this issue · comments

The existing CLI application must be reworked. This work was started already and needs to be tested.

Once that work is done, we can add the corresponding GUI script for the Wooey interface.

The cluster GUI appeared to work with Archive-It collection 694 using K-means and memento-datetime, but all mementos were placed in the same cluster.

http://wayback.archive-it.org/694/20080426151652/http://hosted.ap.org/dynamic/stories/V/VIRGINIA_TECH_ANNIVERSARY?SITE=AKKOD&SECTION=HOME&TEMPLATE=DEFAULT	99999
http://wayback.archive-it.org/694/20080423042553/http://news.aol.com/newsbloggers/2007/04/17/cho-seung-huis-plays/	99999
http://wayback.archive-it.org/694/20080422002149/http://christiannewswire.com/news/909296262.html	99999
http://wayback.archive-it.org/694/20070606234248/http://frankandsharon.net/tribute/	99999
http://wayback.archive-it.org/694/20070613234256/http://frankandsharon.net/tribute/	99999

This used to work. Why is it failing now. Is there a caching or system issue or is it due to code changes?

This turned out to be related to #57. It works fine if one has specified the database connection in the HC_STORAGE_CACHE variable.

http://wayback.archive-it.org/694/20080426151652/http://hosted.ap.org/dynamic/stories/V/VIRGINIA_TECH_ANNIVERSARY?SITE=AKKOD&SECTION=HOME&TEMPLATE=DEFAULT	26
http://wayback.archive-it.org/694/20080423042553/http://news.aol.com/newsbloggers/2007/04/17/cho-seung-huis-plays/	15
http://wayback.archive-it.org/694/20080422002149/http://christiannewswire.com/news/909296262.html	5
http://wayback.archive-it.org/694/20070606234248/http://frankandsharon.net/tribute/	7
http://wayback.archive-it.org/694/20070613234256/http://frankandsharon.net/tribute/	1

Closing.