Main Page: Difference between revisions

No edit summary
No edit summary
 
(23 intermediate revisions by one other user not shown)
Line 5: Line 5:
}
}
</style>
</style>
<script>
var page;
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
  page = 'https://energyeducation.ca/simulations/frontpage/FrontPageMobile.html';
} else {
  page = 'https://energyeducation.ca/simulations/frontpage/FrontPage.html';
}
var xhr= new XMLHttpRequest();
xhr.open('GET', page, true);
xhr.onreadystatechange= function() {
    if (this.readyState!==4) return;
    if (this.status!==200) return;
    document.getElementById('mw-content-text').innerHTML= this.responseText;
    if (page == 'https://energyeducation.ca/simulations/frontpage/FrontPage.html') {
        var script = document.createElement('script');
        script.src = 'https://energyeducation.ca/simulations/frontpage/FrontPage.js';
        document.head.appendChild(script);
        document.getElementById('imagelink').href = "https://energyeducation.ca/encyclopedia/Electrical_generation";
    }
};
xhr.send();
</script>
</html>
</html>
Energy issues affect every aspect of the world, from a global to a personal scale. People want information for a complete and balanced story, but these issues are emotionally and politically charged.  A [[who we are|team of scientists]] from the University of Calgary are putting together this ever-expanding resource to discuss every aspect of [[energy]] as objectively as possible.
These topics include everything from smaller-scale issues like [[improving fuel efficiency]] to large-scale questions like [[access to electricity]] and [[access to non-solid fuel|non-solid fuels]] around the world.
There's also a fair amount of fundamental science like what [[electricity]] is, and where that energy comes from (check out [[fuel]]s and [[flow]]s). This resource discusses physics concepts like [[energy vs power]], [[kinetic energy]], and [[friction]].
We have a related project on the [http://energyeducation.ca/simulations/nuclear/nuclidechart.html chart of the nuclides] that is under development.

Latest revision as of 05:19, 9 January 2019