Skip to content

Slides for "SQLite for Scientists" talk at RSECon24, Newcastle, Sept 2024

License

Notifications You must be signed in to change notification settings

volcan01010/RSECon24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite for Scientists

Slides for "SQLite for Scientists" talk at Research Software Engineering conference (RSECon24), Newcastle, 3 September 2024.

The slides are rendered online at: https://volcan01010.github.io/RSECon24/index.html.

Press s to activate Speaker View, which will display the speaker notes so that you can see what I said for each slide.

You can download a version suitable for printing at https://volcan01010.github.io/RSECon24/index.html?print-pdf

Clone repository and view docs/index.html in browser to work on locally. An internet connection is necessary to view some images, which are served via external links.

Recreating the database

To recreate the database to explore for yourself, run the following:

cd data
pip install etlhelper~=1.0
python create_volcano_db.py

Useful commands

Videos were created with Microsoft Snipping tool, but compressed significantly via the following FFMPEG command:

ffmpeg -i original.mp4 -vcodec libx264 -crf 24 small.mp4

They are available under CC-BY 4.0 licence.

White images to hide "r-stretch" images (which don't work with "fragment") created by:

convert image.png -fill white -colorize 100% image_white.png

About

Slides for "SQLite for Scientists" talk at RSECon24, Newcastle, Sept 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages