-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
74 lines (71 loc) · 2.87 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
71
72
73
74
<!doctype html>
<html>
<head>
<title>CCP4-BCA Summer School 2023 (University of York, UK)</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>The CCP4-BCA Summer School returns to the North!</h2>
<p>
It is a great pleasure to announce the return of the CCP4-BCA Summer School on
macromolecular crystallography and associated techniques. Running for the first
time since the COVID-19 pandemic, the school aims to bring together early-career
scientists from the UK, Europe and beyond and train them in the latest advances
in structural biology, with a primary focus on macromolecular crystallography.
The school, which was formerly run at the University of St. Andrews for many years,
has trained hundreds of crystallographers while also providing them with unforgettable
collective memories. The York team aims to capture and continue the essence and tradition
of the school, blending it with the best the City of York has to offer.
</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>
An exciting social programme will showcase
some of the best the historical City of York can offer - and in summer.
</li>
<li>
You will be able to work alongside world-leading scientists
and methods developers on your own projects.
</li>
</ul>
<p>
The school will be based at <b>The University of York's Campus West</b>,
with lectures in the main Biology building, workshops
in a PC room in James College and accommodation in Vanbrugh College.
</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 York this summer!</p>
<p>
The organisers,<br>
Johan Turkenburg, Jon Agirre and Paul Bond.
</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>