From f3b84f082d7190b8ff74158b39f8d89583fbe958 Mon Sep 17 00:00:00 2001 From: Mate Kovacs Date: Tue, 25 Nov 2025 18:44:32 +0900 Subject: [PATCH 1/4] fix invalid string and sort projects alphabetically --- static-site/content/projects.jp.md | 22 ++++++++++------------ static-site/content/projects.md | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/static-site/content/projects.jp.md b/static-site/content/projects.jp.md index 5b027af..1c28af8 100644 --- a/static-site/content/projects.jp.md +++ b/static-site/content/projects.jp.md @@ -15,6 +15,16 @@ url = "https://github.com/mkovaxx/mfem-rs" logo_url = "" description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library for finite element methods." +[[extra.project]] +name = "MORK" +url = "https://github.com/trueagi-io/MORK/" +description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に [MeTTa言語](https://metta.lang) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" + +[[extra.project]] +name = "pathmap" +url = "https://github.com/adam-Vandervorst/pathMap/" +description = "共有サブトライを備えた非常にコンパクトなラジックス256トライで、並行アクセスAPI、和・積・差などのパス代数演算、ファイルから直接マッピング可能な読み取り専用フォーマット、そして大量データを扱う際に有効となる多くの機能を備えています。" + [[extra.project]] name = "Shizen" url = "https://github.com/brandonpollack23/shizen-again" @@ -32,18 +42,6 @@ name = "Unifont-rs" url = "https://github.com/mkovaxx/unifont-rs" logo_url = "" description = "Unifont provides a monochrome bitmap font that covers the entire Unicode Basic Multilingual Plane. Halfwidth glyphs are 8x16, fullwidth are 16x16 pixels. Supports #[no_std] builds." - -[[extra.project]] -name = "MORK" -url = "https://github.com/trueagi-io/MORK/" -description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に [MeTTa言語](https://metta.lang) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。 -MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。 -また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" - -[[extra.project]] -name = "pathmap" -url = "https://github.com/adam-Vandervorst/pathMap/" -description = "共有サブトライを備えた非常にコンパクトなラジックス256トライで、並行アクセスAPI、和・積・差などのパス代数演算、ファイルから直接マッピング可能な読み取り専用フォーマット、そして大量データを扱う際に有効となる多くの機能を備えています。" +++ ## プロジェクトを追加する diff --git a/static-site/content/projects.md b/static-site/content/projects.md index cba2550..2d34b68 100644 --- a/static-site/content/projects.md +++ b/static-site/content/projects.md @@ -15,6 +15,16 @@ url = "https://github.com/mkovaxx/mfem-rs" logo_url = "" description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library for finite element methods." +[[extra.project]] +name = "MORK" +url = "https://github.com/trueagi-io/MORK/" +description = "MORK is a data transformation engine designed for applications that need to work with billions of entities efficiently. Initially designed for symbolic AI applications, to become the back for the [MeTTa language](https://metta.lang), it is now used by a growing list of folks in domains from genomics to financial pattern mining. MORK stores a space of S-Expressions and provides unification over atoms in the space. It can be accessed via an hyper-based HTTP server, although some users have linked it directly as a library." + +[[extra.project]] +name = "pathmap" +url = "https://github.com/adam-Vandervorst/pathMap/" +description = "Very compact radix-256 trie with shared subtries, concurrent access API, path-algebraic ops such as union, intersection, subtract, etc., a read-only format that maps directly from a file, and a number of other features to make it effective for working with massive amounts of data." + [[extra.project]] name = "Shizen" url = "https://github.com/brandonpollack23/shizen-again" @@ -32,16 +42,6 @@ name = "Unifont-rs" url = "https://github.com/mkovaxx/unifont-rs" logo_url = "" description = "Unifont provides a monochrome bitmap font that covers the entire Unicode Basic Multilingual Plane. Halfwidth glyphs are 8x16, fullwidth are 16x16 pixels. Supports #[no_std] builds." - -[[extra.project]] -name = "MORK" -url = "https://github.com/trueagi-io/MORK/" -description = "MORK is a data transformation engine designed for applications that need to work with billions of entities efficiently. Initially designed for symbolic AI applications, to become the back for the [MeTTa language](https://metta.lang), it is now used by a growing list of folks in domains from genomics to financial pattern mining. MORK stores a space of S-Expressions and provides unification over atoms in the space. It can be accessed via an hyper-based HTTP server, although some users have linked it directly as a library." - -[[extra.project]] -name = "pathmap" -url = "https://github.com/adam-Vandervorst/pathMap/" -description = "Very compact radix-256 trie with shared subtries, concurrent access API, path-algebraic ops such as union, intersection, subtract, etc., a read-only format that maps directly from a file, and a number of other features to make it effective for working with massive amounts of data." +++ ## Add Your Project From 4169208e758607a2526f2f4655a44c72c9a14325 Mon Sep 17 00:00:00 2001 From: Mate Kovacs Date: Tue, 25 Nov 2025 18:48:22 +0900 Subject: [PATCH 2/4] fix missing logo_url fields --- static-site/content/projects.jp.md | 2 ++ static-site/content/projects.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/static-site/content/projects.jp.md b/static-site/content/projects.jp.md index 1c28af8..3f5d8b1 100644 --- a/static-site/content/projects.jp.md +++ b/static-site/content/projects.jp.md @@ -18,11 +18,13 @@ description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library [[extra.project]] name = "MORK" url = "https://github.com/trueagi-io/MORK/" +logo_url = "" description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に [MeTTa言語](https://metta.lang) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" [[extra.project]] name = "pathmap" url = "https://github.com/adam-Vandervorst/pathMap/" +logo_url = "" description = "共有サブトライを備えた非常にコンパクトなラジックス256トライで、並行アクセスAPI、和・積・差などのパス代数演算、ファイルから直接マッピング可能な読み取り専用フォーマット、そして大量データを扱う際に有効となる多くの機能を備えています。" [[extra.project]] diff --git a/static-site/content/projects.md b/static-site/content/projects.md index 2d34b68..ece843f 100644 --- a/static-site/content/projects.md +++ b/static-site/content/projects.md @@ -18,11 +18,13 @@ description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library [[extra.project]] name = "MORK" url = "https://github.com/trueagi-io/MORK/" +logo_url = "" description = "MORK is a data transformation engine designed for applications that need to work with billions of entities efficiently. Initially designed for symbolic AI applications, to become the back for the [MeTTa language](https://metta.lang), it is now used by a growing list of folks in domains from genomics to financial pattern mining. MORK stores a space of S-Expressions and provides unification over atoms in the space. It can be accessed via an hyper-based HTTP server, although some users have linked it directly as a library." [[extra.project]] name = "pathmap" url = "https://github.com/adam-Vandervorst/pathMap/" +logo_url = "" description = "Very compact radix-256 trie with shared subtries, concurrent access API, path-algebraic ops such as union, intersection, subtract, etc., a read-only format that maps directly from a file, and a number of other features to make it effective for working with massive amounts of data." [[extra.project]] From c7dbfda7d9090a4aa12c7729a60659ea0d867046 Mon Sep 17 00:00:00 2001 From: Mate Kovacs Date: Tue, 25 Nov 2025 18:50:47 +0900 Subject: [PATCH 3/4] fix MeTTa homepage URL --- static-site/content/projects.jp.md | 2 +- static-site/content/projects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static-site/content/projects.jp.md b/static-site/content/projects.jp.md index 3f5d8b1..329e413 100644 --- a/static-site/content/projects.jp.md +++ b/static-site/content/projects.jp.md @@ -19,7 +19,7 @@ description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library name = "MORK" url = "https://github.com/trueagi-io/MORK/" logo_url = "" -description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に [MeTTa言語](https://metta.lang) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" +description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に [MeTTa言語](https://metta-lang.dev) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" [[extra.project]] name = "pathmap" diff --git a/static-site/content/projects.md b/static-site/content/projects.md index ece843f..f0bdb11 100644 --- a/static-site/content/projects.md +++ b/static-site/content/projects.md @@ -19,7 +19,7 @@ description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library name = "MORK" url = "https://github.com/trueagi-io/MORK/" logo_url = "" -description = "MORK is a data transformation engine designed for applications that need to work with billions of entities efficiently. Initially designed for symbolic AI applications, to become the back for the [MeTTa language](https://metta.lang), it is now used by a growing list of folks in domains from genomics to financial pattern mining. MORK stores a space of S-Expressions and provides unification over atoms in the space. It can be accessed via an hyper-based HTTP server, although some users have linked it directly as a library." +description = "MORK is a data transformation engine designed for applications that need to work with billions of entities efficiently. Initially designed for symbolic AI applications, to become the back for the [MeTTa language](https://metta-lang.dev), it is now used by a growing list of folks in domains from genomics to financial pattern mining. MORK stores a space of S-Expressions and provides unification over atoms in the space. It can be accessed via an hyper-based HTTP server, although some users have linked it directly as a library." [[extra.project]] name = "pathmap" From ee68212dc43158488a5b9fcb1f3fafbf4489b17d Mon Sep 17 00:00:00 2001 From: Mate Kovacs Date: Tue, 25 Nov 2025 18:57:55 +0900 Subject: [PATCH 4/4] This ain't Markdown. This is Spartaaaaa. --- static-site/content/projects.jp.md | 2 +- static-site/content/projects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static-site/content/projects.jp.md b/static-site/content/projects.jp.md index 329e413..d2fd187 100644 --- a/static-site/content/projects.jp.md +++ b/static-site/content/projects.jp.md @@ -19,7 +19,7 @@ description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library name = "MORK" url = "https://github.com/trueagi-io/MORK/" logo_url = "" -description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に [MeTTa言語](https://metta-lang.dev) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" +description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に MeTTa言語 (https://metta-lang.dev) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" [[extra.project]] name = "pathmap" diff --git a/static-site/content/projects.md b/static-site/content/projects.md index f0bdb11..6105cf6 100644 --- a/static-site/content/projects.md +++ b/static-site/content/projects.md @@ -19,7 +19,7 @@ description = "Rust wrapper for MFEM; a free, lightweight, scalable C++ library name = "MORK" url = "https://github.com/trueagi-io/MORK/" logo_url = "" -description = "MORK is a data transformation engine designed for applications that need to work with billions of entities efficiently. Initially designed for symbolic AI applications, to become the back for the [MeTTa language](https://metta-lang.dev), it is now used by a growing list of folks in domains from genomics to financial pattern mining. MORK stores a space of S-Expressions and provides unification over atoms in the space. It can be accessed via an hyper-based HTTP server, although some users have linked it directly as a library." +description = "MORK is a data transformation engine designed for applications that need to work with billions of entities efficiently. Initially designed for symbolic AI applications, to become the back for the MeTTa language (https://metta-lang.dev), it is now used by a growing list of folks in domains from genomics to financial pattern mining. MORK stores a space of S-Expressions and provides unification over atoms in the space. It can be accessed via an hyper-based HTTP server, although some users have linked it directly as a library." [[extra.project]] name = "pathmap"