Skip to content

Commit

Permalink
moved the new duplicate moo phases data over the old version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Ginader committed May 15, 2012
1 parent 6a38fbd commit ed647ab
Show file tree
Hide file tree
Showing 46 changed files with 7 additions and 189 deletions.
Binary file modified .DS_Store
Binary file not shown.
71 changes: 0 additions & 71 deletions MoonPhases/LunarLibration.html

This file was deleted.

Binary file not shown.
21 changes: 7 additions & 14 deletions express/public/MoonPhases/LunarLibration.html
Expand Up @@ -22,28 +22,24 @@
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);



var contentStringN = '<div id="content">'+
'<div id="siteNotice">'+
'</div>'+
'<h1 id="firstHeading" class="firstHeading">Lunar Libration</h1>'+
'<div id="bodyContent">'+
'<p> In astronomy, libration is an oscillating motion of orbiting bodies relative to each other, ' +
'notably including the motion of the Moon relative to Earth, or of Trojan asteroids relative to planets.'+
'Libration is manifested as a slow rocking back and forth of the Moon as viewed from Earth, permitting an observer'+
'to see slightly different halves of the surface at different times.' +
'<p> The Moon generally has one hemisphere facing the Earth, due to tidal locking. ' +
'Libration is manifested as a slow rocking back and forth of the Moon as viewed from Earth,'+
' permitting an observer to see slightly different halves of the surface at different times. '+
'<p>Attribution: Lunar Libration, <a href="http://en.wikipedia.org/wiki/Libration">'+
'http://en.wikipedia.org/wiki/Libration</a></p>'+
'<p><a href="http://sciencenetlinks.com/interactives/moon/moon_challenge/moon_challenge.html">Play this moon challenge</a></p>' +
'This page was last modified on 13 April 2012 at 10:18.'+
'http://en.wikipedia.org/wiki/Libration</a>,</p>'+
'<p><a href="http://sciencenetlinks.com/interactives/moon/moon_challenge/moon_challenge.html"> Try out this moon quiz.</a></p>'+
'This page was last modified on 22 April 2012 at 14:48.'+
'</div>'+
'</div>';


var moonNorth = 'images/LunarLibration.gif';



var infowindowN = new google.maps.InfoWindow({
content: contentStringN
Expand All @@ -57,16 +53,13 @@
title: 'Lunar Phases'
});




google.maps.event.addListener(markerN, 'click', function() {
infowindowN.open(map,markerN);
});






}
</script>
Expand Down
104 changes: 0 additions & 104 deletions express/public/MoonPhases/MoonPhases.html

This file was deleted.

File renamed without changes.
File renamed without changes
Binary file removed express/public/MoonPhases/images/calnorth.gif
Diff not rendered.
Binary file removed express/public/MoonPhases/images/calsouth.gif
Diff not rendered.
Binary file removed express/public/MoonPhases/images/monnani.gif
Diff not rendered.
Binary file removed express/public/MoonPhases/images/moonani.gif
Diff not rendered.
Binary file removed express/public/MoonPhases/images/phases.gif
Diff not rendered.

0 comments on commit ed647ab

Please sign in to comment.