-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fe44a0
commit 67f2337
Showing
2 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
<link href="style/general.css" rel="stylesheet" type="text/css"> | ||
<title>{{ page.title }}</title> | ||
</head> | ||
|
||
<body> | ||
<div id="main-frame"> | ||
<!--<div id=heading style="background-image: url(pics/head_bkground.png)">--> | ||
<div id="heading"> | ||
<br> | ||
<table style="width:100%"> | ||
<tr> | ||
<td width="150%" align="center"> | ||
<div id="title" align="center"> | ||
Sixteenth International Workshop on | ||
<br> Parallel Programming Models and Systems Software for | ||
<br> High-End Computing (P2S2), 2023 | ||
</div> | ||
<div id="subtitle" align="center"> | ||
<br>To be held in conjunction with | ||
<br><font color="#FFF" style="font-weight: bold;"><a href="https://icpp22.gitlabpages.inria.fr/">ICPP 2022: The 51st International Conference on Parallel Processing</a> | ||
<br> August 29th to Sept 1st, 2023 in Bordeaux, France</font> | ||
</div> | ||
</td> | ||
</tr> | ||
<tr valign="bottom"> | ||
<td colspan="3"><br/> | ||
<div id="topnavigation"> | ||
<ul> | ||
<li><a href="index.html" class="rborder"> <b>HOME</b></a></li> | ||
<li><a href="organizers.html" class="rborder lborder"> <b>ORGANIZERS</b></a></li> | ||
<li><a href="cfp.html" class="rborder lborder"> <b>CALL FOR PAPERS</b></a></li> | ||
<li><a href="reg.html" class="rborder lborder"> <b>REGISTRATION</b></a></li> | ||
<li><a href="program.html" class="rborder lborder"> <b>PROGRAM</b></a></li> | ||
<li><a href="submission.html" class="rborder lborder"> <b>SUBMISSION</b></a></li> | ||
<li><a href="contact.html" class="lborder"> <b>CONTACT US</b></a></li> | ||
</ul> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> <!-- End of heading --> | ||
|
||
{{ content }} | ||
|
||
<div id="footer"> | ||
<br/> | ||
<br/> | ||
<br/> | ||
<br/> | ||
<br/> | ||
<div id="bottomnavigation"> | ||
<a href="index.html">home</a> | ||
: <a href="organizers.html">organizers</a> | ||
: <a href="cfp.html">call for papers</a> | ||
: <a href="reg.html">registration</a> | ||
: <a href="program.html">program</a> | ||
: <a href="submission.html">submission</a> | ||
: <a href="contact.html">contact us</a> | ||
</div> | ||
|
||
<div id="copyright"> | ||
<p>Copyright © P2S2. All rights reserved.</p> | ||
</div> | ||
</div> <!-- End of footer --> | ||
</div> <!-- End of main-frame --> | ||
</body> | ||
</html> |