|
4 | 4 | <title>USCMS S&C Org Chart (Auto-Generated)</title> |
5 | 5 | <style> |
6 | 6 | body { background:#fff; font-family:sans-serif; } |
7 | | - .chart-container { position:relative; width:1600px; height:1200px; margin:auto; border:2px solid #000; } |
| 7 | + .chart-container { position:relative; width:1200px; height:800px; margin:auto;} |
8 | 8 |
|
9 | 9 | .node { position:absolute; text-align:center; } |
10 | 10 | .node.root { width:300px; } |
|
30 | 30 | </head> |
31 | 31 | <body> |
32 | 32 | <div id="chart" class="chart-container"> |
33 | | - <canvas id="connectorCanvas" width="1600" height="1200"></canvas> |
| 33 | + <canvas id="connectorCanvas" width="1200" height="800"></canvas> |
34 | 34 | </div> |
35 | 35 |
|
36 | 36 | {% capture liquid_layoutMap %} |
|
179 | 179 |
|
180 | 180 | /* Positions: Blueprint intentionally excluded */ |
181 | 181 | const positions = { |
182 | | - management: {left:650, top:40, title:"Software & Computing", type:"root"}, |
183 | | - facilities: {left:500, top:220, title:"Facilities", type:"leaf"}, |
184 | | - software: {left:500, top:360, title:"Software", type:"leaf"}, |
185 | | - operations: {left:800, top:220, title:"Operations", type:"leaf"}, |
186 | | - hllhc: {left:800, top:360, title:"HL-LHC R&D", type:"leaf"}, |
187 | | - infra: {left:560, top:500, title:"Infrastructure", type:"leaf"}, |
188 | | - algo: {left:670, top:500, title:"Algorithms", type:"leaf"}, |
189 | | - analysis: {left:780, top:500, title:"Analysis", type:"leaf"} |
| 182 | + management: {left:450, top:40, title:"Software & Computing", type:"root"}, |
| 183 | + facilities: {left:300, top:220, title:"Facilities", type:"leaf"}, |
| 184 | + software: {left:300, top:360, title:"Software", type:"leaf"}, |
| 185 | + operations: {left:600, top:220, title:"Operations", type:"leaf"}, |
| 186 | + hllhc: {left:600, top:360, title:"HL-LHC R&D", type:"leaf"}, |
| 187 | + infra: {left:360, top:500, title:"Infrastructure", type:"leaf"}, |
| 188 | + algo: {left:470, top:500, title:"Algorithms", type:"leaf"}, |
| 189 | + analysis: {left:580, top:500, title:"Analysis", type:"leaf"} |
190 | 190 |
|
191 | 191 | /* |
192 | 192 | Example: If you ever want to show Blueprint (currently invisible), |
|
0 commit comments