<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Energy Club - new forum threads</title>
		<link>http://energyclub.wikidot.com/forum/start</link>
		<description>Threads in forums of the site &quot;Energy Club&quot; - University of Alberta</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 11 Mar 2026 19:56:27 +0000</lastBuildDate>
		
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-280334</guid>
				<title>Recep of &#039;Next Generation Biofuels in North America&#039;</title>
				<link>http://energyclub.wikidot.com/forum/t-280334/recep-of-next-generation-biofuels-in-north-america</link>
				<description>Quick recap of some of the points brought up during the discussion with Mike Muston from Otaka Energy.</description>
				<pubDate>Sun, 31 Oct 2010 00:04:31 +0000</pubDate>
				<wikidot:authorName>Sabrina W</wikidot:authorName>				<wikidot:authorUserId>457802</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Mike Muston gave us a brief recap of his career, mostly in the agricultural industry and on the business or commercial side. The company he currently works for, Otoka Energy, is not developing new biofuels technology but is commercializing existing technology.<br /> Mr Muston provided a general description of the process involved in setting up a biofuels plant. He explained that it takes anywhere from 4 to 6 years to design the plant, complete all the legal work, find funding from grants, get permits, and then actually build the plant. He stressed that in the biofuels industry, finding grants is extremely important because you need a significant amount of money in order to start being competitive.<br /> While Mr Muston used to work for a biofuels company that made ethanol (from corn), Otoka Energy is looking to use other sources of Biomass such as forestry products, remains from orchards, vineyards, etc.<br /> Mr Muston also addressed to food vs. fuel debate explaining that in the United states, farmers were actually being paid NOT to grow corn by the government in order to keep the price of corn high enough which indicates that there isn't a panic about fuel products taking over the land designated for food. Also, the remaining part of the corn for example, that is not used in biofuels can be fed to livestock so corn could serve a dual use. Mr Muston also explained that the food vs fuel debate was a marketing scheme, popularized by oil companies in the states in order to create an aversion to biofuels when oil prices were quite low. Another point that was brought up is the role of Carbon in the energy cycle. In biofuels, the plants take up some of the carbon from the atmosphere where as with other sources such as coal and oil, carbon is simply released.<br /> Overall, Mr Muston stressed that setting up a plant in the biofuels industry is expensive and requires a lot negotiating with the government, however Alberta is a good place resource-wise for setting up a plant because our forestry sector is an underutilized industry.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-240529</guid>
				<title>Pledges</title>
				<link>http://energyclub.wikidot.com/forum/t-240529/pledges</link>
				<description></description>
				<pubDate>Sun, 09 May 2010 19:06:50 +0000</pubDate>
				<wikidot:authorName>Koel Reed</wikidot:authorName>				<wikidot:authorUserId>369889</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Would this be a good place for updates regarding the pledge project?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-222331</guid>
				<title>APPEGA talks Nuclear</title>
				<link>http://energyclub.wikidot.com/forum/t-222331/appega-talks-nuclear</link>
				<description></description>
				<pubDate>Thu, 25 Feb 2010 02:45:37 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>'Doing Nuclear: the future of nuclear energy in Alberta' is the cover story for The PEG Feb 2010 edition</p> <p><a href="http://www.apegga.org/Members/Publications/Magazines/ThePEG/2010/February/issue1/index.html">http://www.apegga.org/Members/Publications/Magazines/ThePEG/2010/February/issue1/index.html</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-218323</guid>
				<title>Embedding things on a wiki page</title>
				<link>http://energyclub.wikidot.com/forum/t-218323/embedding-things-on-a-wiki-page</link>
				<description>How to display Google docs, spreadsheets, and other things on a wiki page</description>
				<pubDate>Thu, 11 Feb 2010 17:00:47 +0000</pubDate>
				<wikidot:authorName>Ken Dwyer</wikidot:authorName>				<wikidot:authorUserId>221631</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It is possible to embed all kinds of things on a wiki page. Check out <a href="http://www.wikidot.com/doc:embedding">http://www.wikidot.com/doc:embedding</a> for several examples.</p> <p>To display <a href="http://docs.google.com" target="_blank">Google docs</a>, we can use the <a href="http://snippets.wikidot.com/code:include-any-page" target="_blank">iframe</a> tag. It will look something like this:</p> <div class="code"> <pre><code>[[iframe http://docs.google.com/pub?key=... width=&quot;100%&quot; height=&quot;500&quot;]]</code></pre></div> <p>So we need to specify a link/URL (which I've truncated here with &#8230;), a width and a height. How do we get the URL, you ask? Just create a new Google doc (or open an existing one), click the &quot;Share&quot; button in the top-right corner, and then click &quot;Get the link to share&quot;. You will see a popup window like the following:</p> <div class="image-container aligncenter"><img src="http://energyclub.wikidot.com/local--files/forum:new-thread/googledoc.png" alt="googledoc.png" class="image" /></div> <p>You will want to check the first box so that anyone can view the document, and optionally check the second box if you also want <strong>anyone</strong> to be able to edit it (by anyone, I mean anyone who knows the link &#8212; i.e. anyone who visits the wiki). Finally, you need to copy the link, click &quot;Save &amp; Close&quot;, then paste the link into your wiki code.</p> <p>The procedure is much the same for a Google spreadsheet, except that there is a little extra work if you would like to enable editing. Essentially, one cannot edit an embedded spreadsheet directly on a wiki page, but we can include an extra link that will open up the actual Google spreadsheet editor.</p> <p>Here's an example that's taken directly from our <a href="http://energyclub.wikidot.com/public:volunteer-opportunities">volunteer-opportunities</a> page:</p> <div class="code"> <pre><code>[[iframe http://spreadsheets.google.com/pub?key=tpZsx-U6CncTAlOFXMzS6Uw&amp;output=html&amp;widget=true width=&quot;100%&quot; height=&quot;560&quot; frameborder=&quot;0&quot;]] &gt; **[*http://spreadsheets.google.com/ccc?key=tpZsx-U6CncTAlOFXMzS6Uw CLICK HERE TO EDIT THE SPREADSHEET]** &gt;&gt; This will open the spreadsheet in a new window. &gt;&gt; Note that changes are saved automatically, so you don't need to click File, Save, or anything like that.</code></pre></div> <p>The second line in this block of code contains a link that the user can click in order to edit the spreadsheet. The link/URL is the same as the one in the iframe tag, except that we removed everything that appears after the first ampersand (&amp;) sign, as it's not needed here. The last two lines just display some extra information to the user.</p> <p>Here's the result:</p> <p><iframe src="http://spreadsheets.google.com/pub?key=tpZsx-U6CncTAlOFXMzS6Uw&amp;output=html&amp;widget=true" align="" frameborder="0" height="560" scrolling="" width="100%" class="" style=""></iframe></p> <blockquote> <p><strong><a href="http://spreadsheets.google.com/ccc?key=tpZsx-U6CncTAlOFXMzS6Uw" target="_blank">CLICK HERE TO EDIT THE SPREADSHEET</a></strong></p> <blockquote> <p>This will open the spreadsheet in a new window.<br /> Note that changes are saved automatically, so you don't need to click File, Save, or anything like that.</p> </blockquote> </blockquote> <p>That's it! Please post any questions that you may have in this discussion forum thread.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-213279</guid>
				<title>Feedback</title>
				<link>http://energyclub.wikidot.com/forum/t-213279/feedback</link>
				<description>Take the Survey!
