forked from sotm-asia/sotm-asia-2024-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
121 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
--- | ||
layout: program | ||
color: fill-midnight | ||
color: dark-nav | ||
--- | ||
<div class='' id="event-page"> | ||
<div class=''> | ||
<div class='pad4y col12 clearfix space-bottom8'> | ||
<div class='col4'><h2 class='spartan color-{{page.color}}2'>{{page.title}}</h2> | ||
<span class='inline pad0'>{{page.time}}, {{page.room}}</span> | ||
{% unless page.recording %} | ||
<span class='inline pad0'><img src="/img/novideo-dark.svg" class="noRecordingDark" height="25" alt="no recording" title="This session will not be recorded."> This event will not be recorded.</span> | ||
{% endunless %} | ||
{% unless page.category == 'lightning' %} | ||
<p class="space-top2"> | ||
<!--<span class='inline pad0 dot fill-{{page.category | replace: ' ', '-'}}'></span>--> | ||
<!--Theme:<br> | ||
• <span class='sans capitalize'>{{page.theme}}</span>--> | ||
</p> | ||
<p class="space-top2"> | ||
<!--Audience:<br> | ||
• <span class='sans capitalize'>{{page.audience}}</span>--> | ||
</p> | ||
{% endunless %} | ||
</div> | ||
<div class='col7 margin1 min-height'> | ||
<header class='space-bottom2'> | ||
|
||
<div class='col12'> | ||
<h3 class='inline event-title'>{{page.authors}} | ||
<small class='inline pad1x'>{{page.length}}</small> | ||
</h3> | ||
|
||
{% if page.twitter %} | ||
<a | ||
target='_blank' | ||
class='social small sans icon twitter space-right1' | ||
title='Profile on Twitter' | ||
href='https://twitter.com/{{page.twitter}}'> | ||
{{page.twitter}}</a> | ||
{% endif %} | ||
{% if page.osm %} | ||
<a | ||
target='_blank' | ||
class=' social small sans icon osm' | ||
title='Profile on OpenStreetMap' | ||
href='http://www.openstreetmap.org/user/{{page.osm}}'> | ||
{{page.osm}}</a> | ||
{% endif %} | ||
</div> | ||
|
||
<small class="space-bottom1 space-top0 inline"> | ||
{% if page.role %}<span class='sans'>{{page.role}}</span>{% endif %} | ||
{% if page.affiliations %}<span class='sans'>{{page.affiliations}}</span>{% endif %} | ||
|
||
|
||
</small> | ||
|
||
</header> | ||
{% if page.youtube_recording %} | ||
<div class='prose space-bottom2'> | ||
{% if page.youtube_time %}{% assign youtube_second = page.youtube_time[0] | times:60 | plus:page.youtube_time[1] %}{% endif %} | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/{{ page.youtube_recording }}{% if page.youtube_time %}?start={{ youtube_second }}{% endif %}" frameborder="0" allowfullscreen></iframe> | ||
</div> | ||
{% endif %} | ||
{% if page.slides %} | ||
<div class='prose space-bottom2'> | ||
<a | ||
target="_blank" | ||
title="Open presentation slides" | ||
href="{{ page.slides }}"> | ||
Open presentation slides in a new tab</a> | ||
</div> | ||
{% endif %} | ||
<div class='prose space-bottom2'> | ||
{{content}} | ||
</div> | ||
|
||
|
||
{% if page.category == 'lightning' %} | ||
<a | ||
href='{{site.baseurl}}/lightning_talks/' | ||
class='button pad2x stroke icon prev space-top4 round-big'>Back to lightning talks</a> | ||
|
||
{% else %} | ||
<a | ||
href='{{site.baseurl}}/program/' | ||
class='button pad2x stroke icon prev space-top4 round-big'>Back to program</a> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
23 changes: 23 additions & 0 deletions
23
...hedule/0200-01-01-Building_Maps_For_Businesses_In_Emerging_Markets_Using_OSM.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: event | ||
title: "Building Maps For Businesses In Emerging Markets Using OSM" | ||
ref: "T001" | ||
name: "Md Al Amin Sarker" | ||
authors: "Md Al Amin Sarker" | ||
affiliations: "Barikoi PTE Limited" | ||
organization: "Barikoi PTE Limited" | ||
extra_tags: | ||
- "" | ||
room: "Main Hall" | ||
sortroom: "1" | ||
length: "15 minutes" | ||
time: "Saturday 11:45" | ||
recording: true | ||
tags: | ||
- sotmevent | ||
- slot3 | ||
- | ||
slides: "/slides/Building_Maps_For_Businesses_In_Emerging_Markets_Using_OSMOSIS.pdf" | ||
youtube_recording: "X4BGOxvd-10" | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1010 KB
slides/Building_Maps_For_Businesses_In_Emerging_Markets_Using_OSMOSIS.pdf
Binary file not shown.