Optitransfer commited on
Commit
87a42bf
·
verified ·
1 Parent(s): d73e8c1

professional org card, discovery metadata, all distribution links

Browse files
Files changed (1) hide show
  1. index.html +49 -87
index.html CHANGED
@@ -3,11 +3,11 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <meta name="description" content="Optitransfer -- Convergent intelligence infrastructure. Building the mathematical layer where distributed AI systems merge, verify, and evolve deterministically." />
7
- <meta name="keywords" content="crdt-merge, model merging, CRDT, conflict-free, deterministic, distributed systems, federated learning, agent memory, neural networks, convergence, Byzantine fault tolerance, provenance" />
8
  <meta name="author" content="Ryan Gillespie" />
9
  <meta property="og:title" content="Optitransfer" />
10
- <meta property="og:description" content="Convergent intelligence infrastructure. Deterministic merge for AI model weights, datasets, and agent memory." />
11
  <meta property="og:type" content="website" />
12
  <meta property="og:url" content="https://huggingface.co/OptiTransferData" />
13
  <title>Optitransfer</title>
@@ -19,8 +19,7 @@
19
  --text: #e4e4e7;
20
  --muted: #71717a;
21
  --accent: #a1a1aa;
22
- --link: #93c5fd;
23
- --mono: 'SF Mono', 'Cascadia Code', 'Fira Code', 'JetBrains Mono', Consolas, monospace;
24
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
25
  }
26
  * { margin: 0; padding: 0; box-sizing: border-box; }
@@ -36,8 +35,6 @@
36
  margin: 0 auto;
37
  padding: 4rem 2rem;
38
  }
39
-
40
- /* Header */
41
  .header {
42
  text-align: center;
43
  margin-bottom: 4rem;
@@ -51,7 +48,7 @@
51
  margin-bottom: 1rem;
52
  }
53
  .header .tagline {
54
- font-size: 1.1rem;
55
  color: var(--muted);
56
  font-weight: 400;
57
  max-width: 480px;
@@ -67,10 +64,7 @@
67
  border: 1px solid var(--border);
68
  padding: 0.6rem 1.5rem;
69
  border-radius: 6px;
70
- letter-spacing: 0.02em;
71
  }
72
-
73
- /* Badges */
74
  .badges {
75
  display: flex;
76
  justify-content: center;
@@ -78,16 +72,9 @@
78
  flex-wrap: wrap;
79
  margin-top: 1.5rem;
80
  }
81
- .badges a {
82
- opacity: 0.85;
83
- transition: opacity 0.2s;
84
- }
85
  .badges a:hover { opacity: 1; }
86
-
87
- /* Sections */
88
- .section {
89
- margin-bottom: 3rem;
90
- }
91
  .section h2 {
92
  font-size: 0.75rem;
93
  font-weight: 600;
@@ -98,8 +85,26 @@
98
  padding-bottom: 0.5rem;
99
  border-bottom: 1px solid var(--border);
100
  }
101
-
102
- /* Link grid */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  .links {
104
  display: grid;
105
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
@@ -127,38 +132,8 @@
127
  color: var(--muted);
128
  margin-bottom: 0.35rem;
129
  }
