-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 869 Bytes
/
index.html
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
<html>
<head>
<title>peterejkemp website projects</title>
</head>
<body>
<h1>MASTEMR</h1>
<ul>
<li><a href="./v3/index.html">PISA 2022 book</a></li>
<li><a href="./v2/index.html">PISA 2018 book</a></li>
<li><a href="./2022_book/index.html">PISA 2018 book (old)</a></li>
</ul>
<h1>Quick data demos</h2>
<ul>
<li><a href="./demos/a_level_grades/comparisons.html">A-level outcomes 2023</a></li>
<li><a href="./demos/roman_roads/roman_roads.html">Roman roads</a></li>
<li><a href="./demos/raac/raac.html">RAAC stats</a></li>
<li><a href="./demos/maps/grammar.html">Grammar schools</a></li>
<li><a href="./demos/michaela/index.html">Michaela and progress 8 scores</a></li>
<li><a href="./demos/geography/index.html">Geography and History provision</a></li>
<li><a href="./demos/seating planner/index.html">seating planner</a></li>
</ul>
Peter EJ Kemp 2024
</body>
</html>