indicia shareable tools

11
Shareable Tools John van Breda Biodiverse IT

Upload: hammockj

Post on 26-May-2015

140 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Indicia shareable tools

Shareable Tools

John van BredaBiodiverse IT

Page 2: Indicia shareable tools

The aim of Indicia is to share development effort...

Page 3: Indicia shareable tools

What can Indicia offer?

• Rich API for building online recording user interfaces– PHP & JavaScript– Input Forms– Reports– Maps

Page 4: Indicia shareable tools

API Examples

echo data_entry_helper::date_picker(array( 'label' => 'Date', 'fieldname' => 'sample:date'));

Page 5: Indicia shareable tools

echo data_entry_helper::textarea(array( 'label' => 'Comment', 'fieldname' => 'occurrence:comment'));

Page 6: Indicia shareable tools

echo map_helper::map_panel(array( 'presetLayers' => array('google_physical'), 'initial_lat'=>52, 'initial_long'=>-1, 'initial_zoom'=>5, 'width'=>'100%', 'height'=>400));

Page 7: Indicia shareable tools
Page 8: Indicia shareable tools

Data Warehouse

• A warehouse for storing observations and related data

• A set of web-services– Data input– Reporting– Utilities, e.g. spatial reference handling

• PostgreSQL / PostGIS so fully spatially enabled– GIS, Google Earth, WMS, WFS

Page 9: Indicia shareable tools

CMS integration

• When integrated with a CMS, Indicia provides a complete website building environment:– Input forms, reports & maps– Species account pages– Discussion forum– News, blogs etc.

• All setup done by configuration, no need to code

Page 10: Indicia shareable tools

Sharing opportunities

• Use the toolkit it its entirety• Use the warehouse with custom front-ends• Use the API as a source of code, e.g. code for

handling various grid reference notations.

Page 11: Indicia shareable tools

Can Indicia integrate your tools?

• ISpot Bayesian Keys?• Ideas?