forked from Scinawa/quantumalgorithms.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
virtual-quantum-labs.Rmd
141 lines (116 loc) · 2.96 KB
/
virtual-quantum-labs.Rmd
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
---
output:
pdf_document: default
html_document: default
---
<style>
.w3-button {
border: none;
display: inline-block;
padding: 8px 16px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: center;
cursor: pointer;
white-space: nowrap;
}
.w3-disabled,.w3-btn:disabled,.w3-button:disabled {
cursor: not-allowed;
opacity: 0.3;
}
.w3-bar .w3-button {
white-space: normal;
width: 100%;
}
.w3-btn,.w3-button {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mySlides {display:none;
}
.w3-display-left {
position: absolute;
top: 50%;
left: 0%;
transform: translate(0%,-50%);
-ms-transform: translate(-0%,-50%);
}
.w3-display-right {
position: absolute;
top: 50%;
right: 0%;
transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);
}
.w3-black,.w3-hover-black:hover {
color: #03a127;
background-color: #D7D7D7;
opacity: 0.9;
}
.centrami{
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
}
</style>
# Virtual quantum labs
Welcome to the virtual exhibition of quantum laboratory.
*Do you want to appear here? Send me an email with some pictures at " scinwa - at - luongo - dot - pro ", I will be happy to add them here!*
#### Pierre and Marie Curie (2018 ca) {-}
<!-- <div class="centrami"> -->
<!-- <div class="w3-content w3-section" style="width:333px" style="max-width:500px"> -->
<!-- <img class="mySlides" src="/assets/esc2014_.jpg" style="width:100%"> -->
<!-- <img class="mySlides" src="/assets/osday_.jpg" style="width:100%"> -->
<!-- <img class="mySlides" src="/assets/diglove.jpg" style="width:100%"> -->
<!-- <img class="mySlides" src="/assets/vl_.jpg" style="width:100%"> -->
<!-- <img class="mySlides" src="/assets/berk.jpeg" style="width:100%"> -->
<!-- </div> -->
<!-- </div> -->
<!--- <button class="w3-button w3-black w3-display-left" onclick="plusDivs(-1)">❮</button>
<button class="w3-button w3-black w3-display-right" onclick="plusDivs(1)">❯</button>
-->
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
slideIndex++;
if (slideIndex > x.length) {slideIndex = 1}
x[slideIndex-1].style.display = "block";
setTimeout(carousel, 4000); // Change image every 4 seconds
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
x[slideIndex-1].style.display = "block";
}
</script>
<br>
- **What**: quantum money and quantum key distributions
-
-
#### Other
-
-
-