Skip to content

Commit 9d7e128

Browse files
Organize new apps and update index
1 parent 3d5617e commit 9d7e128

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

app-index.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
11,group-actions-project-thinking,group actions for project thinking with toggle dynamics on posets,User,,"group actions, project management, toggle groups, posets",,
1212
10,sheaf-schedule-playground,interactive sheaf-style scheduling playground for local-to-global WBS consistency,User,,"category theory, project management, sheaf, scheduling, visualization",,
1313
12,galois-adjoints,galois adjoints for project management rail upgrade demo,User,,"category theory, adjoints, project management, visualization",,
14+
13,category_theory_construction_toolkit,category theory toolkit for construction systems engineering,User,,"category theory, construction, toolkit, systems",,
15+
14,wall_wiring_diagram,wall-building wiring diagram with interactive wiring morphisms,User,,"category theory, wiring diagrams, visualization",,

apps/category_theory_construction_toolkit.html renamed to apps/category_theory_construction_toolkit/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="color-scheme" content="light dark">
77
<title>Category Theory Toolkit for Construction Systems Engineering</title>
8+
<link rel="stylesheet" href="../../common.css">
89
<style>
910
:root{
1011
--bg: #0b0d10;
@@ -455,6 +456,7 @@
455456
</head>
456457
<body>
457458
<div class="wrap">
459+
<a href="../../index.html">Back to app index</a>
458460
<header>
459461
<div class="title">
460462
<h1>Category Theory Toolkit for Construction Systems Engineering</h1>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>Wall-building wiring diagram (W)</title>
7+
<link rel="stylesheet" href="../../common.css">
78
<style>
89
:root {
910
--bg: #f7f7f8;
@@ -127,6 +128,7 @@
127128
</style>
128129
</head>
129130
<body>
131+
<a href="../../index.html">Back to app index</a>
130132
<div id="app">
131133
<div id="canvasContainer">
132134
<canvas id="diagram"></canvas>

0 commit comments

Comments
 (0)