generated from znah/gdocs_distill_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
227 lines (195 loc) · 5.53 KB
/
main.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
<!doctype html>
<meta charset="utf-8">
<script src="template.v1.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-Um5gpz1odJg5Z4HAmzPtgZKdTBHZdw8S29IecapCSB31ligYPhHQZMIlWLYQGVoc" crossorigin="anonymous">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-YNHdsYkH6gMx9y3mRkmcJ2mFUjTd0qNQQvY9VYZgQd7DcN7env35GzlmFaZ23JGp" crossorigin="anonymous"></script>
<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
<script type="text/front-matter">
title: "Learning Sensorimotor Capabilities in Cellular Automata"
description: "Description of the post"
authors:
- Gautier Hamon
- Mayalen Etcheverry : https://mayalenetcheverry.com/
- Bert Chan : https://chakazul.github.io/
- Clément Moulin-Frier : https://clement-moulin-frier.github.io/
- Pierre-Yves Oudeyer : http://www.pyoudeyer.com/
affiliations:
- _
- INRIA Flowers Team
- _
- INRIA Flowers Team
- INRIA Flowers Team
</script>
<style>
#showText {opacity:0.75; background-color:#668; color:#eef; font:0.7em Courier New; }
</style>
<d-byline></d-byline>
{% include article.html %}
<style>
button {
display: inline-block;
background-color: #7b38d8;
border-radius: 10px;
border: 4px double #cccccc;
color: #eeeeee;
text-align: center;
font-size: 15px;
padding: 10px;
width: 80px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
button:hover {
background-color: lightgreen;
}
.radio-toolbar input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
}
.radio-toolbar label {
display: inline-block;
background-color: #cbc;
border-radius: 10px;
border: 4px double #cccccc;
color: #eeeeee;
text-align: center;
font-size: 15px;
padding: 10px;
width: 80px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.radio-toolbar input[type="radio"]:checked + label {
background-color:green;
border-color: #4c4;
}
.radio-toolbar input[type="radio"]:focus + label {
border: 2px dashed #444;
}
.radio-toolbar label:hover {
background-color: lightgreen;
}
.figcaption{
font-size: 22px;
color:#A0A0A0;
}
d-content li{
font-size: 14px;
color:#A0A0A0;
}
d-content {
clear: both;
float: right;
line-height:1.4;
padding-top: 1em;
border-left: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 0;
margin-left: 10px;
margin-right: calc((100vw - 1500px) / 2 + 168px);
width: calc((1500px - 648px) / 2 - 24px);
}
d-content h5{
margin-block-start: 1.5em;
margin-block-end: 0em;
}
d-content ul{
margin-block-start: 0.5em;
margin-block-end: 0.5em;
}
d-content h2{
margin-top:10px;
}
@media (max-width: 1300px)
d-content {
display: none;
}
.colab-root {
display: inline-block;
background: rgba(255, 255, 255, 0.75);
padding: 4px 8px;
border-radius: 4px;
font-size: 11px!important;
text-decoration: none;
color: #aaa;
border: none;
font-weight: 300;
border: solid 1px rgba(0, 0, 0, 0.08);
border-bottom-color: rgba(0, 0, 0, 0.15);
text-transform: uppercase;
line-height: 16px;
}
span.colab-span {
background-image: url(images/colab.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position-y: 2px;
display: inline-block;
padding-left: 24px;
border-radius: 4px;
text-decoration: none;
}
a.colab-root:hover{
color: #666;
background: white;
border-color: rgba(0, 0, 0, 0.2);
}
/*
.code {
white-space: nowrap;
border-radius: 2px;
padding: 4px 25px;
font-size: 15px;
color: rgba(0, 0, 0, 0.6);
display: block;
background: white;
border-left: 3px solid rgba(0, 0, 0, 0.05);
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 0.00001;
tab-size: 4;
}*/
</style>
<script>
const $$$ = q => document.documentElement.querySelectorAll(q);
$$$('.vidoverlay').forEach(e => e.onclick = () => {
e.parentNode.getElementsByTagName('video')[0].onended = v => {e.style.opacity = 0.8; v.target.load();};
e.parentNode.getElementsByTagName('video')[0].currentTime = 0.0;
e.parentNode.getElementsByTagName('video')[0].play();
e.style.opacity = '0';
});
</script>
<script type="text/javascript">
"use strict";
var sliderSpeed = document.getElementById("rangeSpeed");
var outputSpeed = document.getElementById("valueSpeed");
var videos=document.getElementsByClassName("videoShow");
outputSpeed.innerHTML = sliderSpeed.value; // Display the default slider value
// Update the current slider value (each time you drag the slider handle)
sliderSpeed.oninput = function() {
outputSpeed.innerHTML = this.value;
for (var i = 0; i < videos.length; i++) {
videos[i].playbackRate = this.value;
}}
function changeImgIMGEP(img)
{
var schemeIMGEP=document.getElementById("schemeIMGEP");
schemeIMGEP.src=img;
}
</script>