diff --git a/slides.md b/slides.md index 4718142..d86896f 100644 --- a/slides.md +++ b/slides.md @@ -154,7 +154,8 @@ This presentation is going to start by providing some context on climate adaptat - Research software developer/packager/maintainer from Montréal, Québec, Canada 🇨🇦 - Studied climate change impacts on wine viticulture 🍇 in Southern Québec - Making stuff with Python 🐍 for ~6.5 years -- Užupio Respublikos 🖐️ pilietis (nuo 2024 m.) +- Užupio Respublikos 🖐️ pilietis + (nuo 2024 m.) --- @@ -298,8 +299,8 @@ Climate Services have been around for some time, but when I started working on t - `MATLAB`-based in-house libraries (**proprietary** 💰) - No source code review -- Issues with data storage / access / processing 😫 - - Small team unable to meet demand +- Issues with data storage / access / processing + - Small team unable to meet demand 😫 - Lack of output data uniformity between researchers ⁉️ - Lots of bugs 🐛 and human error 🙅 - Data analysis/requests served manually ⏳ @@ -310,13 +311,13 @@ Climate Services have been around for some time, but when I started working on t # Building a **Climate Services** library? --- @@ -812,6 +813,7 @@ So we decided to move forward with building a Web Service in partnership with a ...Bird-house likes to name their projects after Birds, so to be clever, we landed on "Finch" to make reference to environmental adaptations that Charles Darwin talked about when he wrote about finches in the Galapagos Islands. + --> # **Finch** : Climate Indicator Web Processing Service @@ -826,7 +828,11 @@ So we decided to move forward with building a Web Service in partnership with a - + ## Using remote **Finch** Web Service from Python (with `birdy`) @@ -870,7 +876,11 @@ out.growing_degree_days.plot(hue='location') - + ## Using remote **Finch** Web Service from Python (`birdy`) ![img](img/location-graphs.png) @@ -930,7 +940,11 @@ out.growing_degree_days.plot(hue='location') - + # Making it accessible ➔ Web Frontends @@ -950,7 +964,11 @@ out.growing_degree_days.plot(hue='location') --- - + # Modern-day **Climate Services** with **Python** @@ -982,7 +1000,13 @@ out.growing_degree_days.plot(hue='location') } - +