Skip to content

Latest commit

 

History

116 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Success Factors: Engineering Trust in Deployments

Blog and weekly slides for LA3D Projects including Trusted AI, CI-Compass, and related projects.

Content structure

  • posts/ contains the existing blog.
  • projects/ contains current research-project hubs and dated updates.
  • slides/ is the historical Nuggets slide archive; its paths remain stable so published links continue to work.
  • templates/nugget-reveal/ contains the canonical research-update deck template.
  • themes/marp/ contains shared themes for fast Marp update decks.

Create an AI4C2 update with:

python .agents/skills/nuggets-deck/scripts/new_deck.py ai4c2 YYYY-MM-DD --title "AI4C2 Research Update"

New project updates inherit shared Reveal.js settings and are drafts by default. Rendering or publishing the public site is a separate step.

Mixed Quarto and Marp builds

The source filename selects the slide engine within a dated update directory:

  • index.qmd is rendered by Quarto/Reveal.js.
  • index.marp.md is rendered by Marp into the same directory under docs/.

Run the complete local site build with:

quarto render

Quarto renders the website and Reveal.js decks first. Its post-render script then finds every index.marp.md source and renders it with Marp's vertically scrolling bare template. Both kinds of presentation are therefore served from the existing GitHub Pages docs/ tree.

Marp CLI must be installed and available on PATH. To rebuild only the Marp decks, run:

python3 scripts/render_marp.py

After reviewing the generated site, commit both the sources and docs/, then push main. GitHub Pages continues to publish from maindocs/.

About

Blogs and weekly updates for Trusted AI, AI Engineering and Knowledge Engineering written using Quarto

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages