-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBSOC.html
More file actions
80 lines (70 loc) · 2.5 KB
/
BSOC.html
File metadata and controls
80 lines (70 loc) · 2.5 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
<!DOCTYPE HTML>
<html>
<head>
<title>BraQIIITD - The Quantum Lab at IIIT-D</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/braqiiit.png" type="image/icon type">
</head>
<body class="is-preload">
<!-- Nav -->
<nav id="nav">
<div class="toggle">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
</div>
<div class="navbar-links">
<ul class="container">
<li><a href="index.html#top">Home</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#publications">Publications</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="index.html#resources">Resources</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</nav>
<!-- Home -->
<article id="bsoctop" class="wrapper style3">
<div class="container">
<header class="bsocheader">
<h1>BraQIIIT Summer of Code 2022</h1>
</header>
<div class="row">
<p>
We are hosting the 2022 BraQIIIT Summer of Code between 03 June 2022 and 31 July 2022.
The program aims to introduce students to Qiskit and get a hands-on learning of quantum computing and its
nuances.
During the BSoC, the candidates will undergo a two week bootstrapping period with lectures on introduction to
basic and advanced Qiskit. For the remainder of BSoC, the students will be divided into teams and be involved
in various projects revolving around implemeting various quantum algorithms and testing them in simulators and
actual quantum computers. This will be done under the mentorship of Qiskit advocates and the members of
BraQIIIT.
<br>
<br>
<b>Thank you all for the overwhelming response. The registration for the event is now closed.</b>
</div>
</div>
</article>
<article id="contact" class="wrapper style4">
<div class="container medium">
<footer>
<ul id="copyright">
<li>Copyright © IIIT-Delhi 2022. All rights reserved.</li>
</ul>
</footer>
</div>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>