Skip to content

Commit

Permalink
Merge pull request #286 from IO500/update-sc-24
Browse files Browse the repository at this point in the history
updates for SC24 call
  • Loading branch information
seattleplus authored Sep 19, 2024
2 parents dfee61e + 28e2f98 commit b6112bd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 49 deletions.
2 changes: 1 addition & 1 deletion templates/Listings/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
?>
</nav>

<?php // echo $this->element('call'); ?>
<?php echo $this->element('call'); ?>

<div class="submissions index content">
<h2><?php echo $type->name . ' ' . strtoupper($this->request->getParam('pass')[0]); ?> List</h2>
Expand Down
4 changes: 2 additions & 2 deletions templates/Pages/bof_sc24.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<tbody>
<tr>
<td><strong>Date</strong></td>
<td>Tuesday, Nov 19, 2024 at 12:15pm - 1:15pm EST</td>
<td colspan="2">Tuesday, Nov 19, 2024 at 12:15pm - 1:15pm EST</td>
</tr>
<tr>
<td><strong>Venue</strong></td>
Expand Down Expand Up @@ -107,5 +107,5 @@
The outcome of this BoF will steer the direction of community efforts.
</p>

<a class="link" href="/files/SC24_IO500_Presentation.pdf" target="_blank">BOF Slides</a>
<!--<a class="link" href="/files/SC24_IO500_Presentation.pdf" target="_blank">BOF Slides</a>-->
</div>
72 changes: 36 additions & 36 deletions templates/Pages/bofs.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,184 +17,184 @@
'action' => 'display',
'bof-sc24'
], [
'class' => 'button'
'class' => 'button button-navigation-active'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("ISC'24", [
echo $this->Html->link("SC'23", [
'controller' => 'pages',
'action' => 'display',
'bof-isc24'
'bof-sc23'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("SC'23", [
echo $this->Html->link("SC'22", [
'controller' => 'pages',
'action' => 'display',
'bof-sc23'
'bof-sc22'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("ISC'23", [
echo $this->Html->link("SC'21", [
'controller' => 'pages',
'action' => 'display',
'bof-isc23'
'bof-sc21'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("ISC'22", [
echo $this->Html->link("SC'20", [
'controller' => 'pages',
'action' => 'display',
'bof-isc22'
'bof-sc20'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("ISC'21", [
echo $this->Html->link("SC'19", [
'controller' => 'pages',
'action' => 'display',
'bof-isc21'
'bof-sc19'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("ISC'20", [
echo $this->Html->link("SC'18", [
'controller' => 'pages',
'action' => 'display',
'bof-isc20'
'bof-sc18'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("ISC'19", [
echo $this->Html->link("SC'17", [
'controller' => 'pages',
'action' => 'display',
'bof-isc19'
'bof-sc17'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("ISC'18", [
echo $this->Html->link("SC'16", [
'controller' => 'pages',
'action' => 'display',
'bof-isc18'
'bof-sc16'
], [
'class' => 'button'
]);
?>
</li>
</ul>

<ul>
<li>
<?php
echo $this->Html->link("ISC'16", [
echo $this->Html->link("ISC'24", [
'controller' => 'pages',
'action' => 'display',
'bof-isc16'
'bof-isc24'
], [
'class' => 'button'
]);
?>
</li>
</ul>

<ul>
<li>
<?php
echo $this->Html->link("SC'22", [
echo $this->Html->link("ISC'23", [
'controller' => 'pages',
'action' => 'display',
'bof-sc22'
'bof-isc23'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("SC'21", [
echo $this->Html->link("ISC'22", [
'controller' => 'pages',
'action' => 'display',
'bof-sc21'
'bof-isc22'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("SC'20", [
echo $this->Html->link("ISC'21", [
'controller' => 'pages',
'action' => 'display',
'bof-sc20'
'bof-isc21'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("SC'19", [
echo $this->Html->link("ISC'20", [
'controller' => 'pages',
'action' => 'display',
'bof-sc19'
'bof-isc20'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("SC'18", [
echo $this->Html->link("ISC'19", [
'controller' => 'pages',
'action' => 'display',
'bof-sc18'
'bof-isc19'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("SC'17", [
echo $this->Html->link("ISC'18", [
'controller' => 'pages',
'action' => 'display',
'bof-sc17'
'bof-isc18'
], [
'class' => 'button'
]);
?>
</li>
<li>
<?php
echo $this->Html->link("SC'16", [
echo $this->Html->link("ISC'16", [
'controller' => 'pages',
'action' => 'display',
'bof-sc16'
'bof-isc16'
], [
'class' => 'button'
]);
Expand Down
11 changes: 1 addition & 10 deletions templates/element/call.php
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>

0 comments on commit b6112bd

Please sign in to comment.