130
- .link-card .value {
131
- font-size: 0.95rem;
132
- color: var(--text);
133
- }
134
-
135
- /* Stats row */
136
- .stats {
137
- display: grid;
138
- grid-template-columns: repeat(4, 1fr);
139
- gap: 1rem;
140
- text-align: center;
141
- }
142
- .stat .number {
143
- font-family: var(--mono);
144
- font-size: 1.5rem;
145
- font-weight: 600;
146
- color: var(--text);
147
- }
148
- .stat .label {
149
- font-size: 0.7rem;
150
- font-weight: 500;
151
- letter-spacing: 0.08em;
152
- text-transform: uppercase;
153
- color: var(--muted);
154
- margin-top: 0.25rem;
155
- }
156
-
157
- /* Spaces list */
158
- .spaces {
159
- display: grid;
160
- gap: 0.75rem;
161
- }
162
  .space {
163
  display: flex;
164
  justify-content: space-between;
@@ -175,12 +150,7 @@
175
  .space .name { font-weight: 500; font-size: 0.95rem; }
176
  .space .desc { font-size: 0.8rem; color: var(--muted); }
177
  .space .arrow { color: var(--muted); font-size: 1.1rem; }
178
-
179
- /* Research hints */
180
- .research-list {
181
- list-style: none;
182
- padding: 0;
183
- }
184
  .research-list li {
185
  color: var(--muted);
186
  font-size: 0.9rem;
@@ -198,8 +168,6 @@
198
  margin-right: 0.75rem;
199
  vertical-align: middle;
200
  }
201
-
202
- /* Footer */
203
  .footer {
204
  text-align: center;
205
  color: var(--muted);
@@ -208,12 +176,8 @@
208
  padding-top: 2rem;
209
  border-top: 1px solid var(--border);
210
  }
211
- .footer a {
212
- color: var(--accent);
213
- text-decoration: none;
214
- }
215
  .footer a:hover { text-decoration: underline; }
216
-
217
  @media (max-width: 600px) {
218
  .container { padding: 2rem 1rem; }
219
  .stats { grid-template-columns: repeat(2, 1fr); }
@@ -222,7 +186,6 @@
222
  </style>
223
  </head>
224
  <body>
225
-
226
  <div class="container">
227
 
228
  <header class="header">
@@ -236,7 +199,7 @@
236
  <a href="https://pypi.org/project/crdt-merge/"><img src="https://img.shields.io/pypi/v/crdt-merge?label=PyPI&color=blue" alt="PyPI" /></a>
237
  <a href="https://pepy.tech/projects/crdt-merge"><img src="https://img.shields.io/pypi/dm/crdt-merge?label=downloads&color=brightgreen" alt="Downloads" /></a>
238
  <a href="https://github.com/mgillr/crdt-merge"><img src="https://img.shields.io/badge/tests-4%2C498-brightgreen" alt="Tests" /></a>
239
- <a href="https://github.com/mgillr/crdt-merge/blob/main/LICENSE"><img src="https://img.shields.io/badge/BSL%201.1%20→%20Apache%202.0-orange" alt="License" /></a>
240
  </div>
241
  </header>
242
 
@@ -252,7 +215,7 @@
252
  <div class="label">Tests</div>
253
  </div>
254
  <div class="stat">
255
- <div class="number">38.</div>
256
  <div class="label">Acceleration</div>
257
  </div>
258
  <div class="stat">
@@ -267,9 +230,9 @@
267
  <ul class="research-list">
268
  <li>Convergent model merging at arbitrary scale</li>
269
  <li>Distributed trust and Byzantine-resilient verification</li>
270
- <li>Provenance-complete AI with cryptographic audit</li>
271
- <li>Continual learning without catastrophic forgetting</li>
272
- <li>Multi-agent coordination without central arbiters</li>
273
  </ul>
274
  </div>
275
 
@@ -281,28 +244,28 @@
281
  <div class="name">crdt-merge</div>
282
  <div class="desc">Merge real models with full provenance</div>
283
  </div>
284
- <span class="arrow"></span>
285
  </a>
286
  <a href="https://huggingface.co/spaces/Optitransfer/convergence-lab" class="space">
287
  <div>
288
  <div class="name">Convergence Lab</div>
289
  <div class="desc">26 strategies, convergence visualisation, experiments</div>
290
  </div>
291
- <span class="arrow"></span>
292
  </a>
293
  <a href="https://huggingface.co/spaces/Optitransfer/crdt-merge-data" class="space">
294
  <div>
295
  <div class="name">Data Playground</div>
296
  <div class="desc">CRDT merging on tabular data</div>
297
  </div>
298
- <span class="arrow"></span>
299
  </a>
300
  <a href="https://huggingface.co/spaces/Optitransfer/crdt-merge-federation" class="space">
301
  <div>
302
  <div class="name">Federation</div>
303
  <div class="desc">Multi-node gossip convergence</div>
304
  </div>
305
- <span class="arrow"></span>
306
  </a>
307
  </div>
308
  </div>
@@ -314,10 +277,18 @@
314
  <div class="label">Source</div>
315
  <div class="value">GitHub</div>
316
  </a>
 
 
 
 
317
  <a href="https://pypi.org/project/crdt-merge/" class="link-card">
318
  <div class="label">Package</div>
319
  <div class="value">PyPI</div>
320
  </a>
 
 
 
 
321
  <a href="https://clickpy.clickhouse.com/dashboard/crdt-merge" class="link-card">
322
  <div class="label">Analytics</div>
323
  <div class="value">ClickPy</div>
@@ -326,22 +297,13 @@
326
  <div class="label">Downloads</div>
327
  <div class="value">PePy</div>
328
  </a>
329
- <a href="https://github.com/mgillr/crdt-merge/blob/main/docs/CRDT_ARCHITECTURE.md" class="link-card">
330
- <div class="label">Technical Paper</div>
331
- <div class="value">Architecture</div>
332
- </a>
333
- <a href="https://crates.io/crates/crdt-merge" class="link-card">
334
- <div class="label">Rust Port</div>
335
- <div class="value">crates.io</div>
336
- </a>
337
  </div>
338
  </div>
339
 
340
  <footer class="footer">
341
- <p>Switzerland · <a href="mailto:data@optitransfer.ch">data@optitransfer.ch</a> · Patent Pending (GB 2607132.4)</p>
342
  </footer>
343
 
344
  </div>
345
-
346
  </body>
347
  </html>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <meta name="description" content="Optitransfer -- Convergent intelligence infrastructure. Deterministic merge for AI model weights, datasets, and agent memory. Patent pending." />
7
+ <meta name="keywords" content="crdt-merge, model merging, CRDT, conflict-free, deterministic, distributed systems, federated learning, agent memory, neural networks, convergence, Byzantine fault tolerance, provenance, order-independent, safetensors, pytorch" />
8
  <meta name="author" content="Ryan Gillespie" />
9
  <meta property="og:title" content="Optitransfer" />
10
+ <meta property="og:description" content="Convergent intelligence infrastructure. Deterministic, provably correct merge for AI model weights, datasets, and agent memory." />
11
  <meta property="og:type" content="website" />
12
  <meta property="og:url" content="https://huggingface.co/OptiTransferData" />
13
  <title>Optitransfer</title>
 
19
  --text: #e4e4e7;
20
  --muted: #71717a;
21
  --accent: #a1a1aa;
22
+ --mono: 'SF Mono', 'Cascadia Code', 'Fira Code', Consolas, monospace;
 
23
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
24
  }
25
  * { margin: 0; padding: 0; box-sizing: border-box; }
 
35
  margin: 0 auto;
36
  padding: 4rem 2rem;
37
  }
 
 
