Attention

You’re viewing an old version of the L’ART Research Assistant documentation. The project has moved to https://lart.readthedocs.io/projects/research-assistant.

research_client.app

LART Research Client App.

An app to collect survey-type data for research on regional and minority languages, developed by the Language Attitudes Research Team at Bangor University.

Functions

atol_rating(data)

Retrieve atol rating and print to screen.

close(page, opensockets)

Callback when an app socket is closed.

export_data_backup()

Non-blocking eel wrapper for the app's export_backup() function.

main()

App main function called on app launch.

shutdown([sig, frame])

Shut down the app.

atol_rating(data)[source]

Retrieve atol rating and print to screen.

Parameters:

data (dict[Any, Any])

close(page, opensockets)[source]

Callback when an app socket is closed.

Parameters:
  • page (str)

  • opensockets (list[Any])

export_data_backup()[source]

Non-blocking eel wrapper for the app’s export_backup() function.

main()[source]

App main function called on app launch.

shutdown(sig=None, frame=None)[source]

Shut down the app.