Heurist

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 (from 2005) and developed by the (now disbanded) Arts eResearch unit (AeR) at the University of Sydney. It continues to be developed within the Faculty of Arts. It was released as Open Source software in May 2013 (version 3.1.0), originally on Google Code, later moved to GitHub, and a free web service for low-demand academic databases is available at https://heuristplus.sydney.edu.au/ - other free services are listed in the project web site (http://HeuristNetwork.org).

Heurist
Original author(s)Ian Johnson (Team Leader), Artem Osmakov (Senior Developer), Jessica Norris (Designer), Mitema Emmanuel (Programmer), Vincent Sheehan (Documentation/Webmaster), Abed Kassis (Server Manager), Tom Murtagh, Kim Jackson, Steve White and others..
Developer(s)Faculty of Arts at
The University of Sydney
Stable release
v5.1.10
Repository
Written inPHP, JavaScript
Operating systemLinux, Microsoft Windows
Available inEnglish
TypeWeb-based user-configurable data management software
LicenseGNU GPLv3+
Websiteheuristnetwork.org
github.com/HeuristNetwork/heurist
As ofDecember 2019

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, constrained, 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. Network diagrams and schema diagrams are available in Heurist version 4.

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, search expansion rules to pull in related records, 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 GitHub repository at https://github.com/HeuristNetwork/heurist and can be installed on any LAMP server, including virtual servers in the NeCTAR Research cloud, Amazon AWS and virtual servers from most ISPs..

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]

Heurist allows management of information with spatial and temporal components. Spatial components include the ability to enter georeferenced points, polygons etc. directly into an editor, as well as the ability to upload spatial data such as KML and Shapefiles. Spatial data is displayed on a map view within the database. Temporal components include the ability to enter dates as calendar dates, ranges, fuzzy dates or radiocarbon dates, with confidence levels. Dates are displayed on a timeline within the database.

Heurist has been used to provide a database for research for a number of PhD research projects, primarily in Humanities disciplines, including Archaeology, Classics and Art History. Heurist was also used as the database to manage the cultural heritage information for nomination of the World Heritage Site Bahrain Pearling Trail, which was successfully inscribed on the UNESCO World Heritage List in 2012. Cultural Heritage Managers at the former Ministry of Culture in Bahrain (now the Bahrain Authority for Culture & Antiquities) used Heurist to collate, analyse, manage and assist with the vast array of data associated with the nomination. This data included spatial polygons defining the properties to be included in the World Heritage Site, details of the properties (including timelines and history of ownership), details of people associated with the properties (including anthropological interviews with informants), associated photographs, documents and plans, including architectural plans and legal documents. These items were all cross-referenced with intuitive relationships defining how they were associated with each other. This database was referred to in the Nomination file, accepted by UNESCO in 2012.[7]

Example applications

  • Beyond 1914 (beyond1914.sydney.edu.au) and Expert Nation (ExpertNation.org) - records of university staff and students involved in WWI (University of Sydney and nationwide, respectively)
  • Virtual Museum of Balinese Paintings (balipaintings.org) - research into 20thC Balinese paintings which links to works scattered across multiple collections in various countries
  • Digital Harlem (DigitalHarlem.org/) - search and mapping of events (mostly recorded in legal records) from 1915-1930 Harlem
  • Federated Archaeological Information Management System - generation of database schemas and interoperability with Android field data collection system
  • the Dictionary of Sydney - web site generated directly from Heurist database
  • the Australian Broadcasting Corporation Gallipoli project [1].[8] - events stored in Heurist and generated as XML for input to the visualisation
  • Early Agricultural Remnants and Technical Heritage (EARTH) Programme [2] - database of photographic and video recordings of agricultural practice

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" (PDF). CLARIN Newsletter (2): 7. Archived from the original (PDF) on 2011-07-20. 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
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.