# Beaucage, Peter Github Repo: https://github.com/pbeaucage/rsoxs-experiment-designer ## Tell Us About… ### Your Project - Hoping to build a web-based frontend for a backend codebase that helps users design experiments; essentially a wrapper where a user can pick two materials (loaded from hdf5 files on Github or in a simpler format if needed) and plot the result of the backend calculation, possibly with a few other visualization widgets. - - Prototype stage is probably a realistic goal. ### Required Data - Optical constants files from Eliot Gann's git repository @ https://github.com/EliotGann/Optical-Constants-Database/tree/master/Optical%20Constants - Dummy backend with binary contrast calculations, I can also whip this up in a Flask server very quickly. I'd like the server to be stateless, i.e, the client sends two datasets up and gets the computation back. ### Skills, tools, & technology - Some understanding of how to build relatively complex dashboards in React or other modern web-based tooling. - (existing JS hdf5 lib: https://github.com/usnistgov/jsfive)