forked from glycojones/ccp4-summer-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
70 lines (64 loc) · 2.16 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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>
<div class="campus"></div>
<h2>Workshop Announcement</h2>
<p>
<b>We are very pleased to announce
the tenth joint Diamond-CCP4 MX workshop for graduate students,
postdocs and early career scientists.</b>
</p>
<p>
All aspects of structure solution will be covered during the
workshop, from data collection through to phasing, refinement,
validation and deposition.
</p>
<ul>
<li>
Lectures and tutorials will be delivered by experts in the field,
sometimes even software authors themselves!
</li>
<li>
One day of data collection time will be provided at Diamond's excellent MX beamlines
</li>
<li>
You will be able to work alongside world-leading scientists
and methods developers on your own projects.
</li>
</ul>
<p>
The workshop will begin with two days of lectures delivered remotely
by Zoom. Following that, further lectures, tutorials, data
collection and subsequent analysis will be done in person at Diamond Light
Source, on the Harwell Oxford campus in Oxfordshire, UK.
</p>
<p>
<a title="Location information" href="location.php">
More details and directions
</a>
</p>
<p>
Spaces are limited.
The applicant will have to demonstrate the need
for this sort of specialist training,
and be prepared to submit the <b>e-mail address of a supervisor</b>
who will write a <b>letter of recommendation</b> in support of their application.
</p>
<p>We look forward to welcoming you in Harwell!</p>
<p>
The organisers<br>
</p>
<!-- <p style="color:red">
<b>Registration is now closed. Thank you for your interest.</b>
</p> -->
</main>
<?PHP include("includes/sponsors.php"); ?>
</body>
</html>