RSECon24
1.0.0
2024 年 9 月 3 日在紐卡斯爾舉行的研究軟體工程會議 (RSECon24) 上的「科學家的 SQLite」演講幻燈片。
這些投影片線上呈現:https://volcan01010.github.io/RSECon24/index.html。
按s
啟動演講者視圖,它將顯示演講者註釋,以便您可以看到我對每張投影片所說的內容。
您可以在 https://volcan01010.github.io/RSECon24/index.html?print-pdf 下載適合列印的版本
克隆存儲庫並在瀏覽器中查看 docs/index.html 以在本地工作。某些圖像需要網路連線才能查看,這些圖像透過外部連結提供。
若要重新建立資料庫以供您自己探索,請執行以下命令:
cd data
pip install etlhelper~=1.0
python create_volcano_db.py
影片是使用 Microsoft Snipping 工具建立的,但透過以下 FFMPEG 命令進行了顯著壓縮:
ffmpeg -i original.mp4 -vcodec libx264 -crf 24 small.mp4
它們可在 CC-BY 4.0 授權下使用。
用於隱藏由以下方法創建的“r-stretch”圖像(不適用於“fragment”)的白色圖像:
convert image.png -fill white -colorize 100% image_white.png