74 lines
2.2 KiB
HTML
74 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>Zuoz Summer Schools</title>
|
|
<style>
|
|
body {
|
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
|
|
max-width: 900px;
|
|
margin: 3rem auto;
|
|
padding: 0 1rem;
|
|
color: #111
|
|
}
|
|
|
|
header h1 {
|
|
margin: 0 0 .25rem
|
|
}
|
|
|
|
header p {
|
|
margin: 0 0 1.25rem;
|
|
color: #555
|
|
}
|
|
|
|
ul {
|
|
line-height: 1.8
|
|
}
|
|
|
|
a {
|
|
color: #0066cc
|
|
}
|
|
|
|
footer {
|
|
margin-top: 2rem;
|
|
color: #666;
|
|
font-size: 0.9rem
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>Zuoz Summer School</h1>
|
|
<p>A short index of previous summer schools and resources</p>
|
|
</header>
|
|
|
|
<main>
|
|
<ul>
|
|
<li><a href="zuoz1998/index.html">Zuoz-1998</a></li>
|
|
<li><a href="zuoz2000/index.html">Zuoz-2000</a></li>
|
|
<li><a href="zuoz2002/index.html">Zuoz-2002</a></li>
|
|
<li><a href="zuoz2004/index.html">Zuoz-2004</a></li>
|
|
<li><a href="zuoz2006/index.html">Zuoz-2006</a></li>
|
|
<li><a href="zuoz2008/index.html">Zuoz-2008</a></li>
|
|
<li><a href="zuoz2010/index.html">Zuoz-2010</a></li>
|
|
<li><a href="zuoz2012/index.html">Zuoz-2012</a></li>
|
|
<li><a href="zuoz2014/index.html">Zuoz-2014 (local)</a></li>
|
|
<li><a href="https://www.psi.ch/de/particle-zuoz-school/zuoz-2014">Zuoz-2014 (external)</a></li>
|
|
<li><a href="https://www.psi.ch/de/particle-zuoz-school/zuoz-2016">Zuoz-2016</a></li>
|
|
<li><a href="https://indico.psi.ch/event/5798/">Zuoz-2018</a></li>
|
|
<li><a href="https://indico.psi.ch/event/8227/">Zuoz-2022</a></li>
|
|
<li><a href="https://indico.psi.ch/event/15237/">Zuoz-2024</a></li>
|
|
<li><a href="zuoz_complete_list.pdf">Complete list of previous schools (PDF)</a></li>
|
|
</ul>
|
|
</main>
|
|
|
|
<footer>
|
|
© 2024 Paul Scherrer Institut
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|