-
Notifications
You must be signed in to change notification settings - Fork 16
/
analysis-environments.html
71 lines (65 loc) · 3.76 KB
/
analysis-environments.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: idr
title: Analysis environments
redirect_from:
- analysis-environments/
---
<!-- begin marketing header -->
<header class="marketing-hero">
<div class="row homepage text-center">
<div class="medium-12 columns">
<h1 class="hero-main-header">IDR and Analysis</h1>
<p class="hero-subheader small-10 medium-10 large-10 small-offset-1 medium-offset-1 large-offset-1">
<p>The Image Data Resource (IDR) uses Analysis Environments provided and maintained by third parties.
</p>
</div>
</div>
</header>
<!-- begin Background section -->
<hr class="whitespace">
<div class="row column text-center">
<h2>Environments</h2>
</div>
<hr>
<div class="row">
<div class="small-10 small-centered medium-10 medium-centered columns">
<div class="row horizontal">
<div>
<p>
We have a set of notebooks and apps that can be run in several
environments managed by third party. IDR mainly uses <a href="https://binderhub.readthedocs.io/en/latest/">BinderHub</a>.
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.
Below is a list of environments currently supported.
</p>
<ul>
<li>The public BinderHub <a href="https://mybinder.org">mybinder.org</a></li>
<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>
<li>Some notebooks can be run in <a href="https://colab.research.google.com/">Google Colab</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr class="whitespace">
<div class="row column text-center">
<h2>Developing your own set of notebooks</h2>
</div>
<div class="row">
<div class="small-10 small-centered medium-10 medium-centered columns">
<div class="row horizontal">
<div>
<p>
If you are interested in developing your own data analysis notebooks on our analysis platform please contact us with your GitHub username.
This will give you more computational resources including scratch storage space than is available through the public access.
</p>
<p>
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.
Your scratch space may be deleted without warning if you have not logged in for over a month.
</p>
<div class="row column text-center">
<a href="https://login.binder.bioimagearchive.org/" class="large button sites-button">Login with GitHub</a>
</div>
</div>
</div>
</div>
</div>