-
Notifications
You must be signed in to change notification settings - Fork 1
HTML5 Application Tutorial
BigSemantics helps web developers to conveniently present and operate on semantic information in web applications. To use it in your application, you will interact with three components:
1. A [REST](https://github.com/ecologylab/BigSemantics/wiki/Use-BigSemantics-Service) that provides a convenient way to get metadata for a web page. 2. A [JavaScript](https://github.com/ecologylab/BigSemanticsJavaScript/blob/master/interactiveSemantics/debi.js) that allows you to use the service through regular function calls and prepare metadata for presentation. 3. A [JavaScript](https://github.com/ecologylab/BigSemanticsJavaScript/blob/master/interactiveSemantics/mice.js) that provides a default set of UI elements for rendering and exploring metadata in a web page. The same UI elements have been used to implement the [Metadata](https://github.com/ecologylab/BigSemantics/wiki/Metadata-In-Context-Expander-(MICE)), with which users can expand metadata to see further linked information.
For an example web application, see [testLocal.html](https://github.com/ecologylab/BigSemanticsJavaScript/blob/master/interactiveSemantics/testLocal.html)
- Setting up BigSemantics Service
- Displaying Metadata in a Pre-made Interface (MICE)
- Displaying Metadata in a Custom Interface
- Manually Manipulating Meta-Metadata (BS Service)