Skip to content

Commit 0e8bdd7

Browse files
authored
Merge pull request #342 from adilger/b_isc26_slides
isc26: add BOF slides, update references
2 parents 0cfec93 + 1efa00d commit 0e8bdd7

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

templates/Pages/bof_isc26.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@
107107
The outcome of this BoF will steer the direction of community efforts.
108108
</p>
109109

110-
<!--<a class="link" href="/files/ISC26_IO500_Presentation.pdf" target="_blank">BOF Slides</a>-->
110+
<a class="link" href="/files/ISC26_IO500_Presentation.pdf" target="_blank">BOF Slides</a>
111111
</div>

templates/Pages/cfs_isc26.php

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?php $this->assign('title', 'Call for Submission'); ?>
1+
<?php $this->assign('title', 'Call for Submission');
2+
//-*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil; -*-
3+
// * vim:expandtab:shiftwidth=4:tabstop=4:
4+
?>
25

36
<div class="content">
47
<h2>Call for Submission</h2>
@@ -11,10 +14,10 @@
1114
<p>
1215
The IO500 <strong>is now</strong> accepting and encouraging submissions
1316
for the upcoming semi-annual IO500 Production and Research lists,
14-
in conjunction with <strong>ISC'26</strong>. Once again, we will also be
15-
accepting submissions to the 10 Client Node Challenge to encourage the
16-
submission of small scale results. View the requirements for submitting
17-
to each list on the
17+
in conjunction with <strong>ISC'26</strong>. Once again, we will also
18+
be accepting submissions to the 10 Client Node Challenge to encourage
19+
the submission of small scale results. View the requirements for
20+
submitting to each list on the
1821
<?php echo $this->Html->link(__('IO500 Submissions Webpage'),
1922
[ 'controller' => 'pages', 'action' => 'display', 'submission' ],
2023
[ 'class' => 'link' ]);

templates/Pages/steering.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</p>
3535
<ul>
3636
<li>Jean Luca Bez - Lawrence Berkeley National Laboratory</li>
37-
<li>Andreas Dilger - The Lustre Collective</li>
37+
<li><a class="link" href="https://www.linkedin.com/in/adilger">Andreas Dilger - The Lustre Collective</a></li>
3838
<li><a class="link" href="https://www.linkedin.com/in/dean">Dean Hildebrand - Google</a></li>
3939
<li><a class="link" href="https://hps.vi4io.org/about/people/julian_kunkel">Julian Kunkel - Georg-August-Universität Göttingen/GWDG</a></li>
4040
<li><a class="link" href="https://cfwebprod.sandia.gov/cfdocs/CompResearch/templates/insert/profile.cfm?gflofst">Jay Lofstead - Sandia National Laboratories</a></li>

templates/Pages/submission.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@
186186
<h3>Previous Calls for Submissions</h3>
187187

188188
<ul class="cfs-list">
189+
<li>
190+
<?php echo $this->Html->link("ISC'26 CFS",
191+
[ 'controller' => 'pages', 'action' => 'display', 'cfs-isc26' ],
192+
[ 'class' => 'button' ]);
193+
?>
194+
</li>
189195
<li>
190196
<?php echo $this->Html->link("SC'25 CFS",
191197
[ 'controller' => 'pages', 'action' => 'display', 'cfs-sc25' ],
10.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)