#import "template.typ": * #import "colors.typ": base_colors, bold_color #set page( width: 48in, height: 36in, margin: 0.25in, ) // for the title stuff #set text(font: "Noto Serif") #show: poster.with( title: text( size: 72pt, weight: "bold", )[Twizzler-Security: A Capability-Based Security System for Twizzler], author: text(size: 48pt)[Surendra Jammishetti --- Advisor: Owen Arden], subtitle: text(size: 32pt)[University of California, Santa Cruz], logo1: image( "../assets/UCSC_BaskinEng_Logomark_Orange_RGB-150x150.png", height: 75%, ), logo2: image( "../assets/twizzler_logo.png", height: 100%, ), base_colors: base_colors, ) #let section = poster_section.with( base_colors: base_colors, title_style: text.with( size: 48pt, weight: "bold", fill: base_colors.bgcolor1, ), ) #set text(size: 28pt, font: "Noto Sans") #set par(justify: true) #show strong: set text(fill: bold_color) #pad( grid( columns: 3, inset: 35pt, gutter: 10pt, [ // section 1 #import "./sections/1_twizzler.typ": title; #section()[ #title ][ #include "./sections/1_twizzler.typ" ] // section 2 #import "./sections/2_cap.typ": title; #section()[ #title ][ #include "./sections/2_cap.typ" ] ], [ // section 3 #import "./sections/3_sec_ctx.typ": title; #section()[ #title ][ #include "./sections/3_sec_ctx.typ" ] // section 4 #import "./sections/4_execution.typ": title; #section()[ #title ][ #include "./sections/4_execution.typ" ] ], [ // section 3 #import "./sections/5_future.typ": title; #section()[ #title ][ #include "./sections/5_future.typ" ] // section 4 #import "./sections/6_cited.typ": title; #section()[ #title ][ #include "./sections/6_cited.typ" ] ], ), top: 15pt, x: 15pt, )