-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (109 loc) · 5.28 KB
/
index.html
File metadata and controls
115 lines (109 loc) · 5.28 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Materialize -->
<link rel="stylesheet" href="materialize.min.css" />
<script src="materialize.min.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Asian Physics Olympiad (APhO) 2022</h1>
<center>
<div class="container">
<div class="row">
<p>
(backup for the questions and solutions page of <a href="https://apho2022.in"
target="_blank">official site</a>)
</p>
<br>
<hr>
<h3>Experimental Section</h3>
<br> <br>
<a href="MBB/simulation.html"><button class="btn purple darken-4">Simulation of Magnetic Black
Box</button></a>
<br> <br>
<a href="ABB/simulation.html"><button class="btn purple darken-4">Simulation of Acoustic Black
Box</button></a>
<br> <br>
<table class="responsive-table centered">
<thead>
<tr>
<th>Name</th>
<th>Magnetic Black Box</th>
<th>Acoustic Black Box</th>
</tr>
</thead>
<tbody>
<tr>
<td>Question Paper</td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Question 1.pdf">download</a></td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Question 2.pdf">download</a></td>
</tr>
<tr>
<td>Solution</td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Solution 1.pdf">download</a></td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Solution 2.pdf">download</a></td>
</tr>
<tr>
<td>Answer Sheet</td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Answer Sheet 1.pdf">download</a></td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Answer Sheet 2.pdf">download</a></td>
</tr>
<tr>
<td>Marking Scheme</td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Marking Scheme 1.pdf">download</a>
</td>
<td><a href="/PDFs_experimental/APhO2022_Experimental_Marking Scheme 2.pdf">download</a>
</td>
</tr>
</tbody>
</table>
<br>
<hr>
<h3>Theoretical Section</h3>
<br>
<p>
<a href="/PDFs_theoretical/APhO2022_Theoretical_Instructions.pdf">Download general instructions for theory</a>
</p>
<br>
<table class="responsive-table centered">
<thead>
<tr>
<th>Name</th>
<th>Stern-Gerlach Experiment</th>
<th>Mechanical Models for Phase Transitions</th>
<th>Maxwell, Rayleigh and Mount Everest</th>
</tr>
</thead>
<tbody>
<tr>
<td>Question Paper</td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Question 1.pdf">download</a></td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Question 2.pdf">download</a></td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Question 3.pdf">download</a></td>
</tr>
<tr>
<td>Solution</td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Solution 1.pdf">download</a></td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Solution 2.pdf">download</a></td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Solution 3.pdf">download</a></td>
</tr>
<tr>
<td>Answer Sheet</td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Ans Sheet 1.pdf">download</a></td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Ans Sheet 2.pdf">download</a></td>
<td><a href="/PDFs_theoretical/APhO2022_Theoretical_Ans Sheet 3.pdf">download</a></td>
</tr>
</tbody>
</table>
<br>
<hr>
</div>
</div>
</center>
</body>
</html>