Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"url": "https://openfutureforum.com/",
"sameAs": [
"https://github.com/OpenFutureForum",
"https://openfutureforum.github.io/"
"https://openfutureforum.github.io/",
"https://huggingface.co/open-future-forum"
]
},
{
Expand Down Expand Up @@ -371,6 +372,7 @@
<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://huggingface.co/open-future-forum">Hugging Face</a>
<a href="https://openfutureforum.com/">OpenFutureForum.com</a>
</nav>
</div>
Expand All @@ -385,6 +387,7 @@ <h1>Evidence, maps and practical tools for executive leaders.</h1>
<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>
<a class="button" href="https://huggingface.co/datasets/open-future-forum/executive-event-taxonomy">Explore open data on Hugging Face</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -523,7 +526,7 @@ <h2 id="repositories-heading">OpenFutureForum repositories</h2>
<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>
<p><a href="https://openfutureforum.com/">openfutureforum.com</a> · <a href="https://github.com/OpenFutureForum">GitHub</a> · <a href="https://huggingface.co/open-future-forum">Hugging Face</a></p>
</div>
</footer>
</body>
Expand Down
6 changes: 4 additions & 2 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"publisher": {
"name": "Open Future Forum",
"url": "https://openfutureforum.com/",
"github_organization": "https://github.com/OpenFutureForum"
"github_organization": "https://github.com/OpenFutureForum",
"huggingface_organization": "https://huggingface.co/open-future-forum",
"huggingface_dataset": "https://huggingface.co/datasets/open-future-forum/executive-event-taxonomy"
},
"directory_url": "https://openfutureforum.github.io/",
"last_reviewed": "2026-08-16",
"last_reviewed": "2026-09-14",
"projects": [
{
"id": "cxo-ecosystem-index",
Expand Down
Loading