-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #286 from IO500/update-sc-24
updates for SC24 call
- Loading branch information
Showing
4 changed files
with
40 additions
and
49 deletions.
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
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 |
---|---|---|
@@ -1,12 +1,3 @@ | ||
<div class="call"> | ||
Submissions to the upcoming IO500 list are now closed. | ||
The new lists will be presented at our | ||
<?php echo $this->Html->link("SC'21 BOF", | ||
['controller' => 'pages', 'action' => 'display', 'bof-sc21']); | ||
?>. | ||
See the | ||
<?php echo $this->Html->link('Call for Submissions', | ||
['controller' => 'pages', 'action' => 'display', 'cfs' ]); | ||
?> | ||
for details. | ||
Please submit your IO500 results for the upcoming <?php echo $this->Html->link("SC'24", ['controller' => 'pages', 'action' => 'display', 'bof-sc24']); ?> list, which will be presented at our BOF. See the <?php echo $this->Html->link('Call for Submissions', ['controller' => 'pages', 'action' => 'display', 'cfs-sc24' ]); ?> for details. | ||
</div> |