# GIAnT **Repository Path**: daoos_admin/GIAnT ## Basic Information - **Project Name**: GIAnT - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-06 - **Last Updated**: 2021-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GIAnT [![Build Status](https://travis-ci.org/DanielPollithy/GIAnT.svg?branch=master)](https://travis-ci.org/DanielPollithy/GIAnT) [![Build status](https://ci.appveyor.com/api/projects/status/yvbe57nt8kvpt2e9?svg=true)](https://ci.appveyor.com/project/DanielPollithy/giant) [![Documentation Status](https://readthedocs.org/projects/transliterationapplication/badge/?version=latest)](http://transliterationapplication.readthedocs.io/en/latest/?badge=latest) [![API Status](https://img.shields.io/badge/API-0.1-brightgreen.svg)](https://danielpollithy.github.io/GIAnT/api/) [![API Status](https://img.shields.io/badge/Test_Coverage--brightgreen.svg)](https://danielpollithy.github.io/GIAnT/coverage/lcov-report/index.html) [![Coverage Status](https://coveralls.io/repos/github/DanielPollithy/TransliterationApplication/badge.svg?branch=master)](https://coveralls.io/github/DanielPollithy/TransliterationApplication?branch=master) ## Network [![Network](https://img.shields.io/badge/QDA_networked_with-openQDA-blue.svg)](https://github.com/barichello/openQDA) **Youtube Video** [![Application Screencast](https://img.youtube.com/vi/4NRxlxq0TEY/0.jpg)](https://www.youtube.com/watch?v=4NRxlxq0TEY) GIAnT - Graphical Image Annotation Tool ======================================= .. image:: sources/images/logo.png GIAnT is an open source cross platform desktop application designed to aid scientists with graphical image annotation in the process of creating a corpus. If you have a set of images, want to make annotations or even analyze how utters interact with each other this application might be useful for your project. We built it for analyzing graffiti in Rome. Never the less the application is designed to be adapted for other studies. GIAnT resources ---------------
What Where
Download GIAnT https://github.com/DanielPollithy/GIAnT/releases
Report a problem https://github.com/DanielPollithy/GIAnT/issues
Get the code https://github.com/DanielPollithy/GIAnT
Check the API https://github.com/DanielPollithy/GIAnT/
Automatic win32 tests https://ci.appveyor.com/project/DanielPollithy/giant
Automatic unix tests https://travis-ci.org/DanielPollithy/GIAnT
Code coverage report https://coveralls.io/github/DanielPollithy/TransliterationApplication
Licenses https://github.com/DanielPollithy/GIAnT/blob/master/LICENSES.txt
## npm commands - ```npm run coverage``` creates ./docs/coverage files - ```npm run docs``` creates ./docs/api files for ./src/*.js - ```npm run test``` runs all tests from ./test/*.js - ```npm run server``` runs the src/server.js ## build instructions In order to build a bundled electron application for a specific operating system electron-packager is used. If you are on the OS where you want to ship to just do the following steps: - ```npm install``` at least once - ```electron-packager . ``` in the base directory of the repo - zip the created folder and ship it The deployment to OS X has never been tried so far. ## Logging The server logs to the following default locations (electron-log) on Linux: ~/.config//log.log on OS X: ~/Library/Logs//log.log on Windows: %USERPROFILE%\AppData\Roaming\\log.log