38
  .header {
39
  text-align: center;
40
  margin-bottom: 4rem;
 
48
  margin-bottom: 1rem;
49
  }
50
  .header .tagline {
51
+ font-size: 1.05rem;
52
  color: var(--muted);
53
  font-weight: 400;
54
  max-width: 480px;
 
64
  border: 1px solid var(--border);
65
  padding: 0.6rem 1.5rem;
66
  border-radius: 6px;
 
67
  }
 
 
68
  .badges {
69
  display: flex;
70
  justify-content: center;
 
72
  flex-wrap: wrap;
73
  margin-top: 1.5rem;
74
  }
75
+ .badges a { opacity: 0.85; transition: opacity 0.2s; }
 
 
 
76
  .badges a:hover { opacity: 1; }
77
+ .section { margin-bottom: 3rem; }
 
 
 
 
78
  .section h2 {
79
  font-size: 0.75rem;
80
  font-weight: 600;
 
85
  padding-bottom: 0.5rem;
86
  border-bottom: 1px solid var(--border);
87
  }
88
+ .stats {
89
+ display: grid;
90
+ grid-template-columns: repeat(4, 1fr);
91
+ gap: 1rem;
92
+ text-align: center;
93
+ }
94
+ .stat .number {
95
+ font-family: var(--mono);
96
+ font-size: 1.5rem;
97
+ font-weight: 600;
98
+ color: var(--text);
99
+ }
100
+ .stat .label {
101
+ font-size: 0.7rem;
102
+ font-weight: 500;
103
+ letter-spacing: 0.08em;
104
+ text-transform: uppercase;
105
+ color: var(--muted);
106
+ margin-top: 0.25rem;
107
+ }
108
  .links {
109
  display: grid;
110
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 
132
  color: var(--muted);
133
  margin-bottom: 0.35rem;
134
  }
