• Stars
    star
    151
  • Rank 246,057 (Top 5 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created almost 9 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Semantic Annotation Without the Pointy Brackets

Recogito

Current version: v3.3

Home of Recogito - a Semantic Annotation tool for texts and images, developed by Pelagios Commons.

Prerequisites

  • Java 8 JDK
  • SBT (version 1.0.x)
  • node.js (version 10.4.1), along with npm (version 6.1.0) and the webpack and webpack-cli npm packages (install globally via npm install -g {package-name} )
  • PostgreSQL DB (tested with version 9.5)
  • ElasticSearch v5.6.5 (important: do not use ES v6.x, since this introduced breaking changes not compatible with the current version of Recogito)
  • To use image annotation, you need to have the vips image processing system installed. If vips is not available on the command line, Recogito is set to reject uploaded images as 'unsupported content'. (Note: on Ubuntu, 'libvips-tools' is the package you need.)

Installation

  • Clone this repository
  • Create a copy of the file conf/application.conf.template and name it conf/application.conf. Make any environment-specific changes there. (For the most part, the defaults should be fine.)
  • Create a database named 'recogito' on your Postgres DB server. (If you want a different name, adjust the settings in your conf/application.conf accordingly.)
  • Type npm install to download required JS dependencies
  • Type sbt run to start the application in development mode.
  • Point your browser to http://localhost:9000
  • Recogito automatically creates a single user with administrator privileges with username 'recogito' and password 'recogito'. Be sure to remove this user - or at least change the password - for production use!
  • To generate an Eclipse project, type sbt eclipse.

Importing gazetteers

You can import gazetteers through the administration dashboard.

  • Log in with a user that has admin privileges (such as the default 'recogito' user created automatically)
  • Point your browser to http://localhost:9000/admin/authorities
  • Click Add Authority File to upload a gazetteer (see our Wiki for information on supported data formats).

Running in production

  • When running in production you must define a location where Recogito can store user files, using an absolute path. The relevant property in the conf/application.conf file is recogito.upload.dir.
  • To test production mode before deploying, type sbt runProd
  • To change to a different port (than default 9000), type sbt "runProd -Dhttp.port=9876"
  • For full production deployment, refer to the current Play Framework docs
  • Be sure to set a random application secret in conf/application.conf. Play includes a utility to generate one for you - type sbt playGenerateSecret.
  • Last but not least: another reminder to remove the default 'recogito' admin user - or at least change its password!

Contributing to development

If you want to contribute to the development of Recogito, do get in touch with us with your ideas via [email protected]. Or want to contribute and don't know where to start? The easiest way to get started is by helping out with the translation of the user interface and help resources. Check the Wiki for more information.

Acknowledgements

Recogito was developed predominantely as part of the Pelagios 6 & 7 research projects. Investigative team:

  • Elton Barker
  • Leif Isaksen
  • Rebecca Kahn
  • Rainer Simon
  • Valeria Vitale

License

Recogito is licensed under the terms of the Apache 2.0 license.

More Repositories

1

pelagios-cookbook

The PELAGIOS Cookbook
PHP
25
star
2

peripleo

***deprecated*** A search engine for the Pelagios universe, with a comprehensive JSON API.
Scala
23
star
3

peripleo2

The Pelagios Exploration Engine
Scala
21
star
4

recogito

***deprecated*** A Web-based tool for validating & correcting geo-resolution results
Scala
18
star
5

peripleo-lite

A JavaScript viewer for geospatial linked data
JavaScript
14
star
6

pelagios.github.io

HTML
9
star
7

pelagios-widgets

Embeddable Javascript widgets to access Pelagios data
JavaScript
7
star
8

simple-gazetteer-server

A simple gazetteer server & API for use with Linked Places and other authority file formats
JavaScript
5
star
9

pelagios-graph-explorer

***deprecated*** The PELAGIOS Graph Explorer
Java
5
star
10

scalagios

A utility library for working with Pelagios data on the JVM, written in Scala
Scala
5
star
11

timerange-selector

Timerange selection widget from Peripleo
JavaScript
4
star
12

magis-pleiades-regions

Polygons for Pleiades Regions
Python
2
star
13

pelagios-api-tutorial

'Hello World'-style examples for using the Pelagios API in your own applications
JavaScript
2
star
14

recogito2-places-pleiades

Pleiades gazetteer package for Recogito
Python
2
star
15

recogito-geonames-packager

A utility to build custom gazetteer packages for Recogito from GeoNames data
Python
2
star
16

pelagios.github.com

Website hosting Pelagios Widgets and scalagios library releases
JavaScript
2
star
17

recogito2-plugin-sdk

Software development kit for Recogito plugins
Java
2
star
18

recogito2-workspace-frontend

Recogito workspace and public profile UI
JavaScript
1
star
19

glamhack17

GLAMhack17 data package
Python
1
star
20

recogito2-places-geonames

GeoNames gazetteer package for Recogito
Python
1
star
21

recogito2-ui-components

Another attempt a finding a sane repo structure for breaking out UI elements into React components
JavaScript
1
star
22

pelagios-heatmap

A 'Pelagios Mashup' showing a clickable heatmap of the Pelagios network
JavaScript
1
star