Skip to content

Commit

Permalink
text upload
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmandc committed Dec 3, 2024
1 parent d933b8d commit f0bd539
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ exclude:
- node_modules
- vendor

permalink: /:title/
relative_permalinks: false
permalink: /2024/:title/
defaults:
- scope:
path: ""
type: posts
values:
permalink: /:title/
permalink: /2024/:title/


plugins:
- jekyll-gzip
Expand Down
93 changes: 93 additions & 0 deletions _layouts/event.html
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>
&bull; <span class='sans capitalize'>{{page.theme}}</span>-->
</p>
<p class="space-top2">
<!--Audience:<br>
&bull; <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>
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"
---

4 changes: 2 additions & 2 deletions program/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ <h2>30 November 2024 | Saturday</h2>

</tr>
<tr>
<td class="fill-blue-light">11:45</td><td rowspan="1" id="T053">
<a href="">Building Maps For Businesses In Emerging Markets Using OSMOSIS</a>
<td class="fill-blue-light">11:45</td><td rowspan="1" id="T001">
<a href="/2024/Building_Maps_For_Businesses_In_Emerging_Markets_Using_OSM/">Building Maps For Businesses In Emerging Markets Using OSM</a>
<br>
<span class="speaker">Md Al Amin Sarker (Barikoi PTE Limited)</span> </td>

Expand Down
Binary file not shown.

0 comments on commit f0bd539

Please sign in to comment.