135
+ .link-card .value { font-size: 0.95rem; }
136
+ .spaces { display: grid; gap: 0.75rem; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  .space {
138
  display: flex;
139
  justify-content: space-between;
 
150
  .space .name { font-weight: 500; font-size: 0.95rem; }
151
  .space .desc { font-size: 0.8rem; color: var(--muted); }
152
  .space .arrow { color: var(--muted); font-size: 1.1rem; }
153
+ .research-list { list-style: none; padding: 0; }
 
 
 
 
 
154
  .research-list li {
155
  color: var(--muted);
156
  font-size: 0.9rem;
 
168
  margin-right: 0.75rem;
169
  vertical-align: middle;
170
  }
 
 
171
  .footer {
172
  text-align: center;
173
  color: var(--muted);
 
176
  padding-top: 2rem;
177
  border-top: 1px solid var(--border);
178
  }
179
+ .footer a { color: var(--accent); text-decoration: none; }
 
 
 
180
  .footer a:hover { text-decoration: underline; }
 
181
  @media (max-width: 600px) {
182
  .container { padding: 2rem 1rem; }
183
  .stats { grid-template-columns: repeat(2, 1fr); }
 
186
  </style>
187
  </head>
188
  <body>
 
189
  <div class="container">
190
 
191
  <header class="header">
 
199
  <a href="https://pypi.org/project/crdt-merge/"><img src="https://img.shields.io/pypi/v/crdt-merge?label=PyPI&color=blue" alt="PyPI" /></a>
200
  <a href="https://pepy.tech/projects/crdt-merge"><img src="https://img.shields.io/pypi/dm/crdt-merge?label=downloads&color=brightgreen" alt="Downloads" /></a>
201
  <a href="https://github.com/mgillr/crdt-merge"><img src="https://img.shields.io/badge/tests-4%2C498-brightgreen" alt="Tests" /></a>
202
+ <a href="https://github.com/mgillr/crdt-merge/blob/main/LICENSE"><img src="https://img.shields.io/badge/BSL%201.1-orange" alt="License" /></a>
203
  </div>
204
  </header>
205
 
 
215
  <div class="label">Tests</div>
216
  </div>
217
  <div class="stat">
218
+ <div class="number">38.8x</div>
219
  <div class="label">Acceleration</div>
220
  </div>
221
  <div class="stat">
 
230
  <ul class="research-list">
231
  <li>Convergent model merging at arbitrary scale</li>
232
  <li>Distributed trust and Byzantine-resilient verification</li>
233
+ <li>Cryptographic provenance for merge decisions</li>
234
+ <li>Knowledge acquisition without catastrophic forgetting</li>
235
+ <li>Coordination without central arbiters</li>
236
  </ul>
237
  </div>
238
 
 
244
  <div class="name">crdt-merge</div>
245
  <div class="desc">Merge real models with full provenance</div>
246
  </div>
247
+ <span class="arrow">&rarr;</span>
248
  </a>
249
  <a href="https://huggingface.co/spaces/Optitransfer/convergence-lab" class="space">
250
  <div>
251
  <div class="name">Convergence Lab</div>
252
  <div class="desc">26 strategies, convergence visualisation, experiments</div>
253
  </div>
254
+ <span class="arrow">&rarr;</span>
255
  </a>
256
  <a href="https://huggingface.co/spaces/Optitransfer/crdt-merge-data" class="space">
257
  <div>
258
  <div class="name">Data Playground</div>
259
  <div class="desc">CRDT merging on tabular data</div>
260
  </div>
261
+ <span class="arrow">&rarr;</span>
262
  </a>
263
  <a href="https://huggingface.co/spaces/Optitransfer/crdt-merge-federation" class="space">
264
  <div>
265
  <div class="name">Federation</div>
266
  <div class="desc">Multi-node gossip convergence</div>
267
  </div>
268
+ <span class="arrow">&rarr;</span>
269
  </a>
270
  </div>
271
  </div>
 
277
  <div class="label">Source</div>
278
  <div class="value">GitHub</div>
279
  </a>
280
+ <a href="https://github.com/mgillr/crdt-merge/blob/main/paper/CRDT_Merge_ArXiv.pdf" class="link-card">
281
+ <div class="label">Paper</div>
282
+ <div class="value">ArXiv PDF</div>
283
+ </a>
284
  <a href="https://pypi.org/project/crdt-merge/" class="link-card">
285
  <div class="label">Package</div>
286
  <div class="value">PyPI</div>
287
  </a>
288
+ <a href="https://crates.io/crates/crdt-merge" class="link-card">
289
+ <div class="label">Rust</div>
290
+ <div class="value">crates.io</div>
291
+ </a>
292
  <a href="https://clickpy.clickhouse.com/dashboard/crdt-merge" class="link-card">
293
  <div class="label">Analytics</div>
294
  <div class="value">ClickPy</div>
 
297
  <div class="label">Downloads</div>
298
  <div class="value">PePy</div>
299
  </a>
 
 
 
 
 
 
 
 
300
  </div>
301
  </div>
302
 
303
  <footer class="footer">
304
+ <p>Switzerland &middot; <a href="mailto:data@optitransfer.ch">data@optitransfer.ch</a> &middot; Patent Pending (GB 2607132.4)</p>
305
  </footer>
306
 
307
  </div>
 
308
  </body>
309
  </html>