Skip to content

Commit ac6f485

Browse files
Add code link for TetriServe (#371)
* tetriserve asplos * update bib * update code and pdf * selected artifact
1 parent ab1aa30 commit ac6f485

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ pre code {
12441244
vertical-align: middle;
12451245
}
12461246
.links-of-author a::before {
1247-
background: #9d173c;
1247+
background: #bf9f46;
12481248
display: inline-block;
12491249
margin-right: 3px;
12501250
transform: translateY(-2px);

open-source/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,24 @@ <h3>Selected Software Artifacts</h3>
395395

396396
<div class="project-container">
397397

398+
<a target="_blank" rel="noopener" href="https://github.com/DiT-Serving/TetriServe" class="project" data-repo="https://github.com/DiT-Serving/TetriServe">
399+
<div class="project-header">
400+
<div class="project-info">
401+
<div class="project-name">TetriServe</div>
402+
403+
<div class="project-details">
404+
<!-- Fixed width for consistent alignment, using FontAwesome icons -->
405+
<span class="language"><i class="fas fa-code"></i> <span id="tetriserve-language">...</span></span>
406+
<span class="stars"><i class="far fa-star"></i> <span id="tetriserve-stars">...</span></span>
407+
<span class="forks"><i class="fas fa-code-branch"></i> <span id="tetriserve-forks">...</span></span>
408+
</div>
409+
410+
</div>
411+
412+
</div>
413+
<div class="project-description">Efficient serving system for mixed DiT workloads.</div>
414+
</a>
415+
398416
<a target="_blank" rel="noopener" href="https://github.com/SymbioticLab/Venn" class="project" data-repo="https://github.com/SymbioticLab/Venn">
399417
<div class="project-header">
400418
<div class="project-info">
162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)