Skip to content

Commit

Permalink
add layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-chu committed Feb 28, 2023
1 parent 1fe44a0 commit 67f2337
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div id="sub-frame">
<h1>Notification</h1>
<p>P2S2 2023 will be held virtually following the decision from ICPP 2023. To receive the guidance to attend the virtual workshop, please register to P2S2 2023 <a href="https://forms.gle/8DFDTmbjibfjDC6B8">here</a>.</p>
<p>P2S2 2023 will be held virtually following the decision from ICPP 2023. To receive the guidance to attend the virtual workshop, please register to P2S2 2023 <a href="https://forms.gle/WPrVAj4tM6NSN4DG7">here</a>.</p>
<h1>Workshop Scope and Goals</h1>
<div id="description">
<p>In the past decade, high-end computing (HEC) architectures have become an important tool in all aspects of scientific discovery. Having ushered in an era where HEC-enabled simulation is considered a third pillar of science along with theory and experiment, HEC architectures have quickly become a credible direction of focused and long-term research. Rapid advances are taking place in different aspects of HEC architectures in an effort to improve performance. Multi- and many-core systems (e.g., Intel, AMD), accelerators (e.g., GPGPUs), high-speed network architectures (e.g., InfiniBand), and integrated computing platforms (Blue Gene, Cray) have been introduced along this effort. Reconfigurable architectures (e.g., FPGAs) have shown dramatic gains in performance and energy for some types of high-performance applications. Recent advances in quantum computers and quantum computing systems further offer powerful solvers to a wide range of scientific applications. The growing convergence of HEC and data-driven AI computing is also bringing efficient Application Specific Integrated Circuit (ASIC) architectures into the HEC world. </p>
Expand Down
71 changes: 71 additions & 0 deletions _layouts/2023-default.html
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 &copy; P2S2. All rights reserved.</p>
</div>
</div> <!-- End of footer -->
</div> <!-- End of main-frame -->
</body>
</html>

0 comments on commit 67f2337

Please sign in to comment.