Skip to content

Commit 83db8ea

Browse files
committed
sc18: Open MPI SotU BOF slides
Signed-off-by: Jeff Squyres <[email protected]>
1 parent e3e0cc0 commit 83db8ea

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

papers/index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767
<p><B>Community Open MPI project slides, public presentations, and
6868
general architecture papers:</B><BR>
6969

70+
<p><strong>2018</strong></p>
71+
<ul>
72+
<?php
73+
print_papers(array("sc-2018"));
74+
?>
75+
</ul>
76+
7077
<p><strong>2017</strong></p>
7178
<ul>
7279
<?php
78.7 MB
Binary file not shown.

papers/sc-2018/data.inc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
$title = "Supercomputing 2018 slides";
3+
$overview = "Slides from the Open MPI State of the Union BOF at SC'18";
4+
5+
$authors = "George Bosilca, Jeff Squyres, Edgar Gabriel, Josh Ladd";
6+
7+
$abstract = "Slides from the Open MPI State of the Union XII Community
8+
Meeting at SC'18.";
9+
10+
$presented = "<a href=\"http://sc18.supercomputing.org/\">" . "SC'17</a>,
11+
November 13, 2017, in Dallas, TX, USA";
12+
13+
$files[] = "Open-MPI-SC18-BOF.pdf";
14+
15+
$month = 11;
16+
$day = 13;
17+
$year = 2017;
18+
19+
$bibtex = "";

papers/sc-2018/index.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
$topdir = "../..";
3+
4+
include_once("$topdir/includes/header.inc");
5+
include_once("data.inc");
6+
include_once("$topdir/papers/papers.inc");
7+
8+
paper_page($title, $authors, $presented, $abstract, $files, $month, $day, $year, $bibtex);
9+
10+
include_once("$topdir/includes/footer.inc");

0 commit comments

Comments
 (0)