-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
59 lines (46 loc) · 2.44 KB
/
index.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Welcome to ISPyB collaboration pages</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/welcome-all.css">
</head>
<body>
<section class="page-header">
<img src="images/transparent_logo_exi.png" />
<h1 class="project-name">ISPyB</h1>
Information System for Protein CrystallographY Beamlines
<h3><a href="mx/index.html" class="btn">MX</a>
<a href="saxs/index.html" class="btn">BioSaxs</a></h3>
</section>
<section class="main-content">
<h1 id="welcome-to-ispyb-collaboration-pages">Welcome to ISPyB</h1>
<p>ISPyB is a Laboratory Information Management System (LIMS) combining sample tracking and experiment reporting at synchrotron beamlines. It has been in production for many years, and is structured so as to make development and maintenance easy for software teams.</p>
<p>It was initially developed through a joint ESRF/e-HTPX initiative in 2003.</p>
<p>In 2017, a collaboration agreement has been signed for the development of ISPyB between the major synchrotron facilities in Europe.</p>
<p>Today ISPyB is actively supported by the following partners: ESRF, Soleil, DLS, MAX IV, HZB, EMBL, Global Phasing Ltd, DESY, ALBA.</p>
<h1 id="welcome-to-ispyb-collaboration-pages">Select the technique you are interested in:</h1>
<table style='border:0;'>
<tr>
<center>
<td style='border:0;'><a href='mx/index.html'><img src="images/mx-cover.jpeg" alt=""></a></td>
<td style='border:0;'><a href='saxs/index.html'><img src="images/bx-cover.png" alt=""></a></td>
</center>
</tr>
<tr>
<center>
<td style='border:0;'><center><a href='mx/index.html'><button href='mx/index.html' type="button">MX</button></a></center></td>
<td style='border:0;'><center><a href='saxs/index.html'><button href='saxs/index.html' type="button">BioSAXS</button></center</a></td>
</center>
</tr>
<table>
</code></pre>
</div>
<h3 id="support-or-contact">Contact</h3>
<p>You want more information about ISPyB, please <a href="mailto:ispyb.contact@gmail.com">contact us</a>.</p>
</section>
</body>
</html>