Skip to content
Daniel Gacitúa edited this page Sep 25, 2022 · 5 revisions

Welcome to the LETICIA wiki!

LETICIA is an open-source and customizable web platform for interactive information retrieval (IIR) studies. Its main purpose is to serve as a base for user study design and implementation in IIR, with little to no coding requirements to create a study.

LETICIA is built as an effort to ease study creation for IIR researchers and offer a state-of-the-art platform to be applied both in local and remote environments. LETICIA can be used as-is from its already developed modules, or as a starting point for developing custom modules and functionalities.

This wiki contains all the documentation for installing, configuring, and developing LETICIA.

Features

  • Fully operational platform for search tasks in IIR studies
  • User interaction capture (visited pages, queries, keyboard and mouse actions, among others)
  • Simulated web search environment (powered by Apache Solr)
  • Non-relational database storage (powered by MongoDB)
  • Easy deploy server (on GNU/Linux)
  • No install required for participants (runs through a web browser)
  • Integrated out-of-the-box web crawler
  • Support for search task personalization
  • Customizable study experience (for participants)
  • Customizable forms, questionnaires, and studies
  • Multi-language frontend (i18n support)
  • Extensible and modular approach (through its REST API)
  • Released as open source software (AGPL v3)

Install LETICIA

This platform must be installed on a server machine and can be served to participants (clients) directly from the browser (no installation required).

Please bear in mind that to install LETICIA you will need to have at least basic knowledge of the terminal/console on *nix environments. LETICIA was designed to be installed on Linux servers, but it might also work on Windows/macOS environments (not tested).

To install LETICIA, you have three options: Dev mode, Native mode, and Docker mode. You can check both the repository's README file or LETICIA's Manual for further details for installation.

Clone this wiki locally