# BORIS

> easy-to-use event logging software for video/audio coding and live observations

**Wikidata**: [Q105229787](https://www.wikidata.org/wiki/Q105229787)  
**Source**: https://4ort.xyz/entity/boris

## Summary
BORIS is an easy-to-use event logging software designed for video/audio coding and live observations. It is utilized primarily for behavior analysis and observation tasks. The software is open-source, written in the Python programming language, and is compatible with Microsoft Windows, macOS, Linux, and Android operating systems.

## Key Facts
- **Full Name:** BORIS
- **Primary Function:** Event logging for video/audio coding and live observations
- **Category:** Software (non-tangible executable component)
- **License:** GNU General Public License, version 3.0
- **Programming Language:** Python
- **Operating Systems:** Microsoft Windows, macOS, Linux, Android
- **Official Website:** http://www.boris.unito.it/
- **Use Cases:** Behavior analysis, observation
- **Copyright Status:** Copyrighted

## FAQs

### Q: What is BORIS used for?
A: BORIS is used for event logging, specifically facilitating video/audio coding and live observations. It is a standard tool in fields requiring behavior analysis.

### Q: Is BORIS free to use?
A: Yes, BORIS is released under the GNU General Public License, version 3.0, which defines it as free software. Despite being open-source, the software maintains a copyrighted status.

### Q: What platforms does BORIS run on?
A: BORIS is cross-platform and runs on Microsoft Windows, macOS, Linux, and Android mobile devices.

### Q: What technology is BORIS built with?
A: The software is built using Python, a general-purpose programming language.

## Why It Matters
BORIS serves a critical role in the scientific and academic communities by providing a dedicated tool for behavioral research. By allowing researchers to log events from video, audio, and live feeds, it bridges the gap between raw observational data and digital analysis. Its availability on major desktop operating systems (Windows, macOS, Linux) as well as mobile platforms (Android) allows for flexibility in various research environments, from labs to field work.

Furthermore, its implementation in Python and release under the GNU General Public License (GPLv3) ensures that the tool remains accessible and modifiable by the community. This openness fosters collaboration and transparency in research methodologies, allowing users to inspect the code or adapt it for specific experimental needs without proprietary restrictions.

## Notable For
- **Cross-Platform Versatility:** Unlike many research tools limited to desktop environments, BORIS functions on Android mobile devices as well as Windows, macOS, and Linux.
- **Open Source Accessibility:** It is distributed under the GNU General Public License v3.0, making it free to use and modify.
- **Multi-Modal Input:** It supports coding from both pre-recorded media (video/audio) and live observations.
- **Python Foundation:** Built on Python, ensuring a widely understood and extensible code base.

## Body

### Software Classification and Use
BORIS is classified as a non-tangible executable software component designed for distinct observational tasks. Its primary use cases are behavior analysis and general observation. It enables researchers and practitioners to code events systematically.

### Technical Specifications
The software is written in Python, a general-purpose programming language. It is compatible with a wide range of operating systems, ensuring broad accessibility for users on different hardware.
- **Desktop Support:** It operates on Microsoft Windows (family of computer operating systems developed by Microsoft), macOS (operating system for Apple computers), and Linux (family of Unix-like operating systems).
- **Mobile Support:** It extends functionality to mobile environments via the Android operating system.

### Licensing and Distribution
BORIS is distributed under the GNU General Public License, version 3.0. While the software is copyrighted, the license allows for the freedom to run, study, share, and modify the software. The official portal for the software is hosted at http://www.boris.unito.it/.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "BORIS",
  "description": "Easy-to-use event logging software for video/audio coding and live observations.",
  "url": "http://www.boris.unito.it/",
  "applicationCategory": "UtilitiesApplication",
  "operatingSystem": ["Microsoft Windows", "macOS", "Linux", "Android"],
  "programmingLanguage": "Python",
  "license": "GNU General Public License v3.0"
}