-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
101 lines (98 loc) · 4.98 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
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.16.4 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>Krastanov Lab</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/css/minimal-mistakes.css">
<!--[if IE ]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 4em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--splash">
{{ insert masthead.html }}
<div class="initial-content">
<div class="page__hero--overlay"
style="background-color: #5e616c; background-image: url('/assets/abstract_pattern1_1600x524.jpg');">
<div class="wrapper">
<h1 id="page-title" class="page__title" itemprop="headline">Quantum Information @ UMass Amherst</h1>
<p class="page__lead">We work among the lower layers of the Quantum Information Science technology stack</p>
</div>
</div>
<div id="main" role="main">
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="description" content="Stefan Krastanov's lab at UMass Amherst">
<section class="page__content" itemprop="text">
<div class="feature__wrapper">
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/babbage_500x300g.jpg" alt="" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Brief History of Computing</h2>
<div class="archive__item-excerpt">
<p>Babbage designed and then Turing formalized the first programmable computing devices, and humanity made the greatest step forward in a civilization’s history: making "thinking" machines. The vacuum tubes and the semiconductor chips enabling this step, changed every sector of society in the 20th century. We now find ourselves at the cusp of the next profound revolution in information science, at the intersection of physics, mathematics, and computer science as we begin to build machines that harness the full computational power that the laws of the universe promise us: enabling quantum computing, new forms of secure communication, and quantum-enhanced precision sensing.</p>
</div>
<!--<p><a href="/minimal-mistakes/docs/configuration/" class="btn btn--primary">Learn more</a></p>-->
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/puzzle_piece_500x300g.jpg" alt="" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Where We Fit In</h2>
<div class="archive__item-excerpt">
<p>We work on the design, control, and optimization of quantum hardware for computation and networking, from its analog physical description up to the compilation of error-corrected logical circuitry running on it. Our research centers around leaky abstraction boundaries between the many layers of technologies making up the field of quantum computing and quantum information science.</p>
</div>
<!--<p><a href="/minimal-mistakes/docs/layouts/" class="btn btn--primary">Learn more</a></p>-->
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/blueprint_500x300g.jpg" alt="" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Work With Us</h2>
<div class="archive__item-excerpt">
<p><a href="/vacancies">We are hiring!</a></p>
<p><a href="/team">Team</a></p>
<p><a href="/independentstudy">Independent study projects for undergrads and MS students</a></p>
</div>
<!--<p><a href="/minimal-mistakes/docs/license/" class="btn btn--primary">Learn more</a></p>-->
</div>
</div>
</div>
</div>
</section>
</article>
{{ insert foot.html }}