Skip to content

Commit 9490226

Browse files
committed
Jae-Won's OCD updates
1 parent c2a8834 commit 9490226

File tree

7 files changed

+1089
-49
lines changed

7 files changed

+1089
-49
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ theme_config:
208208
People: /people || fa fa-user
209209
Funding: /funding || fa fa-info
210210
#tags: /tags/ || fa fa-tags
211-
Open Source: /oss || fab fa-github-alt
211+
Open Source: /open-source || fab fa-github-alt
212212
#GitHub: https://github.com/SymbioticLab || fab fa-github-alt
213213
# Wiki: https://symbiotic.eecs.umich.edu/wiki || fab fa-wikipedia-w
214214
# Join us: https://forms.gle/L3Syau9dBzi8eLxQ7 || fa fa-user-plus
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<div class="project-header">
123123
<div class="project-name">{{ item.name }}</div>
124124
{% if item.logo %}
125-
<img src="{{ item.logo }}" alt="{{ item.name }} logo" class="project-logo">
125+
<img src="{{ item.logo }}" alt="{{ item.name }} logo" class="project-logo" style="height: {{ item.logo_scale or '100%' }}">
126126
{% endif %}
127127
</div>
128128
<div class="project-description">{{ item.description }}</div>

source/open-source/index.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Open Source
3+
date: 2025-03-18
4+
layout: open-source
5+
6+
# Sections schema
7+
# - title: "Section title"
8+
# description: "Section description"
9+
# items:
10+
# - name: "Project title"
11+
# description: "Project description to put in the body of the card"
12+
# github_url: "GitHub repository link"
13+
# url: "Optional: Link to open when the project card is clicked; falls back to `github_url` if omitted"
14+
# logo: "Optional: Link to logo file"
15+
# logo_scale: "Optional: will be added as CSS height: `logo_scale`"
16+
17+
sections:
18+
- title: "Energy-Efficient Systems"
19+
description: "Projects focused on optimizing energy use in software systems."
20+
items:
21+
- name: "Zeus"
22+
url: "https://ml.energy/zeus"
23+
github_url: "https://github.com/ml-energy/zeus"
24+
logo: "/open-source/logo/zeus.svg"
25+
description: "Deep learning energy measurement and optimization"
26+
27+
- title: "Systems + AI"
28+
description: "Combining AI with traditional systems research."
29+
items:
30+
- name: "Cornstarch"
31+
github_url: "https://github.com/cornstarch-org/Cornstarch"
32+
logo: "/open-source/logo/cornstarch.svg"
33+
description: "Build, train, and run your own multimodal model"
34+
- name: "Oobleck"
35+
github_url: "https://github.com/SymbioticLab/Oobleck"
36+
description: "A resilient distributed training framework"
37+
- name: "FedScale"
38+
url: "https://fedscale.ai"
39+
github_url: "https://github.com/SymbioticLab/FedScale"
40+
logo: "/open-source/logo/fedscale.png"
41+
logo_scale: 60%
42+
description: "A scalable and extensible federated learning platform"
43+
44+
- title: "Memory systems"
45+
description: "Building practical disaggregated and/or tiered memory systems."
46+
items:
47+
- name: "TPP (Transparent Page Placement)"
48+
url: "https://lwn.net/Articles/876993/"
49+
github_url: ""
50+
logo: ""
51+
description: "TPP is now part of the Linux kernel."
52+
53+
---
54+
55+
We build strong open-source software based on research, meant for adoption in the real world.

source/open-source/logo/cornstarch.svg

Lines changed: 955 additions & 0 deletions
Loading
46.2 KB
Loading

source/open-source/logo/zeus.svg

Lines changed: 77 additions & 0 deletions
Loading

source/oss/index.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)