Skip to content

Commit a3d399c

Browse files
committed
adds billy pdf slides
1 parent 386e13f commit a3d399c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Syntax notes for the markdown:
5555
```shell
5656
# the directory you want to place the screenshots in, which you should pass as an argument to the script
5757
mkdir screenshots
58+
# if you have multiple monitors attached, go into the script, find `scrot` and use the
59+
# `-M` flag to specify a monitor
5860
./screenshot_revealjs.sh screenshots/
5961
# switch to presentation, make it full screen, and let the script run through it all
6062
# switch back to terminal, Ctrl+C to kill the script
@@ -63,7 +65,7 @@ Syntax notes for the markdown:
6365
pdftk screenshots/*pdf cat output presentation.pdf
6466
```
6567

66-
See `site/workdshops/fens-2024/welcome/` for an example, and ask Billy if you have any questions.
68+
See `site/presentations/fens-2024/welcome/` for an example, and ask Billy if you have any questions.
6769

6870
### Styling
6971

screenshot_revealjs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ echo "After screenshow, hit Ctrl+C to cancel, then delete the extra screenshots
1515
echo "for name in $1/*.png; do convert $name $1/`basename $name .png`.pdf; done"
1616
echo "pdftk $1/*.pdf cat output Presentation.pdf"
1717

18-
i=1000000
18+
# starting from 1000 so that we don't have to worry about 0-padding
19+
i=1000
1920
pause=1
2021
while true; do
2122
scrot -d $pause "$1/shot$i.png"

site/_workshops/jan-2025.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Before the workshop begins, please follow the setup instructions found on the [w
3030

3131
## Presentations, in chronological order
3232

33-
- [Welcome](/presentations/jan-2025/welcome), Billy Broderick
33+
- [Welcome](/presentations/jan-2025/welcome), Billy Broderick ([pdf version](https://users.flatironinstitute.org/~wbroderick/presentations/jan-2025/welcome.pdf))
3434
- [Neurodata Without Borders](https://users.flatironinstitute.org/~wbroderick/presentations/fens-2024/2024_06_22_CCN_at_FENS_NWB_Ruebel.pdf), Oliver Rübel
3535
- Introduction to Pynapple Core, Guillaume Viejo
3636
- [Signal processing and decoding](https://users.flatironinstitute.org/~wbroderick/presentations/jan-2025/hippocampus_background_jan25.pdf), Sarah Jo Venditto
3737
- [A conceptual introduction to Generalized Linear Models](https://users.flatironinstitute.org/~wbroderick/presentations/jan-2025/glm_intro_jan_feb_2025.pdf), Edoardo Balzani
38-
- [Basic Generalized Linear Models with NeMoS](/presentations/jan-2025/current_injection), Billy Broderick
38+
- [Basic Generalized Linear Models with NeMoS](/presentations/jan-2025/current_injection), Billy Broderick ([pdf version](https://users.flatironinstitute.org/~wbroderick/presentations/jan-2025/current_injection.pdf))
3939
- [Model Selection and Cross-Validation](https://users.flatironinstitute.org/~wbroderick/presentations/jan-2025/model_selection.pdf), Edoardo Balzani
40-
- [scikit-learn and nemos](/presentations/jan-2025/scikit-learn), Billy Broderick
41-
- [Conclusion](/presentations/jan-2025/conclusion), Billy Broderick
40+
- [scikit-learn and nemos](/presentations/jan-2025/scikit-learn), Billy Broderick ([pdf version](https://users.flatironinstitute.org/~wbroderick/presentations/jan-2025/scikit-learn.pdf))
41+
- [Conclusion](/presentations/jan-2025/conclusion), Billy Broderick ([pdf version](https://users.flatironinstitute.org/~wbroderick/presentations/jan-2025/conclusion.pdf))
4242

4343
## Schedule
4444

0 commit comments

Comments
 (0)