Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Melboune location #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions source/locations/melbourne/challenge1.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ title: Melbourne
function initialize() {
var mapCanvas = document.getElementById('map_canvas');
var mapOptions = {
center: new google.maps.LatLng(-33.863001,151.208787),
zoom: 8,
center: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
zoom: 14,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(mapCanvas, mapOptions)
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-33.863001,151.208787),
position: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
map: map,
title: 'Sydney'
title: 'ThoughtWorks Melbourne'
});

}
Expand Down Expand Up @@ -96,9 +96,10 @@ Our problem is to develop a data-journalism tool that can be used to facilitate
<div class="col-md-3">
<div id="map_canvas"></div>
<h3>Address:</h3>
<p>ThoughtWorks Australia Pty. Ltd.
8/51 Pitt Street
Sydney NSW 2000</p>
<p>ThoughtWorks Australia<br>
Level 15<br>
303 Collins St<br>
Melbourne, Vic 3000</p>
</div>
</div>
</body>
Expand Down
15 changes: 8 additions & 7 deletions source/locations/melbourne/challenge2.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ title: Melbourne
function initialize() {
var mapCanvas = document.getElementById('map_canvas');
var mapOptions = {
center: new google.maps.LatLng(-33.863001,151.208787),
zoom: 8,
center: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
zoom: 14,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(mapCanvas, mapOptions)
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-33.863001,151.208787),
position: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
map: map,
title: 'Sydney'
title: 'ThoughtWorks Melbourne'
});

}
Expand Down Expand Up @@ -82,9 +82,10 @@ The bottleneck in our research is the computational work involved in processing
<div class="col-md-3">
<div id="map_canvas"></div>
<h3>Address:</h3>
<p>ThoughtWorks Australia Pty. Ltd.
8/51 Pitt Street
Sydney NSW 2000</p>
<p>ThoughtWorks Australia<br>
Level 15<br>
303 Collins St<br>
Melbourne, Vic 3000</p>
</div>
</div>
</body>
Expand Down
15 changes: 8 additions & 7 deletions source/locations/melbourne/challenge3.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ title: Melbourne
function initialize() {
var mapCanvas = document.getElementById('map_canvas');
var mapOptions = {
center: new google.maps.LatLng(-33.863001,151.208787),
zoom: 8,
center: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
zoom: 14,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(mapCanvas, mapOptions)
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-33.863001,151.208787),
position: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
map: map,
title: 'Sydney'
title: 'ThoughtWorks Melbourne'
});

}
Expand Down Expand Up @@ -81,9 +81,10 @@ To help understand the problem you can view some typical <%= link_to "patient st
<div class="col-md-3">
<div id="map_canvas"></div>
<h3>Address:</h3>
<p>ThoughtWorks Australia Pty. Ltd.
8/51 Pitt Street
Sydney NSW 2000</p>
<p>ThoughtWorks Australia<br>
Level 15<br>
303 Collins St<br>
Melbourne, Vic 3000</p>
</div>
</div>
</body>
Expand Down
15 changes: 8 additions & 7 deletions source/locations/melbourne/challenge4.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ title: Melbourne
function initialize() {
var mapCanvas = document.getElementById('map_canvas');
var mapOptions = {
center: new google.maps.LatLng(-33.863001,151.208787),
zoom: 8,
center: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
zoom: 14,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(mapCanvas, mapOptions)
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-33.863001,151.208787),
position: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
map: map,
title: 'Sydney'
title: 'ThoughtWorks Melbourne'
});

}
Expand Down Expand Up @@ -78,9 +78,10 @@ We are a group of Monash researchers in psychology, psychiatry, and statistical
<div class="col-md-3">
<div id="map_canvas"></div>
<h3>Address:</h3>
<p>ThoughtWorks Australia Pty. Ltd.
8/51 Pitt Street
Sydney NSW 2000</p>
<p>ThoughtWorks Australia<br>
Level 15<br>
303 Collins St<br>
Melbourne, Vic 3000</p>
</div>
</div>
</body>
Expand Down
15 changes: 8 additions & 7 deletions source/locations/melbourne/challenge5.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ title: Melbourne
function initialize() {
var mapCanvas = document.getElementById('map_canvas');
var mapOptions = {
center: new google.maps.LatLng(-33.863001,151.208787),
zoom: 8,
center: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
zoom: 14,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(mapCanvas, mapOptions)
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-33.863001,151.208787),
position: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
map: map,
title: 'Sydney'
title: 'ThoughtWorks Melbourne'
});

}
Expand Down Expand Up @@ -82,9 +82,10 @@ As an individual researcher or an organisation, such a tool would allow you to w
<div class="col-md-3">
<div id="map_canvas"></div>
<h3>Address:</h3>
<p>ThoughtWorks Australia Pty. Ltd.
8/51 Pitt Street
Sydney NSW 2000</p>
<p>ThoughtWorks Australia<br>
Level 15<br>
303 Collins St<br>
Melbourne, Vic 3000</p>
</div>
</div>
</body>
Expand Down
15 changes: 8 additions & 7 deletions source/locations/melbourne/challenge6.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ title: Melbourne
function initialize() {
var mapCanvas = document.getElementById('map_canvas');
var mapOptions = {
center: new google.maps.LatLng(-33.863001,151.208787),
zoom: 8,
center: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
zoom: 14,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(mapCanvas, mapOptions)
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-33.863001,151.208787),
position: new google.maps.LatLng(-37.816683999999995, 144.96396199999998),
map: map,
title: 'Sydney'
title: 'ThoughtWorks Melbourne'
});

}
Expand Down Expand Up @@ -81,9 +81,10 @@ Once this module is optimised and demonstrated to work well, it could be incorpo
<div class="col-md-3">
<div id="map_canvas"></div>
<h3>Address:</h3>
<p>ThoughtWorks Australia Pty. Ltd.
8/51 Pitt Street
Sydney NSW 2000</p>
<p>ThoughtWorks Australia<br>
Level 15<br>
303 Collins St<br>
Melbourne, Vic 3000</p>
</div>
</div>
</body>
Expand Down