-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
301 lines (250 loc) · 6.63 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
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
<!doctype html>
<meta charset="utf-8">
<script src="public/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,{ignoredTags:['script', 'noscript', 'style', 'textarea', 'option']});"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<script type="text/front-matter">
title: "Ecological Artificial Intelligence"
description: "Description of the post"
authors:
- Eleni Nisioti
- Clément Moulin-Frier : https://clement-moulin-frier.github.io/
affiliations:
- INRIA Flowers Team
</script>
<style>
#showText {opacity:0.75; background-color:#668; color:#eef; font:0.7em Courier New; }
</style>
<style>
.site-header {
padding-top: .5rem;
padding-bottom: 1rem;
}
.site-header a {
color: #333;
font-size: 1.25rem;
font-weight: 300;
background-image: none;
}
.site-header .site-title {
font-size: 1.5rem;
}
.site-nav {
padding-top: 1rem;
margin-top:0.25rem;
float:right
}
.site-header nav a {
color: #777;
border-bottom:none;
}
.site-header a {
border-bottom:none;
}
.site-header nav a:hover,
.site-header nav a:focus,
.site-header nav a:active,
.site-header nav a.nav-active:hover,
.site-header nav a.nav-active:focus,
.site-header nav a.nav-active:active {
color: #444;
opacity: 1;
border-bottom: 2px solid #444;
}
.site-header nav a.nav-active {
border-bottom: 1px solid #ccc;
}
.site-nav a + a {
margin-left: 1rem;
}
.site-header a:hover,
.posts .post a:hover .post-meta,
.posts .post a:hover .post-title,
.posts .post a:hover .post-summary {
opacity: 0.88;
}
.clearfix:before, .clearfix:after {
content: ' ';
display: table;
}
.clearfix:after {
clear: both;
}
.social-icons {
font-size: 1.25rem;
padding: 0.5em 0 0 0;
}
</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-right: calc((100vw - 15px) / 2 + 1000px);
<!-- 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: #5c5c5c;
border: none;
font-weight: 600;
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(public/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>