Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Talks

Adding a new talk

  1. Create //talks/YY_MM_NAME/YY_MM_NAME folder.
  2. Add PDF of slides to //talks/YY_MM_NAME/YY_MM_NAME.pdf.
  3. Move slides sources to //talks/YY_MM_NAME/YY_MM_NAME/YY_MM_NAME.key.
  4. Move assets to //talks/YY_MM_NAME/YY_MM_NAME/assets/.
  5. Create dpack manifest: $ bazel run //lib/dpack -- --init --package ~/phd/talks/YY_MM_NAME/YY_MM_NAME.
  6. Add comments to manifest file.
  7. Create dpack archive: $ bazel run //lib/dpack -- --pack --package ~/phd/talks/YY_MM_NAME/YY_MM_NAME.
  8. Add /talks/YY_MM_NAME/YY_MM_NAME/ to ~/phd/.gitignore.
  9. Add an entry to Talks section of //README.md.
  10. (If necessary) Add an entry to talks section of //http/chriscummins.cc/cv.json.
  11. (If necessary) Add an entry to talks section of //docs/cv/sec/invited_talks.tex.
  12. (If necessary) Build new CV: bazel build //docs/cv.
  13. (If necessary) Update CV file: cp ~/phd/bazel-genfiles/docs/cv/cv.pdf ~/phd/http/chriscummins.cc/cv.pdf.
  14. (If necessary) Commit and bump changes in //http/chriscummins.cc.
  15. Commit changes.