Skip to content

Commit 632dd59

Browse files
authored
Merge pull request #227 from will-moore/analysis_env_page_update
Simplify analysis-environments.html to refer to idr-notebooks repo
2 parents 66e98c9 + 099af29 commit 632dd59

1 file changed

Lines changed: 4 additions & 37 deletions

File tree

analysis-environments.html

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="medium-12 columns">
1313
<h1 class="hero-main-header">IDR and Analysis</h1>
1414
<p class="hero-subheader small-10 medium-10 large-10 small-offset-1 medium-offset-1 large-offset-1">
15-
<p>The Image Data Resource (IDR) uses Analysis Environments provided and maintained by third parties.
15+
<p>Guides on how to access Image metadata and pixel data from IDR for analysis.
1616
</p>
1717
</div>
1818
</div>
@@ -21,51 +21,18 @@ <h1 class="hero-main-header">IDR and Analysis</h1>
2121
<!-- begin Background section -->
2222
<hr class="whitespace">
2323
<div class="row column text-center">
24-
<h2>Environments</h2>
24+
<h2>IDR access via the OMERO API</h2>
2525
</div>
2626
<hr>
2727
<div class="row">
2828
<div class="small-10 small-centered medium-10 medium-centered columns">
2929
<div class="row horizontal">
3030
<div>
3131
<p>
32-
We have a set of notebooks and apps that can be run in several
33-
environments managed by third party. IDR mainly uses <a href="https://binderhub.readthedocs.io/en/latest/">BinderHub</a>.
34-
The notebooks can be run by anyone without a login. They are available to anyone interested in exploring and mining the diverse and vast range of image data and metadata in the IDR. All notebook sessions are subject to available resources, are limited by the network resources they can access, and will automatically terminate after a period of inactivity. You should consider the notebook environments as suitable for temporary storage only.
35-
Below is a list of environments currently supported.
32+
The IDR is based on the OMERO platform, which provides an open API for accessing image metadata and pixel data. Please see the README of the <a href="https://github.com/IDR/idr-notebooks/" target="_blank">idr-notebooks</a> repository
33+
for example notebooks that demonstrate how to access IDR data via the OMERO API.
3634
</p>
37-
<ul>
38-
<li>The public BinderHub <a href="https://mybinder.org">mybinder.org</a></li>
39-
<li>A dedicated BinderHub <a href="https://binder.bioimagearchive.org">binder.bioimagearchive.org</a> hosted <a href="https://www.ebi.ac.uk/">EMBL-EBI</a></li>
40-
<li>Some notebooks can be run in <a href="https://colab.research.google.com/">Google Colab</a></li>
41-
</ul>
4235
</div>
4336
</div>
4437
</div>
4538
</div>
46-
47-
48-
<hr class="whitespace">
49-
<div class="row column text-center">
50-
<h2>Developing your own set of notebooks</h2>
51-
</div>
52-
<div class="row">
53-
<div class="small-10 small-centered medium-10 medium-centered columns">
54-
<div class="row horizontal">
55-
<div>
56-
<p>
57-
If you are interested in developing your own data analysis notebooks on our analysis platform please contact us with your GitHub username.
58-
This will give you more computational resources including scratch storage space than is available through the public access.
59-
</p>
60-
<p>
61-
We will do our best to maintain this scratch space across upgrades, though in the event of unforeseen issues we may need to delete all scratch space, and you should consider it as suitable for temporary storage only.
62-
Your scratch space may be deleted without warning if you have not logged in for over a month.
63-
</p>
64-
<div class="row column text-center">
65-
<a href="https://login.binder.bioimagearchive.org/" class="large button sites-button">Login with GitHub</a>
66-
</div>
67-
</div>
68-
69-
</div>
70-
</div>
71-
</div>

0 commit comments

Comments
 (0)