File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11---
2- title : CXL Memory Pooling and Disaggregation
2+ title : Memory Disaggregation
33date : 2024-12-01
44tags :
55 - CXL
6- - Memory Systems
7- - Cloud Infrastructure
86 - Disaggregation
9- summary : Building memory pooling/disaggregation systems with CXL
7+ - Datacenter
8+ summary : Building efficient memory pooling/disaggregation systems with CXL
109---
Original file line number Diff line number Diff line change 11---
2- title : Operating Systems and Architecture Co-Design
2+ title : Operating Systems
33date : 2024-10-15
44tags :
5- - Operating Systems
6- - Computer Architecture
7- - Hardware-Software Co-design
5+ - OS
6+ - Hardware
7+ - Co-design
88 - Performance
99summary : Rethinking OS abstractions and hardware-software interfaces for modern hardware architectures
10- ---
10+ ---
Original file line number Diff line number Diff line change @@ -141,23 +141,24 @@ <h3 class="project-title">{{ .Title }}</h3>
141141.project-tags {
142142 display : flex;
143143 flex-wrap : wrap;
144- gap : 0.35 rem ;
144+ gap : 0.25 rem ;
145145 justify-content : center;
146146 margin-top : auto;
147147}
148148
149149.tag {
150150 display : inline-block;
151- background : rgba (134 , 31 , 65 , 0.1 );
151+ background : rgba (134 , 31 , 65 , 0.08 );
152152 color : var (--vt-maroon );
153- padding : 0.2 rem 0.5 rem ;
154- border-radius : 8 px ;
155- font-size : 0.65 rem ;
153+ padding : 0.15 rem 0.35 rem ;
154+ border-radius : 6 px ;
155+ font-size : 0.6 rem ;
156156 font-weight : 600 ;
157157 text-transform : uppercase;
158- letter-spacing : 0.03 em ;
159- border : 1px solid rgba (134 , 31 , 65 , 0.2 );
158+ letter-spacing : 0.02 em ;
159+ border : 1px solid rgba (134 , 31 , 65 , 0.15 );
160160 transition : all 0.2s ease;
161+ line-height : 1 ;
161162}
162163
163164.project-card : hover .tag {
@@ -221,8 +222,8 @@ <h3 class="project-title">{{ .Title }}</h3>
221222 }
222223
223224 .tag {
224- font-size : 0.6 rem ;
225- padding : 0.15 rem 0.4 rem ;
225+ font-size : 0.55 rem ;
226+ padding : 0.1 rem 0.3 rem ;
226227 }
227228}
228229</ style >
You can’t perform that action at this time.
0 commit comments