This is code for a site describing how different federated analyses can be carried out with different capabilities across a network of Trusted Research Environments (TREs).
The site provides a dashboard for different analyses, which can be filtered by capabilities and levels of trust. The dashboard is backed by a set of descriptions of analyses following a defined schema.
This is an Observable Framework app. To install the required dependencies, run:
npm install
Then, to start the local preview server, run:
npm run dev
Then visit http://localhost:3000 to preview your app.