Skip to content

Commit e131559

Browse files
authored
Create index.html
1 parent 565d43a commit e131559

File tree

1 file changed

+294
-0
lines changed

1 file changed

+294
-0
lines changed
Lines changed: 294 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,294 @@
1+
<!DOCTYPE html>
2+
<html
3+
lang="en"
4+
dir="ltr"
5+
itemscope
6+
itemtype="https://schema.org/WebPage"
7+
prefix="og:http://ogp.me/ns#"
8+
>
9+
<head>
10+
<meta charset="UTF-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1" />
12+
13+
<title>isLoop: International School on Live Object-Oriented Programming</title>
14+
15+
<link rel="canonical" href="https://isloop.pharo.org" />
16+
<link rel="icon" type="image/png" href="./img/icons/64x64.png" />
17+
<!-- <link rel="manifest" href="./manifest.json" /> -->
18+
19+
<!-- General -->
20+
<meta
21+
name="application-name"
22+
content="isLoop: International School on Live Object-Oriented Programming"
23+
/>
24+
<meta name="author" content="Oleksandr Zaitsev" />
25+
26+
<meta
27+
name="description"
28+
content="Learn advanced object-oriented programming in Pharo"
29+
/>
30+
<meta
31+
name="keywords"
32+
content="pharo, summer school, winter school, object-oriented programming,
33+
programming, live programming, learn programming"
34+
/>
35+
<meta name="referrer" content="strict-origin" />
36+
37+
<!-- JSON-LD -->
38+
<script type="application/ld+json">
39+
{
40+
"@context": "http://schema.org",
41+
"@type": "Webpage",
42+
"url": "https://isloop.pharo.org/",
43+
"name": "isLoop: International School on Live Object-Oriented Programming",
44+
"headline": "isLoop: International School on Live Object-Oriented Programming",
45+
"description": "Learn advanced object-oriented programming in Pharo",
46+
"mainEntityOfPage": {
47+
"@type": "WebPage",
48+
"@id": "https://isloop.pharo.org"
49+
},
50+
"publisher": {
51+
"@type": "Person",
52+
"name": "Oleksandr Zaitsev"
53+
},
54+
"image": {
55+
"@type": "ImageObject",
56+
"url": "./img/montpellier.jpg",
57+
"width": 1000,
58+
"height": 667
59+
},
60+
"datePublished": "2024-11-14",
61+
"keywords": "pharo, summer school, winter school,
62+
object-oriented programming, programming, live programming,
63+
learn programming"
64+
}
65+
</script>
66+
67+
<!-- Top menu icon -->
68+
<link
69+
rel="stylesheet"
70+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
71+
/>
72+
73+
<link rel="stylesheet" href="./style.css" />
74+
</head>
75+
<body>
76+
<header>
77+
<nav>
78+
<div class="nav-buttons" id="nav-buttons">
79+
<a href="" rel="noopener noreferrer" class="active">Home</a>
80+
<a href="./venue.html" rel="noopener noreferrer">Venue</a>
81+
<a href="./program.html" rel="noopener noreferrer">Program</a>
82+
<a href="./resources.html" rel="noopener noreferrer">Resources</a>
83+
<a href="javascript:void(0);" class="icon" onclick="toggleTopMenu()">
84+
<i class="fa fa-bars"></i>
85+
</a>
86+
</div>
87+
</nav>
88+
</header>
89+
90+
<main>
91+
<h1><span style="color: var(--color-dark-gray)">isLoop 2025:</span> International School on Live
92+
Object-Oriented Programming</h1>
93+
94+
<h5>3-7 February 2025 - Montpellier, France</h5>
95+
96+
<p>We are happy to announce that once again, Pharo Consortium is
97+
organizing an international cost-free school on <b>live
98+
object-oriented programming.</b> You will learn about the key mechanisms
99+
and the essence of live programming and object-oriented design. Whether
100+
you are a beginner or an expert programmer, this school will be a unique
101+
immersive experience that will teach you to look at programming like you
102+
never did before. Our courses are built on more than 60 years of expert
103+
teaching object-oriented design.</p>
104+
105+
<p>Pay attention the places are limited because this is a cool
106+
school in a cool place.</p>
107+
<p>
108+
If you have any additional questions, feel free to contact us at
109+
110+
<!-- Obfuscated email address -->
111+
<a id="mlink1" href="#">
112+
<span class="ltrText">
113+
rf&#46;dar<!-- bots -->ic&#64;<!--
114+
-->vest<!-- go -->iaz&#46;rdnask<!-- away -->elo
115+
</span>
116+
</a>
117+
118+
&nbsp;or
119+
120+
<!-- Obfuscated email address -->
121+
<a id="mlink2" href="#">
122+
<span class="ltrText">
123+
rf&#46;air<!-- bots -->ni&#64;<!--
124+
-->essa<!-- go -->cud&#46;enahp<!-- away -->ets
125+
</span>
126+
</a>
127+
</p>
128+
129+
<img class="banner" src="./img/montpellier2.jpeg" />
130+
131+
<h2>Registration</h2>
132+
133+
<p>To register, please fill the following
134+
<a
135+
target="_blank"
136+
rel="noopener noreferrer"
137+
href="https://forms.gle/ZAe5GzcHY5n41Lpz5"
138+
>Form</a>.
139+
The deadline for applications is <s>January 5, 2025</s> January 31, 2025. The participation in our
140+
school is <b>free and open to everyone</b> but the registration is
141+
required.</p>
142+
143+
<p>As a general rule, we do not cover the travel and accommodation
144+
fees, but if you are a student in need of financial assistance, you can
145+
request a grant from ESUG by filling
146+
<a
147+
href="https://forms.gle/PeuZyDTexkgRs9jC9"
148+
target="_blank"
149+
rel="noopener noreferrer"
150+
>this form</a> before January 5, 2025.</p>
151+
152+
<h2>Timeline</h2>
153+
154+
<ul>
155+
<li><b>10h00 - 11h30:</b> Practice (1h 30 min)</li>
156+
<li><b>11h30 - 12h30:</b> Lectures (1h)</li>
157+
<li><b>12h30 - 14h30:</b> Lunch (2h)</li>
158+
<li><b>14h30 - 15h30:</b> Lectures (1h)</li>
159+
<li><b>15h30 - 17h30:</b> Practice (2h)</li>
160+
</ul>
161+
162+
<h2>isLoop Teachers</h2>
163+
164+
<div class="teacher-container">
165+
<img class="teacher-photo" src="./img/portraits/stephane.jpeg" />
166+
167+
<div class="teacher-text">
168+
<h3>Stéphane Ducasse</h3>
169+
170+
<p>I'm an expert in object design, object language design, reflective
171+
programming, and the maintenance and evolution of large applications
172+
(visualization, metrics, meta-modeling). My work on traits has been
173+
introduced in AmbientTalk, Slate, Pharo, Perl-6, PHP 5.4 and Squeak.
174+
They have been ported to JavaScript. It has influenced the Scala an
175+
Fortress languages.</p>
176+
177+
<p>I'm one of the founders of <a href="http://pharo.org">Pharo</a>.
178+
I head its industry consortium http://consortium.pharo.org. I'm one
179+
of the designers of <a href="https://modularmoose.org">Moose</a>, an
180+
analysis platform. I regularly work with companies such as Arolla,
181+
Berger-Levrault, Thales, Framatome, Siemens, CIM, Worldline to solve
182+
their challenges.</p>
183+
</div>
184+
</div>
185+
186+
<div class="teacher-container">
187+
<img class="teacher-photo" src="./img/portraits/sebastian.jpeg" />
188+
189+
<div class="teacher-text">
190+
<h3>Sebastian Jordan-Montaño</h3>
191+
192+
<p>I am a PhD student working on memory profilers. I work at Inria,
193+
France in the Evref team.</p>
194+
195+
<p>I was one of the main developers of the pharo-ai project contributing
196+
and building different libraries for machine learning algorithms,
197+
statistical metrics, data preprocessing, and AI in general. At Inria,
198+
I also worked for 5 months as a Moose engineer mostly developing tools
199+
for Moose IDE project.</p>
200+
</div>
201+
</div>
202+
203+
<div class="teacher-container">
204+
<img class="teacher-photo" src="./img/portraits/guillermo.jpeg" />
205+
206+
<div class="teacher-text">
207+
<h3>Guillermo Polito</h3>
208+
209+
<p>Coding enthusiast. Mad hatter. Software engineer and researcher.
210+
I am currently an Inria Researcher at the CRIStAL laboratory, where
211+
I am expert in software engineering and language implementations,
212+
with a particular focus on test generation. I work in the Evref
213+
team from Inria Lille-Nord Europe.</p>
214+
215+
<p>I actively participate in the development of the open source Pharo
216+
programming language and environment since 2010, and I am a member
217+
of its technical board since 2018.</p>
218+
</div>
219+
</div>
220+
221+
<div class="teacher-container">
222+
<img class="teacher-photo" src="./img/portraits/oleksandr.jpeg" />
223+
224+
<div class="teacher-text">
225+
<h3>Oleksandr Zaitsev</h3>
226+
227+
<p>I am a computer science researcher at CIRAD - a French agricultural
228+
research and international cooperation organization working for the
229+
sustainable development of tropical and Mediterranean regions.
230+
I work on software engineering and AI techniques for participatory
231+
agent-based modelling and serious games. In 2022, I defended my PhD at
232+
Inria Lille; my thesis was about data mining-based tools to support
233+
software evolution.</p>
234+
235+
<p>I contribute to many open-source projecs (Pharo, DataFrame,
236+
PolyMath, pharo-ai). I am currently the lead developer of the Cormas
237+
modelling platform.</p>
238+
</div>
239+
</div>
240+
</main>
241+
242+
<footer>
243+
<p>
244+
<b>&copy; 2024. All rights reserved</b> by
245+
<span>
246+
<a href="https://consortium.pharo.org" target="_blank" rel="noopener">
247+
Pharo Consortium
248+
</a>
249+
</span>
250+
</p>
251+
<p>The source code of this website is licensed under
252+
<a
253+
href="https://github.com/pharo-project/isloop/blob/main/LICENSE"
254+
target="_blank"
255+
rel="license noopener noreferrer">The MIT License</a>
256+
and <span>available on
257+
<a
258+
href="https://github.com/pharo-project/isloop"
259+
target="_blank"
260+
rel="noopener noreferrer">GitHub</a></span>
261+
</p>
262+
263+
<p><b>isLoop</b> is supported by CIRAD (UMR SENS), Inria (Evref)
264+
and the <span>University of Novi Sad.</span></p>
265+
266+
<div class="footer-logos">
267+
<span>
268+
<a href="https://www.cirad.fr/" rel="noopener">
269+
<img src="./img/logos/cirad.png">
270+
</a>
271+
<a href="https://umr-sens.fr" rel="noopener">
272+
<img src="./img/logos/sens.png">
273+
</a>
274+
</span>
275+
<span>
276+
<a href="https://inria.fr/" rel="noopener">
277+
<img src="./img/logos/inria.png">
278+
</a>
279+
<a href="https://www.inria.fr/en/evref" rel="noopener">
280+
<img src="./img/logos/evref.png">
281+
</a>
282+
</span>
283+
<span>
284+
<a href="https://www.uns.ac.rs/index.php/en/" rel="noopener">
285+
<img src="./img/logos/novisad.png">
286+
</a>
287+
</span>
288+
</div>
289+
</footer>
290+
291+
<script src="./emails.js"></script>
292+
<script src="./script.js"></script>
293+
</body>
294+
</html>

0 commit comments

Comments
 (0)