generated from mikepierce/conference-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.62 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
<!DOCTYPE html>
<html lang='en'>
<head>
<base href=".">
<link rel="stylesheet" type="text/css" media="all" href="main.css"/>
<meta name="description" content="Conference">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="Conference">
<title>PEP Talks</title>
</head>
<body>
<br>
<h2>Performance Estimation Problems</h2>
<h4> Workshops </h4>
<p>
<ul>
<li> <a title="PEP Talks February 2023" href="february_2023/index.html">PEP Talks February 2023</a> </li>
</ul>
</p>
<h4> Mailing List </h4>
<p> We have created a mailing list to share (low volume) of PEP related contents to the community (seminar, workshop, paper release, etc). It will also be used to announce the next PEP-talks workshops. Here are the instructions to join the mailing list: </p>
<p style="margin-left:7em;margin-top:-1em" class="italic"> send (from the email address you would like add as a subscriber) an email to <a href="mailto:sympa2@listes.uclouvain.be ?subject= subscribe pep-news FirstName LastName">sympa2@listes.uclouvain.be</a> with subject line "subscribe pep-news FirstName LastName" (body can be empty) ; you should receive a confirmation email soon after. </i> </p>
<h4> PEP State of the Art </h4>
<p> This section aims at centralizing main PEP related papers with short summary of the latter. It will be updated soon. <br>
For now, you can consult <a href="https://pepit.readthedocs.io/en/0.2.1/examples.html"> the list of examples in PEPit </a> to have an overview of many existing works in the domain. <br>
</p>
<footer>
</footer>
</body>
</html>