You can follow the results of the project through this webapp in real time.
The app looks for new data in every 5 minutes and refreshes if new data are available.
Please, use the tabs at the top of the screen to inspect the results of the different analyses.
After answering a trial in the study the data from that trial is automatically pushed to a github repository that you can see here. When the repository receives a new data point through a push event, a Github webhook sends a POST request with the information about the push event to an API running on Google Cloud Run. The API contains the calculation functions from the R package developed for this project (see), and runs the calculation on the new data. After the API finished the analyses it pushes the results to another repository (see). The present application reads the results from that repository in every 5 minutes.
If you have any questions or comments please write to Marton Kovacs to the following email address: marton.balazs.kovacs@gmail.com
Or submit an issue on the apps Github page: https://github.com/marton-balazs-kovacs/tppr/issues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.