https://github.com/intermine/intermine-embedding-examples
InterMine Web Services demos and examples through the use of imjs or widgets.
https://github.com/intermine/intermine-embedding-examples
Last synced: 13 days ago
JSON representation
InterMine Web Services demos and examples through the use of imjs or widgets.
- Host: GitHub
- URL: https://github.com/intermine/intermine-embedding-examples
- Owner: intermine
- Created: 2012-04-18T11:29:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T10:56:08.000Z (over 12 years ago)
- Last Synced: 2025-01-19T18:52:39.627Z (12 months ago)
- Language: JavaScript
- Homepage: https://intermine.readthedocs.org/en/latest/web-services/
- Size: 2.23 MB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
InterMine Web Services demos and examples through the use of `imjs` or `widgets`.

## Content:
1. `object-in-bag-imjs` show for a list of InterMine objects if they are in a user's bag or not
1. `publications-displayers-imjs` a proof of concept displayers by defining behaviors in JavaScript
1. `ratmine-widgets` enrichment widgets embedded and styled on a RatMine page
1. `wormbase-tag-cloud-imjs` cloud of terms styled as a WormBase widget
1. `grid-displayer` a JavaScript example of managing a dynamic grid of (fake) data
1. `mgi-tag-cloud-imjs` cloud of terms with a toggler styled inside an MGI page
1. `new-list-in-widgets` creates a new list to then use it in an List Widget context
1. `results-tables` has a quick & dirty example of turning a mine's PathQuery into a Results Table
1. `new-list-imjs` shows how to select some object ids and make them into a list
## To Run:
Initialize the library dependencies:
```shell
$ git submodule init
$ git submodule update
```
Visit each of the example folders and follow instructions there.
## Cross-Site Scripting Error:
If you see an error running the demos as a `file://` then start the web server `./webserver.sh` and visit [http://0.0.0.0:1112](http://0.0.0.0:1112).