User:D0li0
{{TOCright}}
This is my User Page and as with most things is a work in progress, enjoy!
I also have a page at:
- -= [http://www.seattleeva.org/mw/User:Rjf seattleeva.org] == [http://www.eaa-phev.org/wiki/User:Rjf eaa-phev.org] == User:D0li0 =-
- WikiBooks:User:D0li0
- MetaWikiPedia:User:D0li0
- http://www.mediawiki.org/wiki/User:D0li0
- [http://peswiki.com/index.php/User:D0li0 peswiki.com PES:]
- [http://d0li0.blogspot.com d0li0.blogspot.com]
- [http://www.youtube.com/profile?user=D0li0 youtube.com/profile?user=D0li0]
- [http://video.google.com/videoplay?docid=-3859345138802666251 My Video.Google.com]
Image:The_Earth_seen_from_Apollo_17.jpg,
Stay a while!]]
So, you made it here, this page is a work in progress as most everything is. As near I can tell all of this started at Project Gutenberg or maybe it was the Big bang, anyway that's all in the past. Moments ago it was {{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}} {{CURRENTTIME}}UTC, which at the time was the present. Here comes the Future; you know my favorite thing about time is that it prevents everything from happening all at once, personally I don't deal with this particular aspect of the universe very well.
Please see also some of my favorite pages:
Renewable energy, Future energy development, Electric vehicles (BEV, PHEV, HEV), [http://www.seattleeva.net SEVA], [http://www.eaa-phev.org EAA-PHEV], '''Conservation of energy, Fundamental interaction, Shape of the universe, Nikola Tesla
- My Contributions, [http://kohl.wikimedia.org/~kate/cgi-bin/count_edits?user=D0li0&dbname=enwiki Current Edit Count], Watchlist
- HELP Simplified Ruleset, Namespace, Wiki markup.
- Look into Welcoming committee, Wikipedians against censorship, WP:STAR
- I support Cindy Sheehan and do not particularly like George W. Bush.
- Iraq US Deaths, [http://www.tbrnews.org/Archives/list.htm official], [http://www.tbrnews.org/Archives/a1682.htm 9,000]. [http://groups.yahoo.com/group/hybrid_politics/message/7956 Triple Trifecta]
- I may suffer or benefit from Asperger's Syndrome?
My Favorite Licensing Tag
comment: Image is my own original work and released under GFDL and Creative Commons Attribution-ShareAlike 2.5 License
{{tl|self|GFDL|cc-by-sa-2.5,2.0,1.0}}
Working on
- Talk:Plug-in_hybrid_electric_vehicle/PIA_Rewrite
- Wikipedia:WikiProject Environment :Category:Hybrid vehicles
- Hybrid vehicle List of hybrid vehicles Plug-in hybrid electric vehicle Types of hybrid vehicle Petroleum electric hybrid vehicle
- Energy development, Renewable energy
- Work in Progress: [http://store.evparts.com/faq evparts faq] --> [http://www.wikifaq.com/User:D0li0 WikiFAQ]
- add : EM [http://groups.yahoo.com/group/ev-list-archive/message/47738 Thread], [http://groups.yahoo.com/group/ev-list-archive/message/49210 Thread] http://www.electricmotorcycles.net, ems, drag bikes, sparows, 3-wheelers [http://groups.yahoo.com/group/ev-list-archive/message/47944 Thread] [http://www.bavariabike.de/SAM.htm SAM] [http://www.cree.ch Cree.ch] 2 seat Tandum, Tango(as crossover). [http://www.gizmag.com/go/4686/]
- add : BEV Batteries : [http://groups.yahoo.com/group/ev-list-archive/message/46826 6V Myth, Best Flooded Battery] [http://groups.yahoo.com/group/ev-list-archive/message/47988 Ni-Cad info from A&P General Book]
- new pages Battery pack -> Chargers
- Organize Li-ion BEVs [http://www.austinev.org/evalbum/461.html], [http://www.proev.com/TLog/TLP0000.htm], others on BEV page.
- fix for new gas prices: Image:Fcvgc-updated.gif
- Talk:History_of_the_electric_vehicle
Picture of the Day
{{pic of the day}}
The Idea of Battery Electric Vehicles
The primary advantage of a BEV is that all aspects of it's creation, opperation, and disposal are well withing the relm of managability. Unlike FF based societies in which there is no way to manage the conversion process from higher energy HC to lower energy CO2. There is no way to replace the HC nor manage the CO2 output of such systems. Nuclear energy while more managable than FF due mostly to their far greater energy densiy are still nothing more than a change of state of a finite material resource. BEVs and renewable energy on the other hand can be build with renewable energy, run on renewable energy, and be recycled at the end of their cycle lives, all of which is managable and systainable indefenently.
[[User:D0li0/BEV Development]]
There have been rescent and significant advancements in high power and cycle life Lithium-ion batteries which could vastly improve the viability, longevity, range, and recharge times if applied to BEVs.
See Supercapacitor as well.
[[User:D0li0/Hybrid What]]?
Perhaps it would help to clarify the somewhat confused understanding and difficulties in convaying the ideas behind various "Hybrid vehicles" by more accurately defining the specific aspects of such vehicles employing multiple technologies. The aspects which are Hybrid in nature could include but are not limited to Powered, Fueled, and/or Storage. So when categorizing a Hybrid vehicle one should mention which technologies (ie: GAS/ICE, Diesel/ICE, NG/ICE, LPG/ICE. H2/ICE, Electricity/Batteries/Motors, Hydrogen/Fuel Cell/Motors, Human/Peddles) are employed and the nature of their use. Such as Gas-Electric Powered or Diesel-Hydrogen Fueled.
[[User:D0li0/Future Energy Useage Scenarios]]
Made some changes to a page and got it deleted!? :(
[[User:D0li0/Lithium]]
Lithium batteries hold quite a bit of potential.
[[User:D0li0/Clickable Periodic Table]]
A Wikipedia Periodic Table imagemap which might be applicable to each elements table image. It won't work here due to it requiring html tag support, but it does work here: http://www.seattleeva.org/wiki/User:Rjf/Clickable_Periodic_Table
Watchlist RSS feeder
- http://mpov.wordpress.com/2007/02/19/wikipedia-watchlist-feed-v2/
- User:Ryos/Watchlist_RSS_feeder
Humm, can't seem to make ruby run the scripts above, something about missing the scan dependency?
So how about a quick and dirty perl script?
Just copy the watchlist source to a wikipedia.watchlist.source file and run it through this:
#!/usr/bin/perl
#
$site="http://en.wikipedia.org/w/index.php?title=";
@list=`cat wikipedia.watchlist.source | grep "checkbox"`;
foreach (@list) {
if ($_ =~ /.+href="\/wiki\/.+"\ .+href="\/w\/index.php\?title=(.+)&action=history".+/) {
push(@articles,$1);
}
}
print "
foreach (@articles) { $title="$_"; $article="$_"; &do_entry; }
foreach (@articles) { $title="$_" . ":Talk"; $article="Talk:" . "$_"; &do_entry; }
print "\n";
exit(0);
sub do_entry {
print "\t \t\txmlUrl=\"$site$article&action=history&feed=rss\"\ \t\thtmlUrl=\"$site$article&action=history\"/>\n"; } # ##