forked from glycojones/ccp4-summer-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.php
46 lines (41 loc) · 2.3 KB
/
location.php
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
<!doctype html>
<html>
<head>
<title>DLS-CCP4 Workshop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/ccp4.css" />
</head>
<body>
<?PHP include("includes/banner.php"); ?>
<main>
<h2>Diamond Light Source</h2>
<p><a href="http://www.diamond.ac.uk/">Diamond Light Source</a> is the UK's
national synchrotron facility. It is a third generation light source
providing brilliant beams of light across the spectrum from far
infrared to hard X-rays, covering a wide variety of synchrotron
techniques. In the field of <a href="https://www.diamond.ac.uk/Instruments/Mx.html">MX</a>,
Diamond currently provides seven
undulator beamlines: three high brilliance tunable beamlines, two of which
have microfocus capability, a fixed wavelength side-station, a nano/microfocus beamline,
a dedicated long-wavelength native phasing beamline and a versatile <i>in-situ</i>
screening and data collection beamline. It also hosts the UK XFEL hub, Membrane
Protein Laboratory and XChem facility.</p>
<h2>Research Complex at Harwell</h2>
<p>Next to Diamond, the <a href="http://www.rc-harwell.ac.uk/">Research
Complex at Harwell</a> is a multidisciplinary laboratory providing
facilities for research teams from UK universities working at the
interfaces between traditional disciplines. The RCaH is the home of the
CCP4 core team, as well as <a href="https://www.rc-harwell.ac.uk/research-groups/protein-production-uk-ppuk">Protein
Production UK</a>, researchers from the <a href="http://www.diamond.ac.uk/Beamlines/Mx/MPL.html">Membrane Protein
Laboratory</a>, and other groups working in MX.
<p>
<h2>Harwell Campus</h2>
<p>The <a href="https://www.harwellcampus.com/">Harwell Campus</a>
hosts both Diamond Light Source and the Research Complex at Harwell, as
well as other facilities at the STFC <a href="https://stfc.ukri.org/about-us/where-we-work/rutherford-appleton-laboratory/">
Rutherford Appleton Laboratory</a>. It is located in the South
Oxfordshire countryside, about 16 miles south of Oxford.</p>
</main>
<?PHP include("includes/sponsors.php"); ?>
</body>
</html>