Heurist

From Wikipedia, the free encyclopedia
Heurist
Original author(s) Ian Johnson (Overall design), Team: Tom Murtagh, Kim Jackson, Steve White, Artem Osmakov and others
Developer(s) Arts eResearch (AeR) at
The University of Sydney
Stable release v3.1.4
Development status Active
Written in PHP, Javascript
Operating system Linux,Microsoft Windows
Available in English
Type Web-based user-configurable data management software
License GNU GPLv3+
Website Template:Code repository
As of Aug 2013

Heurist is an online database designed for digital research objects including bibliographic records,[1] web bookmarks, historical events, document annotations, images, contemporary stories and other data which is rich in text and classification data, and often heterogeneous.[2] Heurist was originally designed by Ian Johnson (2005) and developed by the Arts eResearch unit (AeR) at the University of Sydney. It was released as Open Source software on Google Code in May 2013 (version 3.1.0) and a free web service for low-demand academic databases is available through the project web site.

Heurist was developed to overcome two problems identified as common to researchers in the Humanities (and others):

  • the technical expertise required to set up rich heterogeneous databases with relationships between entities, and to publish data selectively to the web
  • the fragmentation of research data across many separate incompatible databases

It aims to tackle the first issue by providing a web service supporting the on-demand creation and configuration of new databases through a web interface. It aims to tackle the second issue by allowing the storage and interlinking of a wide variety of research data, notes, annotations and digital attachments in a single shared database, while providing individual ‘views’ on this data and workgroup-owned and private areas for research in progress.[3][4]

Methodology

Heurist is written in PHP and Javascript, on top of a fixed MySQL data structure (all Heurist databases have the same underlying structure, as the logical structure of the database is encoded directly in the data). Entities/record types, fields and terms are defined within the database rather than being hardcoded in the software or database structure. Heurist uses a key-value pair approach linked to a primary data table instantiating typed entities, allowing variant data structures and repeating value fields. Relationships between entities are implemented as a relationship record which is no different from any other record type, apart from a few special behaviours.

Heurist has the following field types:

  • Numeric (integer or decimal)
  • Text (single line or memo)
  • Term lists (values from a controlled hierarchically organised list)
  • Date / time fields (including fuzzy dates and several alternative calendars)
  • Geographic (point, line, polygon)
  • Pointer fields allowing lookup of another record in the database (constrained or unconstrained)
  • Relationship fields allowing the creation of typed, directional, dated and annotated relationships between records
  • File attachments - this field type also allows remote files to be referenced through a URL

Heurist uses Smarty templates for user-defined reporting, and generates maps and timelines directly in the interface for any items which have geographic or time fields; embedding code is provided to generate the same reports /maps / timelines in a web page using Javascript or within an iframe.

Other functions include a bookmarklet for capturing web references, WYSIWYG formatted text and threaded discussions within records, user and workgroup tags, personal and shared saved searches, workgroup ownership of records, group notifications, and blogging. There is a Zotero bibliography synchronisation function.

For developers there is a Javascript programming API - HAPI - allowing direct read and write access to Heurist records independent of internal storage structure, and functions for transforming XML output to other forms using XSLT stored in records within the database. Heurist source code is available under GNU GPL from the Google Code repository at https://code.google.com/p/heurist/ and can be installed on any LAMP server, including virtual servers in the NeCTAR Research cloud.

Applicability

Heurist was conceived as a digital knowledgebase for managing heterogeneous and relatively unstructured data, in small to medium collections of (often textual) data such as those typically found in the Arts and Humanities, and in personal research spaces. It is not suitable for large, structured, homogeneous, numerical datasets typical of the Sciences.[5][6]

Example applications

References

  1. What’s new in the world of citation Management?
  2. Blanke, Tobias; Ann Borda, Gaby Bright, Bridget Soulsby (October 2008). "eResearch Australasia 2008". Ariadne 57. Retrieved 2009-10-08. 
  3. Berman, Merrick (March 2008). "Georeferencing Historical Placenames and Tracking Changes Over Time" (PDF). Georeferencing Workshop. Harvard University. Retrieved 2009-10-08. 
  4. Wynne, Martin (July 2008). "Digital Humanities 2008 Oulu, Finland, June 25-28th". CLARIN Newsletter 2: 7. Retrieved 2009-10-08. 
  5. Heurist Help
  6. Johnson, Ian (2008). "Mapping the fourth dimension: a ten year retrospective" (PDF). Archeologia e Calcolatori 19: 31–44. Retrieved 2009-10-08. 
  7. About - Gallipoli: The First Day

External links


This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.