diff --git a/static-site/content/projects.jp.md b/static-site/content/projects.jp.md index 5b027af..d2fd187 100644 --- a/static-site/content/projects.jp.md +++ b/static-site/content/projects.jp.md @@ -15,6 +15,18 @@ 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/" +logo_url = "" +description = "MORKは、数十億規模のエンティティを効率的に扱う必要があるアプリケーション向けに設計されたデータ変換エンジンです。もともとは象徴的AIアプリケーション、特に MeTTa言語 (https://metta-lang.dev) のバックエンドとなることを目的に設計されましたが、現在ではゲノミクスから金融パターン解析まで、さまざまな分野で利用するユーザーが増えています。MORKはS式の空間を保存し、その空間内のアトムに対する単一化を提供します。また、HyperベースのHTTPサーバー経由でアクセスできるほか、ライブラリとして直接リンクして利用することも可能です。" + +[[extra.project]] +name = "pathmap" +url = "https://github.com/adam-Vandervorst/pathMap/" +logo_url = "" +description = "共有サブトライを備えた非常にコンパクトなラジックス256トライで、並行アクセスAPI、和・積・差などのパス代数演算、ファイルから直接マッピング可能な読み取り専用フォーマット、そして大量データを扱う際に有効となる多くの機能を備えています。" + [[extra.project]] name = "Shizen" url = "https://github.com/brandonpollack23/shizen-again" @@ -32,18 +44,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..6105cf6 100644 --- a/static-site/content/projects.md +++ b/static-site/content/projects.md @@ -15,6 +15,18 @@ 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/" +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." + +[[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]] name = "Shizen" url = "https://github.com/brandonpollack23/shizen-again" @@ -32,16 +44,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