generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathindex.html
491 lines (436 loc) · 19.8 KB
/
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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
---
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: archive
---
<link href="/assets/css/areas.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/assets/images/FSQC-small.png" />
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<style>
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
@media screen and (min-width: 320px) {
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 7px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin: 2px 1px;
transition-duration: 0.4s;
cursor: pointer;
}
}
.qontributor {
background-color: white;
color: black;
border: 2px solid #6d2f15;
width: 45%;
}
.qontributor:hover {
background-color: #6d2f15;
color: white;
width: 45%;
}
.qurator {
background-color: white;
color: black;
border: 2px solid #005853;
width: 45%;
}
.qurator:hover {
background-color: #005853;
color: white;
width: 45%;
}
#qurator_list a {
font-size: 14px;
line-height: 0;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 50%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
.page__footer {color: #FFFFFF;font-size: 16px;}
.site-logo img {
max-height: 4rem;
}
.page__footer-copyright {
font-size: 20px;
}
div p{
text-align: justify;”
}
/*ul {
background: #3399ff;
padding: 20px;
}
ul li {
background: #cce5ff;
margin: 5px;
}*/
.container {
background-color:white;
/*border:solid .5em black;
border-radius:.5em;*/
box-sizing:border-box;
flex:0 0 30%;
height:500px;
margin:.1em;
overflow:auto;
}
.archive{
display: flex;
align-items: center;
flex-direction: column;
}
</style>
<!-- Header -->
<div class="w3-container w3-padding-32" style="width: 55vw;">
<h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">Areas of Quantum Science</h2>
</div>
<div class="w3-content w3-padding" style="width: 55vw;border-width:thick;border-color:#f9f9f9;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<div id="mixedSlider" >
<div class="MS-content">
<div class="item">
<div class="w3-display-container backg">
<div class="w3-black w3-padding ">Quantum Learning Resources</div>
<a href="#">
<img classs="backg" src="/assets/front-page/q_learning_resource.png" alt="House" style="width:100%"></a>
</div>
<p>Where can I learn about quantum science and quantum computing?</p>
</div>
<div class="item">
<div class="w3-display-container backg">
<div class="w3-black w3-padding ">Quantum Hardware</div>
<a href="https://fullstackquantumcomputation.tech/hardware/">
<img classs="backg" src="/assets/front-page/q_hardware.png" alt="House" style="width:100%"></a>
</div>
<p>How are qubits physically implemented?</p>
</div>
<div class="item">
<div class="w3-display-container backg">
<div class="w3-black w3-padding ">Quantum Software</div>
<a href="https://fullstackquantumcomputation.tech/blog/post-tutorial-0-Hello-world/">
<img classs="backg" src="/assets/front-page/q_software.png" alt="House" style="width:100%"></a>
</div>
<p>How do I program quantum computers?</p>
</div>
<div class="item">
<div class="w3-display-container backg">
<div class="w3-black w3-padding ">Quantum Algorithms</div>
<a href="https://fullstackquantumcomputation.tech/q-algorithm/">
<img classs="backg" src="/assets/front-page/q_algorithms.png" alt="House" style="width:100%"></a>
</div>
<p>What can quantum computers do better than classical computers?</p>
</div>
<div class="item">
<div class="w3-display-container backg">
<div class="w3-black w3-padding ">Quantum Computer Architecture</div>
<a href="#">
<img classs="backg" src="/assets/front-page/q_architecture.png" alt="House" style="width:100%"></a>
</div>
<p>What happens between the hardware and software of a quantum computer?</p>
</div>
<div class="item">
<div class="w3-display-container backg">
<div class="w3-black w3-padding ">Quantum Error Correction</div>
<a href="#">
<img classs="backg" src="/assets/front-page/q_error_c.png" alt="House" style="width:100%"></a>
</div>
<p>How can errors in quantum computation be corrected?</p>
</div>
<div class="item">
<div class="w3-display-container backg">
<div class="w3-black w3-padding ">Quantum Chemistry</div>
<a href="#">
<img classs="backg" src="/assets/front-page/q_chemistry.png" alt="House" style="width:100%"></a>
</div>
<p>What makes chemistry one of the most anticipated applications of quantum computing?</p>
</div>
<div class="item">
<div class="w3-display-container">
<div class="w3-black w3-padding">Quantum Sensing</div>
<a href="#">
<img src="/assets/front-page/q_sensing.png" alt="House" style="width:100%"></a>
</div>
<p>How can quantum technology enhance sensors used in our day-to-day lives?</p>
</div>
<div class="item">
<div class="w3-display-container">
<div class="w3-black w3-padding">Quantum Cryptography</div>
<a href="https://fullstackquantumcomputation.tech/blog/post-pqc/">
<img src="/assets/front-page/q_cryptography.png" alt="House" style="width:100%"></a>
</div>
<p>What could cryptography look like in a future with quantum codebreaking?</p>
</div>
<div class="item">
<div class="w3-display-container">
<div class="w3-black w3-padding">Quantum Communication</div>
<a href="https://fullstackquantumcomputation.tech/blog/post-qkd/">
<img src="/assets/front-page/q_comunication.png" alt="House" style="width:100%"></a>
</div>
<p>How is quantum communication more secure?</p>
</div>
<div class="item">
<div class="w3-display-container">
<div class="w3-black w3-padding">Quantum Information Theory</div>
<a href="#">
<img src="/assets/front-page/q_information_t.png" alt="House" style="width:100%"></a>
</div>
<p>What is the math and physics behind quantum computing?</p>
</div>
<!--
<div class="item">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Quantum Finance</div>
<a href="#">
<img src="/assets/front-page/q_time.png" alt="House" style="width:100%"></a>
</div>
<p> </p>
</div>
-->
<div class="item">
<div class="w3-display-container">
<div class="w3-black w3-padding">Quantum Machine Learning</div>
<a href="#">
<img src="/assets/front-page/qml.png" alt="House" style="width:100%"></a>
</div>
<p>How can quantum computing help analyze and learn from data?</p>
</div>
<div class="item">
<div class="w3-display-container">
<div class="w3-black w3-padding">Quantum Games</div>
<a href="#">
<img src="/assets/front-page/q_game.png" alt="House" style="width:100%"></a>
</div>
<p>How can I play and make games about quantum science and computing?</p>
</div>
<div class="item">
<div class="w3-display-container">
<div class="w3-black w3-padding">Miscellaneous</div>
<a href="#">
<img src="/assets/front-page/q_miscellaneous.png" alt="House" style="width:100%"></a>
</div>
<p>What else is interesting about quantum computing?</p>
</div>
</div>
<div class="MS-controls">
<button class="MS-left"><i class="fa fa-angle-left" aria-hidden="true"></i></button>
<button class="MS-right"><i class="fa fa-angle-right" aria-hidden="true"></i></button>
</div>
</div>
</div>
<header class="w3-display-container w3-content w3-wide" id="home">
<div class="w3-container w3-padding-32" id="projects" style="width: 55vw;">
<h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contributing</h2>
<h4>Share an online learning resource to recommend by submitting a pull request on the <a href="https://github.com/Quantum-Universal-Education/Quantum-Universal-Education.github.io">Github repo</a></h4>
</div>
<div style="width: 55vw">
<img src="/assets/images/jayantis_qontributing_infographic.png" style="background-color: white;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);display: block;margin-left: auto;margin-right: auto;">
</div>
<br> <br>
<div class="w3-container w3-padding-32" style="width: 55vw" >
<div class="w3-container w3-padding-32" >
<button class="button qontributor" onclick="document.location='https://quantumuniversaled.typeform.com/to/TYDeLwCr'">Qontributor:<br>Contribute a new open-source learning resource</button>
<button class="button qurator" onclick="document.location='https://quantumuniversaled.typeform.com/to/TYDeLwCr'">Qurator: <br> Review contributions and help make them accessible</button>
</div>
</div>
<div class="w3-container w3-padding-32" style="width: 55vw" >
<h4>If you have an idea not exactly one of the options above, suggest it via <a href="https://discord.gg/NDm9e9W">Our Discord server</a> after accepting the code of conduct in the {% raw %}#{% endraw %}improve-discord-or-site channel - we would love to hear it!</h4>
</div>
<div class="w3-container w3-padding-32" style="width: 55vw">
<h4> you get a free t-shirt shipped to you! Limit one t-shirt per contributor or curator. <a href="https://fullstackquantumcomputation.tech/t-shirt-contest/">Logo and t-shirt design contest</a> was throughout the month of August 2020 and the final design is below! </h4>
<div class="row">
<div class="column" style="width: 50%;">
<img src="/assets/images/designs/fsqc_shirt_sky-coffee.png" alt="quantum computing hardwares schroedinger's cat shirt design sky coffee" width="325" style="background-color: white;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);display: block;margin-left: auto;margin-right: auto;">
</div>
<div class="column" style="width: 50%;">
<img src="/assets/images/designs/fsqc_shirt_pale-teal.png" alt="quantum computing hardwares schroedinger's cat shirt design pale teal" width="325" style="background-color: white;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);display: block;margin-left: auto;margin-right: auto;">
</div>
</div>
</div>
</header>
<div class="w3-container w3-padding-32" style="width: 55vw;">
<h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">Members</h2>
</div>
<div class="w3-container w3-padding-32" style="width: 55vw" >
<button class="button" onclick="qontributor_section()" style="width: 55vw; background-color:#280A7D;color:#FFFFFF">Qontributor List</button>
<div id="qontributor_list" class="w3-container w3-padding-32 container" style="display:none">
<ul>
<li>Lia Yeh, PhD student in computer science at the University of Oxford </li>
<li>Vincent Pisani, Undergraduate at UC Santa Barbara </li>
<li>Yipeng Huang, Assistant Professor of Computer Science at Rutgers University</li>
<li>Alberto Maldonado Romo, PhD student in computer science at the Center for Computing Research, IPN, Mexico</li>
<li>Claudia Zendejas-Morales, undergraduate at the National Autonomous University of Mexico</li>
<li>Rodrigo Pires Ferreira, Undergraduate at the Aeronautics Institute of Technology</li>
<li>Bavithra Govintharajah, Graduate student at RWTH Aachen, Germany</li>
<li>Samanvay Sharma, grad student at Keio University</li>
<li>Praveen J, Undergraduate at the Indian Institute of Science, Bangalore</li>
<li>Sanskriti Ranjan, Computer Engineering student at Clemson University</li>
<li>Rana Prathap, Math and Computing major at IIT Kharagpur, Co-op at IBM Quantum</li>
<li>Kathrin Koenig, PhD student at Fraunhofer IAF/ University of Freiburg</li>
<li>Hyorin Kim</li>
<li>Dayeong Kang, CSE undergraduate student at the Kyungpook National University</li>
<li>Rochisha Agarwal, Undergraduate at IIT Roorkee</li>
<li>Michaël Rollin, Electrical Engineer</li>
<li>Victor Onofre, Center of Nanoscience and Nanotechnology (CNyN) of the National Autonomous University of México (UNAM)</li>
<li>Kushagra Sharma, Student at The Coding School</li>
<li>Mark Leal, Former Research Assistant at UC Santa Barbara; Systems Engineer at FLIR Systems</li>
</ul>
</div>
</div>
<div class="w3-container w3-padding-32" style="width: 55vw">
<button class="button" onclick="qurator_section()" style="width: 55vw; background-color:#00833C;color:#FFFFFF">Qurator List</button>
<div id="qurator_list" class="w3-container w3-padding-32 container" style="display:none">
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/harshit_g.png" width="250" height="250"/>
<h4>Harshit Garg</h4>
<h5>CompSci 3rd year Undergrad at BITS Pilani India</h5>
<ul>
<li><a href="/blog/post-qkd">A First Guide to Quantum Cryptography</a></li>
<li><a href="/blog/post-tutorial-0-Hello-world">Quantum Programming Tutorial 0: Hello, World!</a></li>
<li><a href="/blog/post-pqc">Introduction to Post-Quantum Cryptography</a></li>
<li><a href="/blog/post-tutorial-QonnectFour">Qonnect four - Making a quantum game</a></li>
<li><a href="/blog/post-quantum-ugly-duckling">Make use of noisy hardware: Building a noisy quantum random number generator</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/lia_y.jpeg" width="250" height="250"/>
<h4>Lia Yeh</h4>
<h5>PhD student in computer science at the University of Oxford</h5>
<ul>
<li><a href="/blog/post-pqc">Introduction to Post-Quantum Cryptography</a></li>
<li><a href="/blog/post-2q-gates-superconducting-sagnik-rahul">Commonly implemented two qubit gates for superconducting qubits</a></li>
<li><a href="/blog/post-quantum-ugly-duckling">Make use of noisy hardware: Building a noisy quantum random number generator</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/sanskruti_w.jpeg" width="250" height="250"/>
<h4>Sanskruti Wathare</h4>
<h5>CSE undergrad student</h5>
<ul>
<li><a href="/blog/post-pqc">Introduction to Post-Quantum Cryptography</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/praveen_j.jpg" width="250" height="250"/>
<h4>Praveen J</h4>
<h5>Undergraduate at the Indian Institute of Science, Bangalore</h5>
<ul>
<li><a href="/blog/post-2q-gates-superconducting-sagnik-rahul">Commonly implemented two qubit gates for superconducting qubits</a></li>
<li><a href="/blog/post-quantum-pokemon-fight">Quantum Pokemon Fight</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/hirmay_s.JPG" width="250" height="250"/>
<h4>Hirmay Sandesara</h4>
<h5>Ahmedabad University</h5>
<ul>
<li><a href="/blog/post-2q-gates-superconducting-sagnik-rahul">Commonly implemented two qubit gates for superconducting qubits</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/alberto_r.png" width="250" height="250"/>
<h4>Alberto Maldonado Romo</h4>
<h5>PhD student in computer science at the Center for Computing Research, IPN, Mexico</h5>
<ul>
<li><a href="/blog/deutsch-algorithm">The Deutsch Algorithm</a></li>
<li><a href="/blog/quantum-coins/">Quantum Coins</a></li>
<li><a href="/blog/post-quantum-lab">Quantum Lab</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/ricky_k.jpg" width="250" height="250"/>
<h4>Ricky Kienhoefer</h4>
<h5>Undergrad at University of Nevada, Reno</h5>
<ul>
<li><a href="/blog/quantum-coins/">Quantum Coins</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<h4>Che (Jiji) Chiang</h4>
<h5>Physics major at National Taiwan University</h5>
<ul>
<li><a href="/blog/quantum-dots/">Quantum Dots and their Application as Electron Spin Qubits</a></li>
</ul>
<div style="clear:both"></div>
</div>
<div style="width: 50vw; padding: 20px; margin: 10px; clear: both">
<img style="float: right; padding: 20px" src="/assets/images/biopics/samanvay_s.jpg" width="250" height="250"/>
<h4>Samanvay Sharma</h4>
<h5>grad student at Keio University</h5>
<ul>
<li><a href="/blog/quantum-dots/">Quantum Dots and their Application as Electron Spin Qubits</a></li>
</ul>
<div style="clear:both"></div>
</div>
</div>
<div class="w3-container w3-padding-32" style="width: 55vw" >
<h2> Here's a map of where all the above people are from!</h2>
<div style="width: 55vw">
<img src="/assets/images/fsqc_map.png" style="background-color: white;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);display: block;margin-left: auto;margin-right: auto;">
</div>
</div>
<!-- End page content -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="/assets/js/multislider.js"></script>
<script>
$('#mixedSlider').multislider({
duration: 500,
interval: 3000
});
</script>
<script>
function qontributor_section() {
var x = document.getElementById("qontributor_list");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
function qurator_section() {
var x = document.getElementById("qurator_list");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script>