This repository contains the source code for the INFOCOM 2026 Workshop on Embodied Intelligence Networks website.
The scripts/ directory contains helper scripts for generating the downloadable workshop program files from the website content.
In this workflow, program.html is the canonical source of truth for the workshop program. The Word and PDF files are generated artifacts derived from the HTML content and the Word template.
This script rebuilds ein26-program.docx from:
program.htmlfor the title, description, room, session times, and paper listcommittee.htmlfor the committee and chairs sectionassets/files/workshop-program-template.docxfor the Word layout, paragraph formatting, and fonts
It writes:
assets/files/ein26-program.docx
pandocxelatexif you also want to regenerate the PDF
From the repository root:
uv run scripts/generate-program.pyFrom the repository root:
uv run scripts/generate-program.py
pandoc assets/files/ein26-program.docx --pdf-engine=xelatex -V mainfont=Helvetica -o assets/files/ein26-program.pdf- Edit
program.htmlif the schedule, room, or description changes. - Edit
committee.htmlif the committee or chairs change. - Run the script to rebuild the
.docx. - Run the
pandoccommand above to refresh the PDF. - Commit the updated HTML and generated files together.