-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsidebar.php
More file actions
40 lines (32 loc) · 1.42 KB
/
sidebar.php
File metadata and controls
40 lines (32 loc) · 1.42 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
<div id="sidebar-content">
<h3 class=h3sidebar>Last update: 3 Sep 2020</h3>
Created by
<a href="http://www.roma1.infn.it/people/rahatlou/">Shahram Rahatlou</a>
[<a href="mailto:shahram.rahatlou@uniroma1.it">shahram.rahatlou (at) uniroma1.it</a>]
<h2>Office Hours / Ricevimento</h2>
<p>By appointment on Meet until further notice.</p>
<?php /*
<ul>
<li>Mercoledi` 13-15, <a href="http://www.phys.uniroma1.it/mappe/mappe.php?edificio=marconi&piano=2">Stanza 202-A, Piano 2, Edificio Marconi (Vecchio edificio di Fisica)</a>
</li>
</ul>
*/ ?>
<h2><a href="index.php?link=Didattica&sublink=cmp/exams">Exams</a></h2>
<div class="post news">
<?php include("Didattica/cmp/news.html") ?>
</div>
<h2>Reference material</h2>
<div style="height: 150px; overflow: auto">
<ul>
<li><a href="https://github.com/rahatlou/CMP/tree/CMP2020">Lecture notes and examples</a></li>
<li>Previous years: <a href="https://github.com/rahatlou/CMP/tree/CMP2019">2019</a>,
<a href="https://github.com/rahatlou/CMP/tree/CMP2018">2018</a></li>
<li><a href="http://shop.oreilly.com/product/0636920050896.do">
Python for Data Analysis, 2nd Edition</a>, by W. McKinney,
O'Reilly Media</li>
<li><a href="http://shop.oreilly.com/product/0636920052289.do">
Hands-On Machine Learning with Scikit-Learn and TensorFlow</a>,
by Aurélien Géron, O'Reilly Media</li>
</ul>
</div>
</div>