-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
165 lines (121 loc) · 4.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EPITA Systems Laboratory - Index</title>
<link href="/stylesheets/style.css" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<div id="global">
<aside>
<header>
<a href="/">
<div id="logo">
</div>
</a>
</header>
<nav>
<ul>
<li class='nav_list'>
<div class='nav_first_level'>
<input id="1" type="checkbox"/>
<label for="1">Laboratory</label>
<ul>
<li >
<a href='/laboratory/contact.html'>Contact</a>
</li>
<li >
<a href='/laboratory/events.html'>Events</a>
</li>
<li >
<a href='/projects/'>Projects</a>
</li>
<li >
<a href='/teaching/courses.html'>Teaching</a>
</li>
</ul>
</div>
</li>
<li class='nav_list'>
<div class='nav_first_level'>
<input id="2" type="checkbox"/>
<label for="2">Links</label>
<ul>
<li >
<a href='https://blog.lse.epita.fr'>Blog</a>
</li>
<li >
<a href='https://ctf.lse.epita.fr'>CTF</a>
</li>
<li >
<a href='https://github.com/lse/'>Git</a>
</li>
<li >
<a href='https://twitter.com/lse_epita'>Twitter</a>
</li>
<li >
<a href='https://fr-fr.facebook.com/lse.epita.official'>Facebook</a>
</li>
<li >
<a href='https://www.youtube.com/user/lseepita'>Youtube</a>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</aside>
<div id="content_overflow_wrapper">
<div id="content">
<div style="text-align: center">
<a href="/lse-summer-week-2022/">
<img src="/images/summer-week-2022-teaser.jpg"
alt="teaser" width="992" height="744">
</a>
</div>
<h3 id="news">News</h3>
<ul>
<li><a href="/lse-summer-week-2022/">LSE Summer Week, July 7 & 9 2022</a></li>
</ul>
<h1 id="epita-systems-laboratory">EPITA Systems Laboratory</h1>
<h2>LSE has merged in 9/2022 with <a href='https://www.lrde.epita.fr/' target=new>LRDE</a> into <a href='https://www.lre.epita.fr/' target=new>LRE</a></h2>
LSE Teams are now:
<ul>
<li>Security and Systems now build <a href='https://www.lre.epita.fr/systems/' target=new>Security and Systems Team</a> at LRE</li>
<li>Speach is now part of <a href='https://www.lre.epita.fr/ai/' target=new>Artificial Intelligent Team</a></li>
<li>SEAL is now part of <a href='https://www.lre.epita.fr/image/' target=new>Image processing and pattern recognition Team</a></li>
</ul>
<h2>LSE until August 2022</h2>
<p>LSE was one of the three EPITA laboratories. Its goal is to provide students with
an environment for learning and improving their skills in the following fields:</p>
<ul>
<li>Design and implementation of operating systems</li>
<li>Development of device drivers</li>
<li>Development of system tools</li>
<li>Design and implementation of Domain Specific Languages</li>
<li>Technology watch in IT security</li>
</ul>
<p>Surrounded by dedicated researchers, students take part in the following
activities:</p>
<ul>
<li>Organisation of courses and conferences on the EPITA campus</li>
<li>Development of open source software</li>
<li>Introduction of these productions during public events</li>
<li>Development for industrial partnerships</li>
</ul>
</div>
</div>
</div>
<!-- Google Analytics (http://google.com/analytics) -->
<script>
!function(j,e,k,y,l,L){j.GoogleAnalyticsObject=y,j[y]||(j[y]=function(){
(j[y].q=j[y].q||[]).push(arguments)}),j[y].l=+new Date,l=e.createElement(k),
L=e.getElementsByTagName(k)[0],l.src='//www.google-analytics.com/analytics.js',
L.parentNode.insertBefore(l,L)}(window,document,'script','ga');
ga('create', 'UA-50755011-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>