-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
530 lines (469 loc) · 17.8 KB
/
Copy pathindex.html
File metadata and controls
530 lines (469 loc) · 17.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="5psM2cP_edBLrQk06yRjOZQbfEOt4QIpe4GjxoWLhUU">
<meta name="description" content="Open Future Forum publishes executive research, open datasets, market maps, and practical resources for leaders and executive communities.">
<meta name="theme-color" content="#101828">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Open Future Forum">
<meta property="og:title" content="Open Future Forum Research and Resources">
<meta property="og:description" content="Executive research, open datasets, market maps and practical resources from Open Future Forum.">
<meta property="og:url" content="https://openfutureforum.github.io/">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://openfutureforum.github.io/">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="alternate" href="/projects.json" type="application/json" title="Open Future Forum project directory">
<title>Open Future Forum Research and Resources</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://openfutureforum.com/#organization",
"name": "Open Future Forum",
"url": "https://openfutureforum.com/",
"sameAs": [
"https://github.com/OpenFutureForum",
"https://openfutureforum.github.io/"
]
},
{
"@type": "WebSite",
"@id": "https://openfutureforum.github.io/#website",
"name": "Open Future Forum Research and Resources",
"url": "https://openfutureforum.github.io/",
"description": "Executive research, open datasets, market maps and practical resources from Open Future Forum.",
"publisher": { "@id": "https://openfutureforum.com/#organization" }
},
{
"@type": "CollectionPage",
"@id": "https://openfutureforum.github.io/#collection",
"url": "https://openfutureforum.github.io/",
"name": "Open Future Forum public research directory",
"isPartOf": { "@id": "https://openfutureforum.github.io/#website" },
"about": [
"Executive leadership",
"Executive communities",
"Enterprise artificial intelligence",
"CXO ecosystems"
]
}
]
}
</script>
<style>
:root {
color-scheme: light;
--ink: #101828;
--muted: #475467;
--line: #d0d5dd;
--soft: #f2f4f7;
--paper: #ffffff;
--accent: #155eef;
--accent-dark: #004eeb;
--mint: #d1fadf;
--mint-ink: #05603a;
--amber: #fef0c7;
--amber-ink: #7a2e0e;
--max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background: var(--paper);
color: var(--ink);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.6;
}
a { color: inherit; }
a:focus-visible {
outline: 3px solid #84adff;
outline-offset: 3px;
border-radius: 4px;
}
.wrap {
width: min(calc(100% - 40px), var(--max));
margin-inline: auto;
}
.site-header {
border-bottom: 1px solid var(--line);
background: rgba(255, 255, 255, 0.96);
}
.nav {
min-height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.brand {
font-weight: 750;
letter-spacing: -0.02em;
text-decoration: none;
}
.nav-links {
display: flex;
align-items: center;
gap: 22px;
color: var(--muted);
font-size: 0.95rem;
}
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--accent); }
.hero {
padding: 86px 0 72px;
background:
radial-gradient(circle at 82% 12%, rgba(132, 173, 255, 0.28), transparent 28rem),
linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
border-bottom: 1px solid var(--line);
}
.eyebrow {
margin: 0 0 16px;
color: var(--accent-dark);
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.14; letter-spacing: -0.035em; }
h1 {
max-width: 850px;
margin: 0;
font-size: clamp(2.65rem, 7vw, 5.5rem);
font-weight: 780;
}
.hero-copy {
max-width: 760px;
margin: 26px 0 0;
color: var(--muted);
font-size: clamp(1.08rem, 2.2vw, 1.35rem);
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 32px;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 10px 18px;
border: 1px solid var(--ink);
border-radius: 10px;
font-weight: 700;
text-decoration: none;
}
.button.primary {
border-color: var(--accent);
background: var(--accent);
color: #fff;
}
.button:hover { transform: translateY(-1px); }
.button.primary:hover { background: var(--accent-dark); }
section { padding: 72px 0; }
.section-heading {
max-width: 760px;
margin-bottom: 34px;
}
h2 {
margin: 0 0 12px;
font-size: clamp(2rem, 4vw, 3.15rem);
}
.section-heading p {
margin: 0;
color: var(--muted);
font-size: 1.08rem;
}
.cards {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
.card {
display: flex;
min-height: 290px;
flex-direction: column;
padding: 28px;
border: 1px solid var(--line);
border-radius: 18px;
background: var(--paper);
box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.card:hover {
border-color: #84adff;
box-shadow: 0 14px 36px rgba(16, 24, 40, 0.08);
}
.card-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
}
.number {
color: #98a2b3;
font-size: 0.86rem;
font-weight: 800;
letter-spacing: 0.08em;
}
.badge {
display: inline-flex;
padding: 5px 10px;
border-radius: 999px;
background: var(--mint);
color: var(--mint-ink);
font-size: 0.76rem;
font-weight: 800;
}
.badge.source {
background: var(--amber);
color: var(--amber-ink);
}
h3 {
margin: 24px 0 12px;
font-size: 1.55rem;
}
.card p {
margin: 0;
color: var(--muted);
}
.card-links {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: auto;
padding-top: 28px;
font-weight: 750;
}
.card-links a { text-underline-offset: 4px; }
.card-links a:hover { color: var(--accent); }
.principles {
background: var(--ink);
color: #fff;
}
.principles .section-heading p { color: #d0d5dd; }
.principle-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
.principle-grid h3 { margin: 0 0 10px; font-size: 1.15rem; }
.principle-grid p { margin: 0; color: #d0d5dd; }
.system-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.system-step {
padding: 24px;
border: 1px solid var(--line);
border-radius: 16px;
background: var(--soft);
}
.system-step h3 { margin: 0 0 10px; font-size: 1.2rem; }
.system-step p { margin: 0; color: var(--muted); }
.repo-list {
margin: 0;
padding: 0;
border-top: 1px solid var(--line);
list-style: none;
}
.repo-list li {
display: grid;
grid-template-columns: 1.15fr 2fr auto;
gap: 24px;
align-items: center;
padding: 18px 0;
border-bottom: 1px solid var(--line);
}
.repo-list strong { letter-spacing: -0.015em; }
.repo-list span { color: var(--muted); }
.repo-list a { color: var(--accent-dark); font-weight: 750; text-underline-offset: 4px; }
footer {
padding: 34px 0;
border-top: 1px solid var(--line);
color: var(--muted);
font-size: 0.92rem;
}
.footer-row {
display: flex;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}
footer p { margin: 0; }
@media (max-width: 760px) {
.wrap { width: min(calc(100% - 28px), var(--max)); }
.nav { align-items: flex-start; padding: 18px 0; }
.nav-links { align-items: flex-end; flex-direction: column; gap: 6px; }
.hero { padding: 64px 0 56px; }
section { padding: 56px 0; }
.cards, .principle-grid, .system-grid { grid-template-columns: 1fr; }
.repo-list li { grid-template-columns: 1fr; gap: 6px; }
.card { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
.button:hover { transform: none; }
}
</style>
</head>
<body>
<header class="site-header">
<div class="wrap nav">
<a class="brand" href="/">Open Future Forum</a>
<nav class="nav-links" aria-label="Primary navigation">
<a href="#how-it-works">How it works</a>
<a href="#projects">Research and resources</a>
<a href="#repositories">Repository directory</a>
<a href="https://openfutureforum.com/">OpenFutureForum.com</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="wrap">
<p class="eyebrow">Open research for executive decision-making</p>
<h1>Evidence, maps and practical tools for executive leaders.</h1>
<p class="hero-copy">Open Future Forum is a global executive community founded in Silicon Valley. We publish original research, open datasets, market maps and practical resources for leaders and executive communities.</p>
<div class="hero-actions">
<a class="button primary" href="#projects">Explore the projects</a>
<a class="button" href="https://github.com/OpenFutureForum">View the GitHub organization</a>
</div>
</div>
</section>
<section id="how-it-works" aria-labelledby="system-heading">
<div class="wrap">
<div class="section-heading">
<p class="eyebrow">One connected research system</p>
<h2 id="system-heading">Read the answer. Check the evidence.</h2>
<p>Open Future Forum separates public reading, canonical publication and source verification so that each resource has a clear role.</p>
</div>
<div class="system-grid">
<div class="system-step">
<h3>Public reading</h3>
<p>Human-readable project sites organize research, indexes and practical guidance around executive decisions.</p>
</div>
<div class="system-step">
<h3>Canonical publication</h3>
<p>Where a report has an official publication page, that page remains the source of record and is linked explicitly.</p>
</div>
<div class="system-step">
<h3>Open verification</h3>
<p>GitHub repositories expose methods, source trails, data, release history and correction paths where available.</p>
</div>
</div>
</div>
</section>
<section id="projects" aria-labelledby="projects-heading">
<div class="wrap">
<div class="section-heading">
<p class="eyebrow">Published projects</p>
<h2 id="projects-heading">Research and resources</h2>
<p>Each project links to its public reading experience where one exists, with the underlying repository available for provenance and reuse.</p>
</div>
<div class="cards">
<article class="card">
<div class="card-top"><span class="number">01</span><span class="badge">Public website</span></div>
<h3>CXO Ecosystem Index</h3>
<p>A structured view of companies, communities, advisors and resources serving leaders across the C-suite.</p>
<div class="card-links">
<a href="/cxo-ecosystem-index/">Explore the index</a>
<a href="https://github.com/OpenFutureForum/cxo-ecosystem-index">View repository</a>
</div>
</article>
<article class="card">
<div class="card-top"><span class="number">02</span><span class="badge">Public website</span></div>
<h3>Executive Communities Index</h3>
<p>A transparent directory for comparing executive communities by role, format, geography and participation model.</p>
<div class="card-links">
<a href="/executive-communities-index/">Explore the index</a>
<a href="https://github.com/OpenFutureForum/executive-communities-index">View repository</a>
</div>
</article>
<article class="card">
<div class="card-top"><span class="number">03</span><span class="badge">Public website</span></div>
<h3>Executive Community Playbook</h3>
<p>Practical guidance, governance principles and working templates for building trusted executive communities.</p>
<div class="card-links">
<a href="/executive-community-playbook/">Read the playbook</a>
<a href="https://github.com/OpenFutureForum/executive-community-playbook">View repository</a>
</div>
</article>
<article class="card">
<div class="card-top"><span class="number">04</span><span class="badge">Public research library</span></div>
<h3>Executive AI Research</h3>
<p>Role-specific reports, datasets and evidence on how executives, investors and operators are approaching AI.</p>
<div class="card-links">
<a href="/executive-ai-research/">Browse the library</a>
<a href="https://openfutureforum.com/research/">Canonical reports</a>
<a href="https://github.com/OpenFutureForum/executive-ai-research">View repository</a>
</div>
</article>
<article class="card">
<div class="card-top"><span class="number">05</span><span class="badge">Public project overview</span></div>
<h3>Executive Intelligence Index</h3>
<p>A cited map of the books, people, research, ideas, evidence and media shaping executive decision-making.</p>
<div class="card-links">
<a href="/executive-intelligence-index/">Read the overview</a>
<a href="https://github.com/OpenFutureForum/executive-intelligence-index">Explore the repository</a>
</div>
</article>
</div>
</div>
</section>
<section class="principles" aria-labelledby="principles-heading">
<div class="wrap">
<div class="section-heading">
<p class="eyebrow">Publishing principles</p>
<h2 id="principles-heading">Open by design</h2>
<p>These projects are built to be inspected, challenged and improved.</p>
</div>
<div class="principle-grid">
<div>
<h3>Traceable</h3>
<p>Sources, methods and limitations are published alongside substantive findings.</p>
</div>
<div>
<h3>Practical</h3>
<p>Research is organized around decisions executives and community leaders actually face.</p>
</div>
<div>
<h3>Correctable</h3>
<p>Public repositories create a visible path for review, corrections and future releases.</p>
</div>
</div>
</div>
</section>
<section id="repositories" aria-labelledby="repositories-heading">
<div class="wrap">
<div class="section-heading">
<p class="eyebrow">Complete directory</p>
<h2 id="repositories-heading">OpenFutureForum repositories</h2>
<p>All public repositories in the OpenFutureForum GitHub organization are listed here, including the organization-profile and homepage sources.</p>
</div>
<ul class="repo-list">
<li><strong>executive-ai-research</strong><span>Executive AI reports, datasets and source material</span><a href="https://github.com/OpenFutureForum/executive-ai-research">GitHub</a></li>
<li><strong>cxo-ecosystem-index</strong><span>C-suite ecosystem data and market maps</span><a href="https://github.com/OpenFutureForum/cxo-ecosystem-index">GitHub</a></li>
<li><strong>executive-communities-index</strong><span>Executive-community directory and comparison data</span><a href="https://github.com/OpenFutureForum/executive-communities-index">GitHub</a></li>
<li><strong>executive-community-playbook</strong><span>Guidance and templates for executive-community builders</span><a href="https://github.com/OpenFutureForum/executive-community-playbook">GitHub</a></li>
<li><strong>executive-intelligence-index</strong><span>Cited executive-intelligence research framework</span><a href="https://github.com/OpenFutureForum/executive-intelligence-index">GitHub</a></li>
<li><strong>OpenFutureForum.github.io</strong><span>Source for this public research directory</span><a href="https://github.com/OpenFutureForum/OpenFutureForum.github.io">GitHub</a></li>
<li><strong>.github</strong><span>Organization profile and shared GitHub information</span><a href="https://github.com/OpenFutureForum/.github">GitHub</a></li>
</ul>
</div>
</section>
</main>
<footer>
<div class="wrap footer-row">
<p>Open Future Forum · Executive research and community resources</p>
<p><a href="https://openfutureforum.com/">openfutureforum.com</a> · <a href="https://github.com/OpenFutureForum">GitHub</a></p>
</div>
</footer>
</body>
</html>