tbenst / dlab-data-2019

2019/09/23 dlab data lab meeting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misc

first frame of gif:

convert animation.gif target.png

for num in (seq 4); convert  bair_action_free_$num.gif -coalesce -chop 256x0+65+0 -delay 80  vid_pred_$num.gif; end; and xdg-open vid_pred_$num.gif;
for num in (seq 4); convert  vid_pred_$num.gif[0] vid_pred_$num.png; end

#reset
rm main.{fls,out,nav,log,fdb_latexmk,aux,toc,snm,sta}

stanford_beamer_presentation

This is an unofficial LaTeX Beamer presentation template with Stanford University theme.

Feel free to use this template for your project presentations, conference talks, etc.

The repository includes a simple example file (with the .tex source code) and a full, example presentation slides of my own (no .tex source code provided).

Example Slides

Example Slide 1 Example Slide 2 Example Slide 3 Example Slide 4

TODO

About

2019/09/23 dlab data lab meeting

License:MIT License


Languages

Language:TeX 100.0%