Did: "download data" button gets csv. Each item gets a row, and each metric is a column...I think this is easier to read and work with than the "molten" format the current app serves, with each value getting its own row.
Tomorrow:
Rows are currently keyed just by tiid; we need other unique identifiers per row if we want this to be useful. I'm thinking another column called "identifier," which is populated with the best id (for simplicity, just go doi->pmid->url, since github, slideshare et al. ids are encoded in the url). Should be a fairly quick job.
Will fix on fix frontpage links and add logos
Will populate about page with static_meta descriptions from providers.
With luck, will finish these in time to start looking at speeding up the initial creation of items.
Potential obstacles:
General slowness and CPU-intensiveness of application continues to annoy; difficult to not dive in to logs and figure that out. Shall wait, though, till Heather gets her profiling results (tomorrow?), as that will be very informative.