Reorganise some legacy pages

This commit is contained in:
2016-01-13 10:32:36 +00:00
parent 22dffe045d
commit e6110f3ef3
16 changed files with 52 additions and 1092 deletions

View File

@@ -26,5 +26,4 @@ gems: [jekyll-paginate]
markdown: redcarpet markdown: redcarpet
exclude: exclude:
- LICENSE - LICENSE
- README - README
environment: dev

View File

@@ -40,9 +40,6 @@
</header> </header>
<header class="navigation"> <header class="navigation">
<ul class="screen-only"> <ul class="screen-only">
{% if 'dev' == site.environment %}
<li><a href="/{{ site.baseurl }}/private/">private</a></li>
{% endif %}
<li><a href="/{{ site.baseurl }}/blog/">blog</a></li> <li><a href="/{{ site.baseurl }}/blog/">blog</a></li>
<li><a href="/{{ site.baseurl }}/gallery/">gallery</a></li> <li><a href="/{{ site.baseurl }}/gallery/">gallery</a></li>
<li><a href="/{{ site.baseurl }}/about.html">about</a></li> <li><a href="/{{ site.baseurl }}/about.html">about</a></li>

View File

@@ -1,11 +1,13 @@
--- ---
layout: default layout: default
--- ---
<article class="post"> <section>
<header class="post-header"> <header>
<h1 class="post-title">{{ page.title }}</h1> <h1>
</header> <span itemprop="name">{{ page.title }}</span>
<div class="post-content"> </h1>
{{ content }} </header>
</div> <section class="post-content" itemprop="articleBody">
</article> {{ content }}
</section>
</section>

View File

