Skip to content

Commit b923f4b

Browse files
Add ByteDance Seed Team about blurb to README and footer.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 06bbae0 commit b923f4b

3 files changed

Lines changed: 83 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,23 @@ OpGuard will appear at **[OSDI ’26](https://www.usenix.org/conference/osdi26/p
6464
Source code and internal tooling are **not publicly released**.
6565

6666
For questions about the paper, demos, or access inquiries, please **email the authors** listed above.
67+
68+
---
69+
70+
## About ByteDance Seed Team
71+
72+
<p align="center">
73+
<a href="https://seed.bytedance.com/en/">
74+
<img src="assets/images/partners/bytedance-seed.png" alt="ByteDance Seed" width="220" />
75+
</a>
76+
</p>
77+
78+
Founded in 2023, ByteDance Seed Team is dedicated to crafting the industry's most advanced AI foundation models. The team aspires to become a world-class research team and make significant contributions to the advancement of science and society.
79+
80+
---
81+
82+
<p align="center">
83+
<img src="assets/images/brand/logo-wordmark.svg" alt="OpGuard" width="180" />
84+
<br />
85+
<sub><a href="https://www.usenix.org/conference/osdi26/presentation/zhou-ziming">OSDI ’26</a></sub>
86+
</p>

css/styles.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,6 +2842,51 @@ body.trace-tour-open .nav {
28422842
font-weight: 500;
28432843
}
28442844

2845+
.footer__seed {
2846+
width: 100%;
2847+
max-width: 640px;
2848+
margin-top: 12px;
2849+
padding-top: 28px;
2850+
border-top: 1px solid var(--border);
2851+
display: flex;
2852+
flex-direction: column;
2853+
align-items: center;
2854+
gap: 14px;
2855+
}
2856+
2857+
.footer__seed-logo-link {
2858+
display: inline-flex;
2859+
line-height: 0;
2860+
}
2861+
2862+
.footer__seed-logo {
2863+
width: min(220px, 70vw);
2864+
height: auto;
2865+
object-fit: contain;
2866+
background: #ffffff;
2867+
border-radius: 8px;
2868+
padding: 8px 12px;
2869+
}
2870+
2871+
.footer__seed-title {
2872+
margin: 0 0 8px;
2873+
color: var(--text-heading);
2874+
font-size: 1rem;
2875+
font-weight: 700;
2876+
letter-spacing: -0.02em;
2877+
}
2878+
2879+
.footer__seed-copy {
2880+
max-width: 560px;
2881+
}
2882+
2883+
.footer__seed-copy p {
2884+
margin: 0;
2885+
color: var(--text-muted);
2886+
font-size: 0.875rem;
2887+
line-height: 1.7;
2888+
}
2889+
28452890
/* ── Cite ── */
28462891

28472892
.cite {

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,24 @@ <h2>Cite our paper</h2>
766766
<p>University of Michigan CSE · ByteDance</p>
767767
<p>Ziming Zhou, Yinjie Zhao, Hang Zhu, Wenxiao Wang, Zhihao Bai, Yun Zhang, Shuguang Wang, Haibin Lin, Ryan Huang</p>
768768
</div>
769+
770+
<aside class="footer__seed">
771+
<a class="footer__seed-logo-link" href="https://seed.bytedance.com/en/" target="_blank" rel="noopener noreferrer">
772+
<img
773+
src="assets/images/partners/bytedance-seed.png"
774+
alt="ByteDance Seed"
775+
class="footer__seed-logo"
776+
>
777+
</a>
778+
<div class="footer__seed-copy">
779+
<h2 class="footer__seed-title">About ByteDance Seed Team</h2>
780+
<p>
781+
Founded in 2023, ByteDance Seed Team is dedicated to crafting the industry's most
782+
advanced AI foundation models. The team aspires to become a world-class research team
783+
and make significant contributions to the advancement of science and society.
784+
</p>
785+
</div>
786+
</aside>
769787
</div>
770788
</footer>
771789

0 commit comments

Comments
 (0)