Main Page: Difference between revisions

No edit summary
No edit summary
 
(5 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>
<gallery caption="Getting Started: Visit the links below to explore what interests you!" mode=packed heights=100px>
File:energymain.jpg|link=energy|[[Energy]], [[fuel]]s, [[flow]]s, [[TPES]], [[TFC]]
File:electrical-863402_1280.jpg|link=electrical grid|[[Electrical generation#World_electricity_generation|Generation]], [[Electrical grid|grid]], [[Access to electricity]]
File:Hopetoun_falls.jpg|link=environment|[[Environment]], [[Hydrologic cycle]], [[Carbon cycle]]
File:Littah.jpg|link=pollution|[[Pollution]], [[Smog]], [[Nitrogen oxide|NOx]], [[Sulfur oxides|SOx]]
</gallery>
<gallery mode=packed heights=100px>
File:Fermi NPP.jpg|link=Power plant|[[Power plant]]s:      [[Nuclear power plant|Nuclear]], [[Hydroelectric facility|Hydro]], [[Coal-fired power plant|Coal]], [[Solar panel|Solar]], [[Wind power|Wind]], [[Natural gas power plant|Natural Gas]]
File:atomic.png|link=Fundamental force|'''Fundamental physics''':      [[Fundamental force|Force]]s, [[Kinetic energy|Motion]], [[Temperature]], [[radiant energy|Light]]
File:earth-sun.jpg|link=climate|[[Climate]], [[Greenhouse gases]], [[Feedback cycle]]s, [[Earth's heat balance]]
File:traffic.jpg|link=transportation energy use|[[Transportation energy use]], [[Transportation]], [[Motor vehicle]]s, [[Internal combustion engine]]s
</gallery>
You can also try a [[Special:Random|random page]], and find something fun!
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