@@ -1,294 +0,0 @@
---
title: About
layout: content
description: I'm a software engineer who enjoys pushing the limits of web technology and applying them to business processes.
print_blurb: "r&#233;sum&#233;"
---
<section itemscope itemtype="http://schema.org/Person" itemid="http://dpb587.me/">
<meta itemprop="givenName" content="Danny" />
<meta itemprop="familyName" content="Berger" />
<meta itemprop="gender" content="male" />
<meta itemprop="jobTitle" content="Software Engineer" />
<meta itemprop="name" content="Danny Berger" />
<meta itemprop="email" content="dpb587@gmail.com" />
<link itemprop="url" href="http://dpb587.me/" />
<link itemprop="image" href="http://www.gravatar.com/avatar/5544fe6a05400da5a8957ff29dd6718c.png?s=128" />
<link itemprop="sameAs" href="https://github.com/dpb587" />
<link itemprop="sameAs" href="https://plus.google.com/101881290181099762326" />
<h1 class="screen-only">About</h1>
<p itemprop="description">
I am a <em>software engineer</em> who enjoys pushing the limits of <em>web technology</em> and applying them to
<em>business processes</em>. Ideally, my job provides me with technical challenges that need
<em>well-designed</em> solutions. I have a solid understanding of industry best practices, but I am more
interested in <em>continuously learning</em> about why they exist and how they can be further <em>applied and
improved</em>.
</p>
<h2>Skill Set</h2>
<p>
I am especially familiar with 'cloud' concepts, e-commerce, server administration, and web applications. When
working on a project, my preferred technologies are Linux, PHP (with symfony2, lately) and JavaScript (node.js,
especially). Recently I have been able to gain experience and understanding in the following areas:
</p>
<dl>
<dt>languages</dt>
<dd>
<a href="https://developer.apple.com/library/mac/#documentation/applescript/conceptual/applescriptx/AppleScriptX.html">applescript</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">css</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="https://golang.org/">go</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://en.wikipedia.org/wiki/HTML">html</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://en.wikipedia.org/wiki/JavaScript">javascript</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://lesscss.org/">less</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://nodejs.org/">node.js</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://php.net/">php</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="https://www.ruby-lang.org/en/">ruby</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://en.wikipedia.org/wiki/SQL">sql</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://en.wikipedia.org/wiki/XSLT">xslt</a>
</dd>
<dt>libraries</dt>
<dd>
<a href="http://getcomposer.org/">composer</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.doctrine-project.org/">doctrine</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.highcharts.com/">highcharts</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://mootools.net/">mootools</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="https://github.com/sebastianbergmann/phpunit/">phpunit</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://requirejs.org/">require.js</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://swiftmailer.org/">swiftmailer</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://symfony.com/">symfony2</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://twig.sensiolabs.org/">twig</a>
</dd>
<dt>software</dt>
<dd>
<a href="https://github.com/cloudfoundry/bosh">bosh</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://docker.io/">docker</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.elasticsearch.org/">elasticsearch</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://git-scm.com/">git</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://jenkins-ci.org/">jenkins</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.elasticsearch.org/overview/kibana/">kibana</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="https://www.elastic.co/products/logstash">logstash</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://memcached.org/">memcached</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.mysql.com/">mysql</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://nginx.org/">nginx</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://openvpn.net/">openvpn</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="https://puppetlabs.com/">puppet</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.vagrantup.com/">vagrant</a>
</dd>
<dt>systems</dt>
<dd>
<a href="http://www.linux.org/">linux</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.apple.com/osx/">osx</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="http://www.ubuntu.com/">ubuntu</a>
</dd>
<dt>services</dt>
<dd>
<a href="http://aws.amazon.com/">aws</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="https://github.com/">github</a>&nbsp;&nbsp;&middot;&nbsp;
<a href="https://www.paypal.com/">paypal</a>
</dd>
</dl>
<h2>Experience</h2>
<p style="page-break-inside:avoid;" itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
<strong>Software Engineer</strong> &nbsp;&middot;&nbsp; December '15 &ndash; present<br />
<span itemprop="name">Pivotal Software, Inc</span> (<a href="http://pivotal.io/" itemprop="url"><span class="print-only">pivotal.io</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; San Francisco, California
</p>
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p style="page-break-inside:avoid;" itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
<strong>Software Developer</strong> &nbsp;&middot;&nbsp; August '13 &ndash; August '15<br />
<span itemprop="name">City Index Ltd &ndash; Labs Team</span> (<a href="http://www.cityindex.co.uk/" itemprop="url"><span class="print-only">www.cityindex.co.uk</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; London, England
</p>
<ul>
<li>Implemented and managed scalable logstash + elasticsearch + kibana stacks on AWS</li>
<li>Researched and tested elasticsearch scaling for project needs</li>
<li>Creating and managing BOSH releases for logsearch</li>
<li>Creating logsearch-shipper, designed for log forwarding and monitoring of any other BOSH deployments</li>
<li>Designing and supporting VPC environments on AWS</li>
<li>Defining and implementing logging and monitoring practices for deployments</li>
<li>Worked remotely</li>
</ul>
<p style="line-height:14px;padding-top:1px;">
<small style="color:#666666;">
aws&nbsp;&nbsp;&middot;&nbsp;
bosh&nbsp;&nbsp;&middot;&nbsp;
elasticsearch&nbsp;&nbsp;&middot;&nbsp;
git&nbsp;&nbsp;&middot;&nbsp;
kibana&nbsp;&nbsp;&middot;&nbsp;
logstash&nbsp;&nbsp;&middot;&nbsp;
linux&nbsp;&nbsp;&middot;&nbsp;
nginx&nbsp;&nbsp;&middot;&nbsp;
node.js&nbsp;&nbsp;&middot;&nbsp;
openvpn&nbsp;&nbsp;&middot;&nbsp;
ruby&nbsp;&nbsp;&middot;&nbsp;
ubuntu&nbsp;&nbsp;&middot;&nbsp;
vagrant
</small>
</p>
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p style="page-break-inside:avoid;" itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
<strong>Software Systems Engineer</strong> &nbsp;&middot;&nbsp; June '06 &ndash; present<br />
<span itemprop="name">The Loopy Ewe</span> (<a href="https://theloopyewe.com/" itemprop="url"><span class="print-only">theloopyewe.com</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; Fort Collins, Colorado
</p>
<ul>
<li>Developed and currently maintain in-house e-commerce frontend and backoffice tools using primarily PHP and MySQL</li>
<li>Migrated the backend website and services to the open-source symfony2 framework</li>
<li>Integrated business tools with APIs including PayPal and Endicia</li>
<li>Advising on strategic goals for the business and assisting in implementation</li>
<li>Migrating from traditional servers to a multi-region cloud environment on AWS</li>
<li>Migrating from Puppet-managed servers to a BOSH-managed environment</li>
<li>Currently maintain production server environments and services</li>
</ul>
<p style="line-height:14px;padding-top:1px;">
<small style="color:#666666;">
applescript&nbsp;&nbsp;&middot;&nbsp;
aws&nbsp;&nbsp;&middot;&nbsp;
composer&nbsp;&nbsp;&middot;&nbsp;
css&nbsp;&nbsp;&middot;&nbsp;
elasticsearch&nbsp;&nbsp;&middot;&nbsp;
git&nbsp;&nbsp;&middot;&nbsp;
html&nbsp;&nbsp;&middot;&nbsp;
javascript&nbsp;&nbsp;&middot;&nbsp;
linux&nbsp;&nbsp;&middot;&nbsp;
mootools&nbsp;&nbsp;&middot;&nbsp;
mysql&nbsp;&nbsp;&middot;&nbsp;
nginx&nbsp;&nbsp;&middot;&nbsp;
osx&nbsp;&nbsp;&middot;&nbsp;
paypal&nbsp;&nbsp;&middot;&nbsp;
php&nbsp;&nbsp;&middot;&nbsp;
puppet&nbsp;&nbsp;&middot;&nbsp;
require.js&nbsp;&nbsp;&middot;&nbsp;
rpm&nbsp;&nbsp;&middot;&nbsp;
sql&nbsp;&nbsp;&middot;&nbsp;
swiftmailer&nbsp;&nbsp;&middot;&nbsp;
symfony2&nbsp;&nbsp;&middot;&nbsp;
twig&nbsp;&nbsp;&middot;&nbsp;
twilio&nbsp;&nbsp;&middot;&nbsp;
vagrant
</small>
</p>
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p style="page-break-inside:avoid;">
<strong>Software Developer</strong> &nbsp;&middot;&nbsp; July '09 &ndash; October '12; Summer '08, intern<br />
Sentry Data Systems (<a href="http://www.sentryds.com/"><span class="print-only">www.sentryds.com</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; Deerfield Beach, Florida
</p>
<ul>
<li>Guided the adoption of and migration to the open-source symfony2 framework from an internal framework for main customer SaaS web application</li>
<li>Implemented development tools and standards including opengrok, composer, and PSR-*</li>
<li>Advised and taught on software design, industry practices, and development workflows</li>
<li>Created automated systems for detecting data quality issues in client data feeds, significantly reducing manual work</li>
<li>Created custom issue tracking system to support existing Oracle-based applications, email ticketing, workflows, and time estimations</li>
<li>Worked locally for 18 months and remotely for 22 months</li>
</ul>
<p style="line-height:14px;padding-top:1px;">
<small style="color:#666666;">
composer&nbsp;&nbsp;&middot;&nbsp;
git&nbsp;&nbsp;&middot;&nbsp;
html&nbsp;&nbsp;&middot;&nbsp;
javascript&nbsp;&nbsp;&middot;&nbsp;
jenkins&nbsp;&nbsp;&middot;&nbsp;
linux&nbsp;&nbsp;&middot;&nbsp;
mootools&nbsp;&nbsp;&middot;&nbsp;
opengrok&nbsp;&nbsp;&middot;&nbsp;
oracle-database&nbsp;&nbsp;&middot;&nbsp;
php&nbsp;&nbsp;&middot;&nbsp;
phpunit&nbsp;&nbsp;&middot;&nbsp;
sql&nbsp;&nbsp;&middot;&nbsp;
subversion&nbsp;&nbsp;&middot;&nbsp;
symfony2&nbsp;&nbsp;&middot;&nbsp;
twig
</small>
</p>
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p style="page-break-inside:avoid;">
<strong>Student System Administrator</strong> &nbsp;&middot;&nbsp; Spring '06 &ndash; Fall '08<br />
CSE Department, Taylor University (<a href="http://www.taylor.edu/"><span class="print-only">www.taylor.edu</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; Upland, Indiana
</p>
<ul>
<li>Created web-based applications to aid in department processes for faculty and students</li>
<li>Maintained and provided support for the Computer Science department lab computers and servers (Linux, Windows)</li>
<li>Acted as contributing editor and webmaster for the department's public website</li>
</ul>
<p style="line-height:14px;padding-top:1px;">
<small style="color:#666666;">
html&nbsp;&nbsp;&middot;&nbsp;
linux&nbsp;&nbsp;&middot;&nbsp;
mysql&nbsp;&nbsp;&middot;&nbsp;
php&nbsp;&nbsp;&middot;&nbsp;
sql&nbsp;&nbsp;&middot;&nbsp;
windows
</small>
</p>
<hr color="#E9E9E9" size="1" style="margin-bottom:10px;margin-top:14px;" />
<p style="page-break-inside:avoid;">
<strong>Network Administrator</strong> &nbsp;&middot;&nbsp; Spring '03 &ndash; Summer '07<br />
The Covenant Presbyterian Church (<a href="http://www.cpcstl.org/"><span class="print-only">www.cpcstl.org</span><span class="screen-only">website</span></a>) &nbsp;&middot;&nbsp; St. Louis, Missouri
</p>
<ul>
<li>Created, maintained, and hosted their website CMS during employment and until 2010</li>
<li>Provided technical support (on-site, phone, and email) to ministry staff</li>
<li>Managed Microsoft Windows and Exchange servers, internal ministry applications, and other productivity software</li>
</ul>
<p style="line-height:14px;padding-top:1px;">
<small style="color:#666666;">
css&nbsp;&nbsp;&middot;&nbsp;
exchange&nbsp;&nbsp;&middot;&nbsp;
html&nbsp;&nbsp;&middot;&nbsp;
linux&nbsp;&nbsp;&middot;&nbsp;
mysql&nbsp;&nbsp;&middot;&nbsp;
php&nbsp;&nbsp;&middot;&nbsp;
sql&nbsp;&nbsp;&middot;&nbsp;
windows&nbsp;&nbsp;&middot;&nbsp;
windows-server
</small>
</p>
<h2>Open-Source Contributions</h2>
<ul>
<li><a href="https://github.com/logstash/logstash/commits?author=dpb587">logstash/logstash</a> &ndash; small enhancements</li>
<li><a href="https://github.com/elasticsearch/kibana/commits?author=dpb587">elasticsearch/kibana</a> &ndash; small bug fixes</li>
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> &ndash; oracle bug fixes</li>
</ul>
<h2>Education</h2>
<ul>
<li><a href="http://www.taylor.edu/">Taylor University</a> &ndash; Bachelor of Science (2005 - 2009) &ndash; Computer Science, Systems (Business Information Systems)</li>
<li><a href="http://www.wcastl.org/">Westminster Christian Academy</a> &ndash; high school (2001 - 2005)</li>
</ul>
</section>

View File

@@ -1,26 +1,13 @@
--- ---
id: 346
title: About title: About
author: Rik author: Rik
layout: page layout: page
guid: http://csbnw.no-ip.org:38/?page_id=346
--- ---
In dit blog zal ik jullie op de hoogte houden van mijn belevenissen in St Andrews, Schotland. Daar ben ik in november 2013 begonnen aan een vierjarige PhD in de scheikunde, met als uiteindelijk doel het halen van de doctor titel.
<div style="width: 630px" class="wp-caption aligncenter"> De werking van dit blog zou weinig uitleg nodig moeten hebben!
<img class="lazy " src="http://csbnw.no-ip.org:38/wp-content/plugins/wp-images-lazy-loading/images/grey.gif" data-original="/wp-content/gallery/Visit/IMAG0775.jpg" width="600" />
<p class="wp-caption-text">
<noscript>
<img src="/wp-content/gallery/Visit/IMAG0775.jpg" width="600" />
</noscript> De fraaie West Port!
</p>
</div>
Het verticale menu bevat een overzicht van oude en nieuwe gebeurtenissen. Klik erop om naar een pagina met een samenvatting van de betreffende activiteit te gaan. Bij de meesten zal ik ook foto&#8217;s plaatsen! In het horizontale menu zijn naast een [kalender ][1]ook een [kaart ][2]met de belangrijkste locaties en het  [fotoalbum][3] te vinden. {% include caption.html
width='500'
Daarnaast schrijf ik berichten als ik iets te melden heb, deze verschijnen op de hoofdpagina. image='/asset/gallery/2013-visit/c0d7445~640w.jpg'
text='De fraaie West Port!'
[1]: http://csbnw.no-ip.org:38/?page_id=335 "Calendar" %}
[2]: http://csbnw.no-ip.org:38/?page_id=348 "Map"
[3]: http://csbnw.no-ip.org:38/?page_id=41 "Gallery"

View File

@@ -0,0 +1,14 @@
---
title: St Andrews
author: Rik
layout: post
---
De foto's die ik heb gemaakt toen ik voor het [eerst in St Andrews was][1], geven vast een goede indruk van het dorp. Toch loont het zeker de moeite om bij te houden hoe het bos en het strand hier telkens een nieuwe aanblik genereren.
[Lade Braes](/gallery/2014-lade-braes/):
{% include gallery.html gallery='2014-lade-braes' %}
[West Sands](/gallery/2013-west-sands):
{% include gallery.html gallery='2013-west-sands' %}
[1]: {% post_baseurl 2013-12-08-visit-school-of-chemistry %} "Visit School of Chemistry"

View File

@@ -15,7 +15,8 @@ Nu het semester is afgelopen, zijn ook de georganiseerde whisky tastings afgelop
- [Springbank Calvados Wood Finish (12 year, 53%)](https://www.masterofmalt.com/whiskies/springbank/springbank-12-year-old-calvados-wood-finish-whisky/) - [Springbank Calvados Wood Finish (12 year, 53%)](https://www.masterofmalt.com/whiskies/springbank/springbank-12-year-old-calvados-wood-finish-whisky/)
{% include caption.html {% include caption.html
width='420' image='/wp-content/gallery/whisky-poker/11401566_10155724426675597_6932590850520958164_n.jpg' width='420'
image='/wp-content/gallery/whisky-poker/11401566_10155724426675597_6932590850520958164_n.jpg'
text='De whisky line-up' text='De whisky line-up'
%} %}
@@ -26,7 +27,8 @@ Eigenlijk is er over elke whisky wel iets bijzonders te vertellen. Zo is bijvoor
Onder het genot van deze whiskies hebben we poker gespeeld. Het was daarbij leuk om echt kleingeld te gebruiken. Gelukkig bleef de inzet met blinds van 1 en 2 cent beperkt. De hoogste inzet van de avond liep tegen de 20 cent, maar op deze manier bleef het leuk. Al met al schat ik dat ik op een inleg van 2 pond zo'n 60 cent winst heb gemaakt. Onder het genot van deze whiskies hebben we poker gespeeld. Het was daarbij leuk om echt kleingeld te gebruiken. Gelukkig bleef de inzet met blinds van 1 en 2 cent beperkt. De hoogste inzet van de avond liep tegen de 20 cent, maar op deze manier bleef het leuk. Al met al schat ik dat ik op een inleg van 2 pond zo'n 60 cent winst heb gemaakt.
{% include caption.html {% include caption.html
width='420' image='/wp-content/gallery/whisky-poker/11407136_10155724426700597_7323413856952583575_n.jpg' width='420'
image='/wp-content/gallery/whisky-poker/11407136_10155724426700597_7323413856952583575_n.jpg'
text='Poker met echte munten' text='Poker met echte munten'
%} %}

View File

@@ -6,7 +6,15 @@ date: 2013-10-29
end_date: 2014-01-26 end_date: 2014-01-26
--- ---
<div itemprop="description"> <div itemprop="description">
<p></p> <p>
Hier moet ik het echte werk verrichten: chemicaliën mengen, ontmengen en met een keur aan apparaten analyseren. Van binnen lijkt het het gebouw zelfs nog spectaculairder dan de aanblik van buiten doet vermoeden. In het lab mag ik de zuurkast bij het raam gebruiken, dus fantastische uitzichten zijn gegarandeerd:
</p>
<ul>
<li>verschillende golfbanen, waaronder 's werelds meest beroemde: The Old Course</li>
<li>het hoekje van St Andrews waar de duurste hotels (voor golfers) staan</li>
<li>het noordelijke strand (West Sands) met een doorkijkje tussen de duinen om de golfen te zien omslaan</li>
<li>het militaire vliegveld in Leuchars waar regelmatig straaljagers vliegen</li>
</ul>
<a href="slideshow.html">[ slideshow ]</a>&nbsp;|&nbsp;<a href="map.html">[ map ]</a> <a href="slideshow.html">[ slideshow ]</a>&nbsp;|&nbsp;<a href="map.html">[ map ]</a>
</div> </div>
{% include gallery_list.html gallery='2014-lab' %} {% include gallery_list.html gallery='2014-lab' %}

View File

@@ -6,7 +6,7 @@ date: 2013-10-26
end_date: 2014-01-26 end_date: 2014-01-26
--- ---
<div itemprop="description"> <div itemprop="description">
<p>De Lade Braes (een lade is een kunstmatig kanaal) werd vroeger gebruikt om de katedraal van vers water te voorzien. Het water van dit gezellige stroompje beland nu in de Noordzee, maar niet voordat het de dorst van naburige bomen heeft gelest. Om deze lade groeit namelijk een soort miniatuurbos, voorzien van een wandelpad. Op mijn route naar de universiteit loop ik elke dag een stukje over dit pad en dat geeft me een uitgelezen kans om af en toe een foto te schieten en zo de vordering van de seizoenen in de gaten te houden.</p> <p>De Lade Braes (een lade is een kunstmatig kanaal) werd vroeger gebruikt om de kathedraal van vers water te voorzien. Het water van dit gezellige stroompje beland nu in de Noordzee, maar niet voordat het de dorst van naburige bomen heeft gelest. Om deze lade groeit namelijk een soort miniatuurbos, voorzien van een wandelpad. Op mijn route naar de universiteit loop ik elke dag een stukje over dit pad en dat geeft me een uitgelezen kans om af en toe een foto te schieten en zo de vordering van de seizoenen in de gaten te houden.</p>
<a href="slideshow.html">[ slideshow ]</a>&nbsp;|&nbsp;<a href="map.html">[ map ]</a> <a href="slideshow.html">[ slideshow ]</a>&nbsp;|&nbsp;<a href="map.html">[ map ]</a>
</div> </div>
{% include gallery_list.html gallery='2014-lade-braes' %} {% include gallery_list.html gallery='2014-lade-braes' %}

View File

@@ -2,6 +2,12 @@
title: Galleries title: Galleries
layout: default layout: default
--- ---
<section>
<p>
Naast fotos die bij bepaalde activiteiten horen, kom ik vaak situaties tegen die ik de moeite waard vind om op beeld vast te leggen. Wist je dat ik de meeste foto's op dit blog met de camera op mijn HTC One S of OnePlus One maak? Geloof het of niet, maar zelfs sommige van de prachtige panorama's boven elke pagina zijn daarvan afkomstig. Natuurlijk vul ik mijn eigen foto's aan met exemplaren van anderen.
</p>
</section>
<section> <section>
{% loopdir path:"gallery" match:"*/index.html" sort:"-date" %} {% loopdir path:"gallery" match:"*/index.html" sort:"-date" %}
<div style="display: inline-block; height: 274px; margin: 8px 10px 0 0; text-align: center; width: 200px;"> <div style="display: inline-block; height: 274px; margin: 8px 10px 0 0; text-align: center; width: 200px;">

View File

@@ -6,9 +6,7 @@ tags: blog scotland chemistry phd
<section> <section>
<p> <p>
Technology intrigues me. Pretty much any sort, but I enjoy web-oriented tech the most. I like innovating, technical In dit blog zal ik jullie op de hoogte houden van mijn belevenissen in St Andrews, Schotland. Daar ben ik in november 2013 begonnen aan een vierjarige PhD in de scheikunde, met als uiteindelijk doel het halen van de doctor titel.
challenges, and learning new concepts. This is a place to remember some of those experiences. Maybe you'll find
something interesting.
</p> </p>
</section> </section>

View File

@@ -1,8 +0,0 @@
---
id: 335
title: Calendar
author: Rik
layout: page
guid: http://csbnw.no-ip.org:38/?page_id=335
---
Navigeer via de kalender naar oudere gebeurtenissen!

View File

@@ -1,456 +0,0 @@
---
id: 348
title: Map
author: Rik
layout: page
guid: http://csbnw.no-ip.org:38/?page_id=348
---
Deze kaarten kunnen helpen om een idee te krijgen van het decor van al mijn Schotse avonturen. Een detailkaart van St Andrews met de belangrijkste lokaties:
<span style="line-height: 1.5;">
<div id="lmm_52825454" style="width:640px;" class="mapsmarker layermap layer-1">
<div id="lmm_panel_52825454" class="lmm-panel" style="background: #efefef;">
<div id="lmm_panel_api_52825454" class="lmm-panel-api">
<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?layer=1&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?layer=1" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-qr.php?layer=1&callback=jsonp&full=yes&full_icon_url=yes" target="_blank" title="Create QR code image for standalone map in fullscreen mode" rel="nofollow"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-qr-code.png" width="14" height="14" alt="QR-code-logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-geojson.php?layer=1&callback=jsonp&full=yes&full_icon_url=yes" style="text-decoration:none;" title="Export as GeoJSON" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-json.png" width="14" height="14" alt="GeoJSON-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-georss.php?layer=1" style="text-decoration:none;" title="Export as GeoRSS" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-georss.png" width="14" height="14" alt="GeoRSS-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-wikitude.php?layer=1" style="text-decoration:none;" title="Export as ARML for Wikitude Augmented-Reality browser" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-wikitude.png" width="14" height="14" alt="Wikitude-Logo" class="lmm-panel-api-images" /></a>
</div>
<div id="lmm_panel_text_52825454" class="lmm-panel-text" style="padding-left:5px;font-weight:bold;color:#373737;">
St Andrews
</div>
</div>
<div id="lmm_map_52825454" style="background:#f6f6f6;border:1px solid #ccc;height:480px; overflow:hidden;padding:0;">
<p style="font-size:80%;color:#9f9e9e;margin-left:5px;">
loading map - please wait...<br /><small><a href="http://mapsmarker.com/wp_footer" target="_blank" style="text-decoration:none;">click here for troubleshooting</a></small>
<noscript>
<br /><strong>Map could not be loaded - please enable Javascript!</strong><br /><a style="text-decoration:none;" href="http://www.mapsmarker.com/js-disabled" target="_blank">&rarr; more information</a>
</noscript>
</p>
</div>
<div id="lmm_geo_tags_52825454_1" class="lmm-geo-tags geo">
Home: <span class="latitude">56.330394</span>, <span class="longitude">-2.810439</span>
</div>
<div id="lmm_geo_tags_52825454_2" class="lmm-geo-tags geo">
School of Chemistry: <span class="latitude">56.339196</span>, <span class="longitude">-2.811997</span>
</div>
<div id="lmm_geo_tags_52825454_7" class="lmm-geo-tags geo">
St Salvators Quad: <span class="latitude">56.341721</span>, <span class="longitude">-2.794121</span>
</div>
<div id="lmm_listmarkers_52825454" class="lmm-listmarkers" style="width:640px;">
<table style="width:640px;" id="lmm_listmarkers_table_52825454">
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Home" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=1+Lindsay+Gardens%2C+Saint+Andrews%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=1" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=1&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Home</strong><br />1 Lindsay Gardens, Saint Andrews, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="School of Chemistry" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=School+of+Chemistry%2C+St+Andrews%2C+Saint+Andrews%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=2" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=2&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>School of Chemistry</strong><br />School of Chemistry, St Andrews, Saint Andrews, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="St Salvators Quad" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=St+Salvator%2F%27s+Quadrangle%2C+North+Street%2C+Saint+Andrews%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=7" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=7&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>St Salvators Quad</strong><br />St Salvator/'s Quadrangle, North Street, Saint Andrews, United Kingdom
</td>
</tr>
</table>
</div>
</div></span>
En een overzicht van de ligging van St Andrews ten op zichte van Edinburgh. Het schiereiland waar ik verblijf is de provincie Fife.
<span style="line-height: 1.5;">
<div id="lmm_cdb237c9" style="width:640px;" class="mapsmarker layermap layer-2">
<div id="lmm_panel_cdb237c9" class="lmm-panel" style="background: #efefef;">
<div id="lmm_panel_api_cdb237c9" class="lmm-panel-api">
<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?layer=2&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?layer=2" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-qr.php?layer=2&callback=jsonp&full=yes&full_icon_url=yes" target="_blank" title="Create QR code image for standalone map in fullscreen mode" rel="nofollow"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-qr-code.png" width="14" height="14" alt="QR-code-logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-geojson.php?layer=2&callback=jsonp&full=yes&full_icon_url=yes" style="text-decoration:none;" title="Export as GeoJSON" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-json.png" width="14" height="14" alt="GeoJSON-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-georss.php?layer=2" style="text-decoration:none;" title="Export as GeoRSS" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-georss.png" width="14" height="14" alt="GeoRSS-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-wikitude.php?layer=2" style="text-decoration:none;" title="Export as ARML for Wikitude Augmented-Reality browser" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-wikitude.png" width="14" height="14" alt="Wikitude-Logo" class="lmm-panel-api-images" /></a>
</div>
<div id="lmm_panel_text_cdb237c9" class="lmm-panel-text" style="padding-left:5px;font-weight:bold;color:#373737;">
Fife
</div>
</div>
<div id="lmm_map_cdb237c9" style="background:#f6f6f6;border:1px solid #ccc;height:480px; overflow:hidden;padding:0;">
<p style="font-size:80%;color:#9f9e9e;margin-left:5px;">
loading map - please wait...<br /><small><a href="http://mapsmarker.com/wp_footer" target="_blank" style="text-decoration:none;">click here for troubleshooting</a></small>
<noscript>
<br /><strong>Map could not be loaded - please enable Javascript!</strong><br /><a style="text-decoration:none;" href="http://www.mapsmarker.com/js-disabled" target="_blank">&rarr; more information</a>
</noscript>
</p>
</div>
<div id="lmm_geo_tags_cdb237c9_3" class="lmm-geo-tags geo">
St Andrews: <span class="latitude">56.339316</span>, <span class="longitude">-2.796500</span>
</div>
<div id="lmm_geo_tags_cdb237c9_4" class="lmm-geo-tags geo">
Stirling: <span class="latitude">56.116523</span>, <span class="longitude">-3.936903</span>
</div>
<div id="lmm_geo_tags_cdb237c9_5" class="lmm-geo-tags geo">
Dundee: <span class="latitude">56.462018</span>, <span class="longitude">-2.970721</span>
</div>
<div id="lmm_geo_tags_cdb237c9_6" class="lmm-geo-tags geo">
Edinburgh: <span class="latitude">55.953252</span>, <span class="longitude">-3.188267</span>
</div>
<div id="lmm_geo_tags_cdb237c9_10" class="lmm-geo-tags geo">
Strathkinness: <span class="latitude">56.333636</span>, <span class="longitude">-2.877072</span>
</div>
<div id="lmm_geo_tags_cdb237c9_12" class="lmm-geo-tags geo">
Crail: <span class="latitude">56.260551</span>, <span class="longitude">-2.627591</span>
</div>
<div id="lmm_geo_tags_cdb237c9_14" class="lmm-geo-tags geo">
Cupar: <span class="latitude">56.320235</span>, <span class="longitude">-3.010137</span>
</div>
<div id="lmm_geo_tags_cdb237c9_15" class="lmm-geo-tags geo">
Kirkcaldy: <span class="latitude">56.116825</span>, <span class="longitude">-3.158137</span>
</div>
<div id="lmm_geo_tags_cdb237c9_16" class="lmm-geo-tags geo">
Glenrothes: <span class="latitude">56.200842</span>, <span class="longitude">-3.159860</span>
</div>
<div id="lmm_geo_tags_cdb237c9_24" class="lmm-geo-tags geo">
Tentsmuir forest: <span class="latitude">56.419313</span>, <span class="longitude">-2.840274</span>
</div>
<div id="lmm_listmarkers_cdb237c9" class="lmm-listmarkers" style="width:640px;">
<table style="width:640px;" id="lmm_listmarkers_table_cdb237c9">
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="St Andrews" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=St.+Andrews%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=3" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=3&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>St Andrews</strong><br />St. Andrews, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Stirling" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Stirling%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=4" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=4&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Stirling</strong><br />Bestemming van de eerste <a title="Internationals trip" href="/?ai1ec_event=internationals-trip-2&instance_id=">internationals trip</a>.<br />
<div style="border-top:1px solid #f0f0e7;padding-top:5px;margin-top:5px;">
Stirling, United Kingdom
</div>
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Dundee" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Dundee%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=5" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=5&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Dundee</strong><br />Het lokale Alkmaar, waar ook de geliefde Cineworld bioscoop gevestigd is.<br />
<div style="border-top:1px solid #f0f0e7;padding-top:5px;margin-top:5px;">
Dundee, United Kingdom
</div>
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Edinburgh" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Edinburgh%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=6" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=6&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Edinburgh</strong><br />Edinburgh, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Strathkinness" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Strathkinness%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=10" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=10&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Strathkinness</strong><br />Strathkinness, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Crail" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Crail%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=12" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=12&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Crail</strong><br />Crail, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Cupar" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Cupar%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=14" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=14&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Cupar</strong><br />Cupar, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Kirkcaldy" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Kirkcaldy%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=15" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=15&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Kirkcaldy</strong><br />Kirkcaldy, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Glenrothes" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Glenrothes%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=16" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=16&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Glenrothes</strong><br />Glenrothes, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Tentsmuir forest" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=TENTSMUIR+FOREST%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=24" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=24&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Tentsmuir forest</strong><br />TENTSMUIR FOREST, United Kingdom
</td>
</tr>
</table>
</div>
</div></span>
Ook verder weg is veel te zien!
<div id="lmm_b993c66e" style="width:640px;" class="mapsmarker layermap layer-3">
<div id="lmm_panel_b993c66e" class="lmm-panel" style="background: #efefef;">
<div id="lmm_panel_api_b993c66e" class="lmm-panel-api">
<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?layer=3&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?layer=3" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-qr.php?layer=3&callback=jsonp&full=yes&full_icon_url=yes" target="_blank" title="Create QR code image for standalone map in fullscreen mode" rel="nofollow"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-qr-code.png" width="14" height="14" alt="QR-code-logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-geojson.php?layer=3&callback=jsonp&full=yes&full_icon_url=yes" style="text-decoration:none;" title="Export as GeoJSON" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-json.png" width="14" height="14" alt="GeoJSON-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-georss.php?layer=3" style="text-decoration:none;" title="Export as GeoRSS" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-georss.png" width="14" height="14" alt="GeoRSS-Logo" class="lmm-panel-api-images" /></a><a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-wikitude.php?layer=3" style="text-decoration:none;" title="Export as ARML for Wikitude Augmented-Reality browser" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-wikitude.png" width="14" height="14" alt="Wikitude-Logo" class="lmm-panel-api-images" /></a>
</div>
<div id="lmm_panel_text_b993c66e" class="lmm-panel-text" style="padding-left:5px;font-weight:bold;color:#373737;">
Scotland
</div>
</div>
<div id="lmm_map_b993c66e" style="background:#f6f6f6;border:1px solid #ccc;height:480px; overflow:hidden;padding:0;">
<p style="font-size:80%;color:#9f9e9e;margin-left:5px;">
loading map - please wait...<br /><small><a href="http://mapsmarker.com/wp_footer" target="_blank" style="text-decoration:none;">click here for troubleshooting</a></small>
<noscript>
<br /><strong>Map could not be loaded - please enable Javascript!</strong><br /><a style="text-decoration:none;" href="http://www.mapsmarker.com/js-disabled" target="_blank">&rarr; more information</a>
</noscript>
</p>
</div>
<div id="lmm_geo_tags_b993c66e_8" class="lmm-geo-tags geo">
Glasgow: <span class="latitude">55.864237</span>, <span class="longitude">-4.251806</span>
</div>
<div id="lmm_geo_tags_b993c66e_9" class="lmm-geo-tags geo">
Pitlochry: <span class="latitude">56.704361</span>, <span class="longitude">-3.729711</span>
</div>
<div id="lmm_geo_tags_b993c66e_11" class="lmm-geo-tags geo">
Glenshee: <span class="latitude">56.887028</span>, <span class="longitude">-3.415351</span>
</div>
<div id="lmm_geo_tags_b993c66e_13" class="lmm-geo-tags geo">
Blair Atholl: <span class="latitude">56.768184</span>, <span class="longitude">-3.843385</span>
</div>
<div id="lmm_geo_tags_b993c66e_17" class="lmm-geo-tags geo">
Kettins: <span class="latitude">56.536807</span>, <span class="longitude">-3.240619</span>
</div>
<div id="lmm_geo_tags_b993c66e_25" class="lmm-geo-tags geo">
Grangemouth: <span class="latitude">56.009715</span>, <span class="longitude">-3.722770</span>
</div>
<div id="lmm_listmarkers_b993c66e" class="lmm-listmarkers" style="width:640px;">
<table style="width:640px;" id="lmm_listmarkers_table_b993c66e">
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Glasgow" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Glasgow%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=8" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=8&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Glasgow</strong><br />Glasgow, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Pitlochry" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Pitlochry%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=9" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=9&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Pitlochry</strong><br />Bestemming van de tweede <a title="Internationals trip" href="/?ai1ec_event=internationals-trip-2&instance_id=">internationals trip</a>.<br />
<div style="border-top:1px solid #f0f0e7;padding-top:5px;margin-top:5px;">
Pitlochry, United Kingdom
</div>
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Glenshee" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Glenshee+Ski+Centre%2C+Ballater%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=11" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=11&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Glenshee</strong><br />Een voortreffelijke <a href="/?ai1ec_event=ski-glenshee&instance_id=" title="Ski Glenshee">wintersportbestemming</a>.<br />
<div style="border-top:1px solid #f0f0e7;padding-top:5px;margin-top:5px;">
Glenshee Ski Centre, Ballater, United Kingdom
</div>
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Blair Atholl" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Blair+Atholl%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=13" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=13&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Blair Atholl</strong><br />Beginpunt van vele avonturen, van whisky tot walking!<br />
<div style="border-top:1px solid #f0f0e7;padding-top:5px;margin-top:5px;">
Blair Atholl, United Kingdom
</div>
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Kettins" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Kettins%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=17" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=17&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Kettins</strong><br />Kettins, United Kingdom
</td>
</tr>
<tr>
<td style="width:35px;vertical-align:top;text-align:center;">
<img style="border-radius:0;box-shadow:none;" alt="marker icon" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images/marker.png" title="Grangemouth" />
</td>
<td>
<div class="lmm-listmarkers-panel-icons">
<a href="http://maps.google.com/maps?daddr=Grangemouth%2C+United+Kingdom&t=m&layer=1&doflg=ptk&om=0" target="_blank" title="Get directions"><img alt="icon-car.png" src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-car.png" width="14" height="14" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?marker=25" style="text-decoration:none;" title="Open standalone map in fullscreen mode" target="_blank"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-fullscreen.png" width="14" height="14" alt="Fullscreen-Logo" class="lmm-panel-api-images" /></a>&nbsp;<a href="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/leaflet-kml.php?marker=25&name=show" style="text-decoration:none;" title="Export as KML for Google Earth/Google Maps"><img src="http://csbnw.no-ip.org:38/wp-content/plugins/leaflet-maps-marker/inc/img/icon-kml.png" width="14" height="14" alt="KML-Logo" class="lmm-panel-api-images" /></a>
</div>
<strong>Grangemouth</strong><br />Grangemouth, United Kingdom
</td>
</tr>
</table>
</div>
</div>

View File

@@ -1,55 +0,0 @@
---
id: 385
title: St Andrews
author: Rik
layout: page
guid: http://csbnw.no-ip.org:38/?page_id=385
---
De foto&#8217;s die ik heb gemaakt toen ik voor het eerst in St Andrews was [om de School of Chemistry te bezoeken][1], geven vast een goede indruk van het dorp. Toch loont het zeker de moeite om bij te houden hoe het bos en het strand hier telkens een nieuwe aanblik genereren.
<div class="ngg-albumoverview">
<!-- List of galleries -->
<div class="ngg-album">
<div class="ngg-albumtitle">
<a href="http://csbnw.no-ip.org:38/index.php/nggallery/st-andrews/lade-braes?page_id=385">Lade Braes</a>
</div>
<div class="ngg-albumcontent">
<div class="ngg-thumbnail">
<a href="http://csbnw.no-ip.org:38/index.php/nggallery/st-andrews/lade-braes?page_id=385"><img class="Thumb" alt="Lade Braes" src="http://csbnw.no-ip.org:38/wp-content/gallery/Lade%20Braes/dynamic/IMAG0039-nggid0214-ngg0dyn-91x68-00f0w010c011r110f110r010t010.jpg" /></a>
</div>
<div class="ngg-description">
<p>
De Lade Braes (een lade is een kunstmatig kanaal) werd vroeger gebruikt om de katedraal van vers water te voorzien. Het water van dit gezellige stroompje beland nu in de Noordzee, maar niet voordat het de dorst van naburige bomen heeft gelest. Om deze lade groeit namelijk een soort miniatuurbos, voorzien van een wandelpad. Op mijn route naar de universiteit loop ik elke dag een stukje over dit pad en dat geeft me een uitgelezen kans om af en toe een foto te schieten en zo de vordering van de seizoenen in de gaten te houden.
</p>
</div>
</div>
</div>
<div class="ngg-album">
<div class="ngg-albumtitle">
<a href="http://csbnw.no-ip.org:38/index.php/nggallery/st-andrews/west-sands?page_id=385">West Sands</a>
</div>
<div class="ngg-albumcontent">
<div class="ngg-thumbnail">
<a href="http://csbnw.no-ip.org:38/index.php/nggallery/st-andrews/west-sands?page_id=385"><img class="Thumb" alt="West Sands" src="http://csbnw.no-ip.org:38/wp-content/gallery/West%20Sands/dynamic/IMAG0055-nggid0280-ngg0dyn-91x68-00f0w010c011r110f110r010t010.jpg" /></a>
</div>
<div class="ngg-description">
<p>
St Andrews heeft drie stranden, van noord naar zuid: West Sands, Castle Beach en East Sands. De West Sands is verreweg het grootste en doet fantastische kitesurf mogelijkheden vermoeden.
</p>
</div>
</div>
</div>
<!-- Pagination -->
<div class='ngg-clear'>
</div>
</div>
[1]: http://csbnw.no-ip.org:38/?ai1ec_event=visit-school-of-chemistry&instance_id= "Visit School of Chemistry"

View File

@@ -1,71 +0,0 @@
---
id: 381
title: School of Chemistry
author: Rik
layout: page
guid: http://csbnw.no-ip.org:38/?page_id=381
---
Hier moet ik het echte werk verrichten: chemicaliën mengen, ontmengen en met een keur aan apparaten analyseren. Van binnen lijkt het het gebouw zelfs nog spectaculairder dan de aanblik van buiten doet vermoeden. In het lab mag ik de zuurkast bij het raam gebruiken, dus fantastische uitzichten zijn gegarandeerd:
* verschillende golfbanen, waaronder &#8216;s werelds meest beroemde: The Old Course
* <span style="line-height: 1.5;">het hoekje van St Andrews waar de duurste hotels (voor golfers) staan</span>
* het noordelijke strand (West Sands) met een doorkijkje tussen de duinen om de golfen te zien omslaan
* het militaire vliegveld in Leuchars waar regelmatig straaljagers vliegen
<span style="line-height: 1.5;">
<div class="ngg-albumoverview">
<!-- List of galleries -->
<div class="ngg-album-compact">
<div class="ngg-album-compactbox">
<div class="ngg-album-link">
<a class="Link" href="http://csbnw.no-ip.org:38/index.php/nggallery/universiteit/school?page_id=381"> <img class="Thumb" alt="School" src="http://csbnw.no-ip.org:38/wp-content/gallery/School/dynamic/IMAG0061-nggid0236-ngg0dyn-91x68-00f0w010c011r110f110r010t010.jpg" /> </a>
</div>
</div>
<h4>
<a class="ngg-album-desc"
title="School"
href="http://csbnw.no-ip.org:38/index.php/nggallery/universiteit/school?page_id=381"
style="max-width: 111px"> School </a>
</h4>
</div>
<div class="ngg-album-compact">
<div class="ngg-album-compactbox">
<div class="ngg-album-link">
<a class="Link" href="http://csbnw.no-ip.org:38/index.php/nggallery/universiteit/lab?page_id=381"> <img class="Thumb" alt="Lab" src="http://csbnw.no-ip.org:38/wp-content/gallery/Lab/dynamic/IMAG0045-nggid0222-ngg0dyn-91x68-00f0w010c011r110f110r010t010.jpg" /> </a>
</div>
</div>
<h4>
<a class="ngg-album-desc"
title="Lab"
href="http://csbnw.no-ip.org:38/index.php/nggallery/universiteit/lab?page_id=381"
style="max-width: 111px"> Lab </a>
</h4>
</div>
<div class="ngg-album-compact">
<div class="ngg-album-compactbox">
<div class="ngg-album-link">
<a class="Link" href="http://csbnw.no-ip.org:38/index.php/nggallery/universiteit/views?page_id=381"> <img class="Thumb" alt="Views" src="http://csbnw.no-ip.org:38/wp-content/gallery/Views/dynamic/IMAG0078-nggid03230-ngg0dyn-91x68-00f0w010c011r110f110r010t010.jpg" /> </a>
</div>
</div>
<h4>
<a class="ngg-album-desc"
title="Views"
href="http://csbnw.no-ip.org:38/index.php/nggallery/universiteit/views?page_id=381"
style="max-width: 111px"> Views </a>
</h4>
</div>
<!-- Pagination -->
<br class="ngg-clear" />
<div class='ngg-clear'>
</div>
</div></span>

View File

@@ -1,169 +0,0 @@
---
title: Projects
layout: content
description: I like tinkering with ideas and seeing where they end up. These are some of my favorites.
---
<section>
<h1>Projects</h1>
<p>
This is a summary of open-source projects I've been involved with. For closed-source projects, you might find
some stories in my <a href="/blog/">blog</a> or summaries on my <a href="/about.html">about page</a>.
</p>
<h2>Professional</h2>
<p>
Some projects from my jobs are open source. They might be business-specific, but they still are a great
example of how myself and the team were solving business problems&hellip;
</p>
<h3>logsearch-boshrelease (logsearch)</h3>
<p>
A BOSH release for deploying a customizable stack of Elasticsearch+Logstash+Kibana to ingest, parse, and review
log messages from a variety of sources.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/logsearch/logsearch-boshrelease">logsearch/logsearch-boshrelease</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2014/11/14/logging-logging-and-finding-bottlenecks.html">Logging logging and Finding Bottlenecks</a> (2014-11-14)</dd>
</dl>
<h3>logsearch-shipper-boshrelease (logsearch)</h3>
<p>
A BOSH release to help centralize logs from any other BOSH deployment, forwarding and parsing them in a central
logging service like logsearch.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/logsearch/logsearch-shipper-boshrelease">logsearch/logsearch-shipper-boshrelease</a></dd>
</dl>
<h3>elfbot (theloopyewe)</h3>
<p>
A bot used to automate third-party desktop applications from web applications in order to assist in business
processes.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/theloopyewe/elfbot">theloopyewe/elfbot</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2015/02/21/sending-work-from-a-web-application-to-desktop-applications.html">Sending Work from a Web Application to Desktop Applications</a> (2015-02-21)</dd>
</dl>
<h3>openvpn-boshrelease</h3>
<p>
A BOSH release to easily manage and deploy an OpenVPN server capable of securing networks to and from clients.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/dpb587/openvpn-boshrelease">dpb587/openvpn-boshrelease</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2015/06/03/new-bosh-release-for-openvpn.html">New BOSH Release for OpenVPN</a> (2015-06-03)</dd>
</dl>
<h2>Personal</h2>
<p>
I also like tinkering with ideas and seeing where they end up. Some of my work ends up on
<a href="https://github.com/">GitHub</a> and these are a few of my personal favorites&hellip;
</p>
<h3>cloque</h3>
<p>
Some tools to support a unified management strategy of BOSH+AWS environments.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/dpb587/cloque">dpb587/cloque</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2014/09/17/simplifying-my-bosh-related-workflows.html">Simplifying My BOSH-related Workflows</a> (2014-09-17)</dd>
</dl>
<h3>ti-debug</h3>
<p>
A browser client for debugging server-side code (like PHP) without an IDE.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/dpb587/ti-debug">dpb587/ti-debug</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2013/05/16/ti-debug-a-browser-debugger-for-server-code.html">ti-debug: For Debugging Server Code in the Browser</a> (2013-05-16)</dd>
</dl>
<h3>PHP Diff Engine</h3>
<p>
A language-aware diff engine for changes in PHP classes/interfaces/functions over time.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/dpb587/diff-defn.php">dpb587/diff-defn.php</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2013/03/07/comparing-php-application-definitions.html">Comparing PHP Application Definitions</a> (2013-03-07)</dd>
</dl>
<h3>CLI for OpenGrok</h3>
<p>
Command line interface (&agrave; la <code>grep</code>) for getting results from an OpenGrok server.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/dpb587/opengrok-cli">dpb587/opengrok-cli</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2013/01/21/opengrok-cli.html">OpenGrok Cli</a> (2013-01-21)</dd>
</dl>
<h2>Contributions</h2>
<p>
I would not and could not be the developer I am without the time others have invested in publishing open source
software. For my modest part, I've been able to contribute back to&hellip;
</p>
<ul>
<li><a href="https://github.com/logstash/logstash/commits?author=dpb587">logstash/logstash</a> &ndash; small enhancements</li>
<li><a href="https://github.com/elasticsearch/kibana/commits?author=dpb587">elasticsearch/kibana</a> &ndash; small bug fixes</li>
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> &ndash; oracle bug fixes</li>
</ul>
</section>