IUBLibTech / newton_chymistry

New version of 'The Chymistry of Isaac Newton', using XProc pipelines to generate a website based on TEI XML encodings of Newton's alchemical manuscripts, and Apache Solr as a search engine.
2 stars 0 forks source link

Latent Semantic Analysis (LSA) component #29

Closed Conal-Tuohy closed 5 years ago

Conal-Tuohy commented 5 years ago

This existing site's LSA section is a page with an AJAX form, and a set of dynamic result pages backed by a database application.

How should we wrap the existing application in the new site framework?

Conal-Tuohy commented 5 years ago

I am keen to rewrite as little as possible that's consistent with integrating these dynamic pages into the new website design, i.e. so that they share the headers and footers of the rest of the site.

An easy way might be to keep this part of the site running unchanged, and proxy to it from the new site (so it would become a back-end web service). The proxy would need to replace the old headers and footers, and rewrite some of the links.

wehooper commented 5 years ago

To confirm, let's please leave the LSA component where it is and proxy it as a back-end web service.

I/we have plans for it and want to keep it separate, following the arrangement on the P4 site.

I had been expecting to update the headers and footers when the decisions about those were made, so I will be responsible for bringing the LSA component into visual agreement with the site.

Conal-Tuohy commented 5 years ago

I accidentally opened this issue as a duplicate of issue #28