-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass-tour-Padova.html
More file actions
86 lines (74 loc) · 2.04 KB
/
Copy pathclass-tour-Padova.html
File metadata and controls
86 lines (74 loc) · 2.04 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
<html><head><title>Course page of Julien Lesgourgues: The CLASS tour</title>
<style type="text/css">
<!--
BODY {background-color: #191919;
color: #ffc000}
a {color: #ff4e00}
tt {color: #d2b48c;font-size: 120%}
-->
</style></head><body>
<table width="100%">
<tbody><tr>
<td align="center">
<a href="index.html">
home
</a>
</td>
<td align="center">
<a href="presentation.html">
presentation
</a>
</td>
<td align="center">
<a href="courses.html">
courses
</a>
</td>
<td align="center">
<a href="codes.html">
codes
</a>
</td>
<td align="center">
<a href="events.html">
events
</a>
</td>
<td align="center">
<a href="outreach.html">outreach</a>
</td>
</tr>
</tbody></table>
<img src="images/v50.gif">
<br>
<h1 align="center">The CLASS Tour: Universita di Padova, 15-16 November 2021</h1>
<h2 align="center"><a href="http://class-code.net" target="new">CLASS</a> Lectures
<h3 align="center"> by Julien Lesgourgues</h3>
<p>
<table>
<tbody><tr>
<td align="left">
<ul>
<h3>Lectures and exercises on <a href="http://class-code.net" target="new">CLASS</a>, up to date with v3.0:</h3>
<table>
<tbody> <tr> <td align="left">
<li>
<a href="class-tour/Padova/CLASS_Padova_Content.pdf" target="new">CLASS Content</a>: overall structure, summary of task of each module
<li>
<a href="class-tour/Padova/CLASS_Padova_Coding.pdf" target="new">CLASS Coding</a>: usage, wrapper, coding rules (indexing, input, errors), adding features
<li>
<a href="class-tour/Padova/CLASS_Padova_Exercises.pdf" target="new">CLASS Exercises</a>: solutions available on request
</tbody> </tr> </td>
</table>
</li>
</ul>
Big thanks to the organisers of this workshop, in particular Angelo Riccardone. The sutdents were impressively fast with the exercises!
</li></ul></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<hr>
Last update on the 19.12.2021. Back to <a href="courses.html">courses</a> page.
</body></html>