Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ tira Public
forked from tira-io/tira

The source code for the TIRA Shared Task Platform

License

Notifications You must be signed in to change notification settings

fschlatt/tira

 
 

Repository files navigation

TIRA Integrated Research Architecture

This repository contains the source code for all the following components of the TIRA shared task platform:

Setup Your Local Development Environment

First, please clone the repository:

git clone [email protected]:tira-io/tira.git

Please change your directory to application:

cd application

Install your virtual environment via:

make setup

Then, to start TIRA locally, please start:

make webpack-watch

and

make run-develop

Then, you can point your browser to the specified URL.

Resources

  • Wiki: Getting started with TIRA as a developer/administrator
  • User Docs: Getting started with TIRA as a user
  • Papers: List of publications
  • Contribution Guide: How to contribute to the TIRA project

Paper

If you use TIRA in your own research, please be sure to cite our paper

@InCollection{potthast:2019c,
  address =             {Berlin Heidelberg New York},
  author =              {Martin Potthast and Tim Gollub and Matti Wiegmann and Benno Stein},
  booktitle =           {{Information Retrieval Evaluation in a Changing World}},
  doi =                 {10.1007/978-3-030-22948-1\_5},
  editor =              {Nicola Ferro and Carol Peters},
  ids =                 {stein:2019r},
  isbn =                {978-3-030-22948-1},
  month =               sep,
  publisher =           {Springer},
  series =              {{The Information Retrieval Series}},
  title =               {{TIRA Integrated Research Architecture}},
  year =                2019
}

License

MIT License

About

The source code for the TIRA Shared Task Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.3%
  • Shell 16.4%
  • Vue 11.1%
  • JavaScript 6.0%
  • CSS 4.8%
  • Jupyter Notebook 3.3%
  • Other 7.1%