diff --git a/_posts/2015-09-17-foss4g.md b/_posts/2015-09-17-foss4g.md new file mode 100644 index 0000000..07d234a --- /dev/null +++ b/_posts/2015-09-17-foss4g.md @@ -0,0 +1,19 @@ +--- +published: true +title: WebSAFE - FOSS4G 2015 +permalink: /:title/ +description: "Presented WebSAFE as an online exposure and risk assessment tool during the Web and Framework track as a full talk" +category: talks +--- + +Presented WebSAFE as an online exposure and risk assessment tool during the Web and Framework track as a full talk + +Session: Web and Framework + +Venue: The K Seoul Hotel, Seoul, Korea + + + +

+ WebSAFE: Developing an Online Exposure and Risk Assessment Tool for the Philippines — Ivan Lester Saddi, Ramon Ayco Jr from FOSS4G on Vimeo. +

\ No newline at end of file diff --git a/_posts/2015-10-22-acrs-2015.md b/_posts/2015-10-22-acrs-2015.md new file mode 100644 index 0000000..1b8e5da --- /dev/null +++ b/_posts/2015-10-22-acrs-2015.md @@ -0,0 +1,14 @@ +--- +published: true +title: WebSAFE - Asian Conference on Remote Sensing 2015 +category: talks +permalink: /:title/ +description: "presented WebSAFE as a full talk in the WebGIS & Digital Earth track" +category: talks +--- + +Presented WebSAFE as a full talk in the WebGIS & Digital Earth track + +Session: WebGIS & Digital Earth + +Venue: Crowne Plaza Manila Galleria diff --git a/_posts/2015-11-14-devcon-summit-2015.md b/_posts/2015-11-14-devcon-summit-2015.md new file mode 100644 index 0000000..20bccc7 --- /dev/null +++ b/_posts/2015-11-14-devcon-summit-2015.md @@ -0,0 +1,13 @@ +--- +published: true +title: WebSAFE - DevCon Summit 2015 +permalink: /:title/ +description: "Presented WebSAFE as a scalable tool for disaster mitigation in the Web Development Special Track" +category: talks +--- + +Presented WebSAFE as a scalable tool for disaster mitigation in the Web Development Special Track + +Session: Web Development Special Track + +Venue: SMX Convention Center diff --git a/_posts/2023-05-27-astro-amsterdam-2023.md b/_posts/2023-05-27-astro-amsterdam-2023.md index 82d501e..afe57a1 100644 --- a/_posts/2023-05-27-astro-amsterdam-2023.md +++ b/_posts/2023-05-27-astro-amsterdam-2023.md @@ -1,10 +1,10 @@ --- published: true -title: "Gave an Introduction Talk about Astro" +title: "Introduction to Astro - Coven of Wisdom Amsterdam 2023" permalink: /:title/ image: astro-amsterdam-2023 description: "Fun squeezing awesome Astro stuff into a tiny meetup talk" -category: technology +category: talks --- Last April 19, 2023 I gave a quick talk about [Astro](https://astro.build) in the very first [Coven of Wisdom meetup in Amsterdam](https://www.meetup.com/coven-of-wisdom-amsterdam/events/292064053/). Had lots of fun talking about my current favorite framework! diff --git a/talks.html b/talks.html new file mode 100644 index 0000000..7976e69 --- /dev/null +++ b/talks.html @@ -0,0 +1,18 @@ +--- +layout: category +category-name: talks +permalink: /talks/ +--- + +

Talks I've Given

+ +
+ {% if site.categories.talks.size > 0 %} + + {% else %} + No posts to show. + {% endif %} +