Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Ethical AI Frameworks — community series

Public hub: https://elamcb.github.io/community/ethical-ai-frameworks/

LinkedIn group: Ethical AI Frameworks

Purpose

Same publishing model as LLM Safety & Red-Teaming: automated HTML from topics-queue.json, stable URLs on GitHub Pages for you to share in the group.

Cadence

  • Default interval: 25 days between publishes (intervalDays in manifest.json).
  • Workflow: Community Ethical AI Frameworks publish runs daily; the script publishes at most one article when the interval has passed and the queue is non-empty.

LinkedIn

Posting to the group is manual (copy the new article URL from the hub after each successful run).

Add more articles

Edit topics-queue.json (same section format as the LLM Safety series—see that folder’s README). The first object in topics is the next to ship.

Manual publish now

Actions → Community Ethical AI Frameworks publish → Run workflow → enable “force” to ignore the 25-day wait.

The workflow maps that checkbox to FORCE_PUBLISH correctly (GitHub passes it as a boolean, not the string true).

Files

File Role
manifest.json Series metadata, lastPublished (set automatically after the first article), intervalDays (25), article list
topics-queue.json FIFO queue of upcoming topics
articles/*.html Generated by scripts/community_llm_safety_publish.py
index.html Hub

The publish script is shared with the LLM Safety series; set COMMUNITY_SERIES_SUBDIR=ethical-ai-frameworks in CI for this hub.