publish other talks
This commit is contained in:
parent
30d8305e82
commit
adbf2b07d9
5 changed files with 66 additions and 2 deletions
19
_posts/2015-09-17-foss4g.md
Normal file
19
_posts/2015-09-17-foss4g.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
<iframe src="https://player.vimeo.com/video/142336887?h=b9dc6091e4" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="https://vimeo.com/142336887">WebSAFE: Developing an Online Exposure and Risk Assessment Tool for the Philippines — Ivan Lester Saddi, Ramon Ayco Jr</a> from <a href="https://vimeo.com/foss4g">FOSS4G</a> on <a href="https://vimeo.com">Vimeo</a>.
|
||||||
|
</p>
|
14
_posts/2015-10-22-acrs-2015.md
Normal file
14
_posts/2015-10-22-acrs-2015.md
Normal file
|
@ -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
|
13
_posts/2015-11-14-devcon-summit-2015.md
Normal file
13
_posts/2015-11-14-devcon-summit-2015.md
Normal file
|
@ -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
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
published: true
|
published: true
|
||||||
title: "Gave an Introduction Talk about Astro"
|
title: "Introduction to Astro - Coven of Wisdom Amsterdam 2023"
|
||||||
permalink: /:title/
|
permalink: /:title/
|
||||||
image: astro-amsterdam-2023
|
image: astro-amsterdam-2023
|
||||||
description: "Fun squeezing awesome Astro stuff into a tiny meetup talk"
|
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!<!--more-->
|
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!<!--more-->
|
||||||
|
|
18
talks.html
Normal file
18
talks.html
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
layout: category
|
||||||
|
category-name: talks
|
||||||
|
permalink: /talks/
|
||||||
|
---
|
||||||
|
|
||||||
|
<h1>Talks I've Given</h1>
|
||||||
|
|
||||||
|
<div class="blog-home">
|
||||||
|
{% if site.categories.talks.size > 0 %}
|
||||||
|
<ul class="blog-home__list-items">
|
||||||
|
{% for post in site.categories.talks %} {% include post-item.html %} {%
|
||||||
|
endfor %}
|
||||||
|
</ul>
|
||||||
|
{% else %}
|
||||||
|
<span>No posts to show.</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
Loading…
Reference in a new issue