diff options
author | hardythe1 | 2013-10-09 15:00:43 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 15:00:43 +0530 |
commit | c02e32aa54933e386819cf3928ef02963c32b278 (patch) | |
tree | 6dfff16012d55a53fe9f33899e797a07e61fa030 /templates/conference/keynote.html | |
download | SciPy2012-c02e32aa54933e386819cf3928ef02963c32b278.tar.gz SciPy2012-c02e32aa54933e386819cf3928ef02963c32b278.tar.bz2 SciPy2012-c02e32aa54933e386819cf3928ef02963c32b278.zip |
intializing repo with all files
Diffstat (limited to 'templates/conference/keynote.html')
-rw-r--r-- | templates/conference/keynote.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/conference/keynote.html b/templates/conference/keynote.html new file mode 100644 index 0000000..89a75eb --- /dev/null +++ b/templates/conference/keynote.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + +{% block content %} + +<p><h2>Keynote by Dr. Ole Nielsen</h2></p> +<div> +<p>Ole Nielsen has been an Open Source adopter, promotor and developer since the early nineties during his career as technical consultant, academic researcher, government scientist and development professional within an aid organisation. Ole has a double Master's degree in Mathematics and Computer Science as well as a PhD in scientific computing from universities in Denmark. Ole joined AusAID in Jakarta in 2010 to support the Indonesian government in multi-hazard disaster risk reduction. </p> + +<image src="{{ STATIC_URL }}/images/ole.jpg"> + +<iframe src="http://urtalk.kpoint.com/kapsule/gcc-7f6d80fa-7e37-4693-a9c3-08eaa23cfd22/v1/embedded?size=M" allowFullScreen webkitallowFullScreen mozallowFullScreen width="616" height="407" rel="nofollow"> </iframe> + +<a href="{{ STATIC_URL }}/slides/geoprocessing.zip">Download Slides</a> + + +{% endblock %} + |