CoolFace
Datasetpublic

driodnexus/droidnexus-labs-monthly-reports

DroidNexus Labs Monthly Reports This dataset is the public monthly reporting archive for DroidNexus Labs. It exists to keep the operating record of the Labs layer visible outside the site itself. Each monthly slot is defined by a structured CSV row plus a report JSON file, then generated into paired English and Arabic markdown records and a machine-readable summary JSON file. What is inside data/reports.csv: the structured index for published and scheduled… See the full description on the dataset page: https://huggingface.co/datasets/driodnexus/droidnexus-labs-monthly-reports.

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
0likes15downloads
Dataset Card

DroidNexus Labs Monthly Reports

This dataset is the public monthly reporting archive for DroidNexus Labs.

It exists to keep the operating record of the Labs layer visible outside the site itself. Each monthly slot is defined by a structured CSV row plus a report JSON file, then generated into paired English and Arabic markdown records and a machine-readable summary JSON file.

What is inside

  • —data/reports.csv: the structured index for published and scheduled monthly slots.
  • —reports/2026-04.report.json: canonical structured source for the April 2026 issue.
  • —reports/2026-05.report.json: canonical structured source for the May 2026 tracking issue.
  • —reports/2026-04-en.md and reports/2026-04-ar.md: generated archive markdown.
  • —reports/2026-04-summary.json: generated machine-readable summary.

Why this exists

The DroidNexus Labs surface now spans public datasets, a public Space, collections, and on-site methodology and changelog pages. A monthly reports repository keeps the operating narrative inspectable as a public artifact rather than leaving it embedded only in article pages.

Canonical links

  • —Site article (EN): https://droidnexus.pro/en/articles/droidnexus-labs-report-april-2026/
  • —Site article (AR): https://droidnexus.pro/ar/articles/droidnexus-labs-report-april-2026/
  • —Labs collection: https://huggingface.co/collections/driodnexus/droidnexus-labs-public-research-layer-69ce9e327e5d84f7901983d8
  • —Public Space: https://huggingface.co/spaces/driodnexus/droidnexus-labs-hub

Update policy

Each new monthly report should add:

  1. 1.one row to data/reports.csv
  2. 2.one canonical reports/YYYY-MM.report.json source file
  3. 3.one generated English markdown report
  4. 4.one generated Arabic markdown report
  5. 5.one generated structured summary JSON file

The site articles and archive files are generated from the CSV + JSON source through npm run reports:generate.

The goal is a dated, inspectable archive, not volume for its own sake.