http://www.surveymonkey.com/s/WPS9K9J</description>
				<pubDate>Thu, 21 Jan 2010 23:34:47 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The Energy Club would love to hear what you think of our events!</p> <p>If you attended the <strong>Solar Alberta</strong> discussion panel on Jan 19th, please follow the link below to take a brief survey (ten questions)<br /> <a href="http://www.surveymonkey.com/s/WPS9K9J">http://www.surveymonkey.com/s/WPS9K9J</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-204826</guid>
				<title>Food vs. Fuel</title>
				<link>http://energyclub.wikidot.com/forum/t-204826/food-vs-fuel</link>
				<description>Start the debate!</description>
				<pubDate>Wed, 16 Dec 2009 20:18:40 +0000</pubDate>
				<wikidot:authorName>Koel Reed</wikidot:authorName>				<wikidot:authorUserId>369889</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have a lot of my own opinions about this topic, but I am interested in hearing other peoples ideas. How do you feel about biofuels using cereal grains (corn, wheat, etc.) as its feedstock to create fuel?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-197837</guid>
				<title>One word: bioplastics</title>
				<link>http://energyclub.wikidot.com/forum/t-197837/one-word:bioplastics</link>
				<description></description>
				<pubDate>Tue, 17 Nov 2009 22:01:43 +0000</pubDate>
				<wikidot:authorName>Brad Park</wikidot:authorName>				<wikidot:authorUserId>334729</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://web.mit.edu/newsoffice/2009/bioplastics.html">http://web.mit.edu/newsoffice/2009/bioplastics.html</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-196154</guid>
				<title>Uploading Posters</title>
				<link>http://energyclub.wikidot.com/forum/t-196154/uploading-posters</link>
				<description></description>
				<pubDate>Thu, 12 Nov 2009 11:35:28 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Ken,</p> <p>How do I upload a poster to the wiki for an event?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-192302</guid>
				<title>All about coal pollution fatalities</title>
				<link>http://energyclub.wikidot.com/forum/t-192302/all-about-coal-pollution-fatalities</link>
				<description></description>
				<pubDate>Wed, 28 Oct 2009 18:12:09 +0000</pubDate>
				<wikidot:authorName>Brad Park</wikidot:authorName>				<wikidot:authorUserId>334729</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Good article on the health effects of pollution from coal-fired power plants.</p> <p><a href="http://www.spectrum.ieee.org/blog/energy/renewables/energywise/coal-pollution-fatalities">http://www.spectrum.ieee.org/blog/energy/renewables/energywise/coal-pollution-fatalities</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-189144</guid>
				<title>Career Forum</title>
				<link>http://energyclub.wikidot.com/forum/t-189144/career-forum</link>
				<description></description>
				<pubDate>Fri, 16 Oct 2009 00:42:19 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We're in the planning stages of a career forum for the beginning on Winter Semester 2010.</p> <p>Any Companies you'd like to see come out?</p> <p>Location:<br /> -How about having the purposed career forum in SUB where companies can set-up tables infront of large volumes of people?<br /> -Dinwoodie?</p> <p>Style:<br /> -Career Fair (several tables, walk around)<br /> -Included presenations?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-187415</guid>
				<title>Would there be any interest in hearing more about biofuels?</title>
				<link>http://energyclub.wikidot.com/forum/t-187415/would-there-be-any-interest-in-hearing-more-about-biofuels</link>
				<description></description>
				<pubDate>Thu, 08 Oct 2009 16:45:09 +0000</pubDate>
				<wikidot:authorName>Koel Reed</wikidot:authorName>				<wikidot:authorUserId>369889</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My professor is very knowledgeable about biofuels. He has projects with algae, bio-butanol, and bio-ethanol. He even manages an extensive network about the conversion of biomass into fuel involving government, industry and academics. The conversion network is interested in chemical, thermal, and other technologies to boost the production and yields of biofuels.</p> <p>Before I ask him for his time, would there be any interest in hearing a lecture on biofuels? Most people in the club are in engineering and have more interest in solar, geothermal, and wind - or so it seems. This is a small piece of the pie though because all these technologies will need to be combined to displace or replace fossil fuel use.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-187182</guid>
				<title>How can the UofA be more sustainable?  Ideas?</title>
				<link>http://energyclub.wikidot.com/forum/t-187182/how-can-the-uofa-be-more-sustainable-ideas</link>
				<description></description>
				<pubDate>Wed, 07 Oct 2009 22:02:39 +0000</pubDate>
				<wikidot:authorName>Ryan Saunders</wikidot:authorName>				<wikidot:authorUserId>299020</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.uofaweb.ualberta.ca/sustainability/pdf/SustainabilityInitiativesupdate_2009Mar6small.pdf">http://www.uofaweb.ualberta.ca/sustainability/pdf/SustainabilityInitiativesupdate_2009Mar6small.pdf</a></p> <p>So a friend of mine Karen Robinson passed along a great document which outlines all the Sustainable Initiatives at the UofA. There are far more going on than I realized, I was a bit surprised. It is definitely worth a read. Just as important tho are ideas on how to move forward into a larger realm of sustainability, so&#8230;</p> <p>Question on the table: <strong>How would you like to see the UofA be more Sustainable???</strong></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-186967</guid>
				<title>Aligning Tables</title>
				<link>http://energyclub.wikidot.com/forum/t-186967/aligning-tables</link>
				<description></description>
				<pubDate>Wed, 07 Oct 2009 03:35:19 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How can I align a table to the left?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-186716</guid>
				<title>Shell pushing for tough action on climate change?</title>
				<link>http://energyclub.wikidot.com/forum/t-186716/shell-pushing-for-tough-action-on-climate-change</link>
				<description></description>
				<pubDate>Mon, 05 Oct 2009 21:49:05 +0000</pubDate>
				<wikidot:authorName>Ryan Saunders</wikidot:authorName>				<wikidot:authorUserId>299020</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.canada.com/technology/climate+change+exec+tells+industry+government/2068689/story.html">http://www.canada.com/technology/climate+change+exec+tells+industry+government/2068689/story.html</a></p> <p>Shell looks to be talking the talk, with a hard cap on emissions not intensity based targets. This is good talk to have before the Canadian government flies over to Copenhagen. Although, it would be even better if Canadians (and Americans for that matter) had a clear defined plan to actually take climate change seriously.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-186480</guid>
				<title>Bury CO2: Fix or Folly? - Graham Thomson</title>
				<link>http://energyclub.wikidot.com/forum/t-186480/bury-co2:fix-or-folly-graham-thomson</link>
				<description></description>
				<pubDate>Sun, 04 Oct 2009 17:49:23 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>A great read to prep for the October 19th Panel Discussion!</p> <p>Check out the Sunday Reader Section in the October 4th Journal<br /> or<br /> <a href="http://www.edmontonjournal.com/business/Thomson+Burying+folly/2064972/story.html">http://www.edmontonjournal.com/business/Thomson+Burying+folly/2064972/story.html</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-185105</guid>
				<title>New wind farm in Ontario thanks to Samsung?</title>
				<link>http://energyclub.wikidot.com/forum/t-185105/new-wind-farm-in-ontario-thanks-to-samsung</link>
				<description></description>
				<pubDate>Mon, 28 Sep 2009 04:40:45 +0000</pubDate>
				<wikidot:authorName>Ryan Saunders</wikidot:authorName>				<wikidot:authorUserId>299020</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.google.com/hostednews/canadianpress/article/ALeqM5i4_F2L0fdiMvApDlGUmBvQsA_ORA">http://www.google.com/hostednews/canadianpress/article/ALeqM5i4_F2L0fdiMvApDlGUmBvQsA_ORA</a></p> <p>Cool article showing some preliminary interest by Samsung to create a 200 turbine wind farm in Ontario. The feed-in tariff system was probably instrumental in attracting Samsung's interest. Plus there is potential for the creation of some 'green' manufacturing for Ontario's hard hit industry. Watch this one and see how it plays out. A positive outcome would build some much needed momentum for renewable investment during this (brief?) downturn in oil prices.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-185052</guid>
				<title>Sustainability Scores for Canadian Schools</title>
				<link>http://energyclub.wikidot.com/forum/t-185052/sustainability-scores-for-canadian-schools</link>
				<description></description>
				<pubDate>Sun, 27 Sep 2009 21:45:17 +0000</pubDate>
				<wikidot:authorName>Ryan Saunders</wikidot:authorName>				<wikidot:authorUserId>299020</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://static.corporateknights.ca/KnightSchools2009.pdf">http://static.corporateknights.ca/KnightSchools2009.pdf</a></p> <p>I ran across this article today on the EcoAmmo website (www.ecoammo.com). This short article looks at Sustainability in Education. The best UofA rank is 4th for both our MBA programs (up 2 spots) and Teacher education (new category this year). We didn't really do too great on incorporating sustainability into our Public Policy school however.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-182377</guid>
				<title>Hybrid cars - could pose some environmental issues</title>
				<link>http://energyclub.wikidot.com/forum/t-182377/hybrid-cars-could-pose-some-environmental-issues</link>
				<description></description>
				<pubDate>Mon, 14 Sep 2009 17:06:59 +0000</pubDate>
				<wikidot:authorName>Koel Reed</wikidot:authorName>				<wikidot:authorUserId>369889</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.msnbc.msn.com/id/32632068/ns/us_news-environment/">http://www.msnbc.msn.com/id/32632068/ns/us_news-environment/</a></p> <p>I am not sure how rare Earth mines are set-up, but this does seem to be a disadvantage to using hybrid vehicles. When the electricity is produced from coal, I wonder how much less CO2 emissions are produced anyways? Anyone know a way to find out?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-181329</guid>
				<title>Algae biofuels being tested by the DoD (USA)</title>
				<link>http://energyclub.wikidot.com/forum/t-181329/algae-biofuels-being-tested-by-the-dod-usa</link>
				<description></description>
				<pubDate>Wed, 09 Sep 2009 16:37:55 +0000</pubDate>
				<wikidot:authorName>Koel Reed</wikidot:authorName>				<wikidot:authorUserId>369889</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.defense-aerospace.com/article-view/release/107911/pentagon-to-test-naval-fuel-made-from-algae.html">http://www.defense-aerospace.com/article-view/release/107911/pentagon-to-test-naval-fuel-made-from-algae.html</a></p> <p>Here is a link that shows some promise in the algae biofuel industry. A contract of this size would mean great things for expanding biofuels made from algae into popular domain. If the product meets military specifications, it should do the trick for commuters.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-179723</guid>
				<title>Grants for energy courses</title>
				<link>http://energyclub.wikidot.com/forum/t-179723/grants-for-energy-courses</link>
				<description></description>
				<pubDate>Wed, 02 Sep 2009 02:43:02 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Someone came up with a great idea to apply for grant $ to allow our members to attend courses like those offered by the Solar energy Society at Grant Mac</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-174281</guid>
				<title>Suggestions for Movie Night</title>
				<link>http://energyclub.wikidot.com/forum/t-174281/suggestions-for-movie-night</link>
				<description>Please suggest any films, TV episodes, or video clips that might be good candidates for an Energy Club Movie Night. When you post, make the title of your post the name of the movie, and include a description and a link if possible. Once we have enough nominees, we may even conduct a poll to find out what our members want to see!</description>
				<pubDate>Fri, 07 Aug 2009 03:02:19 +0000</pubDate>
				<wikidot:authorName>Ken Dwyer</wikidot:authorName>				<wikidot:authorUserId>221631</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>&quot;Garbage! The Revolution Starts at Home is a feature documentary about how the family household has become one of the most ferocious environmental predators of our time.</p> <p>Concerned for the future of his new baby boy Sebastian, writer and director Andrew Nisker takes an average urban family, the McDonalds, and asks them to keep every scrap of garbage that they create for three months. He then takes them on a journey to find out where it all goes and what it's doing to the world.</p> <p>From organic waste to the stuff they flush down the potty, the plastic bags they use to the water they drink out of bottles, the air pollution they create when transporting the kids around, to using lights at Christmas, the McDonalds discover that for every action there is a reaction that affects them and the entire planet.</p> <p>Everyday life under a microscope has never been so revealing. By the end of this trashy odyssey, you are truly inspired to revolutionaize your lifestyle for the sake of future generations.&quot;</p> <p>Source: <a href="http://www.garbagerevolution.com/watch.html">http://www.garbagerevolution.com/watch.html</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-172208</guid>
				<title>Creating a new page</title>
				<link>http://energyclub.wikidot.com/forum/t-172208/creating-a-new-page</link>
				<description></description>
				<pubDate>Tue, 28 Jul 2009 03:43:56 +0000</pubDate>
				<wikidot:authorName>April Boyko</wikidot:authorName>				<wikidot:authorUserId>318582</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How can I create a new page under the 'User-created content' Tab?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-170940</guid>
				<title>Carbon capture guy at ARC</title>
				<link>http://energyclub.wikidot.com/forum/t-170940/carbon-capture-guy-at-arc</link>
				<description></description>
				<pubDate>Tue, 21 Jul 2009 21:58:35 +0000</pubDate>
				<wikidot:authorName>jumanji_yu</wikidot:authorName>				<wikidot:authorUserId>352513</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.ualberta.ca/CMENG/GRS2009/Bachu.html">http://www.ualberta.ca/CMENG/GRS2009/Bachu.html</a></p> <p>He came to talk at the GRS, very good perspective. His science was used in IPCC report and the Gore documentary, so he sort of has at Nobel Prize.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://energyclub.wikidot.com/forum/t-155267</guid>
				<title>Fusion Energy - Fact or Fiction</title>
				<link>http://energyclub.wikidot.com/forum/t-155267/fusion-energy-fact-or-fiction</link>
				<description></description>
				<pubDate>Tue, 12 May 2009 19:12:14 +0000</pubDate>
				<wikidot:authorName>Ryan Saunders</wikidot:authorName>				<wikidot:authorUserId>299020</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Fusion Energy has been the Golden Goose of energy production. It's energy generation would outstrip anything Nuclear or Coal could produce, replacing these two as a dependable base-load power source. But is it a Golden Goose chase? What are you thoughts??</p> <p>Here's a 60 minutes video on I recently came across:<br /> <a href="http://newenergytimes.com/v2/news/2009/60MinutesColdFusion.shtml">http://newenergytimes.com/v2/news/2009/60MinutesColdFusion.shtml</a></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>