-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathapi.html
49 lines (39 loc) · 2.01 KB
/
api.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: idr
title: API
redirect_from:
- api/
---
<!-- begin marketing header -->
<header class="marketing-hero">
<div class="row homepage text-center">
<div class="medium-12 columns">
<h1 class="hero-main-header">IDR API</h1>
<p class="hero-subheader small-10 medium-10 large-10 small-offset-1 medium-offset-1 large-offset-1">
The Image Data Resource (IDR) provides a JSON-based API for accessing all datasets,
thumbnails and metadata. This API is a combination of the standard
<a href="https://www.openmicroscopy.org/site/support/omero/developers/Web.html">OMERO.web API</a>
and newly developed <a href="https://idr.openmicroscopy.org/searchengine/apidocs/">search engine</a>.
</p>
</div>
</div>
</header>
<!-- begin Example section -->
<hr class="whitespace">
<div class="row">
<div class="small-10 small-centered medium-10 medium-centered columns">
<div class="row horizontal">
<div>
<p>The code for the IPython notebook below is available on GitHub
at <a href="https://github.com/IDR/idr-notebooks/blob/master/IDR_API_example_script.ipynb">IDR_API_example_script.ipynb</a>
as well as on the IDR <a href="/jupyter">virtual analysis environment</a> and can also be run in public resource like <a href="https://mybinder.org/v2/gh/IDR/idr-notebooks/master?filepath=IDR_API_example_script.ipynb">mybinder.org</a>.
</p>
<hr>
{% capture my-include %}{% include IDR_API_example_script.md %}{% endcapture %}
{{ my-include | markdownify }}
</div>
</div>
</div>
</div>
<hr class="whitespace">
<!-- end Images section -->