<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.seattleeva.org/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rjf</id>
	<title>SeattleEVA - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.seattleeva.org/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rjf"/>
	<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/Special:Contributions/Rjf"/>
	<updated>2026-04-14T14:31:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=MediaWiki:Common.js&amp;diff=9858</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=MediaWiki:Common.js&amp;diff=9858"/>
		<updated>2024-03-14T18:59:11Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Undo revision 9857 by Rjf (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
/*&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;*/&lt;br /&gt;
&lt;br /&gt;
/* per http://www.mediawiki.org/wiki/Manual:Force_preview */&lt;br /&gt;
function forcePreview() {&lt;br /&gt;
  if (wgUserGroups == &amp;quot;sysop&amp;quot; || wgAction != &amp;quot;edit&amp;quot;) return;&lt;br /&gt;
  saveButton = document.getElementById(&amp;quot;wpSave&amp;quot;);&lt;br /&gt;
  if (!saveButton) return;&lt;br /&gt;
  saveButton.disabled = true;&lt;br /&gt;
  saveButton.value = &amp;quot;Save page (use preview first)&amp;quot;;&lt;br /&gt;
  saveButton.style.fontWeight = &amp;quot;normal&amp;quot;;&lt;br /&gt;
  document.getElementById(&amp;quot;wpPreview&amp;quot;).style.fontWeight = &amp;quot;bold&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
addOnloadHook(forcePreview);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
//Overrides the function with the same name in http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/wikibits.js&lt;br /&gt;
//Fixes a bug: for the sorting order, takes the whole number, not the number before the second comma. &lt;br /&gt;
//Also, removes spaces. See [[Help:Sorting]].&lt;br /&gt;
function ts_parseFloat(num) {&lt;br /&gt;
	if (!num) return 0;&lt;br /&gt;
     num = removeSpaces(num);&lt;br /&gt;
	num = parseFloat(num.replace(/,/g, &amp;quot;&amp;quot;));&lt;br /&gt;
	return (isNaN(num) ? 0 : num);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Keep spaces in &amp;quot;currency&amp;quot; mode, to sort a range &amp;quot;70 to 80&amp;quot; at 70, not 7080&lt;br /&gt;
function ts_parseFloat_ks(num) {&lt;br /&gt;
	if (!num) return 0;&lt;br /&gt;
	num = parseFloat(num.replace(/,/g, &amp;quot;&amp;quot;));&lt;br /&gt;
	return (isNaN(num) ? 0 : num);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Auxiliary function for function ts_resortTable(lnk)&lt;br /&gt;
function removeSpaces(string) {&lt;br /&gt;
        var tstring = &amp;quot;&amp;quot;;&lt;br /&gt;
        string = '' + string;&lt;br /&gt;
        splitstring = string.split(&amp;quot; &amp;quot;);&lt;br /&gt;
        for(i = 0; i &amp;lt; splitstring.length; i++)&lt;br /&gt;
        tstring += splitstring[i];&lt;br /&gt;
        return tstring;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Overrides the function with the same name in http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/wikibits.js&lt;br /&gt;
//Changes the criteria for various sorting modes, see [[Help:Sorting]].&lt;br /&gt;
//For easy maintenance the difference with wikibits.js is kept limited to a few lines.&lt;br /&gt;
function ts_resortTable(lnk) {&lt;br /&gt;
	// get the span&lt;br /&gt;
	var span = lnk.getElementsByTagName('span')[0];&lt;br /&gt;
&lt;br /&gt;
	var td = lnk.parentNode;&lt;br /&gt;
	var tr = td.parentNode;&lt;br /&gt;
	var column = td.cellIndex;&lt;br /&gt;
&lt;br /&gt;
	var table = tr.parentNode;&lt;br /&gt;
	while (table &amp;amp;&amp;amp; !(table.tagName &amp;amp;&amp;amp; table.tagName.toLowerCase() == 'table'))&lt;br /&gt;
		table = table.parentNode;&lt;br /&gt;
	if (!table) return;&lt;br /&gt;
&lt;br /&gt;
	// Work out a type for the column&lt;br /&gt;
	if (table.rows.length &amp;lt;= 1) return;&lt;br /&gt;
&lt;br /&gt;
	// Skip the first row if that's where the headings are&lt;br /&gt;
	var rowStart = (table.tHead &amp;amp;&amp;amp; table.tHead.rows.length &amp;gt; 0 ? 0 : 1);&lt;br /&gt;
&lt;br /&gt;
	var itm = &amp;quot;&amp;quot;;&lt;br /&gt;
	for (var i = rowStart; i &amp;lt; table.rows.length; i++) {&lt;br /&gt;
		if (table.rows[i].cells.length &amp;gt; column) {&lt;br /&gt;
			itm = ts_getInnerText(table.rows[i].cells[column]);&lt;br /&gt;
			itm = itm.replace(/^[\s\xa0]+/, &amp;quot;&amp;quot;).replace(/[\s\xa0]+$/, &amp;quot;&amp;quot;);&lt;br /&gt;
			if (itm != &amp;quot;&amp;quot;) break;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	sortfn = ts_sort_caseinsensitive;&lt;br /&gt;
     itmns = removeSpaces(itm);&lt;br /&gt;
     if (itmns.match(/^[\d\.\,\-\+]+\%?$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
     if (itmns.match(/^[\d\.\,\-\+]+[eE][\d\-\+]+\%?$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
     if (itmns.match(/^[\d\.\,\-\+]+e[\d\-\+]+\u00d710[\d\-\+]+\%?$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
	if (itm.match(/^\d\d[\/. -][a-zA-Z]{3}[\/. -]\d\d\d\d$/))&lt;br /&gt;
		sortfn = ts_sort_date;&lt;br /&gt;
	if (itm.match(/^\d\d[\/.-]\d\d[\/.-]\d\d\d\d$/))&lt;br /&gt;
		sortfn = ts_sort_date;&lt;br /&gt;
	if (itm.match(/^\d\d[\/.-]\d\d[\/.-]\d\d$/))&lt;br /&gt;
		sortfn = ts_sort_date;&lt;br /&gt;
	if (itm.match(/^[\u00a3$\u20ac\u00a5]/)) // pound dollar euro yen&lt;br /&gt;
		sortfn = ts_sort_currency;&lt;br /&gt;
     if (itm.match(/sm=c$/)) sortfn = ts_sort_currency;&lt;br /&gt;
     if (itm.match(/sm=d$/)) sortfn = ts_sort_date;&lt;br /&gt;
     if (itm.match(/sm=n$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
&lt;br /&gt;
	var reverse = (span.getAttribute(&amp;quot;sortdir&amp;quot;) == 'down');&lt;br /&gt;
&lt;br /&gt;
	var newRows = new Array();&lt;br /&gt;
	for (var j = rowStart; j &amp;lt; table.rows.length; j++) {&lt;br /&gt;
		var row = table.rows[j];&lt;br /&gt;
		var keyText = ts_getInnerText(row.cells[column]);&lt;br /&gt;
		var oldIndex = (reverse ? -j : j);&lt;br /&gt;
&lt;br /&gt;
		newRows[newRows.length] = new Array(row, keyText, oldIndex);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	newRows.sort(sortfn);&lt;br /&gt;
&lt;br /&gt;
	var arrowHTML;&lt;br /&gt;
	if (reverse) {&lt;br /&gt;
			arrowHTML = '&amp;lt;img src=&amp;quot;'+ ts_image_path + ts_image_down + '&amp;quot; alt=&amp;quot;&amp;amp;darr;&amp;quot;/&amp;gt;';&lt;br /&gt;
			newRows.reverse();&lt;br /&gt;
			span.setAttribute('sortdir','up');&lt;br /&gt;
	} else {&lt;br /&gt;
			arrowHTML = '&amp;lt;img src=&amp;quot;'+ ts_image_path + ts_image_up + '&amp;quot; alt=&amp;quot;&amp;amp;uarr;&amp;quot;/&amp;gt;';&lt;br /&gt;
			span.setAttribute('sortdir','down');&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// We appendChild rows that already exist to the tbody, so it moves them rather than creating new ones&lt;br /&gt;
	// don't do sortbottom rows&lt;br /&gt;
	for (var i = 0; i &amp;lt; newRows.length; i++) {&lt;br /&gt;
		if ((&amp;quot; &amp;quot;+newRows[i][0].className+&amp;quot; &amp;quot;).indexOf(&amp;quot; sortbottom &amp;quot;) == -1)&lt;br /&gt;
			table.tBodies[0].appendChild(newRows[i][0]);&lt;br /&gt;
	}&lt;br /&gt;
	// do sortbottom rows only&lt;br /&gt;
	for (var i = 0; i &amp;lt; newRows.length; i++) {&lt;br /&gt;
		if ((&amp;quot; &amp;quot;+newRows[i][0].className+&amp;quot; &amp;quot;).indexOf(&amp;quot; sortbottom &amp;quot;) != -1)&lt;br /&gt;
			table.tBodies[0].appendChild(newRows[i][0]);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// Delete any other arrows there may be showing&lt;br /&gt;
	var spans = getElementsByClassName(tr, &amp;quot;span&amp;quot;, &amp;quot;sortarrow&amp;quot;);&lt;br /&gt;
	for (var i = 0; i &amp;lt; spans.length; i++) {&lt;br /&gt;
		spans[i].innerHTML = '&amp;lt;img src=&amp;quot;'+ ts_image_path + ts_image_none + '&amp;quot; alt=&amp;quot;&amp;amp;darr;&amp;quot;/&amp;gt;';&lt;br /&gt;
	}&lt;br /&gt;
	span.innerHTML = arrowHTML;&lt;br /&gt;
&lt;br /&gt;
	ts_alternate(table);		&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function ts_dateToSortKey(date) {	&lt;br /&gt;
	// y2k notes: two digit years less than 50 are treated as 20XX, greater than 50 are treated as 19XX&lt;br /&gt;
	if (date.length &amp;gt; 10) {&lt;br /&gt;
		switch (date.substr(3,3).toLowerCase()) {&lt;br /&gt;
			case &amp;quot;jan&amp;quot;: var month = &amp;quot;01&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;feb&amp;quot;: var month = &amp;quot;02&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;mar&amp;quot;: var month = &amp;quot;03&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;apr&amp;quot;: var month = &amp;quot;04&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;may&amp;quot;: var month = &amp;quot;05&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;jun&amp;quot;: var month = &amp;quot;06&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;jul&amp;quot;: var month = &amp;quot;07&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;aug&amp;quot;: var month = &amp;quot;08&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;sep&amp;quot;: var month = &amp;quot;09&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;oct&amp;quot;: var month = &amp;quot;10&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;nov&amp;quot;: var month = &amp;quot;11&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;dec&amp;quot;: var month = &amp;quot;12&amp;quot;; break;&lt;br /&gt;
			// default: var month = &amp;quot;00&amp;quot;;&lt;br /&gt;
		}&lt;br /&gt;
		return date.substr(7,4)+month+date.substr(0,2);&lt;br /&gt;
	} else if (date.length == 10) {&lt;br /&gt;
			return date.substr(6,4)+date.substr(3,2)+date.substr(0,2);&lt;br /&gt;
	} else if (date.length == 8) {&lt;br /&gt;
		yr = date.substr(6,2);&lt;br /&gt;
		if (parseInt(yr) &amp;lt; 50) { &lt;br /&gt;
			yr = '20'+yr; &lt;br /&gt;
		} else { &lt;br /&gt;
			yr = '19'+yr; &lt;br /&gt;
		}&lt;br /&gt;
			return yr+date.substr(3,2)+date.substr(0,2);&lt;br /&gt;
	}&lt;br /&gt;
	return &amp;quot;00000000&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function ts_sort_currency(a,b) {&lt;br /&gt;
	var aa = ts_parseFloat_ks(a[1].replace(/[\u00a3$\u20ac\u00a5a-zA-Z]/g,''));&lt;br /&gt;
	var bb = ts_parseFloat_ks(b[1].replace(/[\u00a3$\u20ac\u00a5a-zA-Z]/g,''));&lt;br /&gt;
	return (aa != bb ? aa - bb : a[2] - b[2]);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 /** Collapsible tables *********************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  Description: Allows tables to be collapsed, showing only the header. See&lt;br /&gt;
  *               [[Wikipedia:NavFrame]].&lt;br /&gt;
  *  Maintainer on Wikipedia: [[User:R. Koot]]&lt;br /&gt;
  */&lt;br /&gt;
 &lt;br /&gt;
 var autoCollapse = 2;&lt;br /&gt;
 var collapseCaption = &amp;quot;hide&amp;quot;;&lt;br /&gt;
 var expandCaption = &amp;quot;show&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 function hasClass( element, className ) {&lt;br /&gt;
  var Classes = element.className.split( &amp;quot; &amp;quot; );&lt;br /&gt;
  for ( var i = 0; i &amp;lt; Classes.length; i++ ) {&lt;br /&gt;
    if ( Classes[i] == className ) {&lt;br /&gt;
      return ( true );&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
  return ( false );&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 function collapseTable( tableIndex )&lt;br /&gt;
 {&lt;br /&gt;
     var Button = document.getElementById( &amp;quot;collapseButton&amp;quot; + tableIndex );&lt;br /&gt;
     var Table = document.getElementById( &amp;quot;collapsibleTable&amp;quot; + tableIndex );&lt;br /&gt;
 &lt;br /&gt;
     if ( !Table || !Button ) {&lt;br /&gt;
         return false;&lt;br /&gt;
     }&lt;br /&gt;
 &lt;br /&gt;
     var Rows = Table.getElementsByTagName( &amp;quot;tr&amp;quot; ); &lt;br /&gt;
 &lt;br /&gt;
     if ( Button.firstChild.data == collapseCaption ) {&lt;br /&gt;
         for ( var i = 1; i &amp;lt; Rows.length; i++ ) {&lt;br /&gt;
             Rows[i].style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
         }&lt;br /&gt;
         Button.firstChild.data = expandCaption;&lt;br /&gt;
     } else {&lt;br /&gt;
         for ( var i = 1; i &amp;lt; Rows.length; i++ ) {&lt;br /&gt;
             Rows[i].style.display = Rows[0].style.display;&lt;br /&gt;
         }&lt;br /&gt;
         Button.firstChild.data = collapseCaption;&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 function createCollapseButtons()&lt;br /&gt;
 {&lt;br /&gt;
     var tableIndex = 0;&lt;br /&gt;
     var NavigationBoxes = new Object();&lt;br /&gt;
     var Tables = document.getElementsByTagName( &amp;quot;table&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
     for ( var i = 0; i &amp;lt; Tables.length; i++ ) {&lt;br /&gt;
         if ( hasClass( Tables[i], &amp;quot;collapsible&amp;quot; ) ) {&lt;br /&gt;
             NavigationBoxes[ tableIndex ] = Tables[i];&lt;br /&gt;
             Tables[i].setAttribute( &amp;quot;id&amp;quot;, &amp;quot;collapsibleTable&amp;quot; + tableIndex );&lt;br /&gt;
 &lt;br /&gt;
             var Button     = document.createElement( &amp;quot;span&amp;quot; );&lt;br /&gt;
             var ButtonLink = document.createElement( &amp;quot;a&amp;quot; );&lt;br /&gt;
             var ButtonText = document.createTextNode( collapseCaption );&lt;br /&gt;
 &lt;br /&gt;
             Button.style.styleFloat = &amp;quot;right&amp;quot;;&lt;br /&gt;
             Button.style.cssFloat = &amp;quot;right&amp;quot;;&lt;br /&gt;
             Button.style.fontWeight = &amp;quot;normal&amp;quot;;&lt;br /&gt;
             Button.style.textAlign = &amp;quot;right&amp;quot;;&lt;br /&gt;
             Button.style.width = &amp;quot;6em&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
             ButtonLink.setAttribute( &amp;quot;id&amp;quot;, &amp;quot;collapseButton&amp;quot; + tableIndex );&lt;br /&gt;
             ButtonLink.setAttribute( &amp;quot;href&amp;quot;, &amp;quot;javascript:collapseTable(&amp;quot; + tableIndex + &amp;quot;);&amp;quot; );&lt;br /&gt;
             ButtonLink.appendChild( ButtonText );&lt;br /&gt;
 &lt;br /&gt;
             Button.appendChild( document.createTextNode( &amp;quot;[&amp;quot; ) );&lt;br /&gt;
             Button.appendChild( ButtonLink );&lt;br /&gt;
             Button.appendChild( document.createTextNode( &amp;quot;]&amp;quot; ) );&lt;br /&gt;
 &lt;br /&gt;
             var Header = Tables[i].getElementsByTagName( &amp;quot;tr&amp;quot; )[0].getElementsByTagName( &amp;quot;th&amp;quot; )[0];&lt;br /&gt;
             /* only add button and increment count if there is a header row to work with */&lt;br /&gt;
             if (Header) {&lt;br /&gt;
                 Header.insertBefore( Button, Header.childNodes[0] );&lt;br /&gt;
                 tableIndex++;&lt;br /&gt;
             }&lt;br /&gt;
         }&lt;br /&gt;
     }&lt;br /&gt;
 &lt;br /&gt;
     for ( var i = 0;  i &amp;lt; tableIndex; i++ ) {&lt;br /&gt;
         if ( hasClass( NavigationBoxes[i], &amp;quot;collapsed&amp;quot; ) || ( tableIndex &amp;gt;= autoCollapse &amp;amp;&amp;amp; hasClass( NavigationBoxes[i], &amp;quot;autocollapse&amp;quot; ) ) ) {&lt;br /&gt;
             collapseTable( i );&lt;br /&gt;
         }&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 addOnloadHook( createCollapseButtons );&lt;br /&gt;
&lt;br /&gt;
//Shuffle for election candidates&lt;br /&gt;
function dshuf(){&lt;br /&gt;
                var shufsets=new Object()&lt;br /&gt;
                var rx=new RegExp('dshuf'+'\\s+(dshufset\\d+)', 'i') &lt;br /&gt;
                var divs=document.getElementsByTagName(&amp;quot;div&amp;quot;)&lt;br /&gt;
                for (var i=0; i&amp;lt;divs.length; i++){&lt;br /&gt;
                        if (rx.test(divs[i].className)){&lt;br /&gt;
                                if (typeof shufsets[RegExp.$1]==&amp;quot;undefined&amp;quot;){ &lt;br /&gt;
                                        shufsets[RegExp.$1]=new Object() &lt;br /&gt;
                                        shufsets[RegExp.$1].inner=[] &lt;br /&gt;
                                        shufsets[RegExp.$1].member=[]&lt;br /&gt;
                                }&lt;br /&gt;
                                        shufsets[RegExp.$1].inner.push(divs[i].innerHTML) &lt;br /&gt;
                                        shufsets[RegExp.$1].member.push(divs[i]) &lt;br /&gt;
                        }&lt;br /&gt;
                }&lt;br /&gt;
                for (shufset in shufsets){&lt;br /&gt;
                        shufsets[shufset].inner.sort(function() {return 0.5 - Math.random()})&lt;br /&gt;
                        for (var i=0; i&amp;lt;shufsets[shufset].member.length; i++){&lt;br /&gt;
                                shufsets[shufset].member[i].innerHTML=shufsets[shufset].inner[i]&lt;br /&gt;
                                shufsets[shufset].member[i].style.display=&amp;quot;block&amp;quot;&lt;br /&gt;
                        }&lt;br /&gt;
                }&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
addOnloadHook(dshuf);&lt;br /&gt;
&lt;br /&gt;
/*************&lt;br /&gt;
*** AJAX transclusion table &amp;lt;http://meta.wikimedia.org/wiki/User:Pathoschild/Scripts/AJAX_transclusion_table&amp;gt;&lt;br /&gt;
*** by [[m:user:Pathoschild]]&lt;br /&gt;
*************/&lt;br /&gt;
function attLoader() {&lt;br /&gt;
	if(getElementsByClassName(document.getElementsByTagName('body')[0],'table','attable').length) {&lt;br /&gt;
	        document.write('&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;'&lt;br /&gt;
	          + 'http://meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/AJAX_transclusion_table.js' &lt;br /&gt;
	          + '&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;amp;dontcountme=s&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;');&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
addOnloadHook(attLoader);&lt;br /&gt;
&lt;br /&gt;
/** JSconfig ************&lt;br /&gt;
 * Global configuration options to enable/disable and configure&lt;br /&gt;
 * specific script features from [[MediaWiki:Common.js]] and&lt;br /&gt;
 * [[MediaWiki:Monobook.js]]&lt;br /&gt;
 * This framework adds config options (saved as cookies) to [[Special:Preferences]]&lt;br /&gt;
 * For a more permanent change you can override the default settings in your &lt;br /&gt;
 * [[Special:Mypage/monobook.js]]&lt;br /&gt;
 * for Example: JSconfig.keys[loadAutoInformationTemplate] = false;&lt;br /&gt;
 *&lt;br /&gt;
 *  Maintainer: [[User:Dschwen]]&lt;br /&gt;
 */&lt;br /&gt;
 &lt;br /&gt;
var JSconfig =&lt;br /&gt;
{&lt;br /&gt;
 prefix : 'jsconfig_',&lt;br /&gt;
 keys : {},&lt;br /&gt;
 meta : {},&lt;br /&gt;
 &lt;br /&gt;
 //&lt;br /&gt;
 // Register a new configuration item&lt;br /&gt;
 //  * name          : String, internal name&lt;br /&gt;
 //  * default_value : String or Boolean (type determines configuration widget)&lt;br /&gt;
 //  * description   : String, text appearing next to the widget in the preferences&lt;br /&gt;
 //  * prefpage      : Integer (optional), section in the preferences to insert the widget:&lt;br /&gt;
 //                     0 : User profile&lt;br /&gt;
 //                     1 : Skin&lt;br /&gt;
 //                     2 : Math&lt;br /&gt;
 //                     3 : Files&lt;br /&gt;
 //                     4 : Date and time&lt;br /&gt;
 //                     5 : Editing&lt;br /&gt;
 //                     6 : Recent changes&lt;br /&gt;
 //                     7 : Watchlist&lt;br /&gt;
 //                     8 : Search&lt;br /&gt;
 //                     9 : Misc&lt;br /&gt;
 //&lt;br /&gt;
 // Access keys through JSconfig.keys[name]&lt;br /&gt;
 //&lt;br /&gt;
 registerKey : function( name, default_value, description, prefpage )&lt;br /&gt;
 {&lt;br /&gt;
  if( typeof(JSconfig.keys[name]) == 'undefined' ) &lt;br /&gt;
   JSconfig.keys[name] = default_value;&lt;br /&gt;
  else {&lt;br /&gt;
 &lt;br /&gt;
   // all cookies are read as strings, &lt;br /&gt;
   // convert to the type of the default value&lt;br /&gt;
   switch( typeof(default_value) )&lt;br /&gt;
   {&lt;br /&gt;
    case 'boolean' : JSconfig.keys[name] = ( JSconfig.keys[name] == 'true' ); break;&lt;br /&gt;
    case 'number'  : JSconfig.keys[name] = JSconfig.keys[name]/1; break;&lt;br /&gt;
   }&lt;br /&gt;
 &lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  JSconfig.meta[name] = { 'description' : description, 'page' : prefpage || 0, 'default_value' : default_value };&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 readCookies : function()&lt;br /&gt;
 {&lt;br /&gt;
  var cookies = document.cookie.split(&amp;quot;; &amp;quot;);&lt;br /&gt;
  var p =JSconfig.prefix.length;&lt;br /&gt;
  var i;&lt;br /&gt;
 &lt;br /&gt;
  for( var key in cookies )&lt;br /&gt;
  {&lt;br /&gt;
   if( cookies[key].substring(0,p) == JSconfig.prefix )&lt;br /&gt;
   {&lt;br /&gt;
    i = cookies[key].indexOf('=');&lt;br /&gt;
    //alert( cookies[key] + ',' + key + ',' + cookies[key].substring(p,i) );&lt;br /&gt;
    JSconfig.keys[cookies[key].substring(p,i)] = cookies[key].substring(i+1);&lt;br /&gt;
   }&lt;br /&gt;
  }&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 writeCookies : function()&lt;br /&gt;
 {&lt;br /&gt;
  for( var key in JSconfig.keys )&lt;br /&gt;
   document.cookie = JSconfig.prefix + key + '=' + JSconfig.keys[key] + '; path=/; expires=Thu, 2 Aug 2009 10:10:10 UTC';&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 evaluateForm : function()&lt;br /&gt;
 {&lt;br /&gt;
  var w_ctrl,wt;&lt;br /&gt;
  //alert('about to save JSconfig');&lt;br /&gt;
  for( var key in JSconfig.meta ) {&lt;br /&gt;
   w_ctrl = document.getElementById( JSconfig.prefix + key )&lt;br /&gt;
   if( w_ctrl ) &lt;br /&gt;
   {&lt;br /&gt;
    wt = typeof( JSconfig.meta[key].default_value );&lt;br /&gt;
    switch( wt ) {&lt;br /&gt;
     case 'boolean' : JSconfig.keys[key] = w_ctrl.checked; break;&lt;br /&gt;
     case 'string' : JSconfig.keys[key] = w_ctrl.value; break;&lt;br /&gt;
    }&lt;br /&gt;
   }&lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  JSconfig.writeCookies();&lt;br /&gt;
  return true;&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 setUpForm : function()&lt;br /&gt;
 { &lt;br /&gt;
  var prefChild = document.getElementById('preferences');&lt;br /&gt;
  if( !prefChild ) return;&lt;br /&gt;
  prefChild = prefChild.childNodes;&lt;br /&gt;
 &lt;br /&gt;
  //&lt;br /&gt;
  // make a list of all preferences sections&lt;br /&gt;
  //&lt;br /&gt;
  var tabs = new Array;&lt;br /&gt;
  var len = prefChild.length;&lt;br /&gt;
  for( var key = 0; key &amp;lt; len; key++ ) {&lt;br /&gt;
   if( prefChild[key].tagName &amp;amp;&amp;amp;&lt;br /&gt;
       prefChild[key].tagName.toLowerCase() == 'fieldset' ) &lt;br /&gt;
    tabs.push(prefChild[key]);&lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  //&lt;br /&gt;
  // Create Widgets for all registered config keys&lt;br /&gt;
  //&lt;br /&gt;
  var w_div, w_label, w_ctrl, wt;&lt;br /&gt;
  for( var key in JSconfig.meta ) {&lt;br /&gt;
   w_div = document.createElement( 'DIV' );&lt;br /&gt;
 &lt;br /&gt;
   w_label = document.createElement( 'LABEL' );&lt;br /&gt;
   w_label.appendChild( document.createTextNode( JSconfig.meta[key].description ) )&lt;br /&gt;
   w_label.htmlFor = JSconfig.prefix + key;&lt;br /&gt;
 &lt;br /&gt;
   wt = typeof( JSconfig.meta[key].default_value );&lt;br /&gt;
 &lt;br /&gt;
   w_ctrl = document.createElement( 'INPUT' );&lt;br /&gt;
   w_ctrl.id = JSconfig.prefix + key;&lt;br /&gt;
 &lt;br /&gt;
   // before insertion into the DOM tree&lt;br /&gt;
   switch( wt ) {&lt;br /&gt;
    case 'boolean' : w_ctrl.type = 'checkbox'; break;&lt;br /&gt;
    case 'string'  : w_ctrl.type = 'text'; break;&lt;br /&gt;
   }&lt;br /&gt;
 &lt;br /&gt;
   w_div.appendChild( w_label );&lt;br /&gt;
   w_div.appendChild( w_ctrl );&lt;br /&gt;
   tabs[JSconfig.meta[key].page].appendChild( w_div );&lt;br /&gt;
 &lt;br /&gt;
   // after insertion into the DOM tree&lt;br /&gt;
   switch( wt ) {&lt;br /&gt;
    case 'boolean' : w_ctrl.defaultChecked = w_ctrl.checked = JSconfig.keys[key]; break;&lt;br /&gt;
    case 'string' : w_ctrl.defaultValue = w_ctrl.value = JSconfig.keys[key]; break;&lt;br /&gt;
   }&lt;br /&gt;
 &lt;br /&gt;
  }&lt;br /&gt;
  addHandler(document.getElementById('preferences').parentNode, 'submit', JSconfig.evaluateForm );&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
JSconfig.readCookies();&lt;br /&gt;
addOnloadHook(JSconfig.setUpForm);&lt;br /&gt;
&lt;br /&gt;
// ability to pull [[MediaWiki:Gadget-rtl.css]] on individual page loads by [[testwiki:User:Splarka]] and [[wm2008:User:Mr.Z-man]]&lt;br /&gt;
function importStylesheet(page) {&lt;br /&gt;
  if (page.indexOf('http://') == -1 &amp;amp;&amp;amp; page.indexOf('https://') == -1 &amp;amp;&amp;amp; page.indexOf('file:///') == -1)&lt;br /&gt;
     page = wgScript + '?action=raw&amp;amp;ctype=text/css&amp;amp;smaxage=0&amp;amp;title='&lt;br /&gt;
     + encodeURIComponent(page.replace(/ /g,'_'))&lt;br /&gt;
  return document.createStyleSheet ? document.createStyleSheet(page) : appendCSS('@import &amp;quot;' + page + '&amp;quot;;')&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
function appendCSS(text){&lt;br /&gt;
 var s = document.createElement('style')&lt;br /&gt;
 s.setAttribute('type', 'text/css')&lt;br /&gt;
 if (s.styleSheet) s.styleSheet.cssText = text //IE&lt;br /&gt;
 else s.appendChild(document.createTextNode(text))&lt;br /&gt;
 document.getElementsByTagName('head')[0].appendChild(s)&lt;br /&gt;
 return s&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
if(document.URL.indexOf('rtl=1') != -1) importStylesheet('http://meta.wikimedia.org/w/index.php?title=MediaWiki:Gadget-rtl.css&amp;amp;action=raw&amp;amp;ctype=text/css');&lt;br /&gt;
&lt;br /&gt;
//import module&lt;br /&gt;
importedScripts = {} &lt;br /&gt;
function importScript(page, lang) {&lt;br /&gt;
 page = '?title=' + encodeURIComponent(page.replace(' ','_'))&lt;br /&gt;
 if (lang) page = 'http://' + lang + '.wikipedia.org/w/index.php' + page&lt;br /&gt;
 else page = wgScript + page&lt;br /&gt;
 if (importedScripts[page]) return&lt;br /&gt;
 importedScripts[page] = true&lt;br /&gt;
 var s = document.createElement('script')&lt;br /&gt;
 s.type = 'text/javascript'&lt;br /&gt;
 s.src = page + '&amp;amp;action=raw&amp;amp;ctype=text/javascript'&lt;br /&gt;
 document.getElementsByTagName('head')[0].appendChild(s)&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=MediaWiki:Common.js&amp;diff=9857</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=MediaWiki:Common.js&amp;diff=9857"/>
		<updated>2024-03-14T18:57:51Z</updated>

		<summary type="html">&lt;p&gt;Rjf: gtag.js&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Google tag (gtag.js) --&amp;gt;&lt;br /&gt;
&amp;lt;script async src=&amp;quot;https://www.googletagmanager.com/gtag/js?id=G-Y7NDFZ0ZKM&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
  window.dataLayer = window.dataLayer || [];&lt;br /&gt;
  function gtag(){dataLayer.push(arguments);}&lt;br /&gt;
  gtag('js', new Date());&lt;br /&gt;
&lt;br /&gt;
  gtag('config', 'G-Y7NDFZ0ZKM');&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/*&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;*/&lt;br /&gt;
&lt;br /&gt;
/* per http://www.mediawiki.org/wiki/Manual:Force_preview */&lt;br /&gt;
function forcePreview() {&lt;br /&gt;
  if (wgUserGroups == &amp;quot;sysop&amp;quot; || wgAction != &amp;quot;edit&amp;quot;) return;&lt;br /&gt;
  saveButton = document.getElementById(&amp;quot;wpSave&amp;quot;);&lt;br /&gt;
  if (!saveButton) return;&lt;br /&gt;
  saveButton.disabled = true;&lt;br /&gt;
  saveButton.value = &amp;quot;Save page (use preview first)&amp;quot;;&lt;br /&gt;
  saveButton.style.fontWeight = &amp;quot;normal&amp;quot;;&lt;br /&gt;
  document.getElementById(&amp;quot;wpPreview&amp;quot;).style.fontWeight = &amp;quot;bold&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
addOnloadHook(forcePreview);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
//Overrides the function with the same name in http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/wikibits.js&lt;br /&gt;
//Fixes a bug: for the sorting order, takes the whole number, not the number before the second comma. &lt;br /&gt;
//Also, removes spaces. See [[Help:Sorting]].&lt;br /&gt;
function ts_parseFloat(num) {&lt;br /&gt;
	if (!num) return 0;&lt;br /&gt;
     num = removeSpaces(num);&lt;br /&gt;
	num = parseFloat(num.replace(/,/g, &amp;quot;&amp;quot;));&lt;br /&gt;
	return (isNaN(num) ? 0 : num);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Keep spaces in &amp;quot;currency&amp;quot; mode, to sort a range &amp;quot;70 to 80&amp;quot; at 70, not 7080&lt;br /&gt;
function ts_parseFloat_ks(num) {&lt;br /&gt;
	if (!num) return 0;&lt;br /&gt;
	num = parseFloat(num.replace(/,/g, &amp;quot;&amp;quot;));&lt;br /&gt;
	return (isNaN(num) ? 0 : num);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Auxiliary function for function ts_resortTable(lnk)&lt;br /&gt;
function removeSpaces(string) {&lt;br /&gt;
        var tstring = &amp;quot;&amp;quot;;&lt;br /&gt;
        string = '' + string;&lt;br /&gt;
        splitstring = string.split(&amp;quot; &amp;quot;);&lt;br /&gt;
        for(i = 0; i &amp;lt; splitstring.length; i++)&lt;br /&gt;
        tstring += splitstring[i];&lt;br /&gt;
        return tstring;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Overrides the function with the same name in http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/wikibits.js&lt;br /&gt;
//Changes the criteria for various sorting modes, see [[Help:Sorting]].&lt;br /&gt;
//For easy maintenance the difference with wikibits.js is kept limited to a few lines.&lt;br /&gt;
function ts_resortTable(lnk) {&lt;br /&gt;
	// get the span&lt;br /&gt;
	var span = lnk.getElementsByTagName('span')[0];&lt;br /&gt;
&lt;br /&gt;
	var td = lnk.parentNode;&lt;br /&gt;
	var tr = td.parentNode;&lt;br /&gt;
	var column = td.cellIndex;&lt;br /&gt;
&lt;br /&gt;
	var table = tr.parentNode;&lt;br /&gt;
	while (table &amp;amp;&amp;amp; !(table.tagName &amp;amp;&amp;amp; table.tagName.toLowerCase() == 'table'))&lt;br /&gt;
		table = table.parentNode;&lt;br /&gt;
	if (!table) return;&lt;br /&gt;
&lt;br /&gt;
	// Work out a type for the column&lt;br /&gt;
	if (table.rows.length &amp;lt;= 1) return;&lt;br /&gt;
&lt;br /&gt;
	// Skip the first row if that's where the headings are&lt;br /&gt;
	var rowStart = (table.tHead &amp;amp;&amp;amp; table.tHead.rows.length &amp;gt; 0 ? 0 : 1);&lt;br /&gt;
&lt;br /&gt;
	var itm = &amp;quot;&amp;quot;;&lt;br /&gt;
	for (var i = rowStart; i &amp;lt; table.rows.length; i++) {&lt;br /&gt;
		if (table.rows[i].cells.length &amp;gt; column) {&lt;br /&gt;
			itm = ts_getInnerText(table.rows[i].cells[column]);&lt;br /&gt;
			itm = itm.replace(/^[\s\xa0]+/, &amp;quot;&amp;quot;).replace(/[\s\xa0]+$/, &amp;quot;&amp;quot;);&lt;br /&gt;
			if (itm != &amp;quot;&amp;quot;) break;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	sortfn = ts_sort_caseinsensitive;&lt;br /&gt;
     itmns = removeSpaces(itm);&lt;br /&gt;
     if (itmns.match(/^[\d\.\,\-\+]+\%?$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
     if (itmns.match(/^[\d\.\,\-\+]+[eE][\d\-\+]+\%?$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
     if (itmns.match(/^[\d\.\,\-\+]+e[\d\-\+]+\u00d710[\d\-\+]+\%?$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
	if (itm.match(/^\d\d[\/. -][a-zA-Z]{3}[\/. -]\d\d\d\d$/))&lt;br /&gt;
		sortfn = ts_sort_date;&lt;br /&gt;
	if (itm.match(/^\d\d[\/.-]\d\d[\/.-]\d\d\d\d$/))&lt;br /&gt;
		sortfn = ts_sort_date;&lt;br /&gt;
	if (itm.match(/^\d\d[\/.-]\d\d[\/.-]\d\d$/))&lt;br /&gt;
		sortfn = ts_sort_date;&lt;br /&gt;
	if (itm.match(/^[\u00a3$\u20ac\u00a5]/)) // pound dollar euro yen&lt;br /&gt;
		sortfn = ts_sort_currency;&lt;br /&gt;
     if (itm.match(/sm=c$/)) sortfn = ts_sort_currency;&lt;br /&gt;
     if (itm.match(/sm=d$/)) sortfn = ts_sort_date;&lt;br /&gt;
     if (itm.match(/sm=n$/)) sortfn = ts_sort_numeric;&lt;br /&gt;
&lt;br /&gt;
	var reverse = (span.getAttribute(&amp;quot;sortdir&amp;quot;) == 'down');&lt;br /&gt;
&lt;br /&gt;
	var newRows = new Array();&lt;br /&gt;
	for (var j = rowStart; j &amp;lt; table.rows.length; j++) {&lt;br /&gt;
		var row = table.rows[j];&lt;br /&gt;
		var keyText = ts_getInnerText(row.cells[column]);&lt;br /&gt;
		var oldIndex = (reverse ? -j : j);&lt;br /&gt;
&lt;br /&gt;
		newRows[newRows.length] = new Array(row, keyText, oldIndex);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	newRows.sort(sortfn);&lt;br /&gt;
&lt;br /&gt;
	var arrowHTML;&lt;br /&gt;
	if (reverse) {&lt;br /&gt;
			arrowHTML = '&amp;lt;img src=&amp;quot;'+ ts_image_path + ts_image_down + '&amp;quot; alt=&amp;quot;&amp;amp;darr;&amp;quot;/&amp;gt;';&lt;br /&gt;
			newRows.reverse();&lt;br /&gt;
			span.setAttribute('sortdir','up');&lt;br /&gt;
	} else {&lt;br /&gt;
			arrowHTML = '&amp;lt;img src=&amp;quot;'+ ts_image_path + ts_image_up + '&amp;quot; alt=&amp;quot;&amp;amp;uarr;&amp;quot;/&amp;gt;';&lt;br /&gt;
			span.setAttribute('sortdir','down');&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// We appendChild rows that already exist to the tbody, so it moves them rather than creating new ones&lt;br /&gt;
	// don't do sortbottom rows&lt;br /&gt;
	for (var i = 0; i &amp;lt; newRows.length; i++) {&lt;br /&gt;
		if ((&amp;quot; &amp;quot;+newRows[i][0].className+&amp;quot; &amp;quot;).indexOf(&amp;quot; sortbottom &amp;quot;) == -1)&lt;br /&gt;
			table.tBodies[0].appendChild(newRows[i][0]);&lt;br /&gt;
	}&lt;br /&gt;
	// do sortbottom rows only&lt;br /&gt;
	for (var i = 0; i &amp;lt; newRows.length; i++) {&lt;br /&gt;
		if ((&amp;quot; &amp;quot;+newRows[i][0].className+&amp;quot; &amp;quot;).indexOf(&amp;quot; sortbottom &amp;quot;) != -1)&lt;br /&gt;
			table.tBodies[0].appendChild(newRows[i][0]);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// Delete any other arrows there may be showing&lt;br /&gt;
	var spans = getElementsByClassName(tr, &amp;quot;span&amp;quot;, &amp;quot;sortarrow&amp;quot;);&lt;br /&gt;
	for (var i = 0; i &amp;lt; spans.length; i++) {&lt;br /&gt;
		spans[i].innerHTML = '&amp;lt;img src=&amp;quot;'+ ts_image_path + ts_image_none + '&amp;quot; alt=&amp;quot;&amp;amp;darr;&amp;quot;/&amp;gt;';&lt;br /&gt;
	}&lt;br /&gt;
	span.innerHTML = arrowHTML;&lt;br /&gt;
&lt;br /&gt;
	ts_alternate(table);		&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function ts_dateToSortKey(date) {	&lt;br /&gt;
	// y2k notes: two digit years less than 50 are treated as 20XX, greater than 50 are treated as 19XX&lt;br /&gt;
	if (date.length &amp;gt; 10) {&lt;br /&gt;
		switch (date.substr(3,3).toLowerCase()) {&lt;br /&gt;
			case &amp;quot;jan&amp;quot;: var month = &amp;quot;01&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;feb&amp;quot;: var month = &amp;quot;02&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;mar&amp;quot;: var month = &amp;quot;03&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;apr&amp;quot;: var month = &amp;quot;04&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;may&amp;quot;: var month = &amp;quot;05&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;jun&amp;quot;: var month = &amp;quot;06&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;jul&amp;quot;: var month = &amp;quot;07&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;aug&amp;quot;: var month = &amp;quot;08&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;sep&amp;quot;: var month = &amp;quot;09&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;oct&amp;quot;: var month = &amp;quot;10&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;nov&amp;quot;: var month = &amp;quot;11&amp;quot;; break;&lt;br /&gt;
			case &amp;quot;dec&amp;quot;: var month = &amp;quot;12&amp;quot;; break;&lt;br /&gt;
			// default: var month = &amp;quot;00&amp;quot;;&lt;br /&gt;
		}&lt;br /&gt;
		return date.substr(7,4)+month+date.substr(0,2);&lt;br /&gt;
	} else if (date.length == 10) {&lt;br /&gt;
			return date.substr(6,4)+date.substr(3,2)+date.substr(0,2);&lt;br /&gt;
	} else if (date.length == 8) {&lt;br /&gt;
		yr = date.substr(6,2);&lt;br /&gt;
		if (parseInt(yr) &amp;lt; 50) { &lt;br /&gt;
			yr = '20'+yr; &lt;br /&gt;
		} else { &lt;br /&gt;
			yr = '19'+yr; &lt;br /&gt;
		}&lt;br /&gt;
			return yr+date.substr(3,2)+date.substr(0,2);&lt;br /&gt;
	}&lt;br /&gt;
	return &amp;quot;00000000&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function ts_sort_currency(a,b) {&lt;br /&gt;
	var aa = ts_parseFloat_ks(a[1].replace(/[\u00a3$\u20ac\u00a5a-zA-Z]/g,''));&lt;br /&gt;
	var bb = ts_parseFloat_ks(b[1].replace(/[\u00a3$\u20ac\u00a5a-zA-Z]/g,''));&lt;br /&gt;
	return (aa != bb ? aa - bb : a[2] - b[2]);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 /** Collapsible tables *********************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  Description: Allows tables to be collapsed, showing only the header. See&lt;br /&gt;
  *               [[Wikipedia:NavFrame]].&lt;br /&gt;
  *  Maintainer on Wikipedia: [[User:R. Koot]]&lt;br /&gt;
  */&lt;br /&gt;
 &lt;br /&gt;
 var autoCollapse = 2;&lt;br /&gt;
 var collapseCaption = &amp;quot;hide&amp;quot;;&lt;br /&gt;
 var expandCaption = &amp;quot;show&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 function hasClass( element, className ) {&lt;br /&gt;
  var Classes = element.className.split( &amp;quot; &amp;quot; );&lt;br /&gt;
  for ( var i = 0; i &amp;lt; Classes.length; i++ ) {&lt;br /&gt;
    if ( Classes[i] == className ) {&lt;br /&gt;
      return ( true );&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
  return ( false );&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 function collapseTable( tableIndex )&lt;br /&gt;
 {&lt;br /&gt;
     var Button = document.getElementById( &amp;quot;collapseButton&amp;quot; + tableIndex );&lt;br /&gt;
     var Table = document.getElementById( &amp;quot;collapsibleTable&amp;quot; + tableIndex );&lt;br /&gt;
 &lt;br /&gt;
     if ( !Table || !Button ) {&lt;br /&gt;
         return false;&lt;br /&gt;
     }&lt;br /&gt;
 &lt;br /&gt;
     var Rows = Table.getElementsByTagName( &amp;quot;tr&amp;quot; ); &lt;br /&gt;
 &lt;br /&gt;
     if ( Button.firstChild.data == collapseCaption ) {&lt;br /&gt;
         for ( var i = 1; i &amp;lt; Rows.length; i++ ) {&lt;br /&gt;
             Rows[i].style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
         }&lt;br /&gt;
         Button.firstChild.data = expandCaption;&lt;br /&gt;
     } else {&lt;br /&gt;
         for ( var i = 1; i &amp;lt; Rows.length; i++ ) {&lt;br /&gt;
             Rows[i].style.display = Rows[0].style.display;&lt;br /&gt;
         }&lt;br /&gt;
         Button.firstChild.data = collapseCaption;&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 function createCollapseButtons()&lt;br /&gt;
 {&lt;br /&gt;
     var tableIndex = 0;&lt;br /&gt;
     var NavigationBoxes = new Object();&lt;br /&gt;
     var Tables = document.getElementsByTagName( &amp;quot;table&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
     for ( var i = 0; i &amp;lt; Tables.length; i++ ) {&lt;br /&gt;
         if ( hasClass( Tables[i], &amp;quot;collapsible&amp;quot; ) ) {&lt;br /&gt;
             NavigationBoxes[ tableIndex ] = Tables[i];&lt;br /&gt;
             Tables[i].setAttribute( &amp;quot;id&amp;quot;, &amp;quot;collapsibleTable&amp;quot; + tableIndex );&lt;br /&gt;
 &lt;br /&gt;
             var Button     = document.createElement( &amp;quot;span&amp;quot; );&lt;br /&gt;
             var ButtonLink = document.createElement( &amp;quot;a&amp;quot; );&lt;br /&gt;
             var ButtonText = document.createTextNode( collapseCaption );&lt;br /&gt;
 &lt;br /&gt;
             Button.style.styleFloat = &amp;quot;right&amp;quot;;&lt;br /&gt;
             Button.style.cssFloat = &amp;quot;right&amp;quot;;&lt;br /&gt;
             Button.style.fontWeight = &amp;quot;normal&amp;quot;;&lt;br /&gt;
             Button.style.textAlign = &amp;quot;right&amp;quot;;&lt;br /&gt;
             Button.style.width = &amp;quot;6em&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
             ButtonLink.setAttribute( &amp;quot;id&amp;quot;, &amp;quot;collapseButton&amp;quot; + tableIndex );&lt;br /&gt;
             ButtonLink.setAttribute( &amp;quot;href&amp;quot;, &amp;quot;javascript:collapseTable(&amp;quot; + tableIndex + &amp;quot;);&amp;quot; );&lt;br /&gt;
             ButtonLink.appendChild( ButtonText );&lt;br /&gt;
 &lt;br /&gt;
             Button.appendChild( document.createTextNode( &amp;quot;[&amp;quot; ) );&lt;br /&gt;
             Button.appendChild( ButtonLink );&lt;br /&gt;
             Button.appendChild( document.createTextNode( &amp;quot;]&amp;quot; ) );&lt;br /&gt;
 &lt;br /&gt;
             var Header = Tables[i].getElementsByTagName( &amp;quot;tr&amp;quot; )[0].getElementsByTagName( &amp;quot;th&amp;quot; )[0];&lt;br /&gt;
             /* only add button and increment count if there is a header row to work with */&lt;br /&gt;
             if (Header) {&lt;br /&gt;
                 Header.insertBefore( Button, Header.childNodes[0] );&lt;br /&gt;
                 tableIndex++;&lt;br /&gt;
             }&lt;br /&gt;
         }&lt;br /&gt;
     }&lt;br /&gt;
 &lt;br /&gt;
     for ( var i = 0;  i &amp;lt; tableIndex; i++ ) {&lt;br /&gt;
         if ( hasClass( NavigationBoxes[i], &amp;quot;collapsed&amp;quot; ) || ( tableIndex &amp;gt;= autoCollapse &amp;amp;&amp;amp; hasClass( NavigationBoxes[i], &amp;quot;autocollapse&amp;quot; ) ) ) {&lt;br /&gt;
             collapseTable( i );&lt;br /&gt;
         }&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 addOnloadHook( createCollapseButtons );&lt;br /&gt;
&lt;br /&gt;
//Shuffle for election candidates&lt;br /&gt;
function dshuf(){&lt;br /&gt;
                var shufsets=new Object()&lt;br /&gt;
                var rx=new RegExp('dshuf'+'\\s+(dshufset\\d+)', 'i') &lt;br /&gt;
                var divs=document.getElementsByTagName(&amp;quot;div&amp;quot;)&lt;br /&gt;
                for (var i=0; i&amp;lt;divs.length; i++){&lt;br /&gt;
                        if (rx.test(divs[i].className)){&lt;br /&gt;
                                if (typeof shufsets[RegExp.$1]==&amp;quot;undefined&amp;quot;){ &lt;br /&gt;
                                        shufsets[RegExp.$1]=new Object() &lt;br /&gt;
                                        shufsets[RegExp.$1].inner=[] &lt;br /&gt;
                                        shufsets[RegExp.$1].member=[]&lt;br /&gt;
                                }&lt;br /&gt;
                                        shufsets[RegExp.$1].inner.push(divs[i].innerHTML) &lt;br /&gt;
                                        shufsets[RegExp.$1].member.push(divs[i]) &lt;br /&gt;
                        }&lt;br /&gt;
                }&lt;br /&gt;
                for (shufset in shufsets){&lt;br /&gt;
                        shufsets[shufset].inner.sort(function() {return 0.5 - Math.random()})&lt;br /&gt;
                        for (var i=0; i&amp;lt;shufsets[shufset].member.length; i++){&lt;br /&gt;
                                shufsets[shufset].member[i].innerHTML=shufsets[shufset].inner[i]&lt;br /&gt;
                                shufsets[shufset].member[i].style.display=&amp;quot;block&amp;quot;&lt;br /&gt;
                        }&lt;br /&gt;
                }&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
addOnloadHook(dshuf);&lt;br /&gt;
&lt;br /&gt;
/*************&lt;br /&gt;
*** AJAX transclusion table &amp;lt;http://meta.wikimedia.org/wiki/User:Pathoschild/Scripts/AJAX_transclusion_table&amp;gt;&lt;br /&gt;
*** by [[m:user:Pathoschild]]&lt;br /&gt;
*************/&lt;br /&gt;
function attLoader() {&lt;br /&gt;
	if(getElementsByClassName(document.getElementsByTagName('body')[0],'table','attable').length) {&lt;br /&gt;
	        document.write('&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;'&lt;br /&gt;
	          + 'http://meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/AJAX_transclusion_table.js' &lt;br /&gt;
	          + '&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;amp;dontcountme=s&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;');&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
addOnloadHook(attLoader);&lt;br /&gt;
&lt;br /&gt;
/** JSconfig ************&lt;br /&gt;
 * Global configuration options to enable/disable and configure&lt;br /&gt;
 * specific script features from [[MediaWiki:Common.js]] and&lt;br /&gt;
 * [[MediaWiki:Monobook.js]]&lt;br /&gt;
 * This framework adds config options (saved as cookies) to [[Special:Preferences]]&lt;br /&gt;
 * For a more permanent change you can override the default settings in your &lt;br /&gt;
 * [[Special:Mypage/monobook.js]]&lt;br /&gt;
 * for Example: JSconfig.keys[loadAutoInformationTemplate] = false;&lt;br /&gt;
 *&lt;br /&gt;
 *  Maintainer: [[User:Dschwen]]&lt;br /&gt;
 */&lt;br /&gt;
 &lt;br /&gt;
var JSconfig =&lt;br /&gt;
{&lt;br /&gt;
 prefix : 'jsconfig_',&lt;br /&gt;
 keys : {},&lt;br /&gt;
 meta : {},&lt;br /&gt;
 &lt;br /&gt;
 //&lt;br /&gt;
 // Register a new configuration item&lt;br /&gt;
 //  * name          : String, internal name&lt;br /&gt;
 //  * default_value : String or Boolean (type determines configuration widget)&lt;br /&gt;
 //  * description   : String, text appearing next to the widget in the preferences&lt;br /&gt;
 //  * prefpage      : Integer (optional), section in the preferences to insert the widget:&lt;br /&gt;
 //                     0 : User profile&lt;br /&gt;
 //                     1 : Skin&lt;br /&gt;
 //                     2 : Math&lt;br /&gt;
 //                     3 : Files&lt;br /&gt;
 //                     4 : Date and time&lt;br /&gt;
 //                     5 : Editing&lt;br /&gt;
 //                     6 : Recent changes&lt;br /&gt;
 //                     7 : Watchlist&lt;br /&gt;
 //                     8 : Search&lt;br /&gt;
 //                     9 : Misc&lt;br /&gt;
 //&lt;br /&gt;
 // Access keys through JSconfig.keys[name]&lt;br /&gt;
 //&lt;br /&gt;
 registerKey : function( name, default_value, description, prefpage )&lt;br /&gt;
 {&lt;br /&gt;
  if( typeof(JSconfig.keys[name]) == 'undefined' ) &lt;br /&gt;
   JSconfig.keys[name] = default_value;&lt;br /&gt;
  else {&lt;br /&gt;
 &lt;br /&gt;
   // all cookies are read as strings, &lt;br /&gt;
   // convert to the type of the default value&lt;br /&gt;
   switch( typeof(default_value) )&lt;br /&gt;
   {&lt;br /&gt;
    case 'boolean' : JSconfig.keys[name] = ( JSconfig.keys[name] == 'true' ); break;&lt;br /&gt;
    case 'number'  : JSconfig.keys[name] = JSconfig.keys[name]/1; break;&lt;br /&gt;
   }&lt;br /&gt;
 &lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  JSconfig.meta[name] = { 'description' : description, 'page' : prefpage || 0, 'default_value' : default_value };&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 readCookies : function()&lt;br /&gt;
 {&lt;br /&gt;
  var cookies = document.cookie.split(&amp;quot;; &amp;quot;);&lt;br /&gt;
  var p =JSconfig.prefix.length;&lt;br /&gt;
  var i;&lt;br /&gt;
 &lt;br /&gt;
  for( var key in cookies )&lt;br /&gt;
  {&lt;br /&gt;
   if( cookies[key].substring(0,p) == JSconfig.prefix )&lt;br /&gt;
   {&lt;br /&gt;
    i = cookies[key].indexOf('=');&lt;br /&gt;
    //alert( cookies[key] + ',' + key + ',' + cookies[key].substring(p,i) );&lt;br /&gt;
    JSconfig.keys[cookies[key].substring(p,i)] = cookies[key].substring(i+1);&lt;br /&gt;
   }&lt;br /&gt;
  }&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 writeCookies : function()&lt;br /&gt;
 {&lt;br /&gt;
  for( var key in JSconfig.keys )&lt;br /&gt;
   document.cookie = JSconfig.prefix + key + '=' + JSconfig.keys[key] + '; path=/; expires=Thu, 2 Aug 2009 10:10:10 UTC';&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 evaluateForm : function()&lt;br /&gt;
 {&lt;br /&gt;
  var w_ctrl,wt;&lt;br /&gt;
  //alert('about to save JSconfig');&lt;br /&gt;
  for( var key in JSconfig.meta ) {&lt;br /&gt;
   w_ctrl = document.getElementById( JSconfig.prefix + key )&lt;br /&gt;
   if( w_ctrl ) &lt;br /&gt;
   {&lt;br /&gt;
    wt = typeof( JSconfig.meta[key].default_value );&lt;br /&gt;
    switch( wt ) {&lt;br /&gt;
     case 'boolean' : JSconfig.keys[key] = w_ctrl.checked; break;&lt;br /&gt;
     case 'string' : JSconfig.keys[key] = w_ctrl.value; break;&lt;br /&gt;
    }&lt;br /&gt;
   }&lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  JSconfig.writeCookies();&lt;br /&gt;
  return true;&lt;br /&gt;
 },&lt;br /&gt;
 &lt;br /&gt;
 setUpForm : function()&lt;br /&gt;
 { &lt;br /&gt;
  var prefChild = document.getElementById('preferences');&lt;br /&gt;
  if( !prefChild ) return;&lt;br /&gt;
  prefChild = prefChild.childNodes;&lt;br /&gt;
 &lt;br /&gt;
  //&lt;br /&gt;
  // make a list of all preferences sections&lt;br /&gt;
  //&lt;br /&gt;
  var tabs = new Array;&lt;br /&gt;
  var len = prefChild.length;&lt;br /&gt;
  for( var key = 0; key &amp;lt; len; key++ ) {&lt;br /&gt;
   if( prefChild[key].tagName &amp;amp;&amp;amp;&lt;br /&gt;
       prefChild[key].tagName.toLowerCase() == 'fieldset' ) &lt;br /&gt;
    tabs.push(prefChild[key]);&lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  //&lt;br /&gt;
  // Create Widgets for all registered config keys&lt;br /&gt;
  //&lt;br /&gt;
  var w_div, w_label, w_ctrl, wt;&lt;br /&gt;
  for( var key in JSconfig.meta ) {&lt;br /&gt;
   w_div = document.createElement( 'DIV' );&lt;br /&gt;
 &lt;br /&gt;
   w_label = document.createElement( 'LABEL' );&lt;br /&gt;
   w_label.appendChild( document.createTextNode( JSconfig.meta[key].description ) )&lt;br /&gt;
   w_label.htmlFor = JSconfig.prefix + key;&lt;br /&gt;
 &lt;br /&gt;
   wt = typeof( JSconfig.meta[key].default_value );&lt;br /&gt;
 &lt;br /&gt;
   w_ctrl = document.createElement( 'INPUT' );&lt;br /&gt;
   w_ctrl.id = JSconfig.prefix + key;&lt;br /&gt;
 &lt;br /&gt;
   // before insertion into the DOM tree&lt;br /&gt;
   switch( wt ) {&lt;br /&gt;
    case 'boolean' : w_ctrl.type = 'checkbox'; break;&lt;br /&gt;
    case 'string'  : w_ctrl.type = 'text'; break;&lt;br /&gt;
   }&lt;br /&gt;
 &lt;br /&gt;
   w_div.appendChild( w_label );&lt;br /&gt;
   w_div.appendChild( w_ctrl );&lt;br /&gt;
   tabs[JSconfig.meta[key].page].appendChild( w_div );&lt;br /&gt;
 &lt;br /&gt;
   // after insertion into the DOM tree&lt;br /&gt;
   switch( wt ) {&lt;br /&gt;
    case 'boolean' : w_ctrl.defaultChecked = w_ctrl.checked = JSconfig.keys[key]; break;&lt;br /&gt;
    case 'string' : w_ctrl.defaultValue = w_ctrl.value = JSconfig.keys[key]; break;&lt;br /&gt;
   }&lt;br /&gt;
 &lt;br /&gt;
  }&lt;br /&gt;
  addHandler(document.getElementById('preferences').parentNode, 'submit', JSconfig.evaluateForm );&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
JSconfig.readCookies();&lt;br /&gt;
addOnloadHook(JSconfig.setUpForm);&lt;br /&gt;
&lt;br /&gt;
// ability to pull [[MediaWiki:Gadget-rtl.css]] on individual page loads by [[testwiki:User:Splarka]] and [[wm2008:User:Mr.Z-man]]&lt;br /&gt;
function importStylesheet(page) {&lt;br /&gt;
  if (page.indexOf('http://') == -1 &amp;amp;&amp;amp; page.indexOf('https://') == -1 &amp;amp;&amp;amp; page.indexOf('file:///') == -1)&lt;br /&gt;
     page = wgScript + '?action=raw&amp;amp;ctype=text/css&amp;amp;smaxage=0&amp;amp;title='&lt;br /&gt;
     + encodeURIComponent(page.replace(/ /g,'_'))&lt;br /&gt;
  return document.createStyleSheet ? document.createStyleSheet(page) : appendCSS('@import &amp;quot;' + page + '&amp;quot;;')&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
function appendCSS(text){&lt;br /&gt;
 var s = document.createElement('style')&lt;br /&gt;
 s.setAttribute('type', 'text/css')&lt;br /&gt;
 if (s.styleSheet) s.styleSheet.cssText = text //IE&lt;br /&gt;
 else s.appendChild(document.createTextNode(text))&lt;br /&gt;
 document.getElementsByTagName('head')[0].appendChild(s)&lt;br /&gt;
 return s&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
if(document.URL.indexOf('rtl=1') != -1) importStylesheet('http://meta.wikimedia.org/w/index.php?title=MediaWiki:Gadget-rtl.css&amp;amp;action=raw&amp;amp;ctype=text/css');&lt;br /&gt;
&lt;br /&gt;
//import module&lt;br /&gt;
importedScripts = {} &lt;br /&gt;
function importScript(page, lang) {&lt;br /&gt;
 page = '?title=' + encodeURIComponent(page.replace(' ','_'))&lt;br /&gt;
 if (lang) page = 'http://' + lang + '.wikipedia.org/w/index.php' + page&lt;br /&gt;
 else page = wgScript + page&lt;br /&gt;
 if (importedScripts[page]) return&lt;br /&gt;
 importedScripts[page] = true&lt;br /&gt;
 var s = document.createElement('script')&lt;br /&gt;
 s.type = 'text/javascript'&lt;br /&gt;
 s.src = page + '&amp;amp;action=raw&amp;amp;ctype=text/javascript'&lt;br /&gt;
 document.getElementsByTagName('head')[0].appendChild(s)&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=MediaWiki:Sitenotice&amp;diff=9856</id>
		<title>MediaWiki:Sitenotice</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=MediaWiki:Sitenotice&amp;diff=9856"/>
		<updated>2024-03-14T18:30:42Z</updated>

		<summary type="html">&lt;p&gt;Rjf: UA-2611427-1 GA4:G-Y7NDFZ0ZKM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin:0 auto; width:90%; border:solid #00FF00 1px;&amp;quot;&amp;gt;&lt;br /&gt;
{| align=center width=95%&lt;br /&gt;
| bgcolor=#EEFFEE cellpadding=5 align=center |&lt;br /&gt;
&amp;lt;!--'''&amp;lt;font color=red&amp;gt;SPECIAL NOTICE:&amp;lt;/font&amp;gt; Important information here!!!'''&amp;lt;br&amp;gt;--&amp;gt;&lt;br /&gt;
This page you are viewing is part of the SEVA Wiki Archive, '''Please visit the new [http://seattleeva.org/wp Official Website]!'''&amp;lt;!--http://www.seattleev.dreamhosters.com--&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=red&amp;gt;NOTICE:&amp;lt;/font&amp;gt; Visit the '''[[Maillist]] page for help joining the new google groups email list''', the old maillist is no more.&amp;lt;br&amp;gt;&lt;br /&gt;
SEVA [[Meetings Minutes|meetings]] are held every second Tuesday.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Comments about this page.&lt;br /&gt;
The bottom is where the google analytics code lives, please leave it in place. Ask Ryan if you want access to Analytics. UA-2611427-1 GA4:G-Y7NDFZ0ZKM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The server experienced a hardware failure the evening of Saturday, March 15th 2014.&lt;br /&gt;
For the past 10 years it has been a very reliable system but these things happen.&lt;br /&gt;
With the upcoming changes to the website, and this server outage&lt;br /&gt;
we will be taking this opportunity to '''move the email list to a new google group email list service'''.&lt;br /&gt;
We have the complete list of 300+ subscribers and have invited everyone to the new list.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
| bgcolor=#EEFFEE cellpadding=5 align=center |&lt;br /&gt;
{{EditThis|MediaWiki:Sitenotice|right|Edit Notices}}&lt;br /&gt;
{{EditThis|MediaWiki:Sidebar|right|Edit MainMenu}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=EVents/2005_09_24&amp;diff=9807</id>
		<title>EVents/2005 09 24</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=EVents/2005_09_24&amp;diff=9807"/>
		<updated>2024-01-18T05:58:14Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Embedding does not work any more so just provide links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EVents]][[Category:Photo Albums]][[Category:Videos]]{{EVents}}&lt;br /&gt;
&lt;br /&gt;
== 1st Annual Recliner races ==&lt;br /&gt;
See also [[EVents 2005 8 21|Build Party at Father Times]]&lt;br /&gt;
&lt;br /&gt;
Participation get in free, spectators are charged $8 for admission.&lt;br /&gt;
&lt;br /&gt;
* When : Sep 24th, gates open at 8AM.&lt;br /&gt;
* Where : [http://www.pacificraceways.com PR (Pacific Raceway)] east of Kent, Wa (Old SIR Race Way)&lt;br /&gt;
* Specs : One Lazy-Boy type recliner, Less then 200Lbs of batteries, smaller than 8' by 4'.&lt;br /&gt;
* Course : ~10 minutes. &amp;quot;Course may be small and tight&amp;quot;&amp;lt;br&amp;gt; Have good Steering and Braking.&amp;lt;BR&amp;gt; Go-Kart type track.&amp;lt;BR&amp;gt;might be a Drag Race aswell.&lt;br /&gt;
* Winner gets &amp;quot;BIG trophies&amp;quot; for Win, Place, and Show.&amp;lt;BR&amp;gt;I also hear there is a $1000 purse for first place.&lt;br /&gt;
* Parameters : Rules? ''Who Needs 'em''&lt;br /&gt;
&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?search=recliner SEVA list &amp;quot;Recliner&amp;quot; Search]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?search=layz SEVA list &amp;quot;Layz&amp;quot; Search]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./6 Good News ...bad news]&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47659 Tardy but not TOO LATE - Lazy Boy E-Chair Racing] [http://groups.yahoo.com/group/ev-list-archive/message/47895 Again] - EVDL&lt;br /&gt;
** [http://groups.yahoo.com/group/ev-list-archive/message/47834 E-Chair Lazy Boys - Monolog or Dialog] - EVDL&lt;br /&gt;
** [http://home.comcast.net/~stevenslough/LazyBoyRacer.jpg Steves concept photo]&lt;br /&gt;
** [http://home.comcast.net/~stevenslough/DavesEChairTWO.JPG Dave Clouds racer #2 in progress]&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47946 Lazy Boy E-Chair Races...More Detail] - EVDL&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47953 Lazy-Boy recliner races on 9/24 in Kent, WA] - EVDL&lt;br /&gt;
* [[Meetings_Minutes#September_13th_Meeting]]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./35 Roy LeMeur : Father Time Lazyboy Racer Update]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./37 Bruce Sherry : Dave Cloudes' Lazyboy Racer Update]&lt;br /&gt;
&lt;br /&gt;
===Post Event===&lt;br /&gt;
* Steven Lough [http://groups.yahoo.com/group/ev-list-archive/message/49237 LazyBoy E-Chair Races - SEVA Win,Place,and SHOW] - EVDL&lt;br /&gt;
&lt;br /&gt;
====Photos====&lt;br /&gt;
Lineup of the Loungers.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:05Lounger1.JPG|1st place&amp;lt;br&amp;gt;Builder:Dave Cloud&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger5.JPG|2nd Place&amp;lt;br&amp;gt;Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Byron Sanborn&lt;br /&gt;
Image:05Lounger2.JPG|3rd Place&amp;lt;br&amp;gt;Builder:Dave Cloud&amp;lt;br&amp;gt;Driver:?&amp;lt;br&amp;gt;Clocked at 52.6mph&lt;br /&gt;
Image:05Lounger8.JPG|Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Don &amp;quot;Father Time&amp;quot; Crabtree&lt;br /&gt;
Image:05Lounger3.JPG|Builder:Mark Taeschner&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger4.JPG|Builder:?&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger6.JPG|Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Chuck Lyford&lt;br /&gt;
Image:05Lounger7.JPG|Builder:?&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Videos====&lt;br /&gt;
* 11 Meg (AVI) @ [http://www.youtube.com/watch?v=jl7oRWrnISs YouTube], [http://video.google.com/videoplay?docid=-7781568962878514654 Video.Google], or [[Image:Mvi 0664.zip]] of '''Drag Race from Steve Lough'''.&lt;br /&gt;
* 4 Meg (WMV) @ [http://www.youtube.com/watch?v=_xxBmkhhDYs YouTube], [http://video.google.com/videoplay?docid=3013708590268307888 Video.Google], or [[Image:1st Annual Recliner Drag Races.zip]] of '''Full EVent from Charles Huckeby'''.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
:: &amp;lt;html&amp;gt;&amp;lt;object width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/jl7oRWrnISs&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/jl7oRWrnISs&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
:: &amp;lt;html&amp;gt;&amp;lt;embed style=&amp;quot;width:400px; height:326px;&amp;quot; id=&amp;quot;VideoPlayback&amp;quot; align=&amp;quot;middle&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; src=&amp;quot;http://video.google.com/googleplayer.swf?docId=-7781568962878514654&amp;amp;hl=en&amp;quot; quality=&amp;quot;best&amp;quot; bgcolor=&amp;quot;#ffffff&amp;quot; scale=&amp;quot;noScale&amp;quot; salign=&amp;quot;TL&amp;quot;  FlashVars=&amp;quot;playerMode=embedded&amp;quot;&amp;gt; &amp;lt;/embed&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
:: &amp;lt;html&amp;gt;&amp;lt;object width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/_xxBmkhhDYs&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/_xxBmkhhDYs&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
:: &amp;lt;html&amp;gt;&amp;lt;embed style=&amp;quot;width:400px; height:326px;&amp;quot; id=&amp;quot;VideoPlayback&amp;quot; align=&amp;quot;middle&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; src=&amp;quot;http://video.google.com/googleplayer.swf?docId=3013708590268307888&amp;amp;hl=en&amp;quot; quality=&amp;quot;best&amp;quot; bgcolor=&amp;quot;#ffffff&amp;quot; scale=&amp;quot;noScale&amp;quot; salign=&amp;quot;TL&amp;quot;  FlashVars=&amp;quot;playerMode=embedded&amp;quot;&amp;gt; &amp;lt;/embed&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=EVents/2005_09_24&amp;diff=9806</id>
		<title>EVents/2005 09 24</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=EVents/2005_09_24&amp;diff=9806"/>
		<updated>2024-01-18T05:56:18Z</updated>

		<summary type="html">&lt;p&gt;Rjf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EVents]][[Category:Photo Albums]][[Category:Videos]]{{EVents}}&lt;br /&gt;
&lt;br /&gt;
== 1st Annual Recliner races ==&lt;br /&gt;
See also [[EVents 2005 8 21|Build Party at Father Times]]&lt;br /&gt;
&lt;br /&gt;
Participation get in free, spectators are charged $8 for admission.&lt;br /&gt;
&lt;br /&gt;
* When : Sep 24th, gates open at 8AM.&lt;br /&gt;
* Where : [http://www.pacificraceways.com PR (Pacific Raceway)] east of Kent, Wa (Old SIR Race Way)&lt;br /&gt;
* Specs : One Lazy-Boy type recliner, Less then 200Lbs of batteries, smaller than 8' by 4'.&lt;br /&gt;
* Course : ~10 minutes. &amp;quot;Course may be small and tight&amp;quot;&amp;lt;br&amp;gt; Have good Steering and Braking.&amp;lt;BR&amp;gt; Go-Kart type track.&amp;lt;BR&amp;gt;might be a Drag Race aswell.&lt;br /&gt;
* Winner gets &amp;quot;BIG trophies&amp;quot; for Win, Place, and Show.&amp;lt;BR&amp;gt;I also hear there is a $1000 purse for first place.&lt;br /&gt;
* Parameters : Rules? ''Who Needs 'em''&lt;br /&gt;
&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?search=recliner SEVA list &amp;quot;Recliner&amp;quot; Search]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?search=layz SEVA list &amp;quot;Layz&amp;quot; Search]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./6 Good News ...bad news]&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47659 Tardy but not TOO LATE - Lazy Boy E-Chair Racing] [http://groups.yahoo.com/group/ev-list-archive/message/47895 Again] - EVDL&lt;br /&gt;
** [http://groups.yahoo.com/group/ev-list-archive/message/47834 E-Chair Lazy Boys - Monolog or Dialog] - EVDL&lt;br /&gt;
** [http://home.comcast.net/~stevenslough/LazyBoyRacer.jpg Steves concept photo]&lt;br /&gt;
** [http://home.comcast.net/~stevenslough/DavesEChairTWO.JPG Dave Clouds racer #2 in progress]&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47946 Lazy Boy E-Chair Races...More Detail] - EVDL&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47953 Lazy-Boy recliner races on 9/24 in Kent, WA] - EVDL&lt;br /&gt;
* [[Meetings_Minutes#September_13th_Meeting]]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./35 Roy LeMeur : Father Time Lazyboy Racer Update]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./37 Bruce Sherry : Dave Cloudes' Lazyboy Racer Update]&lt;br /&gt;
&lt;br /&gt;
===Post Event===&lt;br /&gt;
* Steven Lough [http://groups.yahoo.com/group/ev-list-archive/message/49237 LazyBoy E-Chair Races - SEVA Win,Place,and SHOW] - EVDL&lt;br /&gt;
&lt;br /&gt;
====Photos====&lt;br /&gt;
Lineup of the Loungers.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:05Lounger1.JPG|1st place&amp;lt;br&amp;gt;Builder:Dave Cloud&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger5.JPG|2nd Place&amp;lt;br&amp;gt;Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Byron Sanborn&lt;br /&gt;
Image:05Lounger2.JPG|3rd Place&amp;lt;br&amp;gt;Builder:Dave Cloud&amp;lt;br&amp;gt;Driver:?&amp;lt;br&amp;gt;Clocked at 52.6mph&lt;br /&gt;
Image:05Lounger8.JPG|Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Don &amp;quot;Father Time&amp;quot; Crabtree&lt;br /&gt;
Image:05Lounger3.JPG|Builder:Mark Taeschner&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger4.JPG|Builder:?&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger6.JPG|Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Chuck Lyford&lt;br /&gt;
Image:05Lounger7.JPG|Builder:?&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Videos====&lt;br /&gt;
* 11 Meg (AVI) @ [http://www.youtube.com/watch?v=jl7oRWrnISs YouTube], [http://video.google.com/videoplay?docid=-7781568962878514654 Video.Google], or [[Image:Mvi 0664.zip]] of '''Drag Race from Steve Lough'''.&lt;br /&gt;
:: &amp;lt;html&amp;gt;&amp;lt;object width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/jl7oRWrnISs&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/jl7oRWrnISs&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
:: &amp;lt;!--&amp;lt;html&amp;gt;&amp;lt;embed style=&amp;quot;width:400px; height:326px;&amp;quot; id=&amp;quot;VideoPlayback&amp;quot; align=&amp;quot;middle&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; src=&amp;quot;http://video.google.com/googleplayer.swf?docId=-7781568962878514654&amp;amp;hl=en&amp;quot; quality=&amp;quot;best&amp;quot; bgcolor=&amp;quot;#ffffff&amp;quot; scale=&amp;quot;noScale&amp;quot; salign=&amp;quot;TL&amp;quot;  FlashVars=&amp;quot;playerMode=embedded&amp;quot;&amp;gt; &amp;lt;/embed&amp;gt;&amp;lt;/html&amp;gt;--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* 4 Meg (WMV) @ [http://www.youtube.com/watch?v=_xxBmkhhDYs YouTube], [http://video.google.com/videoplay?docid=3013708590268307888 Video.Google], or [[Image:1st Annual Recliner Drag Races.zip]] of '''Full EVent from Charles Huckeby'''.&lt;br /&gt;
* [https://youtu.be/_xxBmkhhDYs 1st_Annual_Recliner_Races]&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;!-- &amp;lt;html&amp;gt;&amp;lt;object width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/_xxBmkhhDYs&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/_xxBmkhhDYs&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt; --&amp;gt;&lt;br /&gt;
::&amp;lt;!-- &amp;lt;html&amp;gt;&amp;lt;embed style=&amp;quot;width:400px; height:326px;&amp;quot; id=&amp;quot;VideoPlayback&amp;quot; align=&amp;quot;middle&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; src=&amp;quot;http://video.google.com/googleplayer.swf?docId=3013708590268307888&amp;amp;hl=en&amp;quot; quality=&amp;quot;best&amp;quot; bgcolor=&amp;quot;#ffffff&amp;quot; scale=&amp;quot;noScale&amp;quot; salign=&amp;quot;TL&amp;quot;  FlashVars=&amp;quot;playerMode=embedded&amp;quot;&amp;gt; &amp;lt;/embed&amp;gt;&amp;lt;/html&amp;gt; --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=EVents/2005_09_24&amp;diff=9805</id>
		<title>EVents/2005 09 24</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=EVents/2005_09_24&amp;diff=9805"/>
		<updated>2024-01-18T05:55:55Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Embedding does not work any more so just provide links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EVents]][[Category:Photo Albums]][[Category:Videos]]{{EVents}}&lt;br /&gt;
&lt;br /&gt;
== 1st Annual Recliner races ==&lt;br /&gt;
See also [[EVents 2005 8 21|Build Party at Father Times]]&lt;br /&gt;
&lt;br /&gt;
Participation get in free, spectators are charged $8 for admission.&lt;br /&gt;
&lt;br /&gt;
* When : Sep 24th, gates open at 8AM.&lt;br /&gt;
* Where : [http://www.pacificraceways.com PR (Pacific Raceway)] east of Kent, Wa (Old SIR Race Way)&lt;br /&gt;
* Specs : One Lazy-Boy type recliner, Less then 200Lbs of batteries, smaller than 8' by 4'.&lt;br /&gt;
* Course : ~10 minutes. &amp;quot;Course may be small and tight&amp;quot;&amp;lt;br&amp;gt; Have good Steering and Braking.&amp;lt;BR&amp;gt; Go-Kart type track.&amp;lt;BR&amp;gt;might be a Drag Race aswell.&lt;br /&gt;
* Winner gets &amp;quot;BIG trophies&amp;quot; for Win, Place, and Show.&amp;lt;BR&amp;gt;I also hear there is a $1000 purse for first place.&lt;br /&gt;
* Parameters : Rules? ''Who Needs 'em''&lt;br /&gt;
&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?search=recliner SEVA list &amp;quot;Recliner&amp;quot; Search]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?search=layz SEVA list &amp;quot;Layz&amp;quot; Search]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./6 Good News ...bad news]&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47659 Tardy but not TOO LATE - Lazy Boy E-Chair Racing] [http://groups.yahoo.com/group/ev-list-archive/message/47895 Again] - EVDL&lt;br /&gt;
** [http://groups.yahoo.com/group/ev-list-archive/message/47834 E-Chair Lazy Boys - Monolog or Dialog] - EVDL&lt;br /&gt;
** [http://home.comcast.net/~stevenslough/LazyBoyRacer.jpg Steves concept photo]&lt;br /&gt;
** [http://home.comcast.net/~stevenslough/DavesEChairTWO.JPG Dave Clouds racer #2 in progress]&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47946 Lazy Boy E-Chair Races...More Detail] - EVDL&lt;br /&gt;
* [http://groups.yahoo.com/group/ev-list-archive/message/47953 Lazy-Boy recliner races on 9/24 in Kent, WA] - EVDL&lt;br /&gt;
* [[Meetings_Minutes#September_13th_Meeting]]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./35 Roy LeMeur : Father Time Lazyboy Racer Update]&lt;br /&gt;
* [http://www.seattleeva.org/maillist/?show=2005./9./37 Bruce Sherry : Dave Cloudes' Lazyboy Racer Update]&lt;br /&gt;
&lt;br /&gt;
===Post Event===&lt;br /&gt;
* Steven Lough [http://groups.yahoo.com/group/ev-list-archive/message/49237 LazyBoy E-Chair Races - SEVA Win,Place,and SHOW] - EVDL&lt;br /&gt;
&lt;br /&gt;
====Photos====&lt;br /&gt;
Lineup of the Loungers.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:05Lounger1.JPG|1st place&amp;lt;br&amp;gt;Builder:Dave Cloud&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger5.JPG|2nd Place&amp;lt;br&amp;gt;Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Byron Sanborn&lt;br /&gt;
Image:05Lounger2.JPG|3rd Place&amp;lt;br&amp;gt;Builder:Dave Cloud&amp;lt;br&amp;gt;Driver:?&amp;lt;br&amp;gt;Clocked at 52.6mph&lt;br /&gt;
Image:05Lounger8.JPG|Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Don &amp;quot;Father Time&amp;quot; Crabtree&lt;br /&gt;
Image:05Lounger3.JPG|Builder:Mark Taeschner&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger4.JPG|Builder:?&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
Image:05Lounger6.JPG|Builder &amp;amp; Driver:&amp;lt;br&amp;gt;Chuck Lyford&lt;br /&gt;
Image:05Lounger7.JPG|Builder:?&amp;lt;br&amp;gt;Driver:?&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Videos====&lt;br /&gt;
* 11 Meg (AVI) @ [http://www.youtube.com/watch?v=jl7oRWrnISs YouTube], [http://video.google.com/videoplay?docid=-7781568962878514654 Video.Google], or [[Image:Mvi 0664.zip]] of '''Drag Race from Steve Lough'''.&lt;br /&gt;
:: &amp;lt;html&amp;gt;&amp;lt;object width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/jl7oRWrnISs&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/jl7oRWrnISs&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
:: &amp;lt;!--&amp;lt;html&amp;gt;&amp;lt;embed style=&amp;quot;width:400px; height:326px;&amp;quot; id=&amp;quot;VideoPlayback&amp;quot; align=&amp;quot;middle&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; src=&amp;quot;http://video.google.com/googleplayer.swf?docId=-7781568962878514654&amp;amp;hl=en&amp;quot; quality=&amp;quot;best&amp;quot; bgcolor=&amp;quot;#ffffff&amp;quot; scale=&amp;quot;noScale&amp;quot; salign=&amp;quot;TL&amp;quot;  FlashVars=&amp;quot;playerMode=embedded&amp;quot;&amp;gt; &amp;lt;/embed&amp;gt;&amp;lt;/html&amp;gt;--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* 4 Meg (WMV) @ [http://www.youtube.com/watch?v=_xxBmkhhDYs YouTube], [http://video.google.com/videoplay?docid=3013708590268307888 Video.Google], or [[Image:1st Annual Recliner Drag Races.zip]] of '''Full EVent from Charles Huckeby'''.&lt;br /&gt;
* [https://youtu.be/_xxBmkhhDYs 1st_Annual_Recliner_Races]&lt;br /&gt;
:: &amp;lt;!-- &amp;lt;html&amp;gt;&amp;lt;object width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/_xxBmkhhDYs&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/_xxBmkhhDYs&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; width=&amp;quot;600&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt; --&amp;gt;&lt;br /&gt;
::&amp;lt;!-- &amp;lt;html&amp;gt;&amp;lt;embed style=&amp;quot;width:400px; height:326px;&amp;quot; id=&amp;quot;VideoPlayback&amp;quot; align=&amp;quot;middle&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; src=&amp;quot;http://video.google.com/googleplayer.swf?docId=3013708590268307888&amp;amp;hl=en&amp;quot; quality=&amp;quot;best&amp;quot; bgcolor=&amp;quot;#ffffff&amp;quot; scale=&amp;quot;noScale&amp;quot; salign=&amp;quot;TL&amp;quot;  FlashVars=&amp;quot;playerMode=embedded&amp;quot;&amp;gt; &amp;lt;/embed&amp;gt;&amp;lt;/html&amp;gt; --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=GM_EV1_WWU_Resurrection&amp;diff=9804</id>
		<title>GM EV1 WWU Resurrection</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=GM_EV1_WWU_Resurrection&amp;diff=9804"/>
		<updated>2024-01-18T05:50:06Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Embedding does not work any more so just provide links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Electric Vehicles Table}}&lt;br /&gt;
&lt;br /&gt;
Is this a new aerodynamic version of the [[Chevy Volt]]? No, It's the decade old [[GM EV1]]!&lt;br /&gt;
&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
Of the original 1115 [[GM EV1]]s only 40 or so still exist.  These were severely disabled by GM and given to universities and museums.  A few more may still exist as part of GM's [[Fuel_Cell| fool cell]] research projects.  In Early December of 2007 one of them was resurrected, making its first public appearance Dec 8th at Renewable L.A., and then a few days later at the Seattle chapter of the Electric Auto Association's monthly meeting on December 11th.&lt;br /&gt;
&lt;br /&gt;
The 1997 PbA (Lead Acid) EV1 was reanimated by university faculty, students, EV Bones, and Pv's donated Tech2 scanner!  Mike, a retired instructor made sure to mention that the car was a part of their ongoing Hybrid project as GM stipulated that the EV1 must not be used as an EV as part of their agreement when donating it to the school.&lt;br /&gt;
&lt;br /&gt;
== YouTube Videos ==&lt;br /&gt;
{| align=center&lt;br /&gt;
|&lt;br /&gt;
YouTube:&lt;br /&gt;
* [https://youtu.be/Ewg8yawjn-M Resurrected EV1 comes to SEVA Meeting]&lt;br /&gt;
* [https://youtu.be/wLoI1jMWWuI Resurrected EV1 discussion at SEVA Meeting p1]&lt;br /&gt;
* [https://youtu.be/CTvTCj3LXR4 Resurrected EV1 discussion at SEVA Meeting p2]&lt;br /&gt;
&amp;lt;!-- &amp;lt;html&amp;gt;&amp;lt;object width='780' height='445'&amp;gt;&amp;lt;param name='movie' value='http://www.youtube.com/cp/vjVQa1PpcFOcCApjaOIX62s8O2QJdheknWTw3mjKNPQ='&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name='wmode' value='transparent'&amp;gt;&amp;lt;/params&amp;gt;&amp;lt;embed src='http://www.youtube.com/cp/vjVQa1PpcFOcCApjaOIX62s8O2QJdheknWTw3mjKNPQ=' type='application/x-shockwave-flash' wmode='transparent' width='780' height='445'&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt; --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Enjoy this collection of videos, just in time for the holidays!  The last three are from the SEVA meeting ''(left to right then top to bottom)''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== More Links ==&lt;br /&gt;
* 2007.12.09 - edmunds.com - [http://blogs.edmunds.com/GreenCarAdvisor/126 Rare EV1 Electrifies Crowd at Renewable L.A. Eco-Fest]&lt;br /&gt;
* 2007.12.08 - ecofriendlyinfo.com - [http://ecofriendlyinfo.com/youtube-someone-revived-a-gm-ev1-electric-car/ Someone Revived A GM EV1 Electric Car!]&lt;br /&gt;
* 2007.12.10 - podtech.net - [http://www.podtech.net/home/4709/the-ev1-electrifies-audience-at-renewable-la The EV1 Electrifies Audience at Renewable L.A.]&lt;br /&gt;
** 4:35 video - A great non-YouTube interview with Alexandra.&lt;br /&gt;
* 2007.12.24 - A photo gallery of the EV1 at Renewable LA - [http://www.mindspring.com/~larry.paul Photo Gallery]&lt;br /&gt;
* December SEVA Meeting, Photos and Video from members:&lt;br /&gt;
** Paul Peavyhouse - http://picasaweb.google.com/paul.peavyhouse/EV1&lt;br /&gt;
** Dave - http://picasaweb.google.com/davebard/EV1&lt;br /&gt;
** Ian - http://v8media.com/2007/12/12/ev1/&lt;br /&gt;
** Konrad - http://picasaweb.google.com/konrad.roeder/EV1AtDec11SEVAMeeting&lt;br /&gt;
&lt;br /&gt;
== GM Reacts ==&lt;br /&gt;
GM contacted WWU reminding them of the agreement they signed when they received the non working EV1.&lt;br /&gt;
GM was upset and said their contract had been breached and that the [http://www.youtube.com/view_play_list?p=AB84037571EA1CBF YouTube videos] made them look bad, part of the agreement was not to mar GMs image.&lt;br /&gt;
GM says that the EV1s are not to be driven on on public or private roads.&lt;br /&gt;
GM may already be pursuing legal action against the University of Madison Wisconsin who also [http://www.youtube.com/watch?v=dEROQCvSMfo restored their EV1] back in ?2005 &amp;lt;ref&amp;gt;University of Madison Wisconsin Reincarnates it's EV1:&lt;br /&gt;
'''''Citations needed''', it's odd though that there is no mention of the vehicle anywhere, but the video doesn't lie.''&lt;br /&gt;
* 2005 Fall - [http://209.85.173.104/search?q=cache:GRcV7NlJ0hEJ:www.engr.wisc.edu/studentorgs/vehicle/newsletter/QCFall2005_internet.pdf+University+of+Madison+Wisconsin+EV1&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=1&amp;amp;gl=us Wisconsin's Hybrid Team Reincarnates its EV1, page2]&lt;br /&gt;
* [http://consumerguideauto.howstuffworks.com/whats-outdoors-quiet-and-green-all-over-hybridfest-2006-cga.htm hybridfest-2006], [http://hybridfest.com/2006Photos.htm photos]&lt;br /&gt;
* YouTube [http://www.youtube.com/watch?v=dEROQCvSMfo Working EV1 !!].&amp;lt;/ref&amp;gt;.&lt;br /&gt;
No word on whether GM contacted Brigham Young University who has a a supercap-powered EV1 which was run in very public settings at drag strips around the country &amp;lt;ref&amp;gt;''Add links to the BYU EV1 drag races and articles.''&amp;lt;/ref&amp;gt;.&lt;br /&gt;
Tuskegee University has a red gutted EV1&amp;lt;ref&amp;gt;Tuskegee University:&lt;br /&gt;
* http://www.youtube.com/watch?v=-8uNAcWs7jc&lt;br /&gt;
* http://www.youtube.com/watch?v=gKxXJaLM2aM&lt;br /&gt;
&amp;lt;/ref&amp;gt;.&lt;br /&gt;
''Missouri-Rolla also has an EV-1, who else, is there a list somewhere?''&lt;br /&gt;
--[[User:Rjf|Rjf]] 22:35, 20 December 2007 (CST)&lt;br /&gt;
&lt;br /&gt;
=== False YouTube Comment ===&lt;br /&gt;
RJF wrote (2007.12.18): '''As of 2007.12.21 it appears that the initial assertion of a cease and desist order was false.'''&lt;br /&gt;
: Have you seen the recent comment added to the &amp;quot;[http://www.youtube.com/comment_servlet?all_comments&amp;amp;v=fXhwHxPKVaM EV1 On The Road!]&amp;quot; video regarding the EV1 restoration posted by &amp;quot;wasityou&amp;quot;?&lt;br /&gt;
:: lisaBham (2007.12.17)&lt;br /&gt;
::: Actually... GM just sent the university a cease and desist order.  :-(&lt;br /&gt;
: When I asked &amp;quot;lisaBham&amp;quot; about the comment I got this reply:&lt;br /&gt;
:: My dad is [http://vri.etec.wwu.edu/seal_bio.htm Mike Seal] (Founder and former director of the [http://vri.etec.wwu.edu VRI], and team leader on the university's EV1 project)&lt;br /&gt;
: To which I replied:&lt;br /&gt;
:: Well shucks, that's a bummer. But what exactly do they want the school to &amp;quot;cease and desist&amp;quot;? Isn't this just a step towards turning the car into a hybrid? Wasn't that the original purpose of the donation of the vehicle?&lt;br /&gt;
: lisaBham replied:&lt;br /&gt;
:: Yes, but I guess it's for the lawyers to sort out now. School isn't in session now, so nothing has been decided yet.&lt;br /&gt;
&lt;br /&gt;
=== GM quotes on EVDL ===&lt;br /&gt;
Dan from the [http://www.nabble.com/GM-reacts-to-the-WWU-EV1-Resurrection.-to14456286s25542.html EVDL] writes (2007.12.21, 8am):&lt;br /&gt;
: Chris Preuss (GM) didn't know anything about any legal reactions but asked a coworker Dave Barthmuss to comment and he wrote me this:&lt;br /&gt;
:* &amp;quot;No legal threats at all.  I know what our reaction was to the Western Washington University's vehicle being trucked to LA and making a brief drive at a local enviro envent and in no way did it involve and threat of litigation.&amp;quot; &lt;br /&gt;
:* &amp;quot;That we continue to appreciate and recognize the passion and enthusiasm for electric vehicle technology, and hope that the issues we face today in terms of energy security and the like will encourage hundreds of thousand if not millions of consumers to consider purchasing or leasing our EFlex extended range electric system as illustrated by the Chevy Volt when it is ready for prime time.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Chip from the [http://www.nabble.com/Re-3A-GM-reacts-to-the-WWU-EV1-Resurrection.--28or-did--09they-29-to14469832s25542.html EVDL] writes (2007.12.22):&lt;br /&gt;
: Shortly before the 2005 NEDRA Power of DC I actually did speak to a GM Engineer, Raj Choudhury, about the BYU EV1.  Raj is one of the lead engineers for the GM Fuel Cell Program.&lt;br /&gt;
:At the time, he was considering bringing a GM fuel cell car to compete at the event but pulled out at the last inute because they weren't able to support the car with a crew that weekend. I was really hoping we could race the BYU car against the fuel cell car.&lt;br /&gt;
: Anyway, we got to talking about the BYU EV1 and Raj thought it was great project and he mentioned the whole purpose of letting the universities have the EV1 was for the reason that BYU was using the car. And that is, reconfiguring it and experimenting with different drive systems and racing it. GM is apparently impressed with what the BYU crew has done with it and the car was on display at Dearborn for awhile. At the race, Tom Erekson, the professor at BYU, did mention that under the agreement they had with GM the car couldn't be driven on public roads but racing it on a track was fine and encouraged.&lt;br /&gt;
&lt;br /&gt;
=== Official word from WWU ===&lt;br /&gt;
This is the official response I got from [http://www.wwu.edu/ucomm/speakers/bio.html#leonhardt Eric], the VRI director:&lt;br /&gt;
: &amp;quot;We '''did not receive a &amp;quot;Cease and Decist&amp;quot; order'''.  We did receive a phone call from a GM representative pointing out to us that the vehicle is not to be licensed, titled or operated on any public or private road or highway. We are allowed to exhibit the vehicle.  The GM representative said that it was fine for us to turn the vehicle into a series hybrid vehicle, similar to the Volt concept car.&lt;br /&gt;
::Sincerely,&lt;br /&gt;
::Eric Leonhardt&lt;br /&gt;
::Director&lt;br /&gt;
::Vehicle Research Institute&lt;br /&gt;
::Engineering Technology Department&lt;br /&gt;
::Western Washington University&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Our take ===&lt;br /&gt;
GM in their infinite wisdom to promote their green image and new EV design studio is warning universities to stick to their signed agreements regarding donated EV1 carcases a half decade ago.&lt;br /&gt;
Turns out the schools technical departments were able to revive their EV1's as part of the process of hybridizing them as intended in the donation contracts&amp;lt;ref&amp;gt;''Does anyone have a copy of a Universities EV1 contract? Some might be interested in it's content.''&amp;lt;/ref&amp;gt;.&lt;br /&gt;
Unfortunately the schools let some people see and video tape the vehicles and also may have let their tires touch a roads surface, which is apparently prohibited.&lt;br /&gt;
Another part of the agreement was that the schools would not mar GMs image, which they feel the videos of the car may have done.  So why is GM upset about all this?&lt;br /&gt;
&lt;br /&gt;
* It's ironic that it's not the crushing of a small fleet of EV1's which were loved by their drivers that tarnishes the GM image, but rather video of the cars being driven on roads when a group of university student restores one which mars GMs image.&lt;br /&gt;
* Perhaps access to the EV1 would be considered cheating for members of GMs new EV design studio which will be working on the new Chevy Volt. &amp;lt;ref&amp;gt;GM to setup new Electric Vehicle Design Studio:&lt;br /&gt;
* 2007.12.12 - [http://motortorque.askaprice.com/news/auto-0712/volt-electric-vehicle-one-step-closer-to-production-says-gm.asp Volt electric vehicle one step closer to production, says GM]&lt;br /&gt;
*: Bob Boniface, lead for the exterior design of the Chevrolet Volt concept, said: “We handpicked a team of both young and experienced designers who are enthusiastic, eager and believe in the cause as I do,” said Boniface. “They want to find a better way, a solution to our dependency on petroleum, and that’s what this car is about.”&lt;br /&gt;
* 2007.12.12 - [http://www.marketingweek.co.uk/item/58963/254/260/3 General Motors sets up electric vehicle development team]&lt;br /&gt;
* 2007.12.13 - [http://www.theglobeandmail.com/servlet/story/RTGAM.20071212.wh-GMmain-1213/BNStory/specialGlobeAuto Back to the future: electric vehicle at the core of GM's vision] GM is aiming to reclaim the lost mantle of automotive technology leadership from foreign auto makers&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
* It takes the edge off the Volt Hype if people know that the EV1 existed a decade ago and was already slated to become a series hybrid.  GM even had a running 4 seat EV1 at the EVS-18 in Beijing (1998) which was a series hybrid with as much range as the Volt. &amp;lt;ref&amp;gt;''Add links to Gen3 EV1, if you can still find any of it.''&lt;br /&gt;
* 1998 - [http://www.evworld.com/archives/testdrives/gmphev.html Parallel Hybrid Kick In The Pants]&lt;br /&gt;
*: &amp;quot;The prototype GM debuted at the 1998 North American International Auto Show is incorporated into a standard EV1 platform with a wheelbase that's been stretched 19 inches to accomodate two back seats and room for the three-cylinder Isuzu turbocharged-diesel.&amp;quot;&lt;br /&gt;
* 1998 - [http://www.evworld.com/archives/testdrives/gmshev.html The Re-Incarnation of the Turbine Car] Series Hybrid EV1&lt;br /&gt;
*: &amp;quot;Like its parallel hybrid, GM located the fossil-fueled engine in the trunk of a stretched EV1, just behind the rear passenger seats.&amp;quot;&lt;br /&gt;
* 1998.06.02 - [http://www.ev1.pair.com/charge_across_america/daily/day22_3.html General Motors Advanced Technology Vehicles] Troy, Michigan - Platform Tour Photos - Page 3&lt;br /&gt;
* 2006.07.17 - [http://www.evworld.com/blogs/index.cfm?page=blogentry&amp;amp;authorid=46&amp;amp;blogid=335&amp;amp;archive=1 A Word to the Detractors of Who Killed the Electric Car?] was trying to argue that what GM stated (not that they actually did it) of what they spent on the EV1 project wasn't a lot of money. However, the  blog has a good deal of information on the some of the prototypes and working built vehicles that GM made off of the EV1 base. There were series hybrids much like the up coming Chevy Volt, as well as fuel-cell, parallel, 4-seater and other permutations. I came to the conclusion long ago that while batteries may not have been ready for prime time a series hybrid was certainly doable. It has only taken GM a decade to come to their senses. The Chevy Volt is the closest GM has come to my concept of a MFFFPISHVE (Mufpishvee), which is a Multi-Fuel, Flexible Fuel, Plug-In Series Hybrid Vehicle. If GM produces the Chevy Volt (not in its fuel-cell version) in the hundreds of thousands of units, all their bast transgressions should be forgiven. (If and Only If).&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
* To ensure that only GMs own pre-approved and focus group branded &amp;quot;Green Image&amp;quot; is promoted, being green is subjective after all, isn't it?&lt;br /&gt;
* GM likes to talk green ''(EVs, PHEVs, and E-Flex)'', but in the end they are really still all about the yellow ''(ethanol, Flex Fuel)''.&lt;br /&gt;
* Perhaps because GM has become &amp;lt;insert expletive here&amp;gt;?&lt;br /&gt;
* ...&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
''We seriously hope that GM proves us all wrong and gets the Volt and other E-Flex vehicles in dealers very soon, but many of us are reserving our enthusiasm until that actually comes to fruition.''&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Production Electric Vehicles]]&lt;br /&gt;
[[Category:Videos]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=EVents/2008_03_13&amp;diff=9803</id>
		<title>EVents/2008 03 13</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=EVents/2008_03_13&amp;diff=9803"/>
		<updated>2024-01-18T05:43:19Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Embedding does not work any more so just provide links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:EVents]][[Category:Media]]{{EVents}}&lt;br /&gt;
&lt;br /&gt;
== Public Exposure TV Interview ==&lt;br /&gt;
On March 13th [[User:Rjf|Ryan Fulcher]] and [[Members#Dave_Cloud|Dave Cloud]] did a live TV interview on the Seattle public access channel [http://www.scantv.org SCAN] 23/77.  Host Stan Emert and the entire support crew for the show [http://www.publicexposure.tv Public Exposure] were very enthusiastic as we discussed Electric Vehicle Conversions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:center; float: center; border: solid #66EEAA 1px; margin: 1px&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;background:#BBFFCC; text-align:center; width:100%;&amp;quot;&lt;br /&gt;
! The program had to be split into three parts as YouTube has a 10 minute length limit.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; |&lt;br /&gt;
YouTube:&lt;br /&gt;
* [https://youtu.be/nBhIhdLKKTI 1/3 SEVA on Public Exposure 2008.03.13]&lt;br /&gt;
* [https://youtu.be/Yravv7jT-jE 2/3 SEVA on Public Exposure 2008.03.13]&lt;br /&gt;
* [https://youtu.be/jTqcb0bLv1I 3/3 SEVA on Public Exposure 2008.03.13]&lt;br /&gt;
&amp;lt;!--&amp;lt;html&amp;gt;&amp;lt;center&amp;gt;&amp;lt;object width='780' height='445'&amp;gt;&amp;lt;param name='movie' value='http://www.youtube.com/cp/vjVQa1PpcFOcCApjaOIX6xuQHqVjqZpuMrwNUsNmPCQ='&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name='wmode' value='transparent'&amp;gt;&amp;lt;/params&amp;gt;&amp;lt;embed src='http://www.youtube.com/cp/vjVQa1PpcFOcCApjaOIX6xuQHqVjqZpuMrwNUsNmPCQ=' type='application/x-shockwave-flash' wmode='transparent' width='780' height='445'&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/html&amp;gt;--&amp;gt;&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Open-EVSE&amp;diff=9802</id>
		<title>User:Rjf/Open-EVSE</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Open-EVSE&amp;diff=9802"/>
		<updated>2022-09-18T05:28:06Z</updated>

		<summary type="html">&lt;p&gt;Rjf: https://youtu.be/qYXMl-L7sT4 State aof Charge - 2022 OpenEV 48kW charger review&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
* 2017 [[User:Rjf/Chevy Bolt]]&lt;br /&gt;
* 2012 &amp;amp; 2011 [[User:Rjf/Nissan Leaf‎]]&lt;br /&gt;
* https://youtu.be/qYXMl-L7sT4 State aof Charge - 2022 OpenEV 48kW charger review&lt;br /&gt;
&lt;br /&gt;
All of the OEM Replacement portable units and permanent home installation units appear to cost well over $1000.&lt;br /&gt;
So I decided to look into other options such as building my own.&lt;br /&gt;
I found the http://code.google.com/p/open-evse/ project and decided it was my best option.&lt;br /&gt;
&lt;br /&gt;
At this point I have built one of three units.&lt;br /&gt;
The page for my particular OpenEVSE build can be found at [http://code.google.com/p/open-evse/wiki/EVSE_by_4Dolio EVSE_by_4Dolio] along with various other peoples builds.&lt;br /&gt;
This is an auto-sensing Level 1 &amp;amp; Level 2 J1772 EVSE compliant charging solution with GFI protection.&lt;br /&gt;
It uses Open Hardware and Software so it can be built to suit whatever ones needs are.&lt;br /&gt;
The current limits are programmable but default to 12A at Level 1 and 16A at Level 2.&lt;br /&gt;
My unit is built with 30A components so I will eventually increase the level 2 limit to 24A.&lt;br /&gt;
I have yet to add true energy monitoring but intend to add that feature in the form of current measurement, reporting, and perhaps logging.&lt;br /&gt;
Stay tuned as the project progresses...&lt;br /&gt;
&lt;br /&gt;
==== Quarks ====&lt;br /&gt;
* When assembling the display be aware of how stand offs will attach.&lt;br /&gt;
* 10AWG wire is difficult to attach to terminal blocks when the block is mounted inside the enclosure, but easy to attach while the terminal block itself is not yet mounted in the enclosure.&lt;br /&gt;
* Devise a better crimp on terminal block connector than those used.&lt;br /&gt;
* The L6-30 Extension cable is cut in half. The plug end used with the Open-EVSE. A 110vac plug is added to the receptical end of the L6 cable for use as an adapter cable for 110vac Level 1 use. (If desired)&lt;br /&gt;
* I tinned (with solder) the ends of the wires that attach to the Open-EVSE so to keep them from fraying when attached to the screw terminals. Note that depending on the wire gauge used one may need to remove some strands to keep the tinned wire small enough to fit. None of these carry high power so small gauge wires can be used.&lt;br /&gt;
* I did not solder the internal high power AC connections but rather left them as blade connections. I am not certain of these connections current carrying capacity and am open to comments and input on whether these should be changed. I chose not to solder them as I may want to modify things inside this Enclosure #1 which I am using for development purposes. The other terminal block connections are more than capable of carrying the potentially high currents. &lt;br /&gt;
&lt;br /&gt;
{{User:Rjf/Open-EVSE/Parts_List}}&lt;br /&gt;
{{User:Rjf/Open-EVSE/Parts_Cost}}&lt;br /&gt;
{{User:Rjf/Open-EVSE/Assembly_Reference}}&lt;br /&gt;
{{Clear}}&lt;br /&gt;
{{User:Rjf/Open-EVSE/Build_Photos_1}}&lt;br /&gt;
==== Build Photos of Enclosure 2 ====&lt;br /&gt;
&amp;lt;Gallery&amp;gt;&lt;br /&gt;
Image:20130101 003303.jpg&lt;br /&gt;
&amp;lt;/Gallery&amp;gt;&lt;br /&gt;
==== Build Photos of Enclosure 3 ====&lt;br /&gt;
&amp;lt;Gallery&amp;gt;&lt;br /&gt;
Image:20130101 005617.jpg&lt;br /&gt;
&amp;lt;/Gallery&amp;gt;&lt;br /&gt;
{{User:Rjf/Open-EVSE/Related_Photos}}&lt;br /&gt;
[[Category:BEV components]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9801</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9801"/>
		<updated>2022-04-16T00:58:00Z</updated>

		<summary type="html">&lt;p&gt;Rjf: reformat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
See the {{join}} page to learn how to join our chapter of the Electric Auto Association.&lt;br /&gt;
&lt;br /&gt;
[http://maps.google.com/maps/ms?ie=UTF&amp;amp;msa=0&amp;amp;msid=213359050108102131982.0004bc2a5141b74dac119 SEVA Membership Map]&lt;br /&gt;
&lt;br /&gt;
== Chapter Board Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA President ===&lt;br /&gt;
* Jay Donnaway&lt;br /&gt;
* E-mail : president(At)seattleeva.org&lt;br /&gt;
:Seattle Electric Vehicle Association&lt;br /&gt;
:P.O. Box 92&lt;br /&gt;
:Renton, WA 9857-0092&lt;br /&gt;
&amp;lt;!--*Phone : (voice) 253-234-4738--&amp;gt;&lt;br /&gt;
&amp;lt;!--*Web Site: [[User:Hpev]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Vice President ===&lt;br /&gt;
* Grace Reamer&lt;br /&gt;
* E-mail: vicepresident(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--*Web Site:[[User:Markschiller]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Treasurer ===&lt;br /&gt;
* Charlie Tsai&lt;br /&gt;
* E-mail: treasurer(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Secretary ===&lt;br /&gt;
* Billy Kreuter&lt;br /&gt;
* E-Mail: secretary(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Events/Programs ===&lt;br /&gt;
* Philip Skoog&lt;br /&gt;
* E-Mail: programs(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--* If you want to add an event to SEVA’s events calendar on the homepage, please send an email to events(at)seattleeva.org with your event information. IS THIS VALID? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Webmaster ===&lt;br /&gt;
*Ryan Fulcher&lt;br /&gt;
*E-mail : {{EMailLinkWebguy}}&lt;br /&gt;
*Web site: [[User:Rjf]]&lt;br /&gt;
&lt;br /&gt;
== Additional Notable Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA State Legislative Issues Coordinator ===&lt;br /&gt;
* Jeff Finn&lt;br /&gt;
* Email: [mailto:Jeff%40VoltRunner%2Ecom Jeff(at)VoltRunner(dot)com]&lt;br /&gt;
* Owner/Driver/Project Manager of '''VoltRunner''' BEV: a recycled 2000 Chevrolet Metro ICE vehicle&lt;br /&gt;
* Maintains conversion info/appearance schedule/press links/project progress at http://VoltRunner.com&lt;br /&gt;
&lt;br /&gt;
=== Former Presidents ===&lt;br /&gt;
Inception through 2012(?)&lt;br /&gt;
* Steve Lough, SEVA President “Emeritus”, retired&lt;br /&gt;
* 6021 32nd Ave N E Seattle 98115&lt;br /&gt;
* Phone:  206 524 1351&lt;br /&gt;
* Steven Lough: If you want to disseminate EV information and have questions answered, send Steven an email.&lt;br /&gt;
** E-mail:  &amp;lt;a href=&amp;quot;mailto:stevenslough@centurylink.net&amp;quot;&amp;gt;stevenslough@centurylink.net&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
2012(?)-2018(?)&lt;br /&gt;
*Stephen Johnson&lt;br /&gt;
&amp;lt;!--*E-mail : hpev.llc(at)gmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Builders and Makers ===&lt;br /&gt;
*Rich Rudman &lt;br /&gt;
*His business, '''PFC Battery chargers''' and Battery Management Systems. &lt;br /&gt;
*WEB site: http://www.manzanitamicro.com &lt;br /&gt;
*E-Mail: richr(at)manzanitamicro.com &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
*Bruce Sherry:  EE Engineer and Producer of '''EV Instruments'''&lt;br /&gt;
*Phone:  206-909-3409&lt;br /&gt;
*e-mail:  bruce(at)brucesherrydesigns.com&lt;br /&gt;
*WEB site: http://www.brucesherrydesigns.com&lt;br /&gt;
&lt;br /&gt;
=== Memorial Members ===&lt;br /&gt;
* Dave Cloud (____ - Jan 2018)&lt;br /&gt;
* Cloud Racing Woodinville Wa. &lt;br /&gt;
* World record holders, '''Car conversions''', racing boats, Electrathons, Prolific &amp;amp; Renounce Converter Extraordinaire.&lt;br /&gt;
** &amp;quot;Tinkerer, Teacher, World Record Holder, Fabulous Fiberglass Fabricator, Drag Racer, Hydroplane Racer, Inventor, Prolific Converter, Aerodynamics Meister, Efficiency Guru... these are just a few things that describe Dave Cloud and on Feb 13th before the standard SEVA meeting, SEVA will be having a special potluck social gathering to share photos and stories and remember our friend Dave Cloud.&amp;quot; -Stephen Johnson&lt;br /&gt;
** See [https://www.facebook.com/groups/1433343330222880/posts/2097006487189891/ Facebook:Steven S Lough] for [https://www.flickr.com/photos/23079348@N08/sets/72157691669366944/?fbclid=IwAR3sks4bhEfnrYVKI-Ty4ui456E6DEevwqbf33xxp_k1Qc_zd2jTqeGDrCw Flickr Photo Album]&lt;br /&gt;
**: Words can not describe the sadness I am feeling this afternoon.  Loy,  Dave Cloud's wife, just called me and told me that Dave passed away earlier today.  His life work will be remembered long after many of us join him in that Big EV Garage in the Sky.  He was like a brother in arms to me.  We dreamed big dreams together.  The big difference is that money or the lack of hardware never stopped him from just going to the work shop and making it happen.  Here are just a few pictures I have found and put together over the last two days. Rest in Peace my friend... &lt;br /&gt;
** Here are 4 LINKS to Cloud Drag Racing and Electrathon Racing: https://www.youtube.com/watch?v=g5Md4j32d1Q https://www.youtube.com/watch?v=9XUCiYlGxSw https://www.youtube.com/watch?v=qGDdAohTgLQ https://www.youtube.com/watch?v=8ZEHoF8JTPs -Steven S Lough&lt;br /&gt;
&amp;lt;!--*E-mail: cloudvolt(at)hotmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* Don &amp;quot;Father Time&amp;quot; Crabtree (____ - Dec 2012)&lt;br /&gt;
** &amp;quot;Don &amp;quot;Father Time&amp;quot; Crabtree - An EV Legend  - Rest in Peace&lt;br /&gt;
**: So much death and dieing today...   It has me down on my knees in prayer...&lt;br /&gt;
**: Our heats go out to Don's family,   and also to the tragedy in Connecticut.&amp;quot; -Steven S Lough  &lt;br /&gt;
** &amp;quot;Don was a good friend,and a great thinker, I'm going to miss him.&amp;quot; -David Cloud&lt;br /&gt;
** &amp;quot;Don is often spoken of as a legend because of his many achievements. To me, Don will always be legendary for his gentle way of teaching, his open-minded way of looking at and discussing alternatives, his willingness to experiment, and his generosity in all things be it a helping hand, guidance and wisdom, or just a spare part. I will miss him greatly and can only hope that some of his greatness will live on in what he taught so many of us and the inspiration he instilled. RIP Father Time.&amp;quot;  -Roger W&lt;br /&gt;
** &amp;quot;I’ve been in a bit of a funk since FT’s son Tom called me on Friday morning with the sad news. He has definitely touched many lives in a very positive way. He was always a calming influence when I was around him. We could not have done the Sucking Amps TV show without his expertise and creativity. He also had a great sense of humor. I quote him often with a phrase he did not coin but used from time to time. He would say, “Well you can wish in one hand and crap in the other and see which one fills up first.” I will miss him greatly.  -  For those who did not know him and even for those who did there is a great segment in the Planetopia TV show from Germany. They came here in 1999 and filmed him at his work and also at the 1999 NEDRA Nationals at Woodburn, Oregon. The video was online on You Tube for many years but it appears to have disappeared not that long ago. I have a copy here on my FOAT page. His segment starts at 2 minutes and 16 seconds in at the beginning of the Planetopia coverage. There is also some footage of his bike in the Punkt 12 video at the beginning of the video. In the very first scene of the Planetopia coverage it shows him hitting the side of a Lincoln with his drag bike and flying over the handlebars only to get up and get right back on the bike: http://www.thefoat.com/fa/v-video/video_id-615/German+TV+Punkt+12+%26+Planetopia%2C+1999+Woodburn/&amp;quot; -Roderick Wilde&lt;br /&gt;
** &amp;quot;Thank you all for your great messages. It means so much to each of us.&lt;br /&gt;
**: Our family is having a private memorial, but he had so many friends that I think that it would be fitting to somehow have a gathering to celebrate his effect on all he did for all who knew him. I would be willing to help put such an event together. Ideas?&lt;br /&gt;
**: On that note, we would like to see any pictures and videos that people have gathered over the years, so that a montage can be assembled.&lt;br /&gt;
**: Again thank you all!&amp;quot; -Tom True&lt;br /&gt;
** [https://groups.google.com/g/seva_list/c/rj6QFFAHNzk/m/30hioC7KrtMJ 2015 remembrance]&lt;br /&gt;
&lt;br /&gt;
[[Category:SEVA]]&lt;br /&gt;
[[Category:Primary Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9800</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9800"/>
		<updated>2022-04-16T00:53:10Z</updated>

		<summary type="html">&lt;p&gt;Rjf: memorial quotes for Don &amp;quot;Father Time&amp;quot; Crabtree (____ - Dec 2012) found in the mail list archives.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
See the {{join}} page to learn how to join our chapter of the Electric Auto Association.&lt;br /&gt;
&lt;br /&gt;
[http://maps.google.com/maps/ms?ie=UTF&amp;amp;msa=0&amp;amp;msid=213359050108102131982.0004bc2a5141b74dac119 SEVA Membership Map]&lt;br /&gt;
&lt;br /&gt;
== Chapter Board Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA President ===&lt;br /&gt;
* Jay Donnaway&lt;br /&gt;
* E-mail : president(At)seattleeva.org&lt;br /&gt;
:Seattle Electric Vehicle Association&lt;br /&gt;
:P.O. Box 92&lt;br /&gt;
:Renton, WA 9857-0092&lt;br /&gt;
&amp;lt;!--*Phone : (voice) 253-234-4738--&amp;gt;&lt;br /&gt;
&amp;lt;!--*Web Site: [[User:Hpev]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Vice President ===&lt;br /&gt;
* Grace Reamer&lt;br /&gt;
* E-mail: vicepresident(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--*Web Site:[[User:Markschiller]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Treasurer ===&lt;br /&gt;
* Charlie Tsai&lt;br /&gt;
* E-mail: treasurer(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Secretary ===&lt;br /&gt;
* Billy Kreuter&lt;br /&gt;
* E-Mail: secretary(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Events/Programs ===&lt;br /&gt;
* Philip Skoog&lt;br /&gt;
* E-Mail: programs(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--* If you want to add an event to SEVA’s events calendar on the homepage, please send an email to events(at)seattleeva.org with your event information. IS THIS VALID? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Webmaster ===&lt;br /&gt;
*Ryan Fulcher&lt;br /&gt;
*E-mail : {{EMailLinkWebguy}}&lt;br /&gt;
*Web site: [[User:Rjf]]&lt;br /&gt;
&lt;br /&gt;
== Additional Notable Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA State Legislative Issues Coordinator ===&lt;br /&gt;
* Jeff Finn&lt;br /&gt;
* Email: [mailto:Jeff%40VoltRunner%2Ecom Jeff(at)VoltRunner(dot)com]&lt;br /&gt;
* Owner/Driver/Project Manager of '''VoltRunner''' BEV: a recycled 2000 Chevrolet Metro ICE vehicle&lt;br /&gt;
* Maintains conversion info/appearance schedule/press links/project progress at http://VoltRunner.com&lt;br /&gt;
&lt;br /&gt;
=== Former Presidents ===&lt;br /&gt;
Inception through 2012(?)&lt;br /&gt;
* Steve Lough, SEVA President “Emeritus”, retired&lt;br /&gt;
* 6021 32nd Ave N E Seattle 98115&lt;br /&gt;
* Phone:  206 524 1351&lt;br /&gt;
* Steven Lough: If you want to disseminate EV information and have questions answered, send Steven an email.&lt;br /&gt;
** E-mail:  &amp;lt;a href=&amp;quot;mailto:stevenslough@centurylink.net&amp;quot;&amp;gt;stevenslough@centurylink.net&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
2012(?)-2018(?)&lt;br /&gt;
*Stephen Johnson&lt;br /&gt;
&amp;lt;!--*E-mail : hpev.llc(at)gmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Builders and Makers ===&lt;br /&gt;
*Rich Rudman &lt;br /&gt;
*His business, '''PFC Battery chargers''' and Battery Management Systems. &lt;br /&gt;
*WEB site: http://www.manzanitamicro.com &lt;br /&gt;
*E-Mail: richr(at)manzanitamicro.com &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
*Bruce Sherry:  EE Engineer and Producer of '''EV Instruments'''&lt;br /&gt;
*Phone:  206-909-3409&lt;br /&gt;
*e-mail:  bruce(at)brucesherrydesigns.com&lt;br /&gt;
*WEB site: http://www.brucesherrydesigns.com&lt;br /&gt;
&lt;br /&gt;
=== Memorial Members ===&lt;br /&gt;
*Dave Cloud (____ - Jan 2018)&lt;br /&gt;
*Cloud Racing Woodinville Wa. &lt;br /&gt;
*World record holders, '''Car conversions''', racing boats, Electrathons, Prolific &amp;amp; Renounce Converter Extraordinaire. Tinkerer, Teacher, World Record Holder, Fabulous Fiberglass Fabricator, Drag Racer, Hydroplane Racer, Inventor, Prolific Converter, Aerodynamics Meister, Efficiency Guru... these are just a few things that describe Dave Cloud and on Feb 13th before the standard SEVA meeting, SEVA will be having a special potluck social gathering to share photos and stories and remember our friend Dave Cloud.&lt;br /&gt;
*: See [https://www.facebook.com/groups/1433343330222880/posts/2097006487189891/ Facebook:Steven S Lough - Words can not describe the sadness I am feeling this afternoon.  Loy,  Dave Cloud's wife, just called me and told me that Dave passed away earlier today.  His life work will be remembered long after many of us join him in that Big EV Garage in the Sky.  He was like a brother in arms to me.  We dreamed big dreams together.  The big difference is that money or the lack of hardware never stopped him from just going to the work shop and making it happen.  Here are just a few pictures I have found and put together over the last two days. Rest in Peace my friend...] for [https://www.flickr.com/photos/23079348@N08/sets/72157691669366944/?fbclid=IwAR3sks4bhEfnrYVKI-Ty4ui456E6DEevwqbf33xxp_k1Qc_zd2jTqeGDrCw Flickr Photo Album]&lt;br /&gt;
*: Here are 4 LINKS to Cloud Drag Racing and Electrathon Racing: https://www.youtube.com/watch?v=g5Md4j32d1Q https://www.youtube.com/watch?v=9XUCiYlGxSw https://www.youtube.com/watch?v=qGDdAohTgLQ https://www.youtube.com/watch?v=8ZEHoF8JTPs &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--*E-mail: cloudvolt(at)hotmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* Don &amp;quot;Father Time&amp;quot; Crabtree (____ - Dec 2012)&lt;br /&gt;
*: &amp;quot;Don &amp;quot;Father Time&amp;quot; Crabtree - An EV Legend  - Rest in Peace  -  So much death and dieing today...   It has me down on my knees in prayer...  -  Our heats go out to Don's family,   and also to the tragedy in Connecticut.&amp;quot; -Steven S Lough  &lt;br /&gt;
*: &amp;quot;Don was a good friend,and a great thinker, I'm going to miss him.&amp;quot; -David Cloud&lt;br /&gt;
*: &amp;quot;Don is often spoken of as a legend because of his many achievements. To me, Don will always be legendary for his gentle way of teaching, his open-minded way of looking at and discussing alternatives, his willingness to experiment, and his generosity in all things - be it a helping hand, guidance and wisdom, or just a spare part. I will miss him greatly and can only hope that some of his greatness will live on in what he taught so many of us and the inspiration he instilled.  -  RIP Father Time.&amp;quot;  -Roger W&lt;br /&gt;
*: &amp;quot;  I’ve been in a bit of a funk since FT’s son Tom called me on Friday morning with the sad news. He has definitely touched many lives in a very positive way. He was always a calming influence when I was around him. We could not have done the Sucking Amps TV show without his expertise and creativity. He also had a great sense of humor. I quote him often with a phrase he did not coin but used from time to time. He would say, “Well you can wish in one hand and crap in the other and see which one fills up first.” I will miss him greatly.  -  For those who did not know him and even for those who did there is a great segment in the Planetopia TV show from Germany. They came here in 1999 and filmed him at his work and also at the 1999 NEDRA Nationals at Woodburn, Oregon. The video was online on You Tube for many years but it appears to have disappeared not that long ago. I have a copy here on my FOAT page. His segment starts at 2 minutes and 16 seconds in at the beginning of the Planetopia coverage. There is also some footage of his bike in the Punkt 12 video at the beginning of the video. In the very first scene of the Planetopia coverage it shows him hitting the side of a Lincoln with his drag bike and flying over the handlebars only to get up and get right back on the bike: http://www.thefoat.com/fa/v-video/video_id-615/German+TV+Punkt+12+%26+Planetopia%2C+1999+Woodburn/&amp;quot; -Roderick Wilde&lt;br /&gt;
*: &amp;quot;Thank you all for your great messages. It means so much to each of us.  -   Our family is having a private memorial, but he had so many friends that I think that it would be fitting to somehow have a gathering to celebrate his effect on all he did for all who knew him. I would be willing to help put such an event together. Ideas?  -  On that note, we would like to see any pictures and videos that people have gathered over the years, so that a montage can be assembled.  -  Again thank you all!&amp;quot; -Tom True&lt;br /&gt;
*: [https://groups.google.com/g/seva_list/c/rj6QFFAHNzk/m/30hioC7KrtMJ 2015 remembrance]&lt;br /&gt;
&lt;br /&gt;
[[Category:SEVA]]&lt;br /&gt;
[[Category:Primary Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9799</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9799"/>
		<updated>2022-04-16T00:46:15Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Here are 4 LINKS to Cloud Drag Racing and Electrathon Racing:&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
See the {{join}} page to learn how to join our chapter of the Electric Auto Association.&lt;br /&gt;
&lt;br /&gt;
[http://maps.google.com/maps/ms?ie=UTF&amp;amp;msa=0&amp;amp;msid=213359050108102131982.0004bc2a5141b74dac119 SEVA Membership Map]&lt;br /&gt;
&lt;br /&gt;
== Chapter Board Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA President ===&lt;br /&gt;
* Jay Donnaway&lt;br /&gt;
* E-mail : president(At)seattleeva.org&lt;br /&gt;
:Seattle Electric Vehicle Association&lt;br /&gt;
:P.O. Box 92&lt;br /&gt;
:Renton, WA 9857-0092&lt;br /&gt;
&amp;lt;!--*Phone : (voice) 253-234-4738--&amp;gt;&lt;br /&gt;
&amp;lt;!--*Web Site: [[User:Hpev]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Vice President ===&lt;br /&gt;
* Grace Reamer&lt;br /&gt;
* E-mail: vicepresident(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--*Web Site:[[User:Markschiller]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Treasurer ===&lt;br /&gt;
* Charlie Tsai&lt;br /&gt;
* E-mail: treasurer(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Secretary ===&lt;br /&gt;
* Billy Kreuter&lt;br /&gt;
* E-Mail: secretary(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Events/Programs ===&lt;br /&gt;
* Philip Skoog&lt;br /&gt;
* E-Mail: programs(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--* If you want to add an event to SEVA’s events calendar on the homepage, please send an email to events(at)seattleeva.org with your event information. IS THIS VALID? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Webmaster ===&lt;br /&gt;
*Ryan Fulcher&lt;br /&gt;
*E-mail : {{EMailLinkWebguy}}&lt;br /&gt;
*Web site: [[User:Rjf]]&lt;br /&gt;
&lt;br /&gt;
== Additional Notable Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA State Legislative Issues Coordinator ===&lt;br /&gt;
* Jeff Finn&lt;br /&gt;
* Email: [mailto:Jeff%40VoltRunner%2Ecom Jeff(at)VoltRunner(dot)com]&lt;br /&gt;
* Owner/Driver/Project Manager of '''VoltRunner''' BEV: a recycled 2000 Chevrolet Metro ICE vehicle&lt;br /&gt;
* Maintains conversion info/appearance schedule/press links/project progress at http://VoltRunner.com&lt;br /&gt;
&lt;br /&gt;
=== Former Presidents ===&lt;br /&gt;
Inception through 2012(?)&lt;br /&gt;
* Steve Lough, SEVA President “Emeritus”, retired&lt;br /&gt;
* 6021 32nd Ave N E Seattle 98115&lt;br /&gt;
* Phone:  206 524 1351&lt;br /&gt;
* Steven Lough: If you want to disseminate EV information and have questions answered, send Steven an email.&lt;br /&gt;
** E-mail:  &amp;lt;a href=&amp;quot;mailto:stevenslough@centurylink.net&amp;quot;&amp;gt;stevenslough@centurylink.net&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
2012(?)-2018(?)&lt;br /&gt;
*Stephen Johnson&lt;br /&gt;
&amp;lt;!--*E-mail : hpev.llc(at)gmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Builders and Makers ===&lt;br /&gt;
*Rich Rudman &lt;br /&gt;
*His business, '''PFC Battery chargers''' and Battery Management Systems. &lt;br /&gt;
*WEB site: http://www.manzanitamicro.com &lt;br /&gt;
*E-Mail: richr(at)manzanitamicro.com &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
*Bruce Sherry:  EE Engineer and Producer of '''EV Instruments'''&lt;br /&gt;
*Phone:  206-909-3409&lt;br /&gt;
*e-mail:  bruce(at)brucesherrydesigns.com&lt;br /&gt;
*WEB site: http://www.brucesherrydesigns.com&lt;br /&gt;
&lt;br /&gt;
=== Memorial Members ===&lt;br /&gt;
*Dave Cloud (____ - Jan 2018)&lt;br /&gt;
*Cloud Racing Woodinville Wa. &lt;br /&gt;
*World record holders, '''Car conversions''', racing boats, Electrathons, Prolific &amp;amp; Renounce Converter Extraordinaire. Tinkerer, Teacher, World Record Holder, Fabulous Fiberglass Fabricator, Drag Racer, Hydroplane Racer, Inventor, Prolific Converter, Aerodynamics Meister, Efficiency Guru... these are just a few things that describe Dave Cloud and on Feb 13th before the standard SEVA meeting, SEVA will be having a special potluck social gathering to share photos and stories and remember our friend Dave Cloud.&lt;br /&gt;
*: See [https://www.facebook.com/groups/1433343330222880/posts/2097006487189891/ Facebook:Steven S Lough - Words can not describe the sadness I am feeling this afternoon.  Loy,  Dave Cloud's wife, just called me and told me that Dave passed away earlier today.  His life work will be remembered long after many of us join him in that Big EV Garage in the Sky.  He was like a brother in arms to me.  We dreamed big dreams together.  The big difference is that money or the lack of hardware never stopped him from just going to the work shop and making it happen.  Here are just a few pictures I have found and put together over the last two days. Rest in Peace my friend...] for [https://www.flickr.com/photos/23079348@N08/sets/72157691669366944/?fbclid=IwAR3sks4bhEfnrYVKI-Ty4ui456E6DEevwqbf33xxp_k1Qc_zd2jTqeGDrCw Flickr Photo Album]&lt;br /&gt;
*: Here are 4 LINKS to Cloud Drag Racing and Electrathon Racing: https://www.youtube.com/watch?v=g5Md4j32d1Q https://www.youtube.com/watch?v=9XUCiYlGxSw https://www.youtube.com/watch?v=qGDdAohTgLQ https://www.youtube.com/watch?v=8ZEHoF8JTPs &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--*E-mail: cloudvolt(at)hotmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* Don (Father Time) Crabtree&lt;br /&gt;
*: [https://groups.google.com/g/seva_list/c/rj6QFFAHNzk/m/30hioC7KrtMJ 2015 remembrance]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEVA]]&lt;br /&gt;
[[Category:Primary Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9798</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Members&amp;diff=9798"/>
		<updated>2022-04-16T00:37:48Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Update board members to current based on https://www.seattleeva.org/wp/contact/ and a bunch of additional cleanup.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
See the {{join}} page to learn how to join our chapter of the Electric Auto Association.&lt;br /&gt;
&lt;br /&gt;
[http://maps.google.com/maps/ms?ie=UTF&amp;amp;msa=0&amp;amp;msid=213359050108102131982.0004bc2a5141b74dac119 SEVA Membership Map]&lt;br /&gt;
&lt;br /&gt;
== Chapter Board Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA President ===&lt;br /&gt;
* Jay Donnaway&lt;br /&gt;
* E-mail : president(At)seattleeva.org&lt;br /&gt;
:Seattle Electric Vehicle Association&lt;br /&gt;
:P.O. Box 92&lt;br /&gt;
:Renton, WA 9857-0092&lt;br /&gt;
&amp;lt;!--*Phone : (voice) 253-234-4738--&amp;gt;&lt;br /&gt;
&amp;lt;!--*Web Site: [[User:Hpev]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Vice President ===&lt;br /&gt;
* Grace Reamer&lt;br /&gt;
* E-mail: vicepresident(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--*Web Site:[[User:Markschiller]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Treasurer ===&lt;br /&gt;
* Charlie Tsai&lt;br /&gt;
* E-mail: treasurer(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Secretary ===&lt;br /&gt;
* Billy Kreuter&lt;br /&gt;
* E-Mail: secretary(at)seattleeva.org&lt;br /&gt;
&lt;br /&gt;
=== SEVA Events/Programs ===&lt;br /&gt;
* Philip Skoog&lt;br /&gt;
* E-Mail: programs(at)seattleeva.org&lt;br /&gt;
&amp;lt;!--* If you want to add an event to SEVA’s events calendar on the homepage, please send an email to events(at)seattleeva.org with your event information. IS THIS VALID? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SEVA Webmaster ===&lt;br /&gt;
*Ryan Fulcher&lt;br /&gt;
*E-mail : {{EMailLinkWebguy}}&lt;br /&gt;
*Web site: [[User:Rjf]]&lt;br /&gt;
&lt;br /&gt;
== Additional Notable Members ==&lt;br /&gt;
&lt;br /&gt;
=== SEVA State Legislative Issues Coordinator ===&lt;br /&gt;
* Jeff Finn&lt;br /&gt;
* Email: [mailto:Jeff%40VoltRunner%2Ecom Jeff(at)VoltRunner(dot)com]&lt;br /&gt;
* Owner/Driver/Project Manager of '''VoltRunner''' BEV: a recycled 2000 Chevrolet Metro ICE vehicle&lt;br /&gt;
* Maintains conversion info/appearance schedule/press links/project progress at http://VoltRunner.com&lt;br /&gt;
&lt;br /&gt;
=== Former Presidents ===&lt;br /&gt;
Inception through 2012(?)&lt;br /&gt;
* Steve Lough, SEVA President “Emeritus”, retired&lt;br /&gt;
* 6021 32nd Ave N E Seattle 98115&lt;br /&gt;
* Phone:  206 524 1351&lt;br /&gt;
* Steven Lough: If you want to disseminate EV information and have questions answered, send Steven an email.&lt;br /&gt;
** E-mail:  &amp;lt;a href=&amp;quot;mailto:stevenslough@centurylink.net&amp;quot;&amp;gt;stevenslough@centurylink.net&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
2012(?)-2018(?)&lt;br /&gt;
*Stephen Johnson&lt;br /&gt;
&amp;lt;!--*E-mail : hpev.llc(at)gmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Builders and Makers ===&lt;br /&gt;
*Rich Rudman &lt;br /&gt;
*His business, '''PFC Battery chargers''' and Battery Management Systems. &lt;br /&gt;
*WEB site: http://www.manzanitamicro.com &lt;br /&gt;
*E-Mail: richr(at)manzanitamicro.com &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
*Bruce Sherry:  EE Engineer and Producer of '''EV Instruments'''&lt;br /&gt;
*Phone:  206-909-3409&lt;br /&gt;
*e-mail:  bruce(at)brucesherrydesigns.com&lt;br /&gt;
*WEB site: http://www.brucesherrydesigns.com&lt;br /&gt;
&lt;br /&gt;
=== Memorial Members ===&lt;br /&gt;
*Dave Cloud (____ - Jan 2018)&lt;br /&gt;
*Cloud Racing Woodinville Wa. &lt;br /&gt;
*World record holders, '''Car conversions''', racing boats, Electrathons, Prolific &amp;amp; Renounce Converter Extraordinaire. Tinkerer, Teacher, World Record Holder, Fabulous Fiberglass Fabricator, Drag Racer, Hydroplane Racer, Inventor, Prolific Converter, Aerodynamics Meister, Efficiency Guru... these are just a few things that describe Dave Cloud and on Feb 13th before the standard SEVA meeting, SEVA will be having a special potluck social gathering to share photos and stories and remember our friend Dave Cloud.&lt;br /&gt;
*: See [https://www.facebook.com/groups/1433343330222880/posts/2097006487189891/ Facebook:Steven S Lough - Words can not describe the sadness I am feeling this afternoon.  Loy,  Dave Cloud's wife, just called me and told me that Dave passed away earlier today.  His life work will be remembered long after many of us join him in that Big EV Garage in the Sky.  He was like a brother in arms to me.  We dreamed big dreams together.  The big difference is that money or the lack of hardware never stopped him from just going to the work shop and making it happen.  Here are just a few pictures I have found and put together over the last two days. Rest in Peace my friend...] for [https://www.flickr.com/photos/23079348@N08/sets/72157691669366944/?fbclid=IwAR3sks4bhEfnrYVKI-Ty4ui456E6DEevwqbf33xxp_k1Qc_zd2jTqeGDrCw Flickr Photo Album] &lt;br /&gt;
&amp;lt;!--*E-mail: cloudvolt(at)hotmail.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* Don (Father Time) Crabtree&lt;br /&gt;
*: [https://groups.google.com/g/seva_list/c/rj6QFFAHNzk/m/30hioC7KrtMJ 2015 remembrance]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEVA]]&lt;br /&gt;
[[Category:Primary Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Template:EMailLinkWebguy&amp;diff=9797</id>
		<title>Template:EMailLinkWebguy</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Template:EMailLinkWebguy&amp;diff=9797"/>
		<updated>2022-04-15T23:50:21Z</updated>

		<summary type="html">&lt;p&gt;Rjf: webguy is now webmaster&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[mailto:webmaster%40seattleeva%2Eorg webmaster(at)seattleeva(dot)org]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Chapters&amp;diff=9796</id>
		<title>Chapters</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Chapters&amp;diff=9796"/>
		<updated>2022-04-15T23:37:29Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Replace old http://www.electricauto.org/?page=Chapters with new https://www.myeva.org/chapter-list EVen though old link does still work.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See the {{Join}} page to learn how to join.&lt;br /&gt;
&lt;br /&gt;
=EAA Chapters=&lt;br /&gt;
Official Chapter information is available at the [https://www.myeva.org/chapter-list EAA Chapter page].&lt;br /&gt;
&lt;br /&gt;
Here is a map of chapters meeting locations and contacts:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;iframe width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot; marginheight=&amp;quot;0&amp;quot; marginwidth=&amp;quot;0&amp;quot; src=&amp;quot;http://maps.google.com/maps/ms?ie=UTF8&amp;amp;amp;hl=en&amp;amp;amp;oe=UTF8&amp;amp;amp;msa=0&amp;amp;amp;msid=206831085281629267359.000499ed77c764e96f1ef&amp;amp;amp;ll=41.235354,-75.872684&amp;amp;amp;spn=39.907291,163.908323&amp;amp;amp;output=embed&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;View &amp;lt;a href=&amp;quot;http://maps.google.com/maps/ms?ie=UTF8&amp;amp;amp;hl=en&amp;amp;amp;oe=UTF8&amp;amp;amp;msa=0&amp;amp;amp;msid=206831085281629267359.000499ed77c764e96f1ef&amp;amp;amp;ll=41.235354,-75.872684&amp;amp;amp;spn=39.907291,163.908323&amp;amp;amp;source=embed&amp;quot; style=&amp;quot;color:#0000FF;text-align:left&amp;quot;&amp;gt;Electric Auto Association&amp;lt;/a&amp;gt; in a larger map&amp;lt;/small&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Europe==&lt;br /&gt;
* [http://www.avere.org/ The European Association for Battery, Hybrid and Fuel Cell Electric Vehicles]&lt;br /&gt;
* [http://www.batteryvehiclesociety.org.uk/ Battery Vehicle Society (UK)]&lt;br /&gt;
* [http://www.ev-network.org.uk EV-Network.org (UK)]&lt;br /&gt;
&lt;br /&gt;
==Canada==&lt;br /&gt;
* [http://www.veva.bc.ca Vancouver EVA]&lt;br /&gt;
* [http://evco.ca Electric Vehicle Council of Ottawa]&lt;br /&gt;
&lt;br /&gt;
==US==&lt;br /&gt;
&lt;br /&gt;
===Alaska===&lt;br /&gt;
* [http://www.alaskaEVA.org Alaska EVA]&lt;br /&gt;
&lt;br /&gt;
===Arizona===&lt;br /&gt;
* [http://phoenixeaa.com  Phoenix EAA]&lt;br /&gt;
* [http://TEVA2.com  Tucson EAA]&lt;br /&gt;
&lt;br /&gt;
===California===&lt;br /&gt;
* [http://geocities.com/chicoeaa Chico EAA]&lt;br /&gt;
* [http://www.ebeaa.org East (SF) Bay EAA]&lt;br /&gt;
* Los Angeles EAA&lt;br /&gt;
* [http://www.nbeaa.org North Bay EAA]&lt;br /&gt;
* [http://home.att.net/~NCSDCA/EVAoSD San Diego, EVA]&lt;br /&gt;
* [http://www.sfeva.org San Francisco EVA]&lt;br /&gt;
* San Francisco Peninsula EAA&lt;br /&gt;
* [http://geocities.com/sjeaa San Jose EAA]&lt;br /&gt;
* [http://eaasv.org Silicon Valley EAA]&lt;br /&gt;
* Southern California, EVA&lt;br /&gt;
* [http://geocities.com/vceaa Ventura County EAA]&lt;br /&gt;
* [http://www.eaacc.org Central Coast EAA (Santa Cruz/Aptos)] [http://www.becketts.ws/eaa/]&lt;br /&gt;
&lt;br /&gt;
[[Image:EAAad.gif|right]]&lt;br /&gt;
&lt;br /&gt;
===Florida===&lt;br /&gt;
* [http://www.floridaeaa.org Florida EAA]&lt;br /&gt;
&lt;br /&gt;
===Georgia===&lt;br /&gt;
* [http://www.evclubsouth.org EV Club of the South]&lt;br /&gt;
&lt;br /&gt;
===Illinois===&lt;br /&gt;
* [http://www.fveaa.org Fox Valley EAA]&lt;br /&gt;
&lt;br /&gt;
===Kansas/Missouri===&lt;br /&gt;
* [http://maeaa.org Mid America EAA]&lt;br /&gt;
&lt;br /&gt;
===Massachusetts===&lt;br /&gt;
* [http://neeaa.org New England EAA]&lt;br /&gt;
* [http://www.pveaa.org Pioneer Valley EAA]&lt;br /&gt;
&lt;br /&gt;
===Minnesota===&lt;br /&gt;
* http://mn.eaaev.org&lt;br /&gt;
&lt;br /&gt;
===Nevada===&lt;br /&gt;
* [http://www.lveva.org Las Vegas EVA]&lt;br /&gt;
* [http://www.electricnevada.org Reno EAA]&lt;br /&gt;
&lt;br /&gt;
===New Mexico===&lt;br /&gt;
* [http://www.abqev.org Albuquerque EAA]&lt;br /&gt;
&lt;br /&gt;
===North Carolina===&lt;br /&gt;
* [http://rtpnet.org/~teaa Triangle EAA]&lt;br /&gt;
&lt;br /&gt;
===Oregon===&lt;br /&gt;
* [http://www.oeva.org Oregon EVA]&lt;br /&gt;
&lt;br /&gt;
===Pennsylvania===&lt;br /&gt;
* [http://www.eevc.info Eastern EV Club] [http://members.aol.com/easternev old site]&lt;br /&gt;
&lt;br /&gt;
===Texas===&lt;br /&gt;
* [http://www.aceaa.org Alamo City EAA] San Antonio Metro area&lt;br /&gt;
* [http://www.austinev.org Austin Area EAA]&lt;br /&gt;
* [http://www.heaa.org Houston EAA]&lt;br /&gt;
* [http://nteaa.evgroups.com/ North Texas EAA] [http://geocities.com/nteaa old site]&lt;br /&gt;
&lt;br /&gt;
===Washington===&lt;br /&gt;
* [http://www.seattleeva.org Seattle EVA]&lt;br /&gt;
&lt;br /&gt;
* TEVA - Tacoma EVA&lt;br /&gt;
&lt;br /&gt;
*  WEVA - Wentachee Electric Vehicle Association&lt;br /&gt;
&lt;br /&gt;
* VEVA - Vashon Island Electric Vehicle Association&lt;br /&gt;
&lt;br /&gt;
===Washington D. C.===&lt;br /&gt;
* [http://evadc.org EVA OF WASHINGTON DC]&lt;br /&gt;
&lt;br /&gt;
[[Category:Organizations]]&lt;br /&gt;
[[Category:Primary Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Other_Resources&amp;diff=9795</id>
		<title>Other Resources</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Other_Resources&amp;diff=9795"/>
		<updated>2022-04-15T23:37:13Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Strike the old ttp://www.electricauto.org link but also show the new Now:https://electricauto.org&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
Other Electric car info on and off the web&lt;br /&gt;
All the EV knowledge in the world, resides within these LINKS&lt;br /&gt;
&lt;br /&gt;
==Electric Auto Association==&lt;br /&gt;
&lt;br /&gt;
The EAA has been promoting EVs since 1967. There are [[chapters]]&lt;br /&gt;
throughout the U.S. and Canada. There are individual members world wide.&lt;br /&gt;
Their goals are to inform the public, advance technology, share ideas and&lt;br /&gt;
information, encourage competition, print and distribute a monthly news&lt;br /&gt;
letter, an annual buyers guide, and to represent the EV community as it&lt;br /&gt;
interfaces with industry and government.&lt;br /&gt;
Annual dues are $39 in the US, of which a proportion goes to your nearest local chapter or EV club.&lt;br /&gt;
To join visit {{join}}&lt;br /&gt;
There toll free number for information on your nearest chapter is 1-800-537-2882 or visit them online at &amp;lt;s&amp;gt;http://www.electricauto.org/&amp;lt;/s&amp;gt; Now:https://electricauto.org&lt;br /&gt;
There monthly newsletter, Current EV-ents is worth the $39 alone. AND its Tax Deductible !!&lt;br /&gt;
&lt;br /&gt;
==Electric Vehicle Discussion List==&lt;br /&gt;
&lt;br /&gt;
The Unofficial (OFFICIAL) EV DISCUSION LIST:&lt;br /&gt;
&lt;br /&gt;
YOUR DAILY DOSE OF EV NEWS FROM ROUND THE WORLD&lt;br /&gt;
This is not a link. You must SUBSCRIBE to this news group, Then the&lt;br /&gt;
NEWS comes to you in the form of E-Mail.&lt;br /&gt;
It probably has over 900 subscribers world wide by now. World wide EV news&lt;br /&gt;
can't get any hotter than this with dozens of member / subscribers combing&lt;br /&gt;
the news wires and news papers every day for EV Tid-Bits to post. Hundreds&lt;br /&gt;
of EV hobbyists, and professional builders and engineers alike read and&lt;br /&gt;
contribute their own posts daily. YOU can too !!&amp;lt;br&amp;gt;&lt;br /&gt;
Here HOW TO SUBSCRIBE: I'ts FREE !!!&amp;lt;br&amp;gt;&lt;br /&gt;
Go to their new Web Site for full instructions at: http://www.madkatz.com/~mikt/ev/evlist.html&lt;br /&gt;
&lt;br /&gt;
They also have an ARCIVE where you can type in a subject, and retrieve&lt;br /&gt;
ALL the POSTS dealing with THAT subject going back years...&lt;br /&gt;
AT: http://crest.org/discussion/ev/current&lt;br /&gt;
&lt;br /&gt;
==Electric Vehicle Photo Album==&lt;br /&gt;
&lt;br /&gt;
The Electric Vehicle Photo Album&lt;br /&gt;
Hundreds of EVs of ALL kinds, categorized by MAKE With Info on each, and how to contact their Owners/Builders if you wish info on a similar car yourself&lt;br /&gt;
Thanks to Mike Chancey http://www.austinev.org/evalbum&lt;br /&gt;
&lt;br /&gt;
The Electric Vehicle Trading Post : http://www.austinev.org/evtradinpost&lt;br /&gt;
A great place to POST an&amp;amp;nbsp; EV item for sale, or Go Shopping for a Good Used EV&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Encyclopedic amount of EV links all on one page here-&lt;br /&gt;
http://electrischvoertuig.starttips.com/&lt;br /&gt;
&lt;br /&gt;
==Educational outreach==&lt;br /&gt;
&lt;br /&gt;
* http://www.bestoutreach.org/  B*E*S*T is a group of volunteer engineers and teachers who are promoting science, math, and life skills for 4th, 5th, and 6th grade students (who think they're just having fun building things!).&lt;br /&gt;
&lt;br /&gt;
* http://www.evchallenge.org/&lt;br /&gt;
** http://www.nrel.gov/education/student/natjss.html - broken&lt;br /&gt;
&lt;br /&gt;
== EV Club Web Pages ==&lt;br /&gt;
* http://www.uidaho.edu/~lope9578/ineva/ NEW EV Club in EASTERN WASHINGTON STATE (I.N.E.V.A.) Inland Northwest Electric Vehicle Association&lt;br /&gt;
* http://www.electricauto.org&lt;br /&gt;
* http://www.ott.igs.net/~darrylmcmahon/evco.htm  Electric Vehicle Council of Ottawa&lt;br /&gt;
* http://www.evaa.org Electric Vehicle Association of the Americas&lt;br /&gt;
* http://www.aeva.asn.au Australian Electric Vehicle Association&lt;br /&gt;
* http://www.generation.net/~pmathews/evaca.htm Electric Vehicle Association of Canada&lt;br /&gt;
* http://ev1-club.power.net EV-1 Owners Club&lt;br /&gt;
* http://www.ariz.com/gleaa Global Electric Auto Association&lt;br /&gt;
* http://norfolk-county.com/users/ws3f/neeahome.htm New England Electric Auto Association&lt;br /&gt;
* http://www.ecoalliance.com/nbeaa North Bay Electric Automobile Association&lt;br /&gt;
* http://www.engr.tcu.edu/nteaa North Texas - Electric Auto Association&lt;br /&gt;
* http://www.primenet.com/~evchdlr Phoenix Chapter Electric Auto Association&lt;br /&gt;
* http://www.seattleeva.org Seattle Electric Vehicle Assoc. (SEVA)&lt;br /&gt;
* http://www.calweb.com/~tonyc/sevahome.html Sacramento Electric Vehicle Association&lt;br /&gt;
* http://www.geocities.com/MotorCity/1759 San Francisco Peninsula EAA&lt;br /&gt;
* http://www.geocities.com/MotorCity/1754 Silicon Valley Electric Auto Association&lt;br /&gt;
* http://homepages.ihug.co.nz/~empower/nzeva New Zealand Electric Vehicle Association&lt;br /&gt;
* http://www.rtpnet.org/~teaa Triangle Electric Auto Association: North Carolina&lt;br /&gt;
* http://www.nedra.com National Electric Drag Racing Association&lt;br /&gt;
* http://www.oeva.org Oregon Electric Vehicle Association&lt;br /&gt;
* http://members.aol.com/sjeaa San Jose Electric Auto Association&lt;br /&gt;
* http://www.veva.bc.ca Vancouver Electric Vehicle Association&lt;br /&gt;
* http://www.didik.com/ev_club.htm Electric Car Owners Club&lt;br /&gt;
* http://nesea.gaiahost.coop/greencarclub Green Car Club&lt;br /&gt;
&lt;br /&gt;
==Personal EV Web Pages==&lt;br /&gt;
* http://brucedp.150m.com Chevrolet Blazer - Bruce {EVangel} Parmenter.&lt;br /&gt;
* http://tile.net/john/citicar.html Citicar -  John Buckman has sold his Citicar but he still has some great info on Citicar parts.&lt;br /&gt;
* http://www.austinev.org/evalbum/108.html Comutavan - Terry's Comutavan in Texas.&lt;br /&gt;
* http://www.electric-vehicles.com/Default.htm Comutavan - Eric gets a solar boost. SUPER LINKS&lt;br /&gt;
* http://www.gremcoinc.com/ev.html Datsun Kingcab Pickup - Nice conversion&lt;br /&gt;
* http://norfolk-county.com/users/ws3f/ws3f.htm Dodge Ram 50 Pickup - Brian has a nice conversion and a neat old lawnmower.&lt;br /&gt;
* http://www.didik.com DIDIK Solar, Electric, Human, Hybrid Powered Vehicles&lt;br /&gt;
* http://user.icx.net/%7Ejfairstein/electric.html Electric Motorcycle - John Fairstein's Electric Motorcycle&lt;br /&gt;
* http://www.aristotle.net/%7Elemley/electric/evfaq.html Fiat X-1/9 - The Lemley Electric Fiat X-1/9 FAQ&lt;br /&gt;
* http://www.geocities.com/CapeCanaveral/Lab/4429/ Ford Express - Svein Medhus has the first EV conversion in Norway.&lt;br /&gt;
* http://www.informer.com/knj/electric.shtml Ford Escort - Kim and Jenny's &amp;quot;Buzz&amp;quot; a Jet Electica Escort.&lt;br /&gt;
* http://www.radix.net/%7Efuturev/electric.html Ford Escort - Chip and Monica's EV.&lt;br /&gt;
* http://weber.u.washington.edu/%7Evmunoz/freeway_pictures.htm Free-Way - Victor Mu&amp;amp;ntilde;oz has his 3 wheeler up for sale.&lt;br /&gt;
* http://proaxis.com/%7Eboyd1/elec-car.htm Geo Prizm - Randy Boyd's Electric Car&lt;br /&gt;
* http://home.earthlink.net/%7Ebdewey/bdsev.html GM/Saturn EV-1 - EV1 owner&lt;br /&gt;
* http://www.alumni.caltech.edu/%7Ekodama/ev1/ev1.html GM/Saturn EV-1 - Dave and Jean's Chronicles.&lt;br /&gt;
* http://members.aol.com/wascalbun/bob/ev.html Honda Accord - Bob Taylor's conversion.&lt;br /&gt;
* http://www.cco.caltech.edu/%7Ercy/ev/creltrc.html Honda CRX - Chris sold his CRX and got an EV-1.&lt;br /&gt;
* http://www.electriciti.com/%7Ejeremy/ Honda del Sol - Jeremy's Home Page&lt;br /&gt;
* http://home.earthlink.net/%7Edkct/hondaev.html Honda EV+ - Life with the new Honda EV.&lt;br /&gt;
* http://www.lance.colostate.edu/%7Epa067203/em.html Honda Hawk - Paul Anschel's Electric motorcycle, also Honda Hurricane conversion in progress.&lt;br /&gt;
* http://www.sover.net/%7Ejerryh/convert.html Mazda 626 - Jerry Halstead's conversion diary.&lt;br /&gt;
* http://members.aol.com/richsj/RX-7EV.html Mazda RX-7 - Rich's Electric RX-7&lt;br /&gt;
* http://www.geocities.com/CapeCanaveral/Lab/8679/ev.html Mercury Capri - Uve has a great EV design caculator on his page.&lt;br /&gt;
* http://www.geocities.com/RainForest/Vines/5565/ Plymouth Horizon - My Jet Electrica 007&lt;br /&gt;
* http://www.cris.com/%7Ejimlll/ev.htm Pontiac Fiero - Electric Fiero&lt;br /&gt;
* http://www.quiknet.com/%7Ervt/fiero.htm Pontiac Fiero - Nice conversion. Shockwave tour.&lt;br /&gt;
* http://www.oz.net/%7Edaveb/porsche.htm Porsche 911T - D. M. Brockman's electric Porsche&lt;br /&gt;
* http://www.dgi.net/914/feature/electric1.html Porsche 914 - Article by Clare Bell.&lt;br /&gt;
* http://www.calweb.com/%7Etonyc/home/my914.html Porsche 914 - Tony's conversion.&lt;br /&gt;
* http://www.igs.net/%7Edarrylmcmahon/myevs.htm Renault 12 - Darryl McMahon's Electric Vehicles&lt;br /&gt;
* http://www.engr.tcu.edu/%7Eeidson/ev/ Subaru Micro-Van - Jon Eidson's Jet Electra Van 600&lt;br /&gt;
* http://www.ablecom.net/users/ohler/pete.html Toyota Paseo - Peter Ohler's nice conversion.&lt;br /&gt;
* http://www.nogas.org/ Tropica - Scott Kennedy owns #13.&lt;br /&gt;
* http://www.calweb.com/%7Ewb6uhq/index.html Volkswagen Beetle - Dennis Merritt's HomePage&lt;br /&gt;
* http://www.geo.arizona.edu/home/sacct/jlegrand/webpage/jon.html Volkswagen Bus - Jon has sold his bus.&lt;br /&gt;
* http://www.mindspring.com/%7Edeasterw/79dd/79dd.html Volkswagen Bus - 1979 EPRI TVA comercial conversion&lt;br /&gt;
* http://www.geocities.com/TelevisionCity/2632/ev.html Volkswagen Rabbit - A work in progress.&lt;br /&gt;
* http://www.best.com/%7Eziggr/ev/ Volkswagen Rabbit - Zig's Amazing Electric Vehicle&lt;br /&gt;
* http://www.dot.state.tx.us/insdtdot/orgchart/rtt/fdoqtrly/tq9-3/rabbit.htm Volkswagen Rabbit&lt;br /&gt;
* http://www.Xpress.ab.ca/%7Elharris/ Volkswagen Rabbit - Electwik Wabbit Pictures&lt;br /&gt;
* http://microsped.com/whisper/whisper.htm Volvo PV544 - Whisper, Joan and Don Wagner's conversion.&lt;br /&gt;
* http://www.ivc.com/%7Emauney/personal.html Volvo 1800S - Still planning.&lt;br /&gt;
&lt;br /&gt;
==EV Manufacturers==&lt;br /&gt;
* http://www.madkatz.com/acpropulsion - AC Propulsion Inc.&lt;br /&gt;
* http://www.canev.com - Canadian Electric Vehicles Ltd.&lt;br /&gt;
* http://www.users.zetnet.co.uk/daihatsu/ - Daihatsu Electric Vehicles&lt;br /&gt;
* http://www.ivo.fi/eng/sivut/7/elcat/index.html - Elcat Webpage&lt;br /&gt;
* http://www.electricauto.com/ - Electric Auto Corporation: Silver Volt II&lt;br /&gt;
* http://www.elecar.com/ - The Electric Car Company: Utility, Freedom, &amp;amp;amp; Sport NEVs&lt;br /&gt;
* http://www.electric-motorbike.com/ - EMB, Inc. Web Site -- Electric Motorbikes&lt;br /&gt;
* http://www.ford.com/electricvehicle/ - Ford Motor Company: Electric Vehicles&lt;br /&gt;
* http://www.hondaev.org - Honda EV+&lt;br /&gt;
* http://www.nevco.com - NEVCO - The &amp;quot;Gizmo&amp;quot; Neighborhood Electric Vehicle&lt;br /&gt;
* http://www.nissan-na.com/1.0/1-2-1.html - Nissan EV&lt;br /&gt;
* http://home.sol.no/%7Epivco/ - PIVCO Bee&lt;br /&gt;
* http://www.gmev.com/evsite/toc_f3.htm - GM/Saturn EV-1&lt;br /&gt;
* http://www.ev-sparrow.com/ - Sparrow P.T.M.&lt;br /&gt;
* http://www.BombardierNV.com - Sizzle NEV: Bombardier&lt;br /&gt;
* http://www.solectria.com/ - Solectria&lt;br /&gt;
* http://www.echo.ch/-synthesis/index_e.html - Synthesis: Hybrid electric motorcycle&lt;br /&gt;
* http://www.uqm.com/ - Unique Mobility Inc.&lt;br /&gt;
* http://zebramotors.com/product.html - Zebra Motors Inc.: formerly the Tropica&lt;br /&gt;
* http://www.zev.com/ - Zutter Electric Vehicles&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EV Parts Sources==&lt;br /&gt;
* http://www.coherentpower.com/ - Coherent Power, Ltd.: Battery chargers and DC/DC converters.&lt;br /&gt;
* http://www.cloudelectric.com - Cloud ElectricVehicles:World record holders, Car conversions, racing boats, Electrathons&lt;br /&gt;
* http://members.aol.com/SPombo/VORTEX.html - Dolphin Vehicles: Plans for the Vortex 3 wheeler.&lt;br /&gt;
* http://www.inc.com/users/evainc.html - Electric Vehicles of America, Inc.&lt;br /&gt;
* http://www.electroauto.com/ - Electro Automotive&lt;br /&gt;
* http://www.interlog.com/%7Edgv/ec/ - ElectroCraft EV Components: Electronic components.&lt;br /&gt;
* http://www.electricbikes.bigstep.com/index.htm - EVs North West&lt;br /&gt;
* http://www.nidlink.com/%7Eglblitnpwr/ - Global Light &amp;amp;amp; Power&lt;br /&gt;
* http://www.mcn.org/a/innEVations/ - InnEVations&lt;br /&gt;
* http://www.kaylor-kit.com/ - Kaylor Energy Products&lt;br /&gt;
* http://www.manzanitamicro.com/ - Manzanita Micro: Mega-controller and battery regulators.&lt;br /&gt;
* http://www.api-assembled.com/nu-kar.html - Nu-Kar Electric Vehicles: Citicar and Comutacar Parts&lt;br /&gt;
* http://www.rqriley.com/index.html - Robert Q. Riley Enterprises: Electric and hybrid DIY plans.&lt;br /&gt;
* http://www.geocities.com/Eureka/Park/2258/ - RUSSCO Electric Vehicle Charger&lt;br /&gt;
* http://www.watermasterusa.com/ - Watermaster: Battery watering system.&lt;br /&gt;
* &amp;lt;strike&amp;gt;http://www.wilde-evolutions.com/ - Wilde EVolutions &amp;lt;/strike&amp;gt; Now http://www.evparts.com - EV Parts.com &lt;br /&gt;
&lt;br /&gt;
==EVs For Sale==&lt;br /&gt;
* http://www.zapworld.com/rapcars.htm - ZapWorld-EVs for Sale (NEW!)&lt;br /&gt;
* http://slough1.home.mindspring.com/contributions.html - Eco-Motion Classified Ad&lt;br /&gt;
* http://www.ehybridbikes.com - Electric Bikes Northwest&lt;br /&gt;
* http://www.mcn.org/a/innEVations/used-evs.html - InnEVations Classifieds&lt;br /&gt;
* http://www.greenshopping.com/evclass.htm - Electric &amp;amp;amp; Alternative Vehicles Free Classified Ads&lt;br /&gt;
* http://www.geocities.com/MotorCity/1754/forsale.html - SV EAA Classified Ads&lt;br /&gt;
* http://www.rtpnet.org/%7Eteaa/forsale.html - Triangle EAA List&lt;br /&gt;
&lt;br /&gt;
==Misc. EV Information Sites==&lt;br /&gt;
* http://www.madkatz.com/%7Emikt/ev/evlist.html - The EV Discussion List This is a fantastic source of information.&lt;br /&gt;
If you have questions about EVs, these are the folks with the answers.&lt;br /&gt;
* http://www.evparts.com/faq/index.php?page_number=1 - EV FAQ at EV Parts! &lt;br /&gt;
* http://www.electrifyingtimes.com - Electrifying Times: A FIRST CLASS EV periodical magazine.&lt;br /&gt;
* http://www.megawattmotorworks.com - Megawatt Motorworks - Lots of electric vehicle articles and links&lt;br /&gt;
* http://www.electricauto.org/?page=EVinfo - How Does An Electric Vehicle Work?&lt;br /&gt;
* http://www.primenet.com/%7Eevchdlr/offnet.html - Electric Vehicle Resources Off The 'Net: A wonderful information source on the Phoenix EAA webpage.&lt;br /&gt;
* http://sloan.stanford.edu/EVonline - EV Online is a Web-based research project to collect histories of electric vehicles from their drivers and owners.&lt;br /&gt;
Our survey is at: http://sloan.stanford.edu/EVonline/login.htm&lt;br /&gt;
* http://www.evworld.com - EV World .... The future in Motion REAL AUDIO Interviews, and EV news subscription services.&lt;br /&gt;
* http://www.sunrayce.com - SunRayce 97 Homepage&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Southern Cal. Edison Electric Transportation NEW. web site.&lt;br /&gt;
http://www.edisoncars.com/ - &amp;quot;Nostalgia for the Future&amp;quot;&lt;br /&gt;
This new site is very well done, and very helpful for those of you in&lt;br /&gt;
California who wish to shop for a new EV from the GM's and HONDA's of&lt;br /&gt;
the world. $$$&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
A very fine environmental Web site with a great &amp;quot;daily Feed&amp;quot; of&lt;br /&gt;
environmental news can be found at EnviroLink at:&lt;br /&gt;
http://envirolink.lycos.com/news/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The European Electric Vehicle Connection: http://www.avere.org/today/en/default.html - AVERE (European Electric Road Vehicle Association)&lt;br /&gt;
Actually the acronym is in French:Association du V&amp;amp;eacute;hicule Electric Routier Europ&amp;amp;eacute;en.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Visit the Oregon Electric Vehicle Association on the Web at&lt;br /&gt;
http://www.GeoCities.com/MotorCity/Downs/6058&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.cloudelectric.com - Cloud Electric Racing:&lt;br /&gt;
World record holders, Car conversions, racing boats, Electrathons, &amp;quot;We&lt;br /&gt;
can engineer almost ANYTHING to run on clean electric energy&amp;quot;. In the Greater Seattle&lt;br /&gt;
Area. (Members of SEVA) Seattle EV Assoc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.vwc.edu/wwwpages/gnoe/avd.htm - The ALTERNATIVE FUELED VEHICLE List&lt;br /&gt;
'''This is the BIGGEST, LARGEST, MOST COMPREHENSIVE&lt;br /&gt;
list of EV and ALT Fuel Vehicle SITES I have ever seen !!&lt;br /&gt;
If you cant find what your LOOKING FOR here, it does not exist !!!'''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.radix.net/%7Efuturev/ - Chip Gribben's VERY PROFESSIONAL EV Web Site&lt;br /&gt;
Wonderful graphics - Good Data Base, and Web Links - A very Fine EV resource.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.energy.ca.gov/energy/homepage.html&lt;br /&gt;
California Energy Commission - Internet Web Site Keep Up-To-Date on&lt;br /&gt;
the State who brought you the ZEV Mandate&amp;lt;br&amp;gt;&lt;br /&gt;
Many Other Electric Car and Environmental Web Links. This is an &amp;quot;AWARD&lt;br /&gt;
WINNING WEB SITE&amp;quot;. Especially good for school children. It is very interactive.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Electric Go-Kart SITES : Try http://www.ekokarts.com or http://www.speed-world.com&lt;br /&gt;
http://204.189.12.10/a/innEVations/go-karts.html or http://www.kartline.com/ or http://www.muller.net/karting/&lt;br /&gt;
or http://www.voicenet.com/~surge42/gocart.htm&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The NEW Mid-America EAA web page at:&lt;br /&gt;
http://www.geocities.com/MotorCity/Downs/4214/&lt;br /&gt;
..For all you folks in the Great Mid West who would like to drive ELECTRICALLY&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Electro Automotive Conversions ....Since 1979 In No. California&lt;br /&gt;
&lt;br /&gt;
POB 1113, Felton, CA 95018 (408) 429-1989 Kits * Components * Books&lt;br /&gt;
* Videos * Training * See our new web site: http://www.electroauto.com&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.stncar.com - National Station Car Association's&lt;br /&gt;
Info Pages&lt;br /&gt;
'''Station cars will become a mobility system including battery-powered cars for access to mass transit stations.'''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.qis.net/%7Ejmgraham/resrun.htm - Electric Boat connection: Compliments of James M. Graham III&lt;br /&gt;
Everything you would like to know about E-Boats, clubs, races, solar boats, etc.&lt;br /&gt;
Lotts of good E-Boat links too.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.ehybridbikes.com - Visit Electric Bikes Northwest&lt;br /&gt;
&lt;br /&gt;
A vibrant local co-op of Seattle EV Members.&lt;br /&gt;
They have banned together to form a viable business of building, selling&lt;br /&gt;
new and used electric cars, and servicing electric vehicles and electric&lt;br /&gt;
vehicle components. Their show room is at 110 No. 36th (northwest of Freemont&lt;br /&gt;
on the way to Balard) Seattle, WA 98103 Phone (206) 547-4621 E-Mail: evsnw-at-earthlink.net&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://sover.net/%7Ejerryh/convert.html - New HONDA Del-Sol Conversion Project - All Done!&lt;br /&gt;
&lt;br /&gt;
Check in on Jeremy Phillips, renowned EV racer, as he CONVERTS his new&lt;br /&gt;
Honda Del-Sol to ELECTRIC. Look over his shoulder, and check-up on his&lt;br /&gt;
day-to-day, and week-to-week progress. One of the nicest EVs in all of&lt;br /&gt;
San Diego. The project is now complete, but this chronicle is priceless.&lt;br /&gt;
Also check out his EcoParts section for those shopping for parts and&lt;br /&gt;
kits.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://users.abling.co.uk/eca/ - Electric Car Association of Great Britain  NEW&lt;br /&gt;
&lt;br /&gt;
Join the UK Electric Car Association! 28 pounds per annum Payment in&lt;br /&gt;
Sterling only. 35 pounds overseas ECA Subscriptions, Blue Lias House, Station&lt;br /&gt;
Road, Hatch Beauchamp, Somerset, TA3 6SQ, UK. Tell 'em who sent you!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
In Vancouver B.C. Canada it's:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.canev.com - Canadian Electric Vehicles, Ltd.&lt;br /&gt;
*PO, Box 616, 1184 Middlegate Rd.&lt;br /&gt;
*Errington, British Columbia,&lt;br /&gt;
*Canada, V0R 1V0&lt;br /&gt;
*Phone: (250) 954-2230&lt;br /&gt;
*Fax:(250) 954-2235&lt;br /&gt;
*Website: http://www.canev.com&amp;quot;&lt;br /&gt;
*Email: sales@canev.com&lt;br /&gt;
*Manufactures of:&lt;br /&gt;
EV conversion Kits and components&lt;br /&gt;
Very active EV business. thanks to Randy Holmquist, and others in British Columbia CANADA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://sdcc8.ucsd.edu/%7Etschreck - The San Diego Electric Auto Co For those of you Down in Southern Cal, Check this site OUT. Its ELECTRIFYING !!!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.evparts.com - EV Parts -Specialty Electric Conversions Electric Street Rods, 4 x 4's, Electric Drag Racing, and more.&lt;br /&gt;
If speed is your thing, check these &amp;quot;Wild and Crazy guys&amp;quot; out !! HOME OF THE QUICKEST STREET LEGAL EV ON EARTH (9/98)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.sonic.net/zap/ - The ZAP ELECTRIC BIKE Power Systems Fun and Affordable Electric Assisted Bicycles. A very nice WEB SITE&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.charger.coim/index.html - The CHARGER ELECTRIC BIKE by GT Bicycles, Inc. and AeroVironment, Inc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The http://www.ev-sparrow.com/ - &amp;quot;Sparrow&amp;quot; Personal size Electric Vehicle A very interesting 3 wheel NEV (Neighborhood electric vehicle)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www-lips.ece.utexas.edu/%7Edelayman/solar.html - Matt's Solar Car Pages Solar Electric Racing and Solar Energy Resources&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The Global Network of Environment and Technology http://www.gnet.org - Click Here Very useful link to environmentally aware business.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The http://www.zebramotors.com/ - TROPICA from Renaissance to ZEBRA MOTORS of CALIFORNIA&lt;br /&gt;
Our favorite open EV sports car, now available from the re-constituted Zebra Motors of California.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
http://www.primenet.com/%7Eevchdlr/calendar.html - The EAA Calendar of ELECTRIC CAR EVENTS&lt;br /&gt;
A month-by-month CALANDER OF EVENTS, with an entry system for your convenience&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Seattle Electric Vehicle Association - (SEVA)&amp;lt;br&amp;gt;&lt;br /&gt;
The Seattle EV Association was founded back in the late 70s by&lt;br /&gt;
engineers,&lt;br /&gt;
hobbyists, and environmentalists, who wanted to band together to share&lt;br /&gt;
information, and help promote and build electric cars. There monthly&lt;br /&gt;
meetings&lt;br /&gt;
are held on the 2nd Tuesday of each month. Locations can change from&lt;br /&gt;
Month&lt;br /&gt;
to Month. CHECK our web site for the location for any particular&lt;br /&gt;
Month. It's a great place to network and get a feel for electric&lt;br /&gt;
cars. Every one is welcome. By joining officially for $39. A year, you&lt;br /&gt;
receive the EAA News letter, Current EVents, and are put on our e-mail&lt;br /&gt;
mailing list if you wish. We are a non-profit organization under the&lt;br /&gt;
ftp://ftp.serv.net/pub/tomh&lt;br /&gt;
EAA. Our http://www.slough1.home.mindspring.com/seva.html - NEW&lt;br /&gt;
WEB SITE can be reached by clicking on this .&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Non-Internet resources: Local and National&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
The GREAT LAKES ELECTRIC AUTO ASSOCIATION (GLEAA)&lt;br /&gt;
&lt;br /&gt;
Excellent EV resource group for any one in the states bordering the Great Lakes.&lt;br /&gt;
&lt;br /&gt;
*Bi Monthly News magazine. Individual Membership: $30 /year&lt;br /&gt;
*Call 614-899-6263 Mr. Lary Dussalt, for Information. E-Mail: idussaul-at-freenet.columbus.ho.us&lt;br /&gt;
*Or write to : GLEAA, 568 Braxton Place East, Westerville, OH., 43081-3019&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
EV Rental Agencies&lt;br /&gt;
* http://www.evrental.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Primary Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Template:Join&amp;diff=9794</id>
		<title>Template:Join</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Template:Join&amp;diff=9794"/>
		<updated>2022-04-15T23:32:35Z</updated>

		<summary type="html">&lt;p&gt;Rjf: update link to new national join page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://eaa-1967.clubexpress.com/content.aspx?club_id=222684&amp;amp;page_id=60 Join the EAA]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Talk:Main_Page&amp;diff=9793</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Talk:Main_Page&amp;diff=9793"/>
		<updated>2022-02-25T01:41:47Z</updated>

		<summary type="html">&lt;p&gt;Rjf: null edit test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
Please, let us know what you think about our site, what did you find usefull, what didn't you find, how can we make it better, or just say hello.&lt;br /&gt;
[http://www.seattleeva.org/index.php?title=Talk:Main_Page&amp;amp;action=edit&amp;amp;section=new Click Here]&lt;br /&gt;
to add your comments to this page, If you would like someone to contact you directly you might want to contact a [[Members|SEVA Member]] instead.  Or, feel free to make any changes you like to any part of this site, but please be kind.&lt;br /&gt;
&lt;br /&gt;
== Thud, Thud, Thud... ==&lt;br /&gt;
Is this thing on?&lt;br /&gt;
I'm just testing it out to see if the links are working!&lt;br /&gt;
&lt;br /&gt;
== How do you Join the SEVA E-Mail  Thinggeeyyy..... ==&lt;br /&gt;
Where is the procedure to join the SEVA e-mail list....&amp;lt;br&amp;gt;&lt;br /&gt;
People tell me it is hard to FIND, and/or hard to join&lt;br /&gt;
: There are instructions at the top of the [http://www.seattleeva.org/maillist  Maillist Archive] page which is in the navigation menu.  I've also added a bold link that sais [http://www.seattleeva.org/maillist Join our Maillist] at the bottom of the main page. --[[User:Rjf|Rjf]] 15:30, 7 Oct 2005 (CDT)&lt;br /&gt;
&lt;br /&gt;
==Elementary School kits==&lt;br /&gt;
I am doing a science project on plug in cars at my private school in Ruston, Louisiana.  My grandparents, Dick and Camille Brown attended the Battery Beach Burnout in Jupiter, Florida January 26 and 27th.  During the conference sessions a reference was made to an elementary school in Washington that sells a kit that can be put together.  I really need to find this resource.  Please email me ccb (at) suddenlink (dot) net.  Thanks so much.  Ashton&lt;br /&gt;
&lt;br /&gt;
==Feedback==&lt;br /&gt;
Very intresting wiki site!... Thanx! --[[User:213.228.84.66|213.228.84.66]] 12:49, 15 Oct 2005 (CDT)&lt;br /&gt;
: No problem, Spammer.  New filters are in place to prevent this in the future. --[[User:Rjf|Rjf]] 17:14, 30 Oct 2005 (CST)&lt;br /&gt;
&lt;br /&gt;
== xerbra by zap ==&lt;br /&gt;
&lt;br /&gt;
Help does anyone know anything about the electric scooter/car called xerbra that Zap Electric is selling? The web site is short on information. Does anyone know a person who owns one? A Zap custmer service rep said they have sold out until December 2005 and they are made in China. The rep said they would post more information in October. But so far no more news. I am intrested in find out about quality and how does it ride. The price seems ok if I can replace my second car for city driving. What do the other people think? Let me know, thanks, Paul&lt;br /&gt;
&lt;br /&gt;
== K &amp;amp; W Charger BC 20 ==&lt;br /&gt;
Does anyone Know where I can get my charger serviced and set-up in Seattle area preferably eastside? Thanks Denny&lt;br /&gt;
: Try contacting some of the folks on the [[Local Resources]] page, or you could join our maillist and ask about it there, or come to our [[Meetings Minutes|meeting]] Tomorrow (2nd Tuesdays). --[[User:Rjf|Rjf]] 02:47, 8 Nov 2005 (CST)&lt;br /&gt;
&lt;br /&gt;
== HELP Navigation Lockout ==&lt;br /&gt;
I attempted to disable the Navigation Lock-Out on my 2005 Prius as explained in the [[User:Rjf/Prius_Modifications#Disabling_Navigation_Lock-Out]]&lt;br /&gt;
There is no &amp;quot;Voice Icon&amp;quot; on the Menu Screen.&lt;br /&gt;
Please advise. I really want to disable the Lock Out function and Prius representavies are oblivious.&lt;br /&gt;
jim-at-gearup70.com&lt;br /&gt;
: I'm not sure where that information came from, I think someone else added it for me since there is no link to a source.  I don't have the NAV so I can find out for myself...  I'll see if I can find some other referances, you might check the [[Toyota Prius#Online_Communities_and_Discussion_Groups]].&lt;br /&gt;
&lt;br /&gt;
==Maillist Subscriptions==&lt;br /&gt;
Some anonymous subscriber wrote:&lt;br /&gt;
: Please remove my address from your mailing list.  I have tried repeatedly to stop these messages.  I don't want to be on this list. -Thanks&lt;br /&gt;
Unfortunently without knowing who they are it's tough to help them directly.&lt;br /&gt;
There are unsubscribe instructions at the bottom of each message in the footer.&lt;br /&gt;
I've also updated and added an unsubscribe link to the [[Maillist]] homepage. --[[User:Rjf|Rjf]] 19:59, 16 March 2006 (CST)&lt;br /&gt;
{{Maillist Subscriptions}}&lt;br /&gt;
&lt;br /&gt;
== Ride Electric Vehicles June 10 Vancouver BC Canada ==&lt;br /&gt;
'''See [[EVents 2006 06 10]]''' --[[User:Rjf|Rjf]] 21:06, 19 May 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== nissan altra...availability ==&lt;br /&gt;
&lt;br /&gt;
Hello SEVA,&lt;br /&gt;
&lt;br /&gt;
Wondering if anyone has information about the Altra...where we might find a used one, especially.&lt;br /&gt;
&lt;br /&gt;
Will be grateful if someone can point us to a website and/or physical address...or best source for more information.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
: We have a [[Nissan Altra]] page, but it's pretty sparce, I've added a link to the only page at Nissans site to mention the Altra and it seems to indicate that it's still arround although I don't believe that is the case.  I also added a link to google for the Nissan Altra and there are quite a few matches, perhaps if you find some usefull resources you'll come back and add those links to our page!? --[[User:Rjf|Rjf]] 18:41, 4 July 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== The &amp;quot;E&amp;quot; switch ==&lt;br /&gt;
&lt;br /&gt;
I recently have heard of the e switch for a Prius. Can someone tell me how I can get one installed on my 2004 Prius.--[[User:67.183.223.253|67.183.223.253]] 23:47, 10 July 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
: Try [[EAA-PHEV:Prius EV Mode Button]] for more information. --[[User:Rjf|Rjf]] 00:52, 11 July 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Never recharge your hybrid again; ==&lt;br /&gt;
&lt;br /&gt;
I am a individual that had back in the 80's found a way to make the electric car that never needs to be recharged. I was very simple. Now that the oil problem is back again, some of the ideas that I submitted to the car makers is now showing up in the new hybrids. I checked with my co-inventor and he didn't file for a patent either. SO, if you would care to hear how easy this is to make what the makes are making now have unlimited mileage, contact me. thanks&lt;br /&gt;
: Feel free to share your ideas, I'm curious which of your ideas were used by the manufacturers in current hybrids? We actually want to plug in our hybrids (which we can not do currently without performing some [[PHEV]] modifications).  As far as Electric Vehicles go, of course they plug in because electricity from the grid is their fuel source, we want more cars to use electricity instead of gas for their fuel.  Either way you always need to &amp;quot;recharge&amp;quot; your car whether from an electric outlet or from a fuel pump at a gas station. --[[User:Rjf|Rjf]] 18:47, 19 July 2006 (CDT)&lt;br /&gt;
&lt;br /&gt;
== To Much Information... ==&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I have been looking on your site and you have a great deal of information...I'm sold, but I am unable to find a one stop solution. I would like to know if there are any After-Market Conversion Companies (similar to a Gemballa / AMG / or Zimmer) who will take a current European car and convert into a Hybrid / Electric...any information is greatly appreciated...&lt;br /&gt;
&lt;br /&gt;
AA&lt;br /&gt;
&lt;br /&gt;
== Smart Car EV ==&lt;br /&gt;
&lt;br /&gt;
Check out http://www.smart.com -&amp;gt; United Kingdom -&amp;gt; models -&amp;gt; the smart EV.&lt;br /&gt;
&lt;br /&gt;
I did a &amp;quot;register your interest&amp;quot;.  Hope they at least think about the USofA for the EV -- smart is supposedly coming to America next year, but I've heard rumors that the cars won't even be diesel.  smart EV's are starting with the traditional business-only trials -- hope they don't just end up crushing them!  Also check out the Canada site.  Wish our friends in the Whitehouse didn't make it so hard to bring in a car from Canada!&lt;br /&gt;
&lt;br /&gt;
== Zortch Electric Design - Real or Not ==&lt;br /&gt;
&lt;br /&gt;
Does anyone have information regarding Zortch Electric Design in Bellingham Washington.  Have attempted to contact the company via their web site and a number listed on another web site, but have not heard back.  The information and pictures of their products look great, but don't seem to be real or in earnest production at all.  Any information would be appreciated.  The web site distributes Smithfraud virus, be careful.&lt;br /&gt;
&lt;br /&gt;
== Battery Powered Lawn Mower ==&lt;br /&gt;
&lt;br /&gt;
We have a gasoline riding, double blade wide lawn mower of about 6 years old.  The 15 HP gas engine is failing, and we want to electrify it.  We run it about 3 hours at a mowing.&lt;br /&gt;
I used to own the electrified X19 Fiat, that we bought through Olaf Sundin, so are somewhat acquainted with what is involved.&lt;br /&gt;
Chuck Hanna-Myrick&lt;br /&gt;
home: 425-489-4025&lt;br /&gt;
cell: 206-276-7706&lt;br /&gt;
email: Chuck (at) Songaia (dot) com&lt;br /&gt;
&lt;br /&gt;
== converting lawnmower ==&lt;br /&gt;
&lt;br /&gt;
I want to do a &amp;quot;starter&amp;quot; conversion on a Craftsman riding mower.  Can someone tell me where to find parts?&lt;br /&gt;
&lt;br /&gt;
== New car merit ==&lt;br /&gt;
&lt;br /&gt;
There are many ways to measure a good car-speed, reliability, safety, looks, efficiency, etc... But at the UW in Red Square on 5/9/ a student reminded me of a good oldie: &amp;quot;Does it pick up the chicks?&amp;quot; he asked. &amp;quot;Oh sure, I pick em up all the time&amp;quot; i answered. &lt;br /&gt;
Good show, Steve et al. By Jeff ZAP Douthwaite&lt;br /&gt;
&lt;br /&gt;
== Charging Stations ==&lt;br /&gt;
Hi Steve, Here's an easy way to advance our agenda... Jan Drago is Chair of Transportation Committee, Jeff D. &lt;br /&gt;
:----- Original Message ----- &lt;br /&gt;
:From: jeff douthwaite &lt;br /&gt;
:To: Hon Jan Drago &lt;br /&gt;
:Sent: Monday, May 07, 2007 &lt;br /&gt;
:Subject: No Gas used!&lt;br /&gt;
:&lt;br /&gt;
:Dear Jan,&lt;br /&gt;
:I have turned in my gas burner car for a ZAP car. This is an all-electric design. I have driven 580 miles the last month and burned no gas or oil ! The ZAP is fun to drive too. Its major limitation is its range, which is limited to about 20 miles without getting another charge. What we need to further the use of all-electrics is more PLUG-IN STATIONS in the city. Simply access to the 115 volt ac power supply. I suggest this be promoted for all coffee houses, libraries, shopping centers, cafes, restaurants etc. A small fee would be reasonable. &lt;br /&gt;
:Thank you for your consideration. Sincerely,&lt;br /&gt;
:Jeff Douthwaite&lt;br /&gt;
&lt;br /&gt;
== Solectria Force tires ==&lt;br /&gt;
&lt;br /&gt;
I have a '98 Solectria Force that needs a new set of tires.  The origionals were Goodyear Invictus GL's P155/80R13.  The tires are no longer made by Goodyear. Although other manufacturers make a similar all season radial, non can support the 44psi rating as recommended by Solectria.  I've tried other sizes but ng on my mileage, like 10 - 20% less.  Does any one have a solution?&lt;br /&gt;
&amp;lt;!--Michael Wenis       SVKatzenjammer@aol.com--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Marketing ==&lt;br /&gt;
&lt;br /&gt;
I am a member of the Southend Neighbors for Justice and Peace. We were thrilled and priviledged to have Steven and John, among others, come and be with us for our showing of 'Who Killed the Electric Car?' a few months ago in Burien. I am wondering if there would be an openess to participating in our July 4th parade? We are trying to help our neighbors understand that to build a Peaceful world means to build a sustainable one. Your efforts go a long way towards educating and showing the ordinary citizen that EV is possible now and not the future and they can be a part of making the changes our world needs. Is there a way we can work together to make this happen for the parade? Thank you, Bill Opfermann&lt;br /&gt;
&lt;br /&gt;
== Petrofuel to Hybrid Conversion??? ==&lt;br /&gt;
&lt;br /&gt;
OK the US auto suppliers are making hybrids out of esentialy gas powerd production models or at least based on them. The EV world is taking petrofuel autos and converting them to all electric. Hybrid plug-in conversions are picking up steam. What I want to know is has anyone done a successful petrofuel to hybrid conversion? &lt;br /&gt;
&lt;br /&gt;
I have a couple of diesels that I am running home brewed biodiesel in. My carbon footprint is therefore way smaller than the commercial hybrids avaiable. To further my carbn reduction I was considering putting an electric 'helper' motor on the otherwise unused rear end of my Jetta. Has anyone seen this been done or has it been shot down already?&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Rich&lt;br /&gt;
&lt;br /&gt;
== EV conversion motor adaptors ==&lt;br /&gt;
&lt;br /&gt;
Hi everybody.  Glad to find this Seattle based EV club and perhaps networking resource.  I'm converting an 88 toyota PU to electric at the moment.  Getting the parts from CA.  In the future, would much prefer to get the parts; esp. the adaptor plate and hub fabricated here in WA right in King County.  Does anyone know of anyone besides WA EV Parts that might do this - maybe a machine shop familar with these parts? Would absolutely love to get a response on this.  It seems it would be the biggest solution for many EV'ers I talk to.&lt;br /&gt;
&lt;br /&gt;
Thanks very much&lt;br /&gt;
&lt;br /&gt;
John&lt;br /&gt;
&lt;br /&gt;
== Solar Assisted Electric Truck ==&lt;br /&gt;
&lt;br /&gt;
http://www.campbellot.com/electric-s10/&lt;br /&gt;
for members interested in charging their batteries with solar energy but can't bring their roof along,  check out this link.&lt;br /&gt;
&lt;br /&gt;
== 12kWh to produce 1 gallon of gas ==&lt;br /&gt;
I am trying to verify something I read on the Web:  that it takes&lt;br /&gt;
12 KWH to deposit one gallon of gasoline in your tank.  I have a&lt;br /&gt;
partial verification of this, in that $0.62 of the cost of a gallon&lt;br /&gt;
of gas is due to the refinery, and 40% of the cost of a refinery is&lt;br /&gt;
electricity, so $0.25 of the cost of your gasoline is the electricity.&lt;br /&gt;
If big refineries were paying the consumer rate for electricity, that&lt;br /&gt;
would be about 3 KWH, but I suspect big consumers like refineries&lt;br /&gt;
who get a much better rate, so I suspect that 5 KWH is more likely.&lt;br /&gt;
&lt;br /&gt;
The rest would be in the pumping into and out of refineries, into and&lt;br /&gt;
out of tanker trucks, the refining of the diesel for the tankers, and&lt;br /&gt;
pumping into and out of gas stations, but I don't know how to quantify&lt;br /&gt;
all of the latter.  So any information about this would be helpful.&lt;br /&gt;
&lt;br /&gt;
Now since 12 KWH = 1 gallon = 25 miles in a gas engine car, and since a&lt;br /&gt;
well designed electric car should get 4-5 miles/KWH, we see that&lt;br /&gt;
an electric car, not only uses no gas, but only half of the electricity&lt;br /&gt;
that a gas engine car does!&lt;br /&gt;
-- Larry Gales&lt;br /&gt;
&lt;br /&gt;
== Li-ion nanowire battery technology development ==&lt;br /&gt;
&lt;br /&gt;
A link to information on Li-ion battery technology development by Stanford.&lt;br /&gt;
&lt;br /&gt;
http://news-service.stanford.edu/news/2008/january9/nanowire-010908.html&lt;br /&gt;
&lt;br /&gt;
: Yes, a link to that news already exists in the [[Li#Recent_News]] article, see item for date 2007.12.18. --[[User:Rjf|Rjf]] 17:25, 24 January 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
== New reader's blog at Seattle PI for EVs ==&lt;br /&gt;
&lt;br /&gt;
Hey everyone,&lt;br /&gt;
&lt;br /&gt;
Just wanted to make you all aware of a new reader's blog focused on EVs that I just found on the Seattle PI website:&lt;br /&gt;
&lt;br /&gt;
[http://blog.seattlepi.nwsource.com/electricvehicleguide/index.asp EV Blog]&lt;br /&gt;
&lt;br /&gt;
== Dr. Andrew Frank to Speak @ South Seattle Community College ==&lt;br /&gt;
&lt;br /&gt;
I wanted to give you advanced notice about a speaker I’m bringing to the South Seattle Community College campus next month, Prof. Andrew Frank. I believe this speaker will be of interest to you and your members.  Thank you for your time.  Details:&lt;br /&gt;
&lt;br /&gt;
Wednesday, May 28th, 2008&lt;br /&gt;
1 – 2pm&lt;br /&gt;
Clock Tower Stage, SSCC Campus&lt;br /&gt;
Prof. Andrew Frank (picture attached)&lt;br /&gt;
Lecture, Rainbow Festival Activity&lt;br /&gt;
Free &amp;amp; Open to the Public&lt;br /&gt;
&lt;br /&gt;
Dr. Andrew Frank, professor of engineering at the University of California at Davis, is at the forefront of the alternative technology and electric vehicle movement.  His UC Davis FutureCar and FutureTruck teams have consistently placed in the top rankings of these competitions.  It is his theory that consumers will not only reap the benefits of lower operating costs, but also improved performance with plug-in hybrids.&lt;br /&gt;
&lt;br /&gt;
: Thanks, I've added that to our calendar [[EVents 2008 05 28]] --[[User:Rjf|Rjf]] 20:38, 16 April 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Electric Festiva for Sale ==&lt;br /&gt;
&lt;br /&gt;
I built a 72 volt DC electric car about 18 months ago, using a 91 Ford Festiva, with help from Dave Cloud of Woodinville.&lt;br /&gt;
I now need to sell it.  How might I use your website to do this.&lt;br /&gt;
: Thanks,&lt;br /&gt;
: Mike Jackets&lt;br /&gt;
: 7306 Channel View Dr.&lt;br /&gt;
: Anacortes, WA 98221&lt;br /&gt;
: (360) 293-0530&lt;br /&gt;
: Pictures available.&lt;br /&gt;
&lt;br /&gt;
: You might also post it in our new forum here: http://www.seattleeva.org/smf/index.php/board,21.0.html&lt;br /&gt;
&lt;br /&gt;
== Moving to WA -- Can I bring my electric car with me ==&lt;br /&gt;
I am moving back to Washington and I want to bring my California Roadster with me (http://www.californiaroadster.com).  I am completely street legal (it is licensed/registered and insured), but I want to find out if my vehicle is permitted in King, Kitsap, Snohomish, and nearby counties.  Here where I live in Southern California, it is registered as an NEV vehicle so I am restricted to streets 35mph or less---which is fine.  But I don't have any idea of how to get confirmation I will be able to register and insure my car up in WA.  If anyone can provide any insight on this, I would be so grateful to hear from you.&lt;br /&gt;
&lt;br /&gt;
:It appears that there is a dealer in North Bend, Wa. so I'm pretty sure they are legal here, though I can't confirm that they can be registered as NEV's.  I'm sure that our organization would love to have you participate in our organization, join our mail list, come to some meetings when you get into the area. --[[User:Rjf|Rjf]] 15:35, 11 November 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
== Charging at SeaTac ==&lt;br /&gt;
&lt;br /&gt;
This just in...&lt;br /&gt;
&lt;br /&gt;
...just returned from the grand opening ceremonies for six charging stations at the SeaTac parking garage.  All are on 110V 20 amp circuits and each charging station has resettable GFI’s that will trip above 15 amps to avoid dead circuits at the station. Bummer they are only 110V and it’s a pretty low tech system ... but at least it’s a start. The more promising news is that although users will have to pay the normal parking fees, the stations are well marked, have distinctive EV only signs above each space, and are absolutely free.  I spoke with the airport facility manager as well as the head of environmental programs and they both understood the need to make the stations ultimately 220V compatible to better feed the higher capacity longer range EV’s.  They seemed to understand the concept fairly well and the environmental guy was particularly receptive towards not only expanding into 220V, but also increasing the total number of stations as more EV’s enter the scene.  ....  chargng stations in the employee lots at the airport very soon.&lt;br /&gt;
&lt;br /&gt;
    I am a real fan of electric vehicles. I own a really cool electric bike and it is a real great way to get around. However, I have one issue and that is the way outside temp effects the battery life. I have LiIon battery and when it is 60 or more I get at least 40 miles , however, when it is in the 40s I am lucky to get 20 miles. Does anyone have a similar issue.&lt;br /&gt;
&lt;br /&gt;
Mike&lt;br /&gt;
&lt;br /&gt;
== New concept: Power Zones, with &amp;quot;free&amp;quot; energy storage. ==&lt;br /&gt;
&lt;br /&gt;
Electric and hybrid vehicles need a new innovation to overcome the limits of battery technology.Present performance is not adequate to meet range expectations and the combination of cold weather, uphill grades and parasitic losses from heaters, AC, headlights, blowers and accessories make things even worse in the real world.&lt;br /&gt;
&lt;br /&gt;
I have written a 5 page summary of a scheme to make electric vehicles much more practical, I am looking for evaluation and critiques. We even have a perfect test site here in Spokane. If you are interested, please send your email adress and I will forward a copy.&lt;br /&gt;
&lt;br /&gt;
Dave Johnson: kyle9905@yahoo.com&lt;br /&gt;
&lt;br /&gt;
== EV's in Washington? ==&lt;br /&gt;
Does anyone know the average of Electric vehicles in Washington??&lt;br /&gt;
: Average what? Number of EVs? Miles driven? Efficiency? --[[User:Rjf|Rjf]] 00:24, 1 June 2009 (CDT)&lt;br /&gt;
&lt;br /&gt;
== electric conversion ==&lt;br /&gt;
Hi, are there people in your group that convert fuel cars to electric cars? And if so, how much would it be?&lt;br /&gt;
: Yes, there are members of SEVA who convert gas cars to electric, you should come to one of our [[Meetings]] if you're in the area.  The cost varies greatly depending on the type of car and desired range and performance from the conversion. Try [[Conversions]] and [[Local_Resources#EV_dealers.2C_converters_and_parts_suppliers]] --[[User:Rjf|Rjf]] 21:05, 25 June 2009 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Machine Milling Lathe work ==&lt;br /&gt;
&lt;br /&gt;
Talked to one of your members, suggested I post here. I can fab/ modify small to medium sized metal parts, milling/ bandsaw/ lathe/ drill etc. Inside threading, shafts, brackets, etc. Just a hobby, looking to make a few extra bucks. Work within your budget.  &lt;br /&gt;
AL@albroswift.com&lt;br /&gt;
&lt;br /&gt;
== Fuel Cell Powerplant ==&lt;br /&gt;
&lt;br /&gt;
Hello there! &lt;br /&gt;
&lt;br /&gt;
Does SEVA also caters to those people interested in fuel cell power generation for home and industry (machine shops, pizza store, etc.) needs. &lt;br /&gt;
&lt;br /&gt;
Is there a fuel cell power generation association in Seattle or nearby? I am interested in electric cars but more so in power generation for home or business.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Dino&lt;br /&gt;
&lt;br /&gt;
== electric vehicle charging stations - purchasing info needed ==&lt;br /&gt;
&lt;br /&gt;
Hi - My condo in Seattle is considering purchasing and installing an electric vehicle car charging station in the building's garage.  Please send referrals for companies that sell and install charging stations - I've had no luck finding this info on the web.&lt;br /&gt;
&lt;br /&gt;
Thank you,&lt;br /&gt;
Mary Ann Owsley&lt;br /&gt;
&lt;br /&gt;
== Capstone Project on the viability of the Electric Vehicle ==&lt;br /&gt;
&lt;br /&gt;
Dear Sir/Madam:&lt;br /&gt;
We are a group of Syracuse University graduate students interest in Electrical vehicles and the viability of mobile charging for these vehicles. We ask, if possible, could you or your staff disseminate our survey to your members as to gauge interest and viability in this automotive sector. We would be more than happy to provide you with a copy of the survey results. The survey link is:&lt;br /&gt;
&lt;br /&gt;
https://whitman.qualtrics.com/SE?SID=SV_bpdZeIzvPRehYAA&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Thank you in advance&lt;br /&gt;
Lucius Daye, MBA Grad Student, Syracuse University&lt;br /&gt;
&lt;br /&gt;
== Hello...Don Baer here ==&lt;br /&gt;
&lt;br /&gt;
There doesn't seem to be a contact for assisting SEVA members with website access.&lt;br /&gt;
&lt;br /&gt;
Who can I call or email?&lt;br /&gt;
&lt;br /&gt;
Don&lt;br /&gt;
:At the bottom of every page is a &amp;quot;About SeattleEVA&amp;quot; link which will take you to a page with help and contact information. --[[User:Rjf|Rjf]] 00:03, 1 October 2012 (CDT)&lt;br /&gt;
&lt;br /&gt;
== want to make a hybrid ==&lt;br /&gt;
&lt;br /&gt;
take a geo tracker and put a forklift motor to the rear wheels and leave the front drive, will this motor be enough power to get to 55 mph, 48 volt with 60 volts of batteries. looks like I need about 4000 RPM. does this sound feasible?  billbent77@gmail.com&lt;br /&gt;
&lt;br /&gt;
== want to make a hybrid ==&lt;br /&gt;
&lt;br /&gt;
geo tracker with motor to rear&lt;br /&gt;
&lt;br /&gt;
== Shop for rent. Discounted  for ev related use ==&lt;br /&gt;
&lt;br /&gt;
Located in Covington. Kinda in the sticks but 1 mile off of HWY 18 off ramp at Covington  (between Maple Valley and Kent.)&lt;br /&gt;
&lt;br /&gt;
Available approximately March 15, maybe sooner.&lt;br /&gt;
&lt;br /&gt;
1200 to 1300 square foot walled-off space in the hangar. (Have not taken exact dimensions yet.) L shaped hangar space that is @ 24 to 34+ feet deep and has a single 40 foot wide hydraulic hangar door. Opens the whole shop up to daylight weather permitting or provides a nice rain awning (LOL). Large concrete pad in front. Wired 120v and 240v. &amp;quot;Reasonable&amp;quot; utilities included.  Hangar is in the basement of the house so there is pretty much 24-hour coverage of someone on the premises for security. Shared  use of privy in the basement or you can even grab a shower upstairs if you need it. Freshly power washed  floor and new paint. Can  be used for discrete commercial purposes. &lt;br /&gt;
&lt;br /&gt;
EV friendly/advocate landlord. Rent discounted to $600 a month if used for ev purposes. Bedroom possibly available in house if you want to live in or camp out.  Landlord can be amazingly flexible. &lt;br /&gt;
Everything is negotiable as long as everybody wins!&lt;br /&gt;
&lt;br /&gt;
Contact Roger Wright&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9792</id>
		<title>User:Rjf/Tiger Scooter</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9792"/>
		<updated>2020-07-12T00:38:39Z</updated>

		<summary type="html">&lt;p&gt;Rjf: /* LGQ Pack */ Ran across this gem of a post to the evdl circa: [https://www.mail-archive.com/ev@listproc.sjsu.edu/msg04840.html Jun 16, 2004, at 4:40 PM, Lightning Ryan wrote].&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
I purchased this Tiger 24v electric scooter from [[Local_Resources#EVs_North_West|EVs North West]], ([[User:Rjf/Tiger_Scooter/Product_Page|Product Page]]) with detachable seat and storage basket.  It came with a 400watt motor which was later upgraded to 500watts after the original failed.    The stock battery consisted of a pair of 10Ah UPS type sealed [[User:Rjf/PbA|lead-acid]] batteries which delivered about 2-5 miles of range weighing ~15lbs.  With the [[#LGQ Pack]] I've built out of 96 small  [[User:Rjf/Li|Lithium-Ion]] cells, which are housed in the little black and yellow toolbox hanging off the side like a saddle bag, I now have 10 miles of range from a battery that weighs less than 10 lbs.  I also experimented with a severely undersized battery pack consisting of Laptop 18650 cells, and an even shorter lived set of consumer AA [[User:Rjf/Ni|NiMH]] cells.  The current LGQ pack is properly sized and appears to be working very will, a test cell from this set now has some 180 cycles and still delivers 90% of it's original capacity.  The latest addition is a [[#Milwaukee V28 Pack]] which gives me an additional 2.5 miles, it's handy to bring along for &amp;quot;emergency range&amp;quot; or to use while the main pack is being charged.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter9.jpg|thumb|180px|24V Tiger scooter]]&lt;br /&gt;
|| [[Image:TigerScooter1.jpg|thumb|180px|Speedo, Amps, and Volts]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lead Acid Pack==&lt;br /&gt;
The scooter was origonally equipt with a pair of 7.28 lb. 10Ah 12v batteries, similar to [http://www.electricrider.com/batteries.htm these].&lt;br /&gt;
&lt;br /&gt;
== Headway LiFePO4 Battery Kit ==&lt;br /&gt;
Per [http://evcomponents.com/24v10ah-headway-lfp-battery-kit.html evcomponents.com 24V 10Ah Headway LiFePO4 Battery Kit] and similar: 12Ah, 15Ah, 48V, 60V, 72V Kits with Cells:&lt;br /&gt;
* Headway 38120S(10Ah) ** Weight (Approx.) 338g ** Dimensions (mm) Diameter 38±1 Height 132±1 ** Max. continuous discharging current 10C(100A) ** Recommended Constant Discharge 1C(10A)-5C(50A) ** Recommended charging current 0.3C(3A)-0.5C(5A) Max:1C(10A)&lt;br /&gt;
* Headway 38140S(12Ah) ** Weight (Approx.) 400g ** Dimensions (mm) Diameter 38±1 Height 152±1 ** Max. continuous discharging current 10C(120A) ** Recommended Constant Discharge 1C(12A)-5C(60A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(12A)&lt;br /&gt;
* Headway 40152S(15Ah) ** Weight (Approx.) 480g ** Dimensions (mm) Diameter 40±1 Height 174±1 ** Max. continuous discharging current 10C(150A) ** Recommended Constant Discharge 1C(15A)-5C(75A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(15A)&lt;br /&gt;
* Chemical composition LiFePO4(lithium iron phosphate) ** Rated voltage 3.2V ** Energy density 105 (Wh/kg) ** Battery internal resistance≤5mΩ ** Self discharge rate (monthly) 2-3% ** Standard. charging voltage 3.65±0.05V ** Max. End discharged cut off voltage 2.0V ** Working temperature: Charging 0~45℃ : Discharging -20~65℃ ** Storage temperature:  In one month -20~45℃ : In six months -20~35℃&lt;br /&gt;
* @20180106 - Got some used cells of 8Ah for $160.96 ($10 each).  However it appears I will not be able to assemble a full 16(s)eries 48V string.  Two(s) were &amp;quot;soft&amp;quot; and could not deliver over nor accept more than about 1A or 0.125C ''(ie: 1/8 (C)apacity 1 Hour Rate)''.  After initial cycle tests one of those I physically broke attempting to remove a threadall stub which leaked liquid electrolyte, the other soft cell also had the stub and no others did.  The remaining still matched up well as three descent 4s 5~6Ah blocks and a pair of matched lowest capacity cells.&lt;br /&gt;
* Ordered: [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-holder.html Headway 38120S 38140S 38120HP 2 hole holder (orange plastic end cap pair with locking edges)]. &amp;amp; [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-connector.html 2 holes connector for headway 38120S &amp;amp; 38140S cell (Cut and finished buss bars)]. &lt;br /&gt;
&lt;br /&gt;
==Milwaukee V28 Pack==&lt;br /&gt;
[[Image:100 1095.jpg|thumb|right|190px|Ryobi 18v [[Ni|NiMH]] &amp;lt;br&amp;gt; Milwaukee V28 [[Li]]]]&lt;br /&gt;
&lt;br /&gt;
These [[Li#Milwaukee PowerTools|Milwaukee Li battery packs]] are composed of 7 cells in series, have 3.0Ah (0.084kWh) of capacity, and weigh 2.33lbs (37.3oz).  They should deliver 40A through the stock BMS and perhaps up to or over 100A if bypassed.  The pack measures 28.9v with a full charge, and the work light turns itself off at 25.9v.  This is also the point at which the first battery level indicator blinks, indicating empty.  The pack's dimensions are 3-1/4&amp;quot; tall by 5&amp;quot; long by 3-1/2&amp;quot; wide.&lt;br /&gt;
* Battery pack made up of 7 cells is 3Ah, 2.5Lbs ship weight, [http://www.toolauthority.com/product_info.php?products_id=1835 $118.50], Mfr. Model # 48-11-2830&lt;br /&gt;
* 1 hour charger is 2.2Lbs, [http://www.toolauthority.com/product_info.php?products_id=1836 $47.5], Mfr. Model # 48-59-2801.&lt;br /&gt;
* WorkLight is 1.3Lbs, [http://www.toolauthority.com/product_info.php?products_id=1834 $27.75] ''(cheap source for battery socket?)'', Mfr. Model # 49-24-0185.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
* Charge - &amp;lt;0:45 min Initial ( 3.75A = 3.0Ah )&lt;br /&gt;
* Dischg - ~5:30 min light ''8-A331 28v'' ( 0.55A = 15Watts )&lt;br /&gt;
* Charge - &amp;lt;1:00 min 1.15A, 0.08kWh, 0.74pf @kWmeter&lt;br /&gt;
* Dischg - ~5:30 min work light&lt;br /&gt;
* Charge - &amp;lt;0:10 min 2 bars&lt;br /&gt;
* Dischg - Ride on scooter, dump charge from LGQ pack, ok&lt;br /&gt;
* Charge - from 2bars to full overnight 0.07kWh @kWmeter&lt;br /&gt;
* Dischg - Ride arround campus &amp;lt; 1mile, down to 2or3 bars&lt;br /&gt;
* Charge - from 2bars to full overnight 0.05kWh @kWmeter&lt;br /&gt;
* Dischg - Ride 2.23 miles, till dead, slightly warm&lt;br /&gt;
* Charge - Overnight, 0.10kWh @kWmeter ''(44.8 Wh/mile or 22.3 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.63 miles, till dead.&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(30.4 Wh/mile or 32.9 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.36 miles, till dead, with Mail&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(33.9 Wh/mile or 29.5 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 0.493 miles, 3 round trips inside.&lt;br /&gt;
* Charge - &amp;lt;0:31 min, 0.02kWh @kWmeter ''(40.6 Wh/mile or 24.6 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 1.684 miles, Brian, left &amp;quot;on&amp;quot; for an hour or so.&lt;br /&gt;
* Charge - &amp;lt;0:45 min, 0.08kWh @kWmeter ''(47.5 Wh/mile or 21.1 miles/kWh)''&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:100 1096.jpg|thumb|90px|Stock Boot]]&lt;br /&gt;
|| [[Image:100 1097.jpg|thumb|90px|Open Boot]]&lt;br /&gt;
&amp;lt;!-- || [[Image:100 1098.jpg|thumb|90px|New cable]] --&amp;gt;&lt;br /&gt;
|| [[Image:100 1099.jpg|thumb|90px|New cable]]&lt;br /&gt;
|| [[Image:100 1100.jpg|thumb|90px|New cable]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===PHEV App===&lt;br /&gt;
{| border=1 cellpadding=2&lt;br /&gt;
| colspan=9 | '''S'''eries &amp;amp; '''P'''arallel Voltages, Capacity, and Range ''(Car @ 3miles/kWh)''&lt;br /&gt;
|-&lt;br /&gt;
|'''S'''/'''P'''||Volt Range|| 1 || 2P || 4P || 8P || colspan=2 | Range @8P || Cost @8P&lt;br /&gt;
|-&lt;br /&gt;
| colspan=6 | &amp;amp;nbsp; || Car || Scooter || ''Retail $''&lt;br /&gt;
|-&lt;br /&gt;
|1  ||25.9v - 29.4v  ||75Wh ||150Wh   ||300Wh   ||600Wh   ||2 ||24  || $960&lt;br /&gt;
|-&lt;br /&gt;
|2S ||51.8v - 58.8v  ||150Wh||300Wh   ||600Wh   ||1.20 kWh||3 ||48  || $1920&lt;br /&gt;
|-&lt;br /&gt;
|3S ||77.7v - 88.2v  ||225Wh||450Wh   ||900Wh   ||1.80 kWh||5 ||72  || $2880&lt;br /&gt;
|-&lt;br /&gt;
|4S ||103.6v - 117.6v||300Wh||600Wh   ||1.20 kWh||2.40 kWh||7 ||96  || $3840&lt;br /&gt;
|-&lt;br /&gt;
|5S ||129.5v - 147.0v||375Wh||750Wh   ||1.50 kWh||3.00 kWh||9 ||120 || $4800&lt;br /&gt;
|-&lt;br /&gt;
|6S ||155.4v - 176.4v||450Wh||900Wh   ||1.80 kWh||3.60 kWh||10||144 || $5760&lt;br /&gt;
|-&lt;br /&gt;
|7S ||181.3v - 205.8v||525Wh||1.05 kWh||2.10 kWh||4.20 kWh||12||168 || $6720&lt;br /&gt;
|-&lt;br /&gt;
|8S ||207.2v - 235.2v||600Wh||1.20 kWh||2.40 kWh||4.80 kWh||14||192 || $7680&lt;br /&gt;
|-&lt;br /&gt;
|9S ||233.1v - 264.6v||675Wh||1.35 kWh||2.70 kWh||5.40 kWh||16||216 || $8640&lt;br /&gt;
|-&lt;br /&gt;
|10S||259.0v - 294.0v||750Wh||1.50 kWh||3.00 kWh||6.00 kWh||18||240 || $9600&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Potential applications in existing HEVs. Current Hybrids use 6.5Ah cells, although they only use 40-50% of that capacity, so these 3.0Ah cells may deliver the same ammount of energy at greater discharge levels.  They come unconfortably close to the required power levels, however with a set of 2 Parallel capacity would exceed the origional pack and power requirements easily satisfied.&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 5S @ 129.5v - 147.0v (35 cells)&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 6S @ 155.4v - 176.4v (42 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 7S @ 181.3v - 205.8v (49 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 8S @ 207.2v - 235.2v (56 cells)&lt;br /&gt;
&lt;br /&gt;
==LGQ Pack==&lt;br /&gt;
[[Image:G14116CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
I assembled 96 individual cells into 2 blocks each one composed of 12 cells in parallel by 4 strings in series and weighing 4.01 lbs.  Each block is roughly equivalently to a 12v 12.6Ah battery.  Keep in mind that the blocks are series/parallel switched themselves from parallel 12v @25.2Ah to series 24v @12.6Ah.  This is done to accommodate charging them in parallel mode at 12v which is the limit of my charger.  However when riding they are switched into series mode to deliver 24v to the scooter.  The actual fully charged voltage is close to 30v which gives the scooter slightly more top speed than the stock PbA batteries, since in a motor voltage is directly proportional to RPMs.  This pack delivers about 10 miles of range and weighs 8.9 lbs including the toolbox and wiring.&lt;br /&gt;
&lt;br /&gt;
Rectangular A&amp;amp;TB 1050mAh Cells LGQ863448H (Electronics Goldmine $1/cell #G14116)&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=8890 Source]&lt;br /&gt;
&lt;br /&gt;
 Compact 3.6V 1050mAH Li-Ion Battery - G14116&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT *** Compact lithium ion battery is rated&lt;br /&gt;
 3.6VDC at 1050mAH.  Size is only 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot; Thick. Weighs&lt;br /&gt;
 only 38 grams so it is a powerful yet compact and lightweight battery&lt;br /&gt;
 that can be used in RC park flyers, robots, RC Planes, etc. Can be&lt;br /&gt;
 recharged over and over again. Made by A&amp;amp;TB of Japan. Very high quality.&lt;br /&gt;
 Part# LGQ863448H. Blowout price on this prime brand new battery! Hurry&lt;br /&gt;
 while supplies last on this very impressive high energy density battery.&lt;br /&gt;
 G14116 HURRY - SPECIAL SALE PRICE!!!&lt;br /&gt;
 Manufactured by A&amp;amp;TB of Japan&lt;br /&gt;
 Price: $1.00 each&lt;br /&gt;
&lt;br /&gt;
Ran across this gem of a post to the evdl circa: [https://www.mail-archive.com/ev@listproc.sjsu.edu/msg04840.html Jun 16, 2004, at 4:40 PM, Lightning Ryan wrote].&lt;br /&gt;
&lt;br /&gt;
===Charger===&lt;br /&gt;
I can't afford a fully fledged analyzer [http://www.aeromicro.com/Catalog/chargers_116212_products.htm].&lt;br /&gt;
So instead I use a Triton (Red, $124) and a GWS (just below the Triton, $44).  I got the GWS first for charging NiMH for my first trainer plane,  It also made my Air Surfer (toy plane) a lot more fun as the &amp;quot;Dumb&amp;quot; field charger it comes with, changing it from a boring to a fun toy [http://www.time.com/time/2002/inventions/toy_surfer.html].&lt;br /&gt;
&lt;br /&gt;
Triton Details: [http://www.greatplanes.com/discontinued/gpmm3153.php GWS Triton]&amp;lt;br&amp;gt;&lt;br /&gt;
I would recommend the Triton, or perhaps some of the other smart computerized chargers, mine will do 1-24 Ni(CD or MH) cells, 1-4 Li-ion cells, and 6, 12, and 24v Lead-acid batteries up to 5 Amps. It will also cycle and log (until the battery is disconnected) mAh and average voltage (on discharge).  Lithium is limited to 2.5Amps of charge which is a bummer when charging the Scooters 25Ah pack (ie: up to 10 or more hours for a full charge, which could take as little as 1.5 hours, or a half hour to 80% if the charger were capable of delivering more power.  It is capable of delivering plenty of current to the single test cell which can typically be fully charged in 60 to 90 minutes.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Single Block #1&lt;br /&gt;
**Charge+ 3442mAh @2.5A (2004.06.01)&lt;br /&gt;
**Discharge-11255mAh @1.2A :521			Charge+11143mAh @2.5A :450	Cycle 1&lt;br /&gt;
**Discharge-11280mAh @1.2A :522			Charge+11267mAh @2.5A :425	Cycle 2&lt;br /&gt;
**Discharge-11330mAh @1.2A :525			Charge+11260mAh @2.5A :425	Cycle 3&lt;br /&gt;
**Discharge-11276mAh @1.2A :524			Charge+11192mAh @2.5A :442	Cycle 3.1&lt;br /&gt;
**Discharge-11275mAh @1.2A :524			Charge+11191mAh @2.5A :446	Cycle 3.2&lt;br /&gt;
*Single Block #2&lt;br /&gt;
**Charge+ 3624mAh @2.5A :237&lt;br /&gt;
**Discharge-11414mAh @1.2A :531			Charge+11231mAh @2.5A :433	Cycle 1&lt;br /&gt;
**Discharge-11330mAh @1.2A :560			Charge+11164mAh @2.5A :436	Cycle 2&lt;br /&gt;
**Discharge-11291mAh @1.2A :425			Charge+11202mAh @2.5A :437	Cycle 3&lt;br /&gt;
*Combined Block #1 &amp;amp; #2&lt;br /&gt;
*'''Discharge-22633mAh @1.2A :1130		rcalcCharge+21926mAh @2.5A :602 (@0.5A 21500mAh)   	Cycle 4'''&lt;br /&gt;
*Discharge-10 miles				Charge+22000mAh @2.5A End at 0.4A :658		Cycle 5 (2004.06.20)&lt;br /&gt;
**(18650)	Charge+ 2020mAh :117				Cycle 35&lt;br /&gt;
*Discharge-Rode ~7 miles     			Charge+18171mAh :650 (111 degree F in Sun at rest)	Cycle 6&lt;br /&gt;
**New Rear Tire!				(18650)	Charge+  536mAh :109				Cycle 36&lt;br /&gt;
*Discharge-Rode ~2 miles     			Charge+10866mAh :493 (@0.5A 10145mAh :321)	Cycle 7&lt;br /&gt;
*Discharge-Rode &amp;lt; 1 mile     			Charge+ 2127mAh :235			Cycle 8&lt;br /&gt;
*Discharge-Rode 4 miles     			Charge+ 5605mAh :321 (@0.5A 4883mAh :191)	Cycle 9 (2004.06.17)&lt;br /&gt;
*Discharge-Rode	to Seattle Center   		Charge+ 5845mAh :379			Cycle 10 (2004.06.20)&lt;br /&gt;
*Discharge-Rode ~7 miles to pick up car		Charge+11335mAh :527 			Cycle 11&lt;br /&gt;
**(18650)	Charge+ 1321mAh :178 			Cycle 37&lt;br /&gt;
*Discharge-Rode 16 Miles (4 on 18650, 2 on Pba)	Charge+22338mAh :747			Cycle 12&lt;br /&gt;
**(18650)	Charge+ 7003mAh :335			Cycle 38&lt;br /&gt;
*Discharge-Rode at Greenwood Show    		Charge+ 6042mAh :340			Cycle 13&lt;br /&gt;
*Discharge-Rode 76, Seattle Center, left on 24h	Charge+18206mAh :665			Cycle 14&lt;br /&gt;
*'''Discharge-22269mAh :1024 (Test Cycle @1.2A)	Charge+22575mAh :755			Cycle 15'''&lt;br /&gt;
*Discharge-Rode to 76(0.8m) + 2.3 mile		Charge+ 6883mAh :410 (1.110 Ah / mile)	Cycle 16&lt;br /&gt;
*Discharge-Rode 10.58 Miles (Fixed Spedo)     	Charge+19541mAh :668 (0.923 Ah / mile)	Cycle 17&lt;br /&gt;
*Discharge-Rode 0.9 + 0.9 = 1.8miles   		Charge+ 4213mAh :275 (1.170 Ah / mile)	Cycle 18 (2004.06.20)&lt;br /&gt;
*Discharge-Led Strip on for about 20 days      	Charge+ 3000mAh :??  	 10129mAh?	Cycle 19 (2004.09.19)&lt;br /&gt;
*Discharge-Left on for a 24 hours    		Charge+ 9095mAh :512			Cycle 20&lt;br /&gt;
*Discharge-Rode at work				Charge+enroute to woodburn  		Cycle 21 (2004.09.25)&lt;br /&gt;
*Discharge-Rode at woodburn, odo broke		Charge+ 7115mAh :440			Cycle 22&lt;br /&gt;
*Discharge-2.17 Miles odo fixed			Charge+ 4018mAh :349 (.926Ah(28Wh)/mile)	Cycle 23 (2004.09)&lt;br /&gt;
*Discharge-Rode? Cellphone, Sevcon+E-Tek tests	Charge+16650mAh :999			Cycle 24&lt;br /&gt;
*Discharge-Rode at work for months		Charge+ 9300mAh :484			Cycle 25&lt;br /&gt;
*Discharge-Rode at work (PbA went flat, get hot) Charge+14295mAh :640			Cycle 26&lt;br /&gt;
*Discharge-Rode at work				Charge+ 9333mAh :566			Cycle 27 (2005)&lt;br /&gt;
*Discharge-Rode at work				Charge+16469mAh :790			Cycle 28 (2006.02.15)&lt;br /&gt;
*Discharge-Rode at work				Charge+22235mAh :952			Cycle 29 (2006.03.24)&lt;br /&gt;
*Discharge-Rode at work				Charge+14974mAh :759			Cycle 30 (2006.04.20)&lt;br /&gt;
*Discharge-Sat for years, rode, 4 Miles -623mAh	Charge+24050mAh :833 (to 14.8v)		Cycle 31 (2008.10.12)&lt;br /&gt;
** Brought scooter home in 2007 where it was road every few months but mostly sat for years.&lt;br /&gt;
*'''Discharge-23621mAh :1104 (@1.2-1.4A to 12.0v) Charge+21418mAh :949 (to 14.4v)	Cycle 32 (2008.10.14)'''&lt;br /&gt;
&lt;br /&gt;
===Cycles TC1===&lt;br /&gt;
These are the cycles for a single &amp;quot;Test Cell&amp;quot; from the batch of cells that makes up this pack.&lt;br /&gt;
This may indicate the expected lifespan and capacity degradation for the full pack,&lt;br /&gt;
baring any interconnect or balance issues which may otherwise shorten it.&lt;br /&gt;
The temp rise during discharge at 2C to 2.5C for the first 10 cycles averaged 16.1&amp;amp;deg;F ranging from 13-19&amp;amp;deg;,&lt;br /&gt;
oddly enough the temperature appeared to drop during the charge cycle by roughly the same amount.&lt;br /&gt;
 Capacity Tests based on discharge rates (C=Cell Capacity (1050mAh)):&lt;br /&gt;
 Rated-1050mAh -  100% - 12.600Ah (Full Pack Equivalent at Nameplate Capacity)&lt;br /&gt;
 0.1C - 940mAh - 89.5% - 11.280Ah @1.26A&lt;br /&gt;
 ''0.5C - 888mAh - 84.6% - 10.656Ah @6.30A''&lt;br /&gt;
 1.0C - 836mAh - 79.6% - 10.032Ah @12.6A&lt;br /&gt;
 ''1.5C - 793mAh - 75.5% -  9.516Ah @18.9A''&lt;br /&gt;
 2.0C - 749mAh - 71.3% -  8.988Ah @25.2A&lt;br /&gt;
 2.5C - 659mAh - 62.8% -  7.908Ah @31.5A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is no longer valid, replace with a screenshot of what it used to look like:&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;IFRAME SRC=/mw/cycle_graph/LGQ_TC1.shtml NAME=graph WIDTH=800 HEIGHT=800&amp;gt;&amp;lt;/IFRAME&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Screenshot (274).png|800px]] &lt;br /&gt;
&lt;br /&gt;
[[User:Rjf/Tiger_Scooter/LGQ_Pack_Cycles]]&lt;br /&gt;
&lt;br /&gt;
===Schematics===&lt;br /&gt;
Wiring schematics go here...&lt;br /&gt;
&lt;br /&gt;
   -Block #1+    ___-Block #2+___&lt;br /&gt;
  /          \  /                \&lt;br /&gt;
  |____      | |     /switch      \&lt;br /&gt;
       \     | |    / to -12       \   &lt;br /&gt;
 -24___O   O \ O   O           O===O   O   O&lt;br /&gt;
       /   |__\________________    |   |    &lt;br /&gt;
      /    |   \               \   |   |    &lt;br /&gt;
 -12_/ O   O   O===O           O   O   O   O&lt;br /&gt;
 +12___|_______/                   |   \_______+24v&lt;br /&gt;
       \___________________________/&lt;br /&gt;
       nc  no  com coil     coil  com  no  nc&lt;br /&gt;
 &lt;br /&gt;
 When &amp;quot;switch to -12&amp;quot; is connected to B#1- the B#1 Relay is energized.&lt;br /&gt;
 B#1 Relay connects B#1+ to B#2-, and B#2 energizes B#2 Relay.&lt;br /&gt;
 B#2 Relay connects B#2+ to the scooter motor controller for +24v.&lt;br /&gt;
 This configuration ensures there is no load when off and B#1 &amp;amp; B#2 are in parallel.&lt;br /&gt;
 When enabled B#1 and B#2 both power an identical relay ensuring that the two&lt;br /&gt;
 Blocks are subjected to the same parasitic load as to stay in balance during operation.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
Construction process for LGQ's, 12 Parallel, 4 Series, 2 sets or blocks of cells...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TigerScooter-LGQ01.jpg |A few loose cells&lt;br /&gt;
Image:TigerScooter-LGQ15.jpg |Size comparison Series&lt;br /&gt;
Image:TigerScooter-LGQ18.jpg |Size comparison Parallel&lt;br /&gt;
Image:TigerScooter-LGQ20.jpg |12 Plasti-Dipped cells&lt;br /&gt;
Image:TigerScooter-LGQ22.jpg |4 sub-blocks curing&lt;br /&gt;
Image:TigerScooter-LGQ25.jpg |stacking sub-blocks&lt;br /&gt;
Image:TigerScooter-LGQ26.jpg |Cork for proper spacing&lt;br /&gt;
Image:TigerScooter-LGQ28.jpg |Plasti-Dippin sub-block&lt;br /&gt;
Image:TigerScooter-LGQ32.jpg |sub-block #4, last one&lt;br /&gt;
Image:TigerScooter-LGQ33.jpg |sub-block interconnects&lt;br /&gt;
Image:TigerScooter-LGQ35.jpg |12p*4s 12v 12.6Ah Block&lt;br /&gt;
Image:TigerScooter4.jpg      |Finished and installed&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==18650 Pack==&lt;br /&gt;
Keep in mind that the Lithium packs do series/parallel switching from 12 to 24v to accomidate charging at 12v (4 series cells). However they are driven at 24v (8 series cells). As such the charging numbers should be divided in half for their proper 24v capacity... Graphs to come...&lt;br /&gt;
&lt;br /&gt;
Sony 18650 1.3Ah Li-ions were Assymbled into two 5 parallel by 4 series cell blocks&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Charge    6687mAh @1.0A&lt;br /&gt;
*Discharge 6455mAh @1.0A     	Charge    6301mAh @1.0A&lt;br /&gt;
*Discharge 6020mAh @2.0A     	Charge    6182mAh @2.0A&lt;br /&gt;
*Discharge 5608mAh @0.8A     	Charge    6540mAh @2.5A&lt;br /&gt;
*Discharge 6080mAh @2.5A     	Charge    5948mAh &lt;br /&gt;
*Discharge 5987mAh &lt;br /&gt;
*Added Second Block, 8 series cells&lt;br /&gt;
*Charge    11426mAh &lt;br /&gt;
*Discharge 12470mAh @2.5A    	Charge    12565mAh @1.5A&lt;br /&gt;
*Discharge 11232mAh @2.5A    	Charge    10094mAh @1.5A&lt;br /&gt;
*Discharge  9040mAh @2.5A    	Charge    12202mAh @2.5A&lt;br /&gt;
*Split Blocks, Block #1&lt;br /&gt;
*Discharge  5916mAh @2.5A    	Charge     6100mAh &lt;br /&gt;
*Split Blocks, Block #2&lt;br /&gt;
*Discharge  5822mAh @2.5A    	Charge     5713mAh &lt;br /&gt;
*Charge     6149mAh @1.0A&lt;br /&gt;
*Discharge  5934mAh @1.0A    	Charge     5746mAh @1.0A&lt;br /&gt;
*Discharge  5938mAh @1.0A    	Charge     5885mAh @1.0A&lt;br /&gt;
*Discharge  2 miles 		Charge     3827mAh @2.5A&lt;br /&gt;
**( 0.957 Ah / mile ) (3.827Ah / 2 blocks / 2 miles )&lt;br /&gt;
*Both Blocks #1 &amp;amp; #2&lt;br /&gt;
*Discharge  10485mAh @1.4A   	Charge     10332mAh @2.5A&lt;br /&gt;
*Discharge  2 miles 		Charge     3664mAh  @2.5A&lt;br /&gt;
*Discharge  5.5 miles 		Charge     10164mAh @2.5A  ( 0.924 Ah/mile ) &lt;br /&gt;
*Discharge  rode at work      	Charge      2570mAh @2.5A  &lt;br /&gt;
*Discharge  6.5 miles 		Charge     10503mAh @2.5A  ( 0.808 Ah/mile )&lt;br /&gt;
*Discharge  2 miles 		Charge      3347mAh @2.5A  ( 0.837 Ah/mile ) Cycle 32&lt;br /&gt;
*Discharge  Rode			Charge      2895mAh @1.0A Cycle 33&lt;br /&gt;
*Discharge  Rode			Charge      5637mAh Cycle 34&lt;br /&gt;
*Discharge  Rode			Charge      2020mAh :117 Cycle 35&lt;br /&gt;
*Discharge  Rode			Charge       536mAh :109 Cycle 36&lt;br /&gt;
*Discharge  Rode			Charge      1321mAh :178 Cycle 37&lt;br /&gt;
*Discharge  Rode			Charge      7003mAh :335 Cycle 38&lt;br /&gt;
*( Dump Charge Test from Charged Li-ion to Dead PbA(5.5Ah Down) ) 4.2 to 4.6Ah from Li&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter-18650-01.jpg|thumb|A single 18650 Li-ion cell.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-03.jpg|thumb|Single pair of 18650 Li-ion cells, and their management circuit.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-04.jpg|thumb|The full pack 5-Parallel 8-Series, with series/parallel and main relays.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Dunno Prismatic Cells==&lt;br /&gt;
[[Image:G14673CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
These cells are identical to my Motorola Timeport Cell phone cell.&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=9468 source]&lt;br /&gt;
 3.6V Lithium Ion Battery (Pkg of 2) - G14673&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT ***3.6V 1050MmAH. Compact 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot;&lt;br /&gt;
 thick metal case powerful lithium ion battery. Great for robotics, RC park flyers,&lt;br /&gt;
 RC cars, etc. New - can be recharged over and over. Package of 2. G14673&lt;br /&gt;
 Manufactured by -no info available&lt;br /&gt;
 Price: $0.75 each&lt;br /&gt;
&lt;br /&gt;
Rectangular Unknown 1050mAh Cells M08134B(A)(J)(H) (Electronics Goldmine $0.75/cell #G14673) Ten Individualy Numbered Cells (41,42,43,44,45H, 72,73,74H, 42J, 83A)&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Cell 83(A)&lt;br /&gt;
**Charge+505mAh:129&lt;br /&gt;
**Discharge-643mAh (151mAh @2.0A, 417mAh @1.0A, 75mAh @0.5A) Charge+674mAh:135 Cycle 1&lt;br /&gt;
**Discharge-603mAh @1.0A:35 Charge+581mAh:110 Cycle 2&lt;br /&gt;
**Discharge-632mAh @1.0A:37 Charge+837mAh (3.7v):125 Cycle 3&lt;br /&gt;
**Discharge-826mAh @1.0A:49 Charge+804mAh (3.7v):129 Cycle 4&lt;br /&gt;
**Discharge-844mAh @1.0A:50 Charge+847mAh (3.7v):118 Cycle 5&lt;br /&gt;
**Discharge-847mAh (570mAh @2.0A :17, 277mAh @1.0A :16) Charge+832mAh:115 Cycle 6&lt;br /&gt;
*Cell 42(J)&lt;br /&gt;
**Charge+524mAh:135&lt;br /&gt;
**Discharge-665mAh (200mAh @2.0A, 386mAh @1.0A, 79mAh @0.5A) Charge+717mAh @0.7A:139 Cycle 1&lt;br /&gt;
**Discharge-658mAh @1.0A:39 Charge+629mAh:156 Cycle 2&lt;br /&gt;
**Discharge-649mAh @1.0A:38 Charge+591mAh @0.7A:109 Cycle 3&lt;br /&gt;
**Discharge-619mAh @1.0A:36 Charge+622mAh @0.8A:109 Cycle 4&lt;br /&gt;
**Discharge-617mAh @1.0A:36 Charge+517mAh:119 Cycle 5&lt;br /&gt;
**Discharge-625mAh @1.0A:37 Charge+742mAh:156 Cycle 6&lt;br /&gt;
*Cell 45(H)&lt;br /&gt;
**Charge+488mAh:124&lt;br /&gt;
**Discharge-631mAh (163mAh @2.0A, 381mAh @1.0A, 87mAh @0.5A) Charge+657mAh @0.6A:136 Cycle 1&lt;br /&gt;
**Discharge-643mAh @1.0A:38 Charge+724mAh @0.7A:156   Cycle 2&lt;br /&gt;
**Discharge-693mAh @1.0A:41 Charge+642mAh:128   Cycle 3&lt;br /&gt;
**Discharge-642mAh @1.0A:38 Charge+663mAh:173   Cycle 4&lt;br /&gt;
**Discharge-722mAh @1.0A:42 Charge+736mAh:153   Cycle 5&lt;br /&gt;
**Discharge-751mAh (560mAh @2.0A :16, 191mAh @1.0A :11) Charge+721mAh:145 Cycle 6&lt;br /&gt;
**Discharge-...&lt;br /&gt;
&lt;br /&gt;
I Believe that this is the same battery used in an old Motorola Timeport Cellphone that I purchased Dec. 7 2000.  This phone was used for about 9 months durring which time it went for a swim in a lake, shorting out and overheating, but it did continue to work.  It sat unused for about 2 years. (See the photos on the right side) Now, Oct. 2004, being some 3 years old I'm cycling it to see how it compaires to the above cells...&lt;br /&gt;
*Discharge 567mAh @0.7A	:47			Charge+631:160 to 3.6v&lt;br /&gt;
*Discharge 562mAh @1.0A	:33			Charge+493:138&lt;br /&gt;
*Discharge 503mAh @1.0A	:29			Charge+450:133&lt;br /&gt;
*Discharge 457mAh @1.0A	:27			Charge+450:146&lt;br /&gt;
*Discharge 477mAh @1.0A	:28			Charge+442:135&lt;br /&gt;
*Discharge 462mAh @1.0A	:27			Charge+596:138 to 3.7v&lt;br /&gt;
*Discharge 652mAh @1.0A	:38			Charge+659:125&lt;br /&gt;
*Discharge 654mAh @1.0A	:38			Charge+597:137&lt;br /&gt;
*Discharge 590mAh @1.0A	:35			Charge+632:137&lt;br /&gt;
*Discharge 667mAh @1.0A	:39			Charge+636:143&lt;br /&gt;
*Discharge 647mAh @1.0A	:38			Charge+616:143&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TimePort-Cap0040.jpg|After overheating when it took a swim in the lake.&lt;br /&gt;
Image:TimePort-Cap0041.jpg|The Motorola TimePort cell and it's management circuit.&lt;br /&gt;
Image:TimePort-Cap0042.jpg|closeup of the management circuit.&lt;br /&gt;
Image:TimePort-Cap0043.jpg|The &amp;quot;dunno&amp;quot; cell and the Motorola cell.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9791</id>
		<title>User:Rjf/Tiger Scooter</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9791"/>
		<updated>2020-07-12T00:28:01Z</updated>

		<summary type="html">&lt;p&gt;Rjf: /* Charger */ found working GWS Triton product link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
I purchased this Tiger 24v electric scooter from [[Local_Resources#EVs_North_West|EVs North West]], ([[User:Rjf/Tiger_Scooter/Product_Page|Product Page]]) with detachable seat and storage basket.  It came with a 400watt motor which was later upgraded to 500watts after the original failed.    The stock battery consisted of a pair of 10Ah UPS type sealed [[User:Rjf/PbA|lead-acid]] batteries which delivered about 2-5 miles of range weighing ~15lbs.  With the [[#LGQ Pack]] I've built out of 96 small  [[User:Rjf/Li|Lithium-Ion]] cells, which are housed in the little black and yellow toolbox hanging off the side like a saddle bag, I now have 10 miles of range from a battery that weighs less than 10 lbs.  I also experimented with a severely undersized battery pack consisting of Laptop 18650 cells, and an even shorter lived set of consumer AA [[User:Rjf/Ni|NiMH]] cells.  The current LGQ pack is properly sized and appears to be working very will, a test cell from this set now has some 180 cycles and still delivers 90% of it's original capacity.  The latest addition is a [[#Milwaukee V28 Pack]] which gives me an additional 2.5 miles, it's handy to bring along for &amp;quot;emergency range&amp;quot; or to use while the main pack is being charged.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter9.jpg|thumb|180px|24V Tiger scooter]]&lt;br /&gt;
|| [[Image:TigerScooter1.jpg|thumb|180px|Speedo, Amps, and Volts]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lead Acid Pack==&lt;br /&gt;
The scooter was origonally equipt with a pair of 7.28 lb. 10Ah 12v batteries, similar to [http://www.electricrider.com/batteries.htm these].&lt;br /&gt;
&lt;br /&gt;
== Headway LiFePO4 Battery Kit ==&lt;br /&gt;
Per [http://evcomponents.com/24v10ah-headway-lfp-battery-kit.html evcomponents.com 24V 10Ah Headway LiFePO4 Battery Kit] and similar: 12Ah, 15Ah, 48V, 60V, 72V Kits with Cells:&lt;br /&gt;
* Headway 38120S(10Ah) ** Weight (Approx.) 338g ** Dimensions (mm) Diameter 38±1 Height 132±1 ** Max. continuous discharging current 10C(100A) ** Recommended Constant Discharge 1C(10A)-5C(50A) ** Recommended charging current 0.3C(3A)-0.5C(5A) Max:1C(10A)&lt;br /&gt;
* Headway 38140S(12Ah) ** Weight (Approx.) 400g ** Dimensions (mm) Diameter 38±1 Height 152±1 ** Max. continuous discharging current 10C(120A) ** Recommended Constant Discharge 1C(12A)-5C(60A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(12A)&lt;br /&gt;
* Headway 40152S(15Ah) ** Weight (Approx.) 480g ** Dimensions (mm) Diameter 40±1 Height 174±1 ** Max. continuous discharging current 10C(150A) ** Recommended Constant Discharge 1C(15A)-5C(75A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(15A)&lt;br /&gt;
* Chemical composition LiFePO4(lithium iron phosphate) ** Rated voltage 3.2V ** Energy density 105 (Wh/kg) ** Battery internal resistance≤5mΩ ** Self discharge rate (monthly) 2-3% ** Standard. charging voltage 3.65±0.05V ** Max. End discharged cut off voltage 2.0V ** Working temperature: Charging 0~45℃ : Discharging -20~65℃ ** Storage temperature:  In one month -20~45℃ : In six months -20~35℃&lt;br /&gt;
* @20180106 - Got some used cells of 8Ah for $160.96 ($10 each).  However it appears I will not be able to assemble a full 16(s)eries 48V string.  Two(s) were &amp;quot;soft&amp;quot; and could not deliver over nor accept more than about 1A or 0.125C ''(ie: 1/8 (C)apacity 1 Hour Rate)''.  After initial cycle tests one of those I physically broke attempting to remove a threadall stub which leaked liquid electrolyte, the other soft cell also had the stub and no others did.  The remaining still matched up well as three descent 4s 5~6Ah blocks and a pair of matched lowest capacity cells.&lt;br /&gt;
* Ordered: [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-holder.html Headway 38120S 38140S 38120HP 2 hole holder (orange plastic end cap pair with locking edges)]. &amp;amp; [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-connector.html 2 holes connector for headway 38120S &amp;amp; 38140S cell (Cut and finished buss bars)]. &lt;br /&gt;
&lt;br /&gt;
==Milwaukee V28 Pack==&lt;br /&gt;
[[Image:100 1095.jpg|thumb|right|190px|Ryobi 18v [[Ni|NiMH]] &amp;lt;br&amp;gt; Milwaukee V28 [[Li]]]]&lt;br /&gt;
&lt;br /&gt;
These [[Li#Milwaukee PowerTools|Milwaukee Li battery packs]] are composed of 7 cells in series, have 3.0Ah (0.084kWh) of capacity, and weigh 2.33lbs (37.3oz).  They should deliver 40A through the stock BMS and perhaps up to or over 100A if bypassed.  The pack measures 28.9v with a full charge, and the work light turns itself off at 25.9v.  This is also the point at which the first battery level indicator blinks, indicating empty.  The pack's dimensions are 3-1/4&amp;quot; tall by 5&amp;quot; long by 3-1/2&amp;quot; wide.&lt;br /&gt;
* Battery pack made up of 7 cells is 3Ah, 2.5Lbs ship weight, [http://www.toolauthority.com/product_info.php?products_id=1835 $118.50], Mfr. Model # 48-11-2830&lt;br /&gt;
* 1 hour charger is 2.2Lbs, [http://www.toolauthority.com/product_info.php?products_id=1836 $47.5], Mfr. Model # 48-59-2801.&lt;br /&gt;
* WorkLight is 1.3Lbs, [http://www.toolauthority.com/product_info.php?products_id=1834 $27.75] ''(cheap source for battery socket?)'', Mfr. Model # 49-24-0185.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
* Charge - &amp;lt;0:45 min Initial ( 3.75A = 3.0Ah )&lt;br /&gt;
* Dischg - ~5:30 min light ''8-A331 28v'' ( 0.55A = 15Watts )&lt;br /&gt;
* Charge - &amp;lt;1:00 min 1.15A, 0.08kWh, 0.74pf @kWmeter&lt;br /&gt;
* Dischg - ~5:30 min work light&lt;br /&gt;
* Charge - &amp;lt;0:10 min 2 bars&lt;br /&gt;
* Dischg - Ride on scooter, dump charge from LGQ pack, ok&lt;br /&gt;
* Charge - from 2bars to full overnight 0.07kWh @kWmeter&lt;br /&gt;
* Dischg - Ride arround campus &amp;lt; 1mile, down to 2or3 bars&lt;br /&gt;
* Charge - from 2bars to full overnight 0.05kWh @kWmeter&lt;br /&gt;
* Dischg - Ride 2.23 miles, till dead, slightly warm&lt;br /&gt;
* Charge - Overnight, 0.10kWh @kWmeter ''(44.8 Wh/mile or 22.3 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.63 miles, till dead.&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(30.4 Wh/mile or 32.9 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.36 miles, till dead, with Mail&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(33.9 Wh/mile or 29.5 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 0.493 miles, 3 round trips inside.&lt;br /&gt;
* Charge - &amp;lt;0:31 min, 0.02kWh @kWmeter ''(40.6 Wh/mile or 24.6 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 1.684 miles, Brian, left &amp;quot;on&amp;quot; for an hour or so.&lt;br /&gt;
* Charge - &amp;lt;0:45 min, 0.08kWh @kWmeter ''(47.5 Wh/mile or 21.1 miles/kWh)''&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:100 1096.jpg|thumb|90px|Stock Boot]]&lt;br /&gt;
|| [[Image:100 1097.jpg|thumb|90px|Open Boot]]&lt;br /&gt;
&amp;lt;!-- || [[Image:100 1098.jpg|thumb|90px|New cable]] --&amp;gt;&lt;br /&gt;
|| [[Image:100 1099.jpg|thumb|90px|New cable]]&lt;br /&gt;
|| [[Image:100 1100.jpg|thumb|90px|New cable]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===PHEV App===&lt;br /&gt;
{| border=1 cellpadding=2&lt;br /&gt;
| colspan=9 | '''S'''eries &amp;amp; '''P'''arallel Voltages, Capacity, and Range ''(Car @ 3miles/kWh)''&lt;br /&gt;
|-&lt;br /&gt;
|'''S'''/'''P'''||Volt Range|| 1 || 2P || 4P || 8P || colspan=2 | Range @8P || Cost @8P&lt;br /&gt;
|-&lt;br /&gt;
| colspan=6 | &amp;amp;nbsp; || Car || Scooter || ''Retail $''&lt;br /&gt;
|-&lt;br /&gt;
|1  ||25.9v - 29.4v  ||75Wh ||150Wh   ||300Wh   ||600Wh   ||2 ||24  || $960&lt;br /&gt;
|-&lt;br /&gt;
|2S ||51.8v - 58.8v  ||150Wh||300Wh   ||600Wh   ||1.20 kWh||3 ||48  || $1920&lt;br /&gt;
|-&lt;br /&gt;
|3S ||77.7v - 88.2v  ||225Wh||450Wh   ||900Wh   ||1.80 kWh||5 ||72  || $2880&lt;br /&gt;
|-&lt;br /&gt;
|4S ||103.6v - 117.6v||300Wh||600Wh   ||1.20 kWh||2.40 kWh||7 ||96  || $3840&lt;br /&gt;
|-&lt;br /&gt;
|5S ||129.5v - 147.0v||375Wh||750Wh   ||1.50 kWh||3.00 kWh||9 ||120 || $4800&lt;br /&gt;
|-&lt;br /&gt;
|6S ||155.4v - 176.4v||450Wh||900Wh   ||1.80 kWh||3.60 kWh||10||144 || $5760&lt;br /&gt;
|-&lt;br /&gt;
|7S ||181.3v - 205.8v||525Wh||1.05 kWh||2.10 kWh||4.20 kWh||12||168 || $6720&lt;br /&gt;
|-&lt;br /&gt;
|8S ||207.2v - 235.2v||600Wh||1.20 kWh||2.40 kWh||4.80 kWh||14||192 || $7680&lt;br /&gt;
|-&lt;br /&gt;
|9S ||233.1v - 264.6v||675Wh||1.35 kWh||2.70 kWh||5.40 kWh||16||216 || $8640&lt;br /&gt;
|-&lt;br /&gt;
|10S||259.0v - 294.0v||750Wh||1.50 kWh||3.00 kWh||6.00 kWh||18||240 || $9600&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Potential applications in existing HEVs. Current Hybrids use 6.5Ah cells, although they only use 40-50% of that capacity, so these 3.0Ah cells may deliver the same ammount of energy at greater discharge levels.  They come unconfortably close to the required power levels, however with a set of 2 Parallel capacity would exceed the origional pack and power requirements easily satisfied.&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 5S @ 129.5v - 147.0v (35 cells)&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 6S @ 155.4v - 176.4v (42 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 7S @ 181.3v - 205.8v (49 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 8S @ 207.2v - 235.2v (56 cells)&lt;br /&gt;
&lt;br /&gt;
==LGQ Pack==&lt;br /&gt;
[[Image:G14116CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
I assembled 96 individual cells into 2 blocks each one composed of 12 cells in parallel by 4 strings in series and weighing 4.01 lbs.  Each block is roughly equivalently to a 12v 12.6Ah battery.  Keep in mind that the blocks are series/parallel switched themselves from parallel 12v @25.2Ah to series 24v @12.6Ah.  This is done to accommodate charging them in parallel mode at 12v which is the limit of my charger.  However when riding they are switched into series mode to deliver 24v to the scooter.  The actual fully charged voltage is close to 30v which gives the scooter slightly more top speed than the stock PbA batteries, since in a motor voltage is directly proportional to RPMs.  This pack delivers about 10 miles of range and weighs 8.9 lbs including the toolbox and wiring.&lt;br /&gt;
&lt;br /&gt;
Rectangular A&amp;amp;TB 1050mAh Cells LGQ863448H (Electronics Goldmine $1/cell #G14116)&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=8890 Source]&lt;br /&gt;
&lt;br /&gt;
 Compact 3.6V 1050mAH Li-Ion Battery - G14116&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT *** Compact lithium ion battery is rated&lt;br /&gt;
 3.6VDC at 1050mAH.  Size is only 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot; Thick. Weighs&lt;br /&gt;
 only 38 grams so it is a powerful yet compact and lightweight battery&lt;br /&gt;
 that can be used in RC park flyers, robots, RC Planes, etc. Can be&lt;br /&gt;
 recharged over and over again. Made by A&amp;amp;TB of Japan. Very high quality.&lt;br /&gt;
 Part# LGQ863448H. Blowout price on this prime brand new battery! Hurry&lt;br /&gt;
 while supplies last on this very impressive high energy density battery.&lt;br /&gt;
 G14116 HURRY - SPECIAL SALE PRICE!!!&lt;br /&gt;
 Manufactured by A&amp;amp;TB of Japan&lt;br /&gt;
 Price: $1.00 each&lt;br /&gt;
&lt;br /&gt;
===Charger===&lt;br /&gt;
I can't afford a fully fledged analyzer [http://www.aeromicro.com/Catalog/chargers_116212_products.htm].&lt;br /&gt;
So instead I use a Triton (Red, $124) and a GWS (just below the Triton, $44).  I got the GWS first for charging NiMH for my first trainer plane,  It also made my Air Surfer (toy plane) a lot more fun as the &amp;quot;Dumb&amp;quot; field charger it comes with, changing it from a boring to a fun toy [http://www.time.com/time/2002/inventions/toy_surfer.html].&lt;br /&gt;
&lt;br /&gt;
Triton Details: [http://www.greatplanes.com/discontinued/gpmm3153.php GWS Triton]&amp;lt;br&amp;gt;&lt;br /&gt;
I would recommend the Triton, or perhaps some of the other smart computerized chargers, mine will do 1-24 Ni(CD or MH) cells, 1-4 Li-ion cells, and 6, 12, and 24v Lead-acid batteries up to 5 Amps. It will also cycle and log (until the battery is disconnected) mAh and average voltage (on discharge).  Lithium is limited to 2.5Amps of charge which is a bummer when charging the Scooters 25Ah pack (ie: up to 10 or more hours for a full charge, which could take as little as 1.5 hours, or a half hour to 80% if the charger were capable of delivering more power.  It is capable of delivering plenty of current to the single test cell which can typically be fully charged in 60 to 90 minutes.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Single Block #1&lt;br /&gt;
**Charge+ 3442mAh @2.5A (2004.06.01)&lt;br /&gt;
**Discharge-11255mAh @1.2A :521			Charge+11143mAh @2.5A :450	Cycle 1&lt;br /&gt;
**Discharge-11280mAh @1.2A :522			Charge+11267mAh @2.5A :425	Cycle 2&lt;br /&gt;
**Discharge-11330mAh @1.2A :525			Charge+11260mAh @2.5A :425	Cycle 3&lt;br /&gt;
**Discharge-11276mAh @1.2A :524			Charge+11192mAh @2.5A :442	Cycle 3.1&lt;br /&gt;
**Discharge-11275mAh @1.2A :524			Charge+11191mAh @2.5A :446	Cycle 3.2&lt;br /&gt;
*Single Block #2&lt;br /&gt;
**Charge+ 3624mAh @2.5A :237&lt;br /&gt;
**Discharge-11414mAh @1.2A :531			Charge+11231mAh @2.5A :433	Cycle 1&lt;br /&gt;
**Discharge-11330mAh @1.2A :560			Charge+11164mAh @2.5A :436	Cycle 2&lt;br /&gt;
**Discharge-11291mAh @1.2A :425			Charge+11202mAh @2.5A :437	Cycle 3&lt;br /&gt;
*Combined Block #1 &amp;amp; #2&lt;br /&gt;
*'''Discharge-22633mAh @1.2A :1130		rcalcCharge+21926mAh @2.5A :602 (@0.5A 21500mAh)   	Cycle 4'''&lt;br /&gt;
*Discharge-10 miles				Charge+22000mAh @2.5A End at 0.4A :658		Cycle 5 (2004.06.20)&lt;br /&gt;
**(18650)	Charge+ 2020mAh :117				Cycle 35&lt;br /&gt;
*Discharge-Rode ~7 miles     			Charge+18171mAh :650 (111 degree F in Sun at rest)	Cycle 6&lt;br /&gt;
**New Rear Tire!				(18650)	Charge+  536mAh :109				Cycle 36&lt;br /&gt;
*Discharge-Rode ~2 miles     			Charge+10866mAh :493 (@0.5A 10145mAh :321)	Cycle 7&lt;br /&gt;
*Discharge-Rode &amp;lt; 1 mile     			Charge+ 2127mAh :235			Cycle 8&lt;br /&gt;
*Discharge-Rode 4 miles     			Charge+ 5605mAh :321 (@0.5A 4883mAh :191)	Cycle 9 (2004.06.17)&lt;br /&gt;
*Discharge-Rode	to Seattle Center   		Charge+ 5845mAh :379			Cycle 10 (2004.06.20)&lt;br /&gt;
*Discharge-Rode ~7 miles to pick up car		Charge+11335mAh :527 			Cycle 11&lt;br /&gt;
**(18650)	Charge+ 1321mAh :178 			Cycle 37&lt;br /&gt;
*Discharge-Rode 16 Miles (4 on 18650, 2 on Pba)	Charge+22338mAh :747			Cycle 12&lt;br /&gt;
**(18650)	Charge+ 7003mAh :335			Cycle 38&lt;br /&gt;
*Discharge-Rode at Greenwood Show    		Charge+ 6042mAh :340			Cycle 13&lt;br /&gt;
*Discharge-Rode 76, Seattle Center, left on 24h	Charge+18206mAh :665			Cycle 14&lt;br /&gt;
*'''Discharge-22269mAh :1024 (Test Cycle @1.2A)	Charge+22575mAh :755			Cycle 15'''&lt;br /&gt;
*Discharge-Rode to 76(0.8m) + 2.3 mile		Charge+ 6883mAh :410 (1.110 Ah / mile)	Cycle 16&lt;br /&gt;
*Discharge-Rode 10.58 Miles (Fixed Spedo)     	Charge+19541mAh :668 (0.923 Ah / mile)	Cycle 17&lt;br /&gt;
*Discharge-Rode 0.9 + 0.9 = 1.8miles   		Charge+ 4213mAh :275 (1.170 Ah / mile)	Cycle 18 (2004.06.20)&lt;br /&gt;
*Discharge-Led Strip on for about 20 days      	Charge+ 3000mAh :??  	 10129mAh?	Cycle 19 (2004.09.19)&lt;br /&gt;
*Discharge-Left on for a 24 hours    		Charge+ 9095mAh :512			Cycle 20&lt;br /&gt;
*Discharge-Rode at work				Charge+enroute to woodburn  		Cycle 21 (2004.09.25)&lt;br /&gt;
*Discharge-Rode at woodburn, odo broke		Charge+ 7115mAh :440			Cycle 22&lt;br /&gt;
*Discharge-2.17 Miles odo fixed			Charge+ 4018mAh :349 (.926Ah(28Wh)/mile)	Cycle 23 (2004.09)&lt;br /&gt;
*Discharge-Rode? Cellphone, Sevcon+E-Tek tests	Charge+16650mAh :999			Cycle 24&lt;br /&gt;
*Discharge-Rode at work for months		Charge+ 9300mAh :484			Cycle 25&lt;br /&gt;
*Discharge-Rode at work (PbA went flat, get hot) Charge+14295mAh :640			Cycle 26&lt;br /&gt;
*Discharge-Rode at work				Charge+ 9333mAh :566			Cycle 27 (2005)&lt;br /&gt;
*Discharge-Rode at work				Charge+16469mAh :790			Cycle 28 (2006.02.15)&lt;br /&gt;
*Discharge-Rode at work				Charge+22235mAh :952			Cycle 29 (2006.03.24)&lt;br /&gt;
*Discharge-Rode at work				Charge+14974mAh :759			Cycle 30 (2006.04.20)&lt;br /&gt;
*Discharge-Sat for years, rode, 4 Miles -623mAh	Charge+24050mAh :833 (to 14.8v)		Cycle 31 (2008.10.12)&lt;br /&gt;
** Brought scooter home in 2007 where it was road every few months but mostly sat for years.&lt;br /&gt;
*'''Discharge-23621mAh :1104 (@1.2-1.4A to 12.0v) Charge+21418mAh :949 (to 14.4v)	Cycle 32 (2008.10.14)'''&lt;br /&gt;
&lt;br /&gt;
===Cycles TC1===&lt;br /&gt;
These are the cycles for a single &amp;quot;Test Cell&amp;quot; from the batch of cells that makes up this pack.&lt;br /&gt;
This may indicate the expected lifespan and capacity degradation for the full pack,&lt;br /&gt;
baring any interconnect or balance issues which may otherwise shorten it.&lt;br /&gt;
The temp rise during discharge at 2C to 2.5C for the first 10 cycles averaged 16.1&amp;amp;deg;F ranging from 13-19&amp;amp;deg;,&lt;br /&gt;
oddly enough the temperature appeared to drop during the charge cycle by roughly the same amount.&lt;br /&gt;
 Capacity Tests based on discharge rates (C=Cell Capacity (1050mAh)):&lt;br /&gt;
 Rated-1050mAh -  100% - 12.600Ah (Full Pack Equivalent at Nameplate Capacity)&lt;br /&gt;
 0.1C - 940mAh - 89.5% - 11.280Ah @1.26A&lt;br /&gt;
 ''0.5C - 888mAh - 84.6% - 10.656Ah @6.30A''&lt;br /&gt;
 1.0C - 836mAh - 79.6% - 10.032Ah @12.6A&lt;br /&gt;
 ''1.5C - 793mAh - 75.5% -  9.516Ah @18.9A''&lt;br /&gt;
 2.0C - 749mAh - 71.3% -  8.988Ah @25.2A&lt;br /&gt;
 2.5C - 659mAh - 62.8% -  7.908Ah @31.5A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is no longer valid, replace with a screenshot of what it used to look like:&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;IFRAME SRC=/mw/cycle_graph/LGQ_TC1.shtml NAME=graph WIDTH=800 HEIGHT=800&amp;gt;&amp;lt;/IFRAME&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Screenshot (274).png|800px]] &lt;br /&gt;
&lt;br /&gt;
[[User:Rjf/Tiger_Scooter/LGQ_Pack_Cycles]]&lt;br /&gt;
&lt;br /&gt;
===Schematics===&lt;br /&gt;
Wiring schematics go here...&lt;br /&gt;
&lt;br /&gt;
   -Block #1+    ___-Block #2+___&lt;br /&gt;
  /          \  /                \&lt;br /&gt;
  |____      | |     /switch      \&lt;br /&gt;
       \     | |    / to -12       \   &lt;br /&gt;
 -24___O   O \ O   O           O===O   O   O&lt;br /&gt;
       /   |__\________________    |   |    &lt;br /&gt;
      /    |   \               \   |   |    &lt;br /&gt;
 -12_/ O   O   O===O           O   O   O   O&lt;br /&gt;
 +12___|_______/                   |   \_______+24v&lt;br /&gt;
       \___________________________/&lt;br /&gt;
       nc  no  com coil     coil  com  no  nc&lt;br /&gt;
 &lt;br /&gt;
 When &amp;quot;switch to -12&amp;quot; is connected to B#1- the B#1 Relay is energized.&lt;br /&gt;
 B#1 Relay connects B#1+ to B#2-, and B#2 energizes B#2 Relay.&lt;br /&gt;
 B#2 Relay connects B#2+ to the scooter motor controller for +24v.&lt;br /&gt;
 This configuration ensures there is no load when off and B#1 &amp;amp; B#2 are in parallel.&lt;br /&gt;
 When enabled B#1 and B#2 both power an identical relay ensuring that the two&lt;br /&gt;
 Blocks are subjected to the same parasitic load as to stay in balance during operation.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
Construction process for LGQ's, 12 Parallel, 4 Series, 2 sets or blocks of cells...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TigerScooter-LGQ01.jpg |A few loose cells&lt;br /&gt;
Image:TigerScooter-LGQ15.jpg |Size comparison Series&lt;br /&gt;
Image:TigerScooter-LGQ18.jpg |Size comparison Parallel&lt;br /&gt;
Image:TigerScooter-LGQ20.jpg |12 Plasti-Dipped cells&lt;br /&gt;
Image:TigerScooter-LGQ22.jpg |4 sub-blocks curing&lt;br /&gt;
Image:TigerScooter-LGQ25.jpg |stacking sub-blocks&lt;br /&gt;
Image:TigerScooter-LGQ26.jpg |Cork for proper spacing&lt;br /&gt;
Image:TigerScooter-LGQ28.jpg |Plasti-Dippin sub-block&lt;br /&gt;
Image:TigerScooter-LGQ32.jpg |sub-block #4, last one&lt;br /&gt;
Image:TigerScooter-LGQ33.jpg |sub-block interconnects&lt;br /&gt;
Image:TigerScooter-LGQ35.jpg |12p*4s 12v 12.6Ah Block&lt;br /&gt;
Image:TigerScooter4.jpg      |Finished and installed&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==18650 Pack==&lt;br /&gt;
Keep in mind that the Lithium packs do series/parallel switching from 12 to 24v to accomidate charging at 12v (4 series cells). However they are driven at 24v (8 series cells). As such the charging numbers should be divided in half for their proper 24v capacity... Graphs to come...&lt;br /&gt;
&lt;br /&gt;
Sony 18650 1.3Ah Li-ions were Assymbled into two 5 parallel by 4 series cell blocks&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Charge    6687mAh @1.0A&lt;br /&gt;
*Discharge 6455mAh @1.0A     	Charge    6301mAh @1.0A&lt;br /&gt;
*Discharge 6020mAh @2.0A     	Charge    6182mAh @2.0A&lt;br /&gt;
*Discharge 5608mAh @0.8A     	Charge    6540mAh @2.5A&lt;br /&gt;
*Discharge 6080mAh @2.5A     	Charge    5948mAh &lt;br /&gt;
*Discharge 5987mAh &lt;br /&gt;
*Added Second Block, 8 series cells&lt;br /&gt;
*Charge    11426mAh &lt;br /&gt;
*Discharge 12470mAh @2.5A    	Charge    12565mAh @1.5A&lt;br /&gt;
*Discharge 11232mAh @2.5A    	Charge    10094mAh @1.5A&lt;br /&gt;
*Discharge  9040mAh @2.5A    	Charge    12202mAh @2.5A&lt;br /&gt;
*Split Blocks, Block #1&lt;br /&gt;
*Discharge  5916mAh @2.5A    	Charge     6100mAh &lt;br /&gt;
*Split Blocks, Block #2&lt;br /&gt;
*Discharge  5822mAh @2.5A    	Charge     5713mAh &lt;br /&gt;
*Charge     6149mAh @1.0A&lt;br /&gt;
*Discharge  5934mAh @1.0A    	Charge     5746mAh @1.0A&lt;br /&gt;
*Discharge  5938mAh @1.0A    	Charge     5885mAh @1.0A&lt;br /&gt;
*Discharge  2 miles 		Charge     3827mAh @2.5A&lt;br /&gt;
**( 0.957 Ah / mile ) (3.827Ah / 2 blocks / 2 miles )&lt;br /&gt;
*Both Blocks #1 &amp;amp; #2&lt;br /&gt;
*Discharge  10485mAh @1.4A   	Charge     10332mAh @2.5A&lt;br /&gt;
*Discharge  2 miles 		Charge     3664mAh  @2.5A&lt;br /&gt;
*Discharge  5.5 miles 		Charge     10164mAh @2.5A  ( 0.924 Ah/mile ) &lt;br /&gt;
*Discharge  rode at work      	Charge      2570mAh @2.5A  &lt;br /&gt;
*Discharge  6.5 miles 		Charge     10503mAh @2.5A  ( 0.808 Ah/mile )&lt;br /&gt;
*Discharge  2 miles 		Charge      3347mAh @2.5A  ( 0.837 Ah/mile ) Cycle 32&lt;br /&gt;
*Discharge  Rode			Charge      2895mAh @1.0A Cycle 33&lt;br /&gt;
*Discharge  Rode			Charge      5637mAh Cycle 34&lt;br /&gt;
*Discharge  Rode			Charge      2020mAh :117 Cycle 35&lt;br /&gt;
*Discharge  Rode			Charge       536mAh :109 Cycle 36&lt;br /&gt;
*Discharge  Rode			Charge      1321mAh :178 Cycle 37&lt;br /&gt;
*Discharge  Rode			Charge      7003mAh :335 Cycle 38&lt;br /&gt;
*( Dump Charge Test from Charged Li-ion to Dead PbA(5.5Ah Down) ) 4.2 to 4.6Ah from Li&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter-18650-01.jpg|thumb|A single 18650 Li-ion cell.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-03.jpg|thumb|Single pair of 18650 Li-ion cells, and their management circuit.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-04.jpg|thumb|The full pack 5-Parallel 8-Series, with series/parallel and main relays.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Dunno Prismatic Cells==&lt;br /&gt;
[[Image:G14673CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
These cells are identical to my Motorola Timeport Cell phone cell.&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=9468 source]&lt;br /&gt;
 3.6V Lithium Ion Battery (Pkg of 2) - G14673&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT ***3.6V 1050MmAH. Compact 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot;&lt;br /&gt;
 thick metal case powerful lithium ion battery. Great for robotics, RC park flyers,&lt;br /&gt;
 RC cars, etc. New - can be recharged over and over. Package of 2. G14673&lt;br /&gt;
 Manufactured by -no info available&lt;br /&gt;
 Price: $0.75 each&lt;br /&gt;
&lt;br /&gt;
Rectangular Unknown 1050mAh Cells M08134B(A)(J)(H) (Electronics Goldmine $0.75/cell #G14673) Ten Individualy Numbered Cells (41,42,43,44,45H, 72,73,74H, 42J, 83A)&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Cell 83(A)&lt;br /&gt;
**Charge+505mAh:129&lt;br /&gt;
**Discharge-643mAh (151mAh @2.0A, 417mAh @1.0A, 75mAh @0.5A) Charge+674mAh:135 Cycle 1&lt;br /&gt;
**Discharge-603mAh @1.0A:35 Charge+581mAh:110 Cycle 2&lt;br /&gt;
**Discharge-632mAh @1.0A:37 Charge+837mAh (3.7v):125 Cycle 3&lt;br /&gt;
**Discharge-826mAh @1.0A:49 Charge+804mAh (3.7v):129 Cycle 4&lt;br /&gt;
**Discharge-844mAh @1.0A:50 Charge+847mAh (3.7v):118 Cycle 5&lt;br /&gt;
**Discharge-847mAh (570mAh @2.0A :17, 277mAh @1.0A :16) Charge+832mAh:115 Cycle 6&lt;br /&gt;
*Cell 42(J)&lt;br /&gt;
**Charge+524mAh:135&lt;br /&gt;
**Discharge-665mAh (200mAh @2.0A, 386mAh @1.0A, 79mAh @0.5A) Charge+717mAh @0.7A:139 Cycle 1&lt;br /&gt;
**Discharge-658mAh @1.0A:39 Charge+629mAh:156 Cycle 2&lt;br /&gt;
**Discharge-649mAh @1.0A:38 Charge+591mAh @0.7A:109 Cycle 3&lt;br /&gt;
**Discharge-619mAh @1.0A:36 Charge+622mAh @0.8A:109 Cycle 4&lt;br /&gt;
**Discharge-617mAh @1.0A:36 Charge+517mAh:119 Cycle 5&lt;br /&gt;
**Discharge-625mAh @1.0A:37 Charge+742mAh:156 Cycle 6&lt;br /&gt;
*Cell 45(H)&lt;br /&gt;
**Charge+488mAh:124&lt;br /&gt;
**Discharge-631mAh (163mAh @2.0A, 381mAh @1.0A, 87mAh @0.5A) Charge+657mAh @0.6A:136 Cycle 1&lt;br /&gt;
**Discharge-643mAh @1.0A:38 Charge+724mAh @0.7A:156   Cycle 2&lt;br /&gt;
**Discharge-693mAh @1.0A:41 Charge+642mAh:128   Cycle 3&lt;br /&gt;
**Discharge-642mAh @1.0A:38 Charge+663mAh:173   Cycle 4&lt;br /&gt;
**Discharge-722mAh @1.0A:42 Charge+736mAh:153   Cycle 5&lt;br /&gt;
**Discharge-751mAh (560mAh @2.0A :16, 191mAh @1.0A :11) Charge+721mAh:145 Cycle 6&lt;br /&gt;
**Discharge-...&lt;br /&gt;
&lt;br /&gt;
I Believe that this is the same battery used in an old Motorola Timeport Cellphone that I purchased Dec. 7 2000.  This phone was used for about 9 months durring which time it went for a swim in a lake, shorting out and overheating, but it did continue to work.  It sat unused for about 2 years. (See the photos on the right side) Now, Oct. 2004, being some 3 years old I'm cycling it to see how it compaires to the above cells...&lt;br /&gt;
*Discharge 567mAh @0.7A	:47			Charge+631:160 to 3.6v&lt;br /&gt;
*Discharge 562mAh @1.0A	:33			Charge+493:138&lt;br /&gt;
*Discharge 503mAh @1.0A	:29			Charge+450:133&lt;br /&gt;
*Discharge 457mAh @1.0A	:27			Charge+450:146&lt;br /&gt;
*Discharge 477mAh @1.0A	:28			Charge+442:135&lt;br /&gt;
*Discharge 462mAh @1.0A	:27			Charge+596:138 to 3.7v&lt;br /&gt;
*Discharge 652mAh @1.0A	:38			Charge+659:125&lt;br /&gt;
*Discharge 654mAh @1.0A	:38			Charge+597:137&lt;br /&gt;
*Discharge 590mAh @1.0A	:35			Charge+632:137&lt;br /&gt;
*Discharge 667mAh @1.0A	:39			Charge+636:143&lt;br /&gt;
*Discharge 647mAh @1.0A	:38			Charge+616:143&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TimePort-Cap0040.jpg|After overheating when it took a swim in the lake.&lt;br /&gt;
Image:TimePort-Cap0041.jpg|The Motorola TimePort cell and it's management circuit.&lt;br /&gt;
Image:TimePort-Cap0042.jpg|closeup of the management circuit.&lt;br /&gt;
Image:TimePort-Cap0043.jpg|The &amp;quot;dunno&amp;quot; cell and the Motorola cell.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9790</id>
		<title>User:Rjf/Tiger Scooter/Product Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9790"/>
		<updated>2020-07-12T00:24:42Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Center old page title within table and add left and right bars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter,&lt;br /&gt;
Keeping a local copy here for posterity sake because [[User:Rjf/Tiger_Scooter]] is built on this scooter.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;table width=650&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&amp;lt;td colspan=5&amp;gt;&lt;br /&gt;
    &amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;Arial&amp;quot; size=&amp;quot;6&amp;quot;&amp;gt;2003 Tiger Electric Scooter&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=1700 alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;right&amp;quot; width=&amp;quot;310&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Perhaps what first comes to mind is the superb fun of its&lt;br /&gt;
      smooth, surging, and nimble ride on 12&amp;amp;quot; wheels, its&lt;br /&gt;
      confidence-inspiring braking (both front and rear), and its exhilarating&lt;br /&gt;
      acceleration. Its firm handling lets you be in control (no merely hanging&lt;br /&gt;
      on to a tiger's tail here). Check the features, study the specification,&lt;br /&gt;
      and compare. Take a close look at its sure styling.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;[[File:13-tiger-yllogo.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The Tiger's high quality fit and finish shows up in every detail. Note the&lt;br /&gt;
      LED state-of-charge light next to the on/off switch.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:14-tiger-ylmotor.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The brushless motor with built-in controller now provides 400 Watt of&lt;br /&gt;
      brute, continuous power for unsurpassed acceleration, and hill climbing.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:12-tiger-ylbasketseat.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      Includes quick-removal seat+basket kit.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:TireHDKnob.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The '03 Tiger's new paws&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;span align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1&amp;quot; alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;250&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;smallest&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;Please note your scooter may not be legal&lt;br /&gt;
      to operate on highways, or bike lanes/trails in your state. Please also be&lt;br /&gt;
      aware that scooters may be unsafe to operate under certain riding&lt;br /&gt;
      conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Weights and Folding:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Carrying Capacity 220 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Scooter Weight 48 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Folded 48&amp;amp;quot; L x 12&amp;amp;quot; W x 26&amp;amp;quot; H&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar folds down with Quick Release and Safety&lt;br /&gt;
          Lock.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Brakes and Safety Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Brake Type Rear 70mm Band Brake&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Sure Stopping Power&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;High Quality Brake Lever&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle release switches off the motor.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar: High strength steel and stem, with quick&lt;br /&gt;
          release and safety lock which can be easily folded.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle: Thumb type with variable speed that shuts&lt;br /&gt;
          off the motor when released.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;arial, helvetica&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;!a href=&amp;quot;ElectricScooters.htm&amp;quot;&amp;gt;Electric&lt;br /&gt;
Scooter Index&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1700&amp;quot; alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;340&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;&amp;amp;nbsp;&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:15-tiger-ylside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:18-tiger-ylstside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Why choose the brand new '03 model Tiger?&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Because the '03 model comes with road smoothing front&lt;br /&gt;
      suspension, gorgeous mag wheels, and even more power!&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Ride the Tiger with seat and basket—or experience&lt;br /&gt;
      the great fun, ease, and maneuverability of stand-up scooter riding. The&lt;br /&gt;
      seat and basket kit removes in a minute. The new handle bar thumb throttle&lt;br /&gt;
      design brings on the power ever so smoothly. The handle bar stem folds in&lt;br /&gt;
      seconds and makes the Tiger stowable in many spaces.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;The new Tiger provides a comfortable ride whether you&lt;br /&gt;
      want to go fast or need to navigate on crowded sidewalks. Front and rear&lt;br /&gt;
      brakes bring you to a stop with authority. Note the wide deck, front&lt;br /&gt;
      suspension, and the new mag wheels.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Please note: The actual color of the Tiger is a light&lt;br /&gt;
      orange. The color of the photos on this site may not accurately show the&lt;br /&gt;
      correct shade. The Tiger is also available in deep green.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Tiger Electrical System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Motor Type: PowerCat, 24 Volt Brushless Motor, 400W continuous/800W&lt;br /&gt;
          peak, with Built-in Electronic Pulse-Width Modulated (PWM) Controller&lt;br /&gt;
        &amp;lt;li&amp;gt;Variable-Speed Throttle displays level of charge with integrated LED&lt;br /&gt;
          lights.&lt;br /&gt;
        &amp;lt;li&amp;gt;Battery Pack/Voltage Sealed Lead Acid Dual 12 volt, 10 amp amp/hour&lt;br /&gt;
          Durable (Charges w/proper care 300-350 times)&lt;br /&gt;
        &amp;lt;li&amp;gt;Wiring Components High Quality&lt;br /&gt;
        &amp;lt;li&amp;gt;Main Power Switch features battery charge level monitor.&lt;br /&gt;
        &amp;lt;li&amp;gt;Charger Type 2 amp Smart Charger Does Not Overcharge Batteries&lt;br /&gt;
        &amp;lt;li&amp;gt;Recharge Time 3 to 7 hours. Store Battery in a Charged State&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Drive System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Drive System: Rear Drive Chain&lt;br /&gt;
        &amp;lt;li&amp;gt;Freewheeling system allows the scooter to &amp;amp;quot;coast&amp;amp;quot; without&lt;br /&gt;
          power.&lt;br /&gt;
        &amp;lt;li&amp;gt;Speed about 15 MPH—always wear a helmet!&lt;br /&gt;
        &amp;lt;li&amp;gt;Throttle Power-On-Demand makes for easy starting.&lt;br /&gt;
        &amp;lt;li&amp;gt;Rims/Tires Alloy Spoked Rims, Rubber Tire Size 12&amp;amp;quot; x&lt;br /&gt;
          2.125&amp;amp;quot; Black Tires provide great traction on varied surfaces.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Frame and Deck Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Frame construction: Tubular High tensile Steel&lt;br /&gt;
        &amp;lt;li&amp;gt;W/Alloy One-Piece Deck and Tail Plate.&lt;br /&gt;
        &amp;lt;li&amp;gt;Removable Seat assembly and support frame.&lt;br /&gt;
        &amp;lt;li&amp;gt;Paint: Iridescent Black/Green&lt;br /&gt;
        &amp;lt;li&amp;gt;Deck Material: Aluminum&lt;br /&gt;
        &amp;lt;li&amp;gt;Features Safety (Non-Slip) Grip Tape&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; color=&amp;quot;#0000FF&amp;quot;&amp;gt;$489&amp;lt;/font&amp;gt; + Shipping&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1700&amp;quot; alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=5&amp;gt;&lt;br /&gt;
     &amp;lt;p&amp;gt;Thanks to James McLean for allowing use of the material illustrated above.&lt;br /&gt;
     Photos by Phil H. Webber and Matt Sundin.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9789</id>
		<title>User:Rjf/Tiger Scooter/Product Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9789"/>
		<updated>2020-07-12T00:19:11Z</updated>

		<summary type="html">&lt;p&gt;Rjf: because User:Rjf/Tiger_Scooter is built on this scooter.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter,&lt;br /&gt;
Keeping a local copy here for posterity sake because [[User:Rjf/Tiger_Scooter]] is built on this scooter.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;Arial&amp;quot; size=&amp;quot;6&amp;quot;&amp;gt;2003 Tiger Electric Scooter&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;right&amp;quot; width=&amp;quot;310&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Perhaps what first comes to mind is the superb fun of its&lt;br /&gt;
      smooth, surging, and nimble ride on 12&amp;amp;quot; wheels, its&lt;br /&gt;
      confidence-inspiring braking (both front and rear), and its exhilarating&lt;br /&gt;
      acceleration. Its firm handling lets you be in control (no merely hanging&lt;br /&gt;
      on to a tiger's tail here). Check the features, study the specification,&lt;br /&gt;
      and compare. Take a close look at its sure styling.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;[[File:13-tiger-yllogo.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The Tiger's high quality fit and finish shows up in every detail. Note the&lt;br /&gt;
      LED state-of-charge light next to the on/off switch.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:14-tiger-ylmotor.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The brushless motor with built-in controller now provides 400 Watt of&lt;br /&gt;
      brute, continuous power for unsurpassed acceleration, and hill climbing.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:12-tiger-ylbasketseat.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      Includes quick-removal seat+basket kit.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:TireHDKnob.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The '03 Tiger's new paws&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;span align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1&amp;quot; alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;250&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;smallest&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;Please note your scooter may not be legal&lt;br /&gt;
      to operate on highways, or bike lanes/trails in your state. Please also be&lt;br /&gt;
      aware that scooters may be unsafe to operate under certain riding&lt;br /&gt;
      conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Weights and Folding:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Carrying Capacity 220 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Scooter Weight 48 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Folded 48&amp;amp;quot; L x 12&amp;amp;quot; W x 26&amp;amp;quot; H&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar folds down with Quick Release and Safety&lt;br /&gt;
          Lock.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Brakes and Safety Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Brake Type Rear 70mm Band Brake&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Sure Stopping Power&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;High Quality Brake Lever&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle release switches off the motor.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar: High strength steel and stem, with quick&lt;br /&gt;
          release and safety lock which can be easily folded.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle: Thumb type with variable speed that shuts&lt;br /&gt;
          off the motor when released.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;arial, helvetica&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;!a href=&amp;quot;ElectricScooters.htm&amp;quot;&amp;gt;Electric&lt;br /&gt;
Scooter Index&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1600&amp;quot; alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;340&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;&amp;amp;nbsp;&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:15-tiger-ylside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:18-tiger-ylstside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Why choose the brand new '03 model Tiger?&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Because the '03 model comes with road smoothing front&lt;br /&gt;
      suspension, gorgeous mag wheels, and even more power!&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Ride the Tiger with seat and basket—or experience&lt;br /&gt;
      the great fun, ease, and maneuverability of stand-up scooter riding. The&lt;br /&gt;
      seat and basket kit removes in a minute. The new handle bar thumb throttle&lt;br /&gt;
      design brings on the power ever so smoothly. The handle bar stem folds in&lt;br /&gt;
      seconds and makes the Tiger stowable in many spaces.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;The new Tiger provides a comfortable ride whether you&lt;br /&gt;
      want to go fast or need to navigate on crowded sidewalks. Front and rear&lt;br /&gt;
      brakes bring you to a stop with authority. Note the wide deck, front&lt;br /&gt;
      suspension, and the new mag wheels.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Please note: The actual color of the Tiger is a light&lt;br /&gt;
      orange. The color of the photos on this site may not accurately show the&lt;br /&gt;
      correct shade. The Tiger is also available in deep green.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Tiger Electrical System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Motor Type: PowerCat, 24 Volt Brushless Motor, 400W continuous/800W&lt;br /&gt;
          peak, with Built-in Electronic Pulse-Width Modulated (PWM) Controller&lt;br /&gt;
        &amp;lt;li&amp;gt;Variable-Speed Throttle displays level of charge with integrated LED&lt;br /&gt;
          lights.&lt;br /&gt;
        &amp;lt;li&amp;gt;Battery Pack/Voltage Sealed Lead Acid Dual 12 volt, 10 amp amp/hour&lt;br /&gt;
          Durable (Charges w/proper care 300-350 times)&lt;br /&gt;
        &amp;lt;li&amp;gt;Wiring Components High Quality&lt;br /&gt;
        &amp;lt;li&amp;gt;Main Power Switch features battery charge level monitor.&lt;br /&gt;
        &amp;lt;li&amp;gt;Charger Type 2 amp Smart Charger Does Not Overcharge Batteries&lt;br /&gt;
        &amp;lt;li&amp;gt;Recharge Time 3 to 7 hours. Store Battery in a Charged State&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Drive System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Drive System: Rear Drive Chain&lt;br /&gt;
        &amp;lt;li&amp;gt;Freewheeling system allows the scooter to &amp;amp;quot;coast&amp;amp;quot; without&lt;br /&gt;
          power.&lt;br /&gt;
        &amp;lt;li&amp;gt;Speed about 15 MPH—always wear a helmet!&lt;br /&gt;
        &amp;lt;li&amp;gt;Throttle Power-On-Demand makes for easy starting.&lt;br /&gt;
        &amp;lt;li&amp;gt;Rims/Tires Alloy Spoked Rims, Rubber Tire Size 12&amp;amp;quot; x&lt;br /&gt;
          2.125&amp;amp;quot; Black Tires provide great traction on varied surfaces.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Frame and Deck Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Frame construction: Tubular High tensile Steel&lt;br /&gt;
        &amp;lt;li&amp;gt;W/Alloy One-Piece Deck and Tail Plate.&lt;br /&gt;
        &amp;lt;li&amp;gt;Removable Seat assembly and support frame.&lt;br /&gt;
        &amp;lt;li&amp;gt;Paint: Iridescent Black/Green&lt;br /&gt;
        &amp;lt;li&amp;gt;Deck Material: Aluminum&lt;br /&gt;
        &amp;lt;li&amp;gt;Features Safety (Non-Slip) Grip Tape&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; color=&amp;quot;#0000FF&amp;quot;&amp;gt;$489&amp;lt;/font&amp;gt; + Shipping&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Thanks to James McLean for allowing use of the material illustrated above.&lt;br /&gt;
  Photos by Phil H. Webber and Matt Sundin.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9788</id>
		<title>User:Rjf/Tiger Scooter/Product Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9788"/>
		<updated>2020-07-12T00:17:54Z</updated>

		<summary type="html">&lt;p&gt;Rjf: use one of our images for bar images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter,&lt;br /&gt;
Keeping a local copy here for posterity sake.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;Arial&amp;quot; size=&amp;quot;6&amp;quot;&amp;gt;2003 Tiger Electric Scooter&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;right&amp;quot; width=&amp;quot;310&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Perhaps what first comes to mind is the superb fun of its&lt;br /&gt;
      smooth, surging, and nimble ride on 12&amp;amp;quot; wheels, its&lt;br /&gt;
      confidence-inspiring braking (both front and rear), and its exhilarating&lt;br /&gt;
      acceleration. Its firm handling lets you be in control (no merely hanging&lt;br /&gt;
      on to a tiger's tail here). Check the features, study the specification,&lt;br /&gt;
      and compare. Take a close look at its sure styling.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;[[File:13-tiger-yllogo.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The Tiger's high quality fit and finish shows up in every detail. Note the&lt;br /&gt;
      LED state-of-charge light next to the on/off switch.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:14-tiger-ylmotor.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The brushless motor with built-in controller now provides 400 Watt of&lt;br /&gt;
      brute, continuous power for unsurpassed acceleration, and hill climbing.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:12-tiger-ylbasketseat.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      Includes quick-removal seat+basket kit.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:TireHDKnob.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The '03 Tiger's new paws&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;span align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1&amp;quot; alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;250&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;smallest&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;Please note your scooter may not be legal&lt;br /&gt;
      to operate on highways, or bike lanes/trails in your state. Please also be&lt;br /&gt;
      aware that scooters may be unsafe to operate under certain riding&lt;br /&gt;
      conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Weights and Folding:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Carrying Capacity 220 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Scooter Weight 48 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Folded 48&amp;amp;quot; L x 12&amp;amp;quot; W x 26&amp;amp;quot; H&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar folds down with Quick Release and Safety&lt;br /&gt;
          Lock.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Brakes and Safety Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Brake Type Rear 70mm Band Brake&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Sure Stopping Power&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;High Quality Brake Lever&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle release switches off the motor.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar: High strength steel and stem, with quick&lt;br /&gt;
          release and safety lock which can be easily folded.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle: Thumb type with variable speed that shuts&lt;br /&gt;
          off the motor when released.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;arial, helvetica&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;!a href=&amp;quot;ElectricScooters.htm&amp;quot;&amp;gt;Electric&lt;br /&gt;
Scooter Index&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1600&amp;quot; alt src=&amp;quot;/mw/images/d/da/14-tiger-ylmotor.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;340&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;&amp;amp;nbsp;&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:15-tiger-ylside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:18-tiger-ylstside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Why choose the brand new '03 model Tiger?&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Because the '03 model comes with road smoothing front&lt;br /&gt;
      suspension, gorgeous mag wheels, and even more power!&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Ride the Tiger with seat and basket—or experience&lt;br /&gt;
      the great fun, ease, and maneuverability of stand-up scooter riding. The&lt;br /&gt;
      seat and basket kit removes in a minute. The new handle bar thumb throttle&lt;br /&gt;
      design brings on the power ever so smoothly. The handle bar stem folds in&lt;br /&gt;
      seconds and makes the Tiger stowable in many spaces.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;The new Tiger provides a comfortable ride whether you&lt;br /&gt;
      want to go fast or need to navigate on crowded sidewalks. Front and rear&lt;br /&gt;
      brakes bring you to a stop with authority. Note the wide deck, front&lt;br /&gt;
      suspension, and the new mag wheels.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Please note: The actual color of the Tiger is a light&lt;br /&gt;
      orange. The color of the photos on this site may not accurately show the&lt;br /&gt;
      correct shade. The Tiger is also available in deep green.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Tiger Electrical System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Motor Type: PowerCat, 24 Volt Brushless Motor, 400W continuous/800W&lt;br /&gt;
          peak, with Built-in Electronic Pulse-Width Modulated (PWM) Controller&lt;br /&gt;
        &amp;lt;li&amp;gt;Variable-Speed Throttle displays level of charge with integrated LED&lt;br /&gt;
          lights.&lt;br /&gt;
        &amp;lt;li&amp;gt;Battery Pack/Voltage Sealed Lead Acid Dual 12 volt, 10 amp amp/hour&lt;br /&gt;
          Durable (Charges w/proper care 300-350 times)&lt;br /&gt;
        &amp;lt;li&amp;gt;Wiring Components High Quality&lt;br /&gt;
        &amp;lt;li&amp;gt;Main Power Switch features battery charge level monitor.&lt;br /&gt;
        &amp;lt;li&amp;gt;Charger Type 2 amp Smart Charger Does Not Overcharge Batteries&lt;br /&gt;
        &amp;lt;li&amp;gt;Recharge Time 3 to 7 hours. Store Battery in a Charged State&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Drive System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Drive System: Rear Drive Chain&lt;br /&gt;
        &amp;lt;li&amp;gt;Freewheeling system allows the scooter to &amp;amp;quot;coast&amp;amp;quot; without&lt;br /&gt;
          power.&lt;br /&gt;
        &amp;lt;li&amp;gt;Speed about 15 MPH—always wear a helmet!&lt;br /&gt;
        &amp;lt;li&amp;gt;Throttle Power-On-Demand makes for easy starting.&lt;br /&gt;
        &amp;lt;li&amp;gt;Rims/Tires Alloy Spoked Rims, Rubber Tire Size 12&amp;amp;quot; x&lt;br /&gt;
          2.125&amp;amp;quot; Black Tires provide great traction on varied surfaces.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Frame and Deck Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Frame construction: Tubular High tensile Steel&lt;br /&gt;
        &amp;lt;li&amp;gt;W/Alloy One-Piece Deck and Tail Plate.&lt;br /&gt;
        &amp;lt;li&amp;gt;Removable Seat assembly and support frame.&lt;br /&gt;
        &amp;lt;li&amp;gt;Paint: Iridescent Black/Green&lt;br /&gt;
        &amp;lt;li&amp;gt;Deck Material: Aluminum&lt;br /&gt;
        &amp;lt;li&amp;gt;Features Safety (Non-Slip) Grip Tape&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; color=&amp;quot;#0000FF&amp;quot;&amp;gt;$489&amp;lt;/font&amp;gt; + Shipping&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Thanks to James McLean for allowing use of the material illustrated above.&lt;br /&gt;
  Photos by Phil H. Webber and Matt Sundin.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9787</id>
		<title>User:Rjf/Tiger Scooter/Product Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9787"/>
		<updated>2020-07-12T00:09:43Z</updated>

		<summary type="html">&lt;p&gt;Rjf: unlink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter,&lt;br /&gt;
Keeping a local copy here for posterity sake.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;Arial&amp;quot; size=&amp;quot;6&amp;quot;&amp;gt;2003 Tiger Electric Scooter&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;right&amp;quot; width=&amp;quot;310&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Perhaps what first comes to mind is the superb fun of its&lt;br /&gt;
      smooth, surging, and nimble ride on 12&amp;amp;quot; wheels, its&lt;br /&gt;
      confidence-inspiring braking (both front and rear), and its exhilarating&lt;br /&gt;
      acceleration. Its firm handling lets you be in control (no merely hanging&lt;br /&gt;
      on to a tiger's tail here). Check the features, study the specification,&lt;br /&gt;
      and compare. Take a close look at its sure styling.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;[[File:13-tiger-yllogo.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The Tiger's high quality fit and finish shows up in every detail. Note the&lt;br /&gt;
      LED state-of-charge light next to the on/off switch.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:14-tiger-ylmotor.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The brushless motor with built-in controller now provides 400 Watt of&lt;br /&gt;
      brute, continuous power for unsurpassed acceleration, and hill climbing.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:12-tiger-ylbasketseat.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      Includes quick-removal seat+basket kit.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:TireHDKnob.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The '03 Tiger's new paws&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;span align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;250&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;smallest&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;Please note your scooter may not be legal&lt;br /&gt;
      to operate on highways, or bike lanes/trails in your state. Please also be&lt;br /&gt;
      aware that scooters may be unsafe to operate under certain riding&lt;br /&gt;
      conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Weights and Folding:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Carrying Capacity 220 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Scooter Weight 48 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Folded 48&amp;amp;quot; L x 12&amp;amp;quot; W x 26&amp;amp;quot; H&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar folds down with Quick Release and Safety&lt;br /&gt;
          Lock.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Brakes and Safety Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Brake Type Rear 70mm Band Brake&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Sure Stopping Power&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;High Quality Brake Lever&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle release switches off the motor.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar: High strength steel and stem, with quick&lt;br /&gt;
          release and safety lock which can be easily folded.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle: Thumb type with variable speed that shuts&lt;br /&gt;
          off the motor when released.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;arial, helvetica&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;!a href=&amp;quot;ElectricScooters.htm&amp;quot;&amp;gt;Electric&lt;br /&gt;
Scooter Index&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;2200&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;340&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;&amp;amp;nbsp;&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:15-tiger-ylside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:18-tiger-ylstside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Why choose the brand new '03 model Tiger?&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Because the '03 model comes with road smoothing front&lt;br /&gt;
      suspension, gorgeous mag wheels, and even more power!&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Ride the Tiger with seat and basket—or experience&lt;br /&gt;
      the great fun, ease, and maneuverability of stand-up scooter riding. The&lt;br /&gt;
      seat and basket kit removes in a minute. The new handle bar thumb throttle&lt;br /&gt;
      design brings on the power ever so smoothly. The handle bar stem folds in&lt;br /&gt;
      seconds and makes the Tiger stowable in many spaces.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;The new Tiger provides a comfortable ride whether you&lt;br /&gt;
      want to go fast or need to navigate on crowded sidewalks. Front and rear&lt;br /&gt;
      brakes bring you to a stop with authority. Note the wide deck, front&lt;br /&gt;
      suspension, and the new mag wheels.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Please note: The actual color of the Tiger is a light&lt;br /&gt;
      orange. The color of the photos on this site may not accurately show the&lt;br /&gt;
      correct shade. The Tiger is also available in deep green.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Tiger Electrical System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Motor Type: PowerCat, 24 Volt Brushless Motor, 400W continuous/800W&lt;br /&gt;
          peak, with Built-in Electronic Pulse-Width Modulated (PWM) Controller&lt;br /&gt;
        &amp;lt;li&amp;gt;Variable-Speed Throttle displays level of charge with integrated LED&lt;br /&gt;
          lights.&lt;br /&gt;
        &amp;lt;li&amp;gt;Battery Pack/Voltage Sealed Lead Acid Dual 12 volt, 10 amp amp/hour&lt;br /&gt;
          Durable (Charges w/proper care 300-350 times)&lt;br /&gt;
        &amp;lt;li&amp;gt;Wiring Components High Quality&lt;br /&gt;
        &amp;lt;li&amp;gt;Main Power Switch features battery charge level monitor.&lt;br /&gt;
        &amp;lt;li&amp;gt;Charger Type 2 amp Smart Charger Does Not Overcharge Batteries&lt;br /&gt;
        &amp;lt;li&amp;gt;Recharge Time 3 to 7 hours. Store Battery in a Charged State&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Drive System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Drive System: Rear Drive Chain&lt;br /&gt;
        &amp;lt;li&amp;gt;Freewheeling system allows the scooter to &amp;amp;quot;coast&amp;amp;quot; without&lt;br /&gt;
          power.&lt;br /&gt;
        &amp;lt;li&amp;gt;Speed about 15 MPH—always wear a helmet!&lt;br /&gt;
        &amp;lt;li&amp;gt;Throttle Power-On-Demand makes for easy starting.&lt;br /&gt;
        &amp;lt;li&amp;gt;Rims/Tires Alloy Spoked Rims, Rubber Tire Size 12&amp;amp;quot; x&lt;br /&gt;
          2.125&amp;amp;quot; Black Tires provide great traction on varied surfaces.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Frame and Deck Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Frame construction: Tubular High tensile Steel&lt;br /&gt;
        &amp;lt;li&amp;gt;W/Alloy One-Piece Deck and Tail Plate.&lt;br /&gt;
        &amp;lt;li&amp;gt;Removable Seat assembly and support frame.&lt;br /&gt;
        &amp;lt;li&amp;gt;Paint: Iridescent Black/Green&lt;br /&gt;
        &amp;lt;li&amp;gt;Deck Material: Aluminum&lt;br /&gt;
        &amp;lt;li&amp;gt;Features Safety (Non-Slip) Grip Tape&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; color=&amp;quot;#0000FF&amp;quot;&amp;gt;$489&amp;lt;/font&amp;gt; + Shipping&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Thanks to James McLean for allowing use of the material illustrated above.&lt;br /&gt;
  Photos by Phil H. Webber and Matt Sundin.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9786</id>
		<title>User:Rjf/Tiger Scooter/Product Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9786"/>
		<updated>2020-07-12T00:07:40Z</updated>

		<summary type="html">&lt;p&gt;Rjf: remove test image link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter,&lt;br /&gt;
Keeping a local copy here for posterity sake.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;Arial&amp;quot; size=&amp;quot;6&amp;quot;&amp;gt;2003 Tiger Electric Scooter&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;right&amp;quot; width=&amp;quot;310&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Perhaps what first comes to mind is the superb fun of its&lt;br /&gt;
      smooth, surging, and nimble ride on 12&amp;amp;quot; wheels, its&lt;br /&gt;
      confidence-inspiring braking (both front and rear), and its exhilarating&lt;br /&gt;
      acceleration. Its firm handling lets you be in control (no merely hanging&lt;br /&gt;
      on to a tiger's tail here). Check the features, study the specification,&lt;br /&gt;
      and compare. Take a close look at its sure styling.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;[[File:13-tiger-yllogo.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The Tiger's high quality fit and finish shows up in every detail. Note the&lt;br /&gt;
      LED state-of-charge light next to the on/off switch.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:14-tiger-ylmotor.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The brushless motor with built-in controller now provides 400 Watt of&lt;br /&gt;
      brute, continuous power for unsurpassed acceleration, and hill climbing.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:12-tiger-ylbasketseat.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      Includes quick-removal seat+basket kit.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:TireHDKnob.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The '03 Tiger's new paws&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;span align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;250&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;smallest&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;Please note your scooter may not be legal&lt;br /&gt;
      to operate on highways, or bike lanes/trails in your state. Please also be&lt;br /&gt;
      aware that scooters may be unsafe to operate under certain riding&lt;br /&gt;
      conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Weights and Folding:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Carrying Capacity 220 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Scooter Weight 48 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Folded 48&amp;amp;quot; L x 12&amp;amp;quot; W x 26&amp;amp;quot; H&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar folds down with Quick Release and Safety&lt;br /&gt;
          Lock.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Brakes and Safety Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Brake Type Rear 70mm Band Brake&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Sure Stopping Power&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;High Quality Brake Lever&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle release switches off the motor.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar: High strength steel and stem, with quick&lt;br /&gt;
          release and safety lock which can be easily folded.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle: Thumb type with variable speed that shuts&lt;br /&gt;
          off the motor when released.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;arial, helvetica&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;ElectricScooters.htm&amp;quot;&amp;gt;Electric&lt;br /&gt;
Scooter Index&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;2200&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;340&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;&amp;amp;nbsp;&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:15-tiger-ylside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:18-tiger-ylstside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Why choose the brand new '03 model Tiger?&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Because the '03 model comes with road smoothing front&lt;br /&gt;
      suspension, gorgeous mag wheels, and even more power!&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Ride the Tiger with seat and basket—or experience&lt;br /&gt;
      the great fun, ease, and maneuverability of stand-up scooter riding. The&lt;br /&gt;
      seat and basket kit removes in a minute. The new handle bar thumb throttle&lt;br /&gt;
      design brings on the power ever so smoothly. The handle bar stem folds in&lt;br /&gt;
      seconds and makes the Tiger stowable in many spaces.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;The new Tiger provides a comfortable ride whether you&lt;br /&gt;
      want to go fast or need to navigate on crowded sidewalks. Front and rear&lt;br /&gt;
      brakes bring you to a stop with authority. Note the wide deck, front&lt;br /&gt;
      suspension, and the new mag wheels.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Please note: The actual color of the Tiger is a light&lt;br /&gt;
      orange. The color of the photos on this site may not accurately show the&lt;br /&gt;
      correct shade. The Tiger is also available in deep green.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Tiger Electrical System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Motor Type: PowerCat, 24 Volt Brushless Motor, 400W continuous/800W&lt;br /&gt;
          peak, with Built-in Electronic Pulse-Width Modulated (PWM) Controller&lt;br /&gt;
        &amp;lt;li&amp;gt;Variable-Speed Throttle displays level of charge with integrated LED&lt;br /&gt;
          lights.&lt;br /&gt;
        &amp;lt;li&amp;gt;Battery Pack/Voltage Sealed Lead Acid Dual 12 volt, 10 amp amp/hour&lt;br /&gt;
          Durable (Charges w/proper care 300-350 times)&lt;br /&gt;
        &amp;lt;li&amp;gt;Wiring Components High Quality&lt;br /&gt;
        &amp;lt;li&amp;gt;Main Power Switch features battery charge level monitor.&lt;br /&gt;
        &amp;lt;li&amp;gt;Charger Type 2 amp Smart Charger Does Not Overcharge Batteries&lt;br /&gt;
        &amp;lt;li&amp;gt;Recharge Time 3 to 7 hours. Store Battery in a Charged State&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Drive System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Drive System: Rear Drive Chain&lt;br /&gt;
        &amp;lt;li&amp;gt;Freewheeling system allows the scooter to &amp;amp;quot;coast&amp;amp;quot; without&lt;br /&gt;
          power.&lt;br /&gt;
        &amp;lt;li&amp;gt;Speed about 15 MPH—always wear a helmet!&lt;br /&gt;
        &amp;lt;li&amp;gt;Throttle Power-On-Demand makes for easy starting.&lt;br /&gt;
        &amp;lt;li&amp;gt;Rims/Tires Alloy Spoked Rims, Rubber Tire Size 12&amp;amp;quot; x&lt;br /&gt;
          2.125&amp;amp;quot; Black Tires provide great traction on varied surfaces.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Frame and Deck Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Frame construction: Tubular High tensile Steel&lt;br /&gt;
        &amp;lt;li&amp;gt;W/Alloy One-Piece Deck and Tail Plate.&lt;br /&gt;
        &amp;lt;li&amp;gt;Removable Seat assembly and support frame.&lt;br /&gt;
        &amp;lt;li&amp;gt;Paint: Iridescent Black/Green&lt;br /&gt;
        &amp;lt;li&amp;gt;Deck Material: Aluminum&lt;br /&gt;
        &amp;lt;li&amp;gt;Features Safety (Non-Slip) Grip Tape&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; color=&amp;quot;#0000FF&amp;quot;&amp;gt;$489&amp;lt;/font&amp;gt; + Shipping&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Thanks to James McLean for allowing use of the material illustrated above.&lt;br /&gt;
  Photos by Phil H. Webber and Matt Sundin.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9785</id>
		<title>User:Rjf/Tiger Scooter/Product Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9785"/>
		<updated>2020-07-12T00:07:21Z</updated>

		<summary type="html">&lt;p&gt;Rjf: fix scooter images to be local&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter,&lt;br /&gt;
Keeping a local copy here for posterity sake.&lt;br /&gt;
[[File:13-tiger-yllogo.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;Arial&amp;quot; size=&amp;quot;6&amp;quot;&amp;gt;2003 Tiger Electric Scooter&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;right&amp;quot; width=&amp;quot;310&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Perhaps what first comes to mind is the superb fun of its&lt;br /&gt;
      smooth, surging, and nimble ride on 12&amp;amp;quot; wheels, its&lt;br /&gt;
      confidence-inspiring braking (both front and rear), and its exhilarating&lt;br /&gt;
      acceleration. Its firm handling lets you be in control (no merely hanging&lt;br /&gt;
      on to a tiger's tail here). Check the features, study the specification,&lt;br /&gt;
      and compare. Take a close look at its sure styling.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;[[File:13-tiger-yllogo.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The Tiger's high quality fit and finish shows up in every detail. Note the&lt;br /&gt;
      LED state-of-charge light next to the on/off switch.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:14-tiger-ylmotor.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The brushless motor with built-in controller now provides 400 Watt of&lt;br /&gt;
      brute, continuous power for unsurpassed acceleration, and hill climbing.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:12-tiger-ylbasketseat.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      Includes quick-removal seat+basket kit.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;/html&amp;gt;[[File:TireHDKnob.jpg]]&amp;lt;html&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The '03 Tiger's new paws&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;span align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;250&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;smallest&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;Please note your scooter may not be legal&lt;br /&gt;
      to operate on highways, or bike lanes/trails in your state. Please also be&lt;br /&gt;
      aware that scooters may be unsafe to operate under certain riding&lt;br /&gt;
      conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Weights and Folding:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Carrying Capacity 220 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Scooter Weight 48 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Folded 48&amp;amp;quot; L x 12&amp;amp;quot; W x 26&amp;amp;quot; H&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar folds down with Quick Release and Safety&lt;br /&gt;
          Lock.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Brakes and Safety Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Brake Type Rear 70mm Band Brake&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Sure Stopping Power&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;High Quality Brake Lever&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle release switches off the motor.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar: High strength steel and stem, with quick&lt;br /&gt;
          release and safety lock which can be easily folded.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle: Thumb type with variable speed that shuts&lt;br /&gt;
          off the motor when released.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;arial, helvetica&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;ElectricScooters.htm&amp;quot;&amp;gt;Electric&lt;br /&gt;
Scooter Index&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;2200&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;340&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;&amp;amp;nbsp;&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:15-tiger-ylside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;/html&amp;gt;[[File:18-tiger-ylstside.jpg]]&amp;lt;html&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Why choose the brand new '03 model Tiger?&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Because the '03 model comes with road smoothing front&lt;br /&gt;
      suspension, gorgeous mag wheels, and even more power!&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Ride the Tiger with seat and basket—or experience&lt;br /&gt;
      the great fun, ease, and maneuverability of stand-up scooter riding. The&lt;br /&gt;
      seat and basket kit removes in a minute. The new handle bar thumb throttle&lt;br /&gt;
      design brings on the power ever so smoothly. The handle bar stem folds in&lt;br /&gt;
      seconds and makes the Tiger stowable in many spaces.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;The new Tiger provides a comfortable ride whether you&lt;br /&gt;
      want to go fast or need to navigate on crowded sidewalks. Front and rear&lt;br /&gt;
      brakes bring you to a stop with authority. Note the wide deck, front&lt;br /&gt;
      suspension, and the new mag wheels.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Please note: The actual color of the Tiger is a light&lt;br /&gt;
      orange. The color of the photos on this site may not accurately show the&lt;br /&gt;
      correct shade. The Tiger is also available in deep green.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Tiger Electrical System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Motor Type: PowerCat, 24 Volt Brushless Motor, 400W continuous/800W&lt;br /&gt;
          peak, with Built-in Electronic Pulse-Width Modulated (PWM) Controller&lt;br /&gt;
        &amp;lt;li&amp;gt;Variable-Speed Throttle displays level of charge with integrated LED&lt;br /&gt;
          lights.&lt;br /&gt;
        &amp;lt;li&amp;gt;Battery Pack/Voltage Sealed Lead Acid Dual 12 volt, 10 amp amp/hour&lt;br /&gt;
          Durable (Charges w/proper care 300-350 times)&lt;br /&gt;
        &amp;lt;li&amp;gt;Wiring Components High Quality&lt;br /&gt;
        &amp;lt;li&amp;gt;Main Power Switch features battery charge level monitor.&lt;br /&gt;
        &amp;lt;li&amp;gt;Charger Type 2 amp Smart Charger Does Not Overcharge Batteries&lt;br /&gt;
        &amp;lt;li&amp;gt;Recharge Time 3 to 7 hours. Store Battery in a Charged State&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Drive System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Drive System: Rear Drive Chain&lt;br /&gt;
        &amp;lt;li&amp;gt;Freewheeling system allows the scooter to &amp;amp;quot;coast&amp;amp;quot; without&lt;br /&gt;
          power.&lt;br /&gt;
        &amp;lt;li&amp;gt;Speed about 15 MPH—always wear a helmet!&lt;br /&gt;
        &amp;lt;li&amp;gt;Throttle Power-On-Demand makes for easy starting.&lt;br /&gt;
        &amp;lt;li&amp;gt;Rims/Tires Alloy Spoked Rims, Rubber Tire Size 12&amp;amp;quot; x&lt;br /&gt;
          2.125&amp;amp;quot; Black Tires provide great traction on varied surfaces.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Frame and Deck Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Frame construction: Tubular High tensile Steel&lt;br /&gt;
        &amp;lt;li&amp;gt;W/Alloy One-Piece Deck and Tail Plate.&lt;br /&gt;
        &amp;lt;li&amp;gt;Removable Seat assembly and support frame.&lt;br /&gt;
        &amp;lt;li&amp;gt;Paint: Iridescent Black/Green&lt;br /&gt;
        &amp;lt;li&amp;gt;Deck Material: Aluminum&lt;br /&gt;
        &amp;lt;li&amp;gt;Features Safety (Non-Slip) Grip Tape&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; color=&amp;quot;#0000FF&amp;quot;&amp;gt;$489&amp;lt;/font&amp;gt; + Shipping&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Thanks to James McLean for allowing use of the material illustrated above.&lt;br /&gt;
  Photos by Phil H. Webber and Matt Sundin.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:13-tiger-yllogo.jpg&amp;diff=9784</id>
		<title>File:13-tiger-yllogo.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:13-tiger-yllogo.jpg&amp;diff=9784"/>
		<updated>2020-07-12T00:00:51Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Source: http://www.evdeals.com/Tiger2.htm for article User:Rjf/Tiger_Scooter/Product_Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Source: http://www.evdeals.com/Tiger2.htm for article [[User:Rjf/Tiger_Scooter/Product_Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:14-tiger-ylmotor.jpg&amp;diff=9783</id>
		<title>File:14-tiger-ylmotor.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:14-tiger-ylmotor.jpg&amp;diff=9783"/>
		<updated>2020-07-12T00:00:38Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Source: http://www.evdeals.com/Tiger2.htm for article User:Rjf/Tiger_Scooter/Product_Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Source: http://www.evdeals.com/Tiger2.htm for article [[User:Rjf/Tiger_Scooter/Product_Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:12-tiger-ylbasketseat.jpg&amp;diff=9782</id>
		<title>File:12-tiger-ylbasketseat.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:12-tiger-ylbasketseat.jpg&amp;diff=9782"/>
		<updated>2020-07-12T00:00:24Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Source: http://www.evdeals.com/Tiger2.htm for article User:Rjf/Tiger_Scooter/Product_Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Source: http://www.evdeals.com/Tiger2.htm for article [[User:Rjf/Tiger_Scooter/Product_Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:15-tiger-ylside.jpg&amp;diff=9781</id>
		<title>File:15-tiger-ylside.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:15-tiger-ylside.jpg&amp;diff=9781"/>
		<updated>2020-07-12T00:00:08Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Source: http://www.evdeals.com/Tiger2.htm for article User:Rjf/Tiger_Scooter/Product_Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Source: http://www.evdeals.com/Tiger2.htm for article [[User:Rjf/Tiger_Scooter/Product_Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:18-tiger-ylstside.jpg&amp;diff=9780</id>
		<title>File:18-tiger-ylstside.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:18-tiger-ylstside.jpg&amp;diff=9780"/>
		<updated>2020-07-11T23:59:52Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Source: http://www.evdeals.com/Tiger2.htm for article User:Rjf/Tiger_Scooter/Product_Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Source: http://www.evdeals.com/Tiger2.htm for article [[User:Rjf/Tiger_Scooter/Product_Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:TireHDKnob.jpg&amp;diff=9779</id>
		<title>File:TireHDKnob.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:TireHDKnob.jpg&amp;diff=9779"/>
		<updated>2020-07-11T23:59:25Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Source: http://www.evdeals.com/Tiger2.htm for article User:Rjf/Tiger_Scooter/Product_Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Source: http://www.evdeals.com/Tiger2.htm for article [[User:Rjf/Tiger_Scooter/Product_Page]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9778</id>
		<title>User:Rjf/Tiger Scooter/Product Page</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter/Product_Page&amp;diff=9778"/>
		<updated>2020-07-11T23:58:26Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter, Keeping a local copy here for posterity sake.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Found an old page http://www.evdeals.com/Tiger2.htm with the sales for this scooter,&lt;br /&gt;
Keeping a local copy here for posterity sake.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;Arial&amp;quot; size=&amp;quot;6&amp;quot;&amp;gt;2003 Tiger Electric Scooter&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;right&amp;quot; width=&amp;quot;310&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Perhaps what first comes to mind is the superb fun of its&lt;br /&gt;
      smooth, surging, and nimble ride on 12&amp;amp;quot; wheels, its&lt;br /&gt;
      confidence-inspiring braking (both front and rear), and its exhilarating&lt;br /&gt;
      acceleration. Its firm handling lets you be in control (no merely hanging&lt;br /&gt;
      on to a tiger's tail here). Check the features, study the specification,&lt;br /&gt;
      and compare. Take a close look at its sure styling.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;img alt src=&amp;quot;images/ElectricBikes/13-tiger-yllogo.jpg&amp;quot; vspace=&amp;quot;6&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;216&amp;quot; height=&amp;quot;125&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The Tiger's high quality fit and finish shows up in every detail. Note the&lt;br /&gt;
      LED state-of-charge light next to the on/off switch.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;img alt src=&amp;quot;images/ElectricBikes/14-tiger-ylmotor.jpg&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;216&amp;quot; height=&amp;quot;153&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The brushless motor with built-in controller now provides 400 Watt of&lt;br /&gt;
      brute, continuous power for unsurpassed acceleration, and hill climbing.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;img alt src=&amp;quot;images/ElectricBikes/12-tiger-ylbasketseat.jpg&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;216&amp;quot; height=&amp;quot;358&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      Includes quick-removal seat+basket kit.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;&amp;lt;img alt=&amp;quot;Tiger paws&amp;quot; src=&amp;quot;images/ElectricBikes/TireHDKnob.jpg&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;250&amp;quot; height=&amp;quot;145&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
      The '03 Tiger's new paws&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;span align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;1&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;250&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;smallest&amp;quot; align=&amp;quot;left&amp;quot;&amp;gt;Please note your scooter may not be legal&lt;br /&gt;
      to operate on highways, or bike lanes/trails in your state. Please also be&lt;br /&gt;
      aware that scooters may be unsafe to operate under certain riding&lt;br /&gt;
      conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;br&amp;gt;&lt;br /&gt;
      &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Weights and Folding:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Carrying Capacity 220 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Scooter Weight 48 lbs&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Folded 48&amp;amp;quot; L x 12&amp;amp;quot; W x 26&amp;amp;quot; H&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar folds down with Quick Release and Safety&lt;br /&gt;
          Lock.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4 align=&amp;quot;left&amp;quot;&amp;gt;Brakes and Safety Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Brake Type Rear 70mm Band Brake&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Sure Stopping Power&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;High Quality Brake Lever&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle release switches off the motor.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Handlebar: High strength steel and stem, with quick&lt;br /&gt;
          release and safety lock which can be easily folded.&lt;br /&gt;
        &amp;lt;li&amp;gt;&lt;br /&gt;
          &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;Throttle: Thumb type with variable speed that shuts&lt;br /&gt;
          off the motor when released.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p align=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;font face=&amp;quot;arial, helvetica&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;ElectricScooters.htm&amp;quot;&amp;gt;Electric&lt;br /&gt;
Scooter Index&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; width=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;img height=&amp;quot;2200&amp;quot; alt src=&amp;quot;images/ElectricBikes/29B969px.jpg&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td vAlign=&amp;quot;top&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;340&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;h3&amp;gt;&amp;amp;nbsp;&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;img alt src=&amp;quot;images/ElectricBikes/15-tiger-ylside.jpg&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;216&amp;quot; height=&amp;quot;218&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;img alt src=&amp;quot;images/ElectricBikes/18-tiger-ylstside.jpg&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;216&amp;quot; height=&amp;quot;185&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Why choose the brand new '03 model Tiger?&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Because the '03 model comes with road smoothing front&lt;br /&gt;
      suspension, gorgeous mag wheels, and even more power!&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Ride the Tiger with seat and basket—or experience&lt;br /&gt;
      the great fun, ease, and maneuverability of stand-up scooter riding. The&lt;br /&gt;
      seat and basket kit removes in a minute. The new handle bar thumb throttle&lt;br /&gt;
      design brings on the power ever so smoothly. The handle bar stem folds in&lt;br /&gt;
      seconds and makes the Tiger stowable in many spaces.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;The new Tiger provides a comfortable ride whether you&lt;br /&gt;
      want to go fast or need to navigate on crowded sidewalks. Front and rear&lt;br /&gt;
      brakes bring you to a stop with authority. Note the wide deck, front&lt;br /&gt;
      suspension, and the new mag wheels.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p class=&amp;quot;sm-print&amp;quot;&amp;gt;Please note: The actual color of the Tiger is a light&lt;br /&gt;
      orange. The color of the photos on this site may not accurately show the&lt;br /&gt;
      correct shade. The Tiger is also available in deep green.&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Tiger Electrical System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Motor Type: PowerCat, 24 Volt Brushless Motor, 400W continuous/800W&lt;br /&gt;
          peak, with Built-in Electronic Pulse-Width Modulated (PWM) Controller&lt;br /&gt;
        &amp;lt;li&amp;gt;Variable-Speed Throttle displays level of charge with integrated LED&lt;br /&gt;
          lights.&lt;br /&gt;
        &amp;lt;li&amp;gt;Battery Pack/Voltage Sealed Lead Acid Dual 12 volt, 10 amp amp/hour&lt;br /&gt;
          Durable (Charges w/proper care 300-350 times)&lt;br /&gt;
        &amp;lt;li&amp;gt;Wiring Components High Quality&lt;br /&gt;
        &amp;lt;li&amp;gt;Main Power Switch features battery charge level monitor.&lt;br /&gt;
        &amp;lt;li&amp;gt;Charger Type 2 amp Smart Charger Does Not Overcharge Batteries&lt;br /&gt;
        &amp;lt;li&amp;gt;Recharge Time 3 to 7 hours. Store Battery in a Charged State&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Drive System:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Drive System: Rear Drive Chain&lt;br /&gt;
        &amp;lt;li&amp;gt;Freewheeling system allows the scooter to &amp;amp;quot;coast&amp;amp;quot; without&lt;br /&gt;
          power.&lt;br /&gt;
        &amp;lt;li&amp;gt;Speed about 15 MPH—always wear a helmet!&lt;br /&gt;
        &amp;lt;li&amp;gt;Throttle Power-On-Demand makes for easy starting.&lt;br /&gt;
        &amp;lt;li&amp;gt;Rims/Tires Alloy Spoked Rims, Rubber Tire Size 12&amp;amp;quot; x&lt;br /&gt;
          2.125&amp;amp;quot; Black Tires provide great traction on varied surfaces.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;h4&amp;gt;Frame and Deck Features:&amp;lt;/h4&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Frame construction: Tubular High tensile Steel&lt;br /&gt;
        &amp;lt;li&amp;gt;W/Alloy One-Piece Deck and Tail Plate.&lt;br /&gt;
        &amp;lt;li&amp;gt;Removable Seat assembly and support frame.&lt;br /&gt;
        &amp;lt;li&amp;gt;Paint: Iridescent Black/Green&lt;br /&gt;
        &amp;lt;li&amp;gt;Deck Material: Aluminum&lt;br /&gt;
        &amp;lt;li&amp;gt;Features Safety (Non-Slip) Grip Tape&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; color=&amp;quot;#0000FF&amp;quot;&amp;gt;$489&amp;lt;/font&amp;gt; + Shipping&amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Thanks to James McLean for allowing use of the material illustrated above.&lt;br /&gt;
  Photos by Phil H. Webber and Matt Sundin.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9777</id>
		<title>User:Rjf/Tiger Scooter</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9777"/>
		<updated>2020-07-11T23:48:24Z</updated>

		<summary type="html">&lt;p&gt;Rjf: (Product Page)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
I purchased this Tiger 24v electric scooter from [[Local_Resources#EVs_North_West|EVs North West]], ([[User:Rjf/Tiger_Scooter/Product_Page|Product Page]]) with detachable seat and storage basket.  It came with a 400watt motor which was later upgraded to 500watts after the original failed.    The stock battery consisted of a pair of 10Ah UPS type sealed [[User:Rjf/PbA|lead-acid]] batteries which delivered about 2-5 miles of range weighing ~15lbs.  With the [[#LGQ Pack]] I've built out of 96 small  [[User:Rjf/Li|Lithium-Ion]] cells, which are housed in the little black and yellow toolbox hanging off the side like a saddle bag, I now have 10 miles of range from a battery that weighs less than 10 lbs.  I also experimented with a severely undersized battery pack consisting of Laptop 18650 cells, and an even shorter lived set of consumer AA [[User:Rjf/Ni|NiMH]] cells.  The current LGQ pack is properly sized and appears to be working very will, a test cell from this set now has some 180 cycles and still delivers 90% of it's original capacity.  The latest addition is a [[#Milwaukee V28 Pack]] which gives me an additional 2.5 miles, it's handy to bring along for &amp;quot;emergency range&amp;quot; or to use while the main pack is being charged.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter9.jpg|thumb|180px|24V Tiger scooter]]&lt;br /&gt;
|| [[Image:TigerScooter1.jpg|thumb|180px|Speedo, Amps, and Volts]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lead Acid Pack==&lt;br /&gt;
The scooter was origonally equipt with a pair of 7.28 lb. 10Ah 12v batteries, similar to [http://www.electricrider.com/batteries.htm these].&lt;br /&gt;
&lt;br /&gt;
== Headway LiFePO4 Battery Kit ==&lt;br /&gt;
Per [http://evcomponents.com/24v10ah-headway-lfp-battery-kit.html evcomponents.com 24V 10Ah Headway LiFePO4 Battery Kit] and similar: 12Ah, 15Ah, 48V, 60V, 72V Kits with Cells:&lt;br /&gt;
* Headway 38120S(10Ah) ** Weight (Approx.) 338g ** Dimensions (mm) Diameter 38±1 Height 132±1 ** Max. continuous discharging current 10C(100A) ** Recommended Constant Discharge 1C(10A)-5C(50A) ** Recommended charging current 0.3C(3A)-0.5C(5A) Max:1C(10A)&lt;br /&gt;
* Headway 38140S(12Ah) ** Weight (Approx.) 400g ** Dimensions (mm) Diameter 38±1 Height 152±1 ** Max. continuous discharging current 10C(120A) ** Recommended Constant Discharge 1C(12A)-5C(60A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(12A)&lt;br /&gt;
* Headway 40152S(15Ah) ** Weight (Approx.) 480g ** Dimensions (mm) Diameter 40±1 Height 174±1 ** Max. continuous discharging current 10C(150A) ** Recommended Constant Discharge 1C(15A)-5C(75A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(15A)&lt;br /&gt;
* Chemical composition LiFePO4(lithium iron phosphate) ** Rated voltage 3.2V ** Energy density 105 (Wh/kg) ** Battery internal resistance≤5mΩ ** Self discharge rate (monthly) 2-3% ** Standard. charging voltage 3.65±0.05V ** Max. End discharged cut off voltage 2.0V ** Working temperature: Charging 0~45℃ : Discharging -20~65℃ ** Storage temperature:  In one month -20~45℃ : In six months -20~35℃&lt;br /&gt;
* @20180106 - Got some used cells of 8Ah for $160.96 ($10 each).  However it appears I will not be able to assemble a full 16(s)eries 48V string.  Two(s) were &amp;quot;soft&amp;quot; and could not deliver over nor accept more than about 1A or 0.125C ''(ie: 1/8 (C)apacity 1 Hour Rate)''.  After initial cycle tests one of those I physically broke attempting to remove a threadall stub which leaked liquid electrolyte, the other soft cell also had the stub and no others did.  The remaining still matched up well as three descent 4s 5~6Ah blocks and a pair of matched lowest capacity cells.&lt;br /&gt;
* Ordered: [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-holder.html Headway 38120S 38140S 38120HP 2 hole holder (orange plastic end cap pair with locking edges)]. &amp;amp; [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-connector.html 2 holes connector for headway 38120S &amp;amp; 38140S cell (Cut and finished buss bars)]. &lt;br /&gt;
&lt;br /&gt;
==Milwaukee V28 Pack==&lt;br /&gt;
[[Image:100 1095.jpg|thumb|right|190px|Ryobi 18v [[Ni|NiMH]] &amp;lt;br&amp;gt; Milwaukee V28 [[Li]]]]&lt;br /&gt;
&lt;br /&gt;
These [[Li#Milwaukee PowerTools|Milwaukee Li battery packs]] are composed of 7 cells in series, have 3.0Ah (0.084kWh) of capacity, and weigh 2.33lbs (37.3oz).  They should deliver 40A through the stock BMS and perhaps up to or over 100A if bypassed.  The pack measures 28.9v with a full charge, and the work light turns itself off at 25.9v.  This is also the point at which the first battery level indicator blinks, indicating empty.  The pack's dimensions are 3-1/4&amp;quot; tall by 5&amp;quot; long by 3-1/2&amp;quot; wide.&lt;br /&gt;
* Battery pack made up of 7 cells is 3Ah, 2.5Lbs ship weight, [http://www.toolauthority.com/product_info.php?products_id=1835 $118.50], Mfr. Model # 48-11-2830&lt;br /&gt;
* 1 hour charger is 2.2Lbs, [http://www.toolauthority.com/product_info.php?products_id=1836 $47.5], Mfr. Model # 48-59-2801.&lt;br /&gt;
* WorkLight is 1.3Lbs, [http://www.toolauthority.com/product_info.php?products_id=1834 $27.75] ''(cheap source for battery socket?)'', Mfr. Model # 49-24-0185.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
* Charge - &amp;lt;0:45 min Initial ( 3.75A = 3.0Ah )&lt;br /&gt;
* Dischg - ~5:30 min light ''8-A331 28v'' ( 0.55A = 15Watts )&lt;br /&gt;
* Charge - &amp;lt;1:00 min 1.15A, 0.08kWh, 0.74pf @kWmeter&lt;br /&gt;
* Dischg - ~5:30 min work light&lt;br /&gt;
* Charge - &amp;lt;0:10 min 2 bars&lt;br /&gt;
* Dischg - Ride on scooter, dump charge from LGQ pack, ok&lt;br /&gt;
* Charge - from 2bars to full overnight 0.07kWh @kWmeter&lt;br /&gt;
* Dischg - Ride arround campus &amp;lt; 1mile, down to 2or3 bars&lt;br /&gt;
* Charge - from 2bars to full overnight 0.05kWh @kWmeter&lt;br /&gt;
* Dischg - Ride 2.23 miles, till dead, slightly warm&lt;br /&gt;
* Charge - Overnight, 0.10kWh @kWmeter ''(44.8 Wh/mile or 22.3 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.63 miles, till dead.&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(30.4 Wh/mile or 32.9 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.36 miles, till dead, with Mail&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(33.9 Wh/mile or 29.5 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 0.493 miles, 3 round trips inside.&lt;br /&gt;
* Charge - &amp;lt;0:31 min, 0.02kWh @kWmeter ''(40.6 Wh/mile or 24.6 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 1.684 miles, Brian, left &amp;quot;on&amp;quot; for an hour or so.&lt;br /&gt;
* Charge - &amp;lt;0:45 min, 0.08kWh @kWmeter ''(47.5 Wh/mile or 21.1 miles/kWh)''&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:100 1096.jpg|thumb|90px|Stock Boot]]&lt;br /&gt;
|| [[Image:100 1097.jpg|thumb|90px|Open Boot]]&lt;br /&gt;
&amp;lt;!-- || [[Image:100 1098.jpg|thumb|90px|New cable]] --&amp;gt;&lt;br /&gt;
|| [[Image:100 1099.jpg|thumb|90px|New cable]]&lt;br /&gt;
|| [[Image:100 1100.jpg|thumb|90px|New cable]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===PHEV App===&lt;br /&gt;
{| border=1 cellpadding=2&lt;br /&gt;
| colspan=9 | '''S'''eries &amp;amp; '''P'''arallel Voltages, Capacity, and Range ''(Car @ 3miles/kWh)''&lt;br /&gt;
|-&lt;br /&gt;
|'''S'''/'''P'''||Volt Range|| 1 || 2P || 4P || 8P || colspan=2 | Range @8P || Cost @8P&lt;br /&gt;
|-&lt;br /&gt;
| colspan=6 | &amp;amp;nbsp; || Car || Scooter || ''Retail $''&lt;br /&gt;
|-&lt;br /&gt;
|1  ||25.9v - 29.4v  ||75Wh ||150Wh   ||300Wh   ||600Wh   ||2 ||24  || $960&lt;br /&gt;
|-&lt;br /&gt;
|2S ||51.8v - 58.8v  ||150Wh||300Wh   ||600Wh   ||1.20 kWh||3 ||48  || $1920&lt;br /&gt;
|-&lt;br /&gt;
|3S ||77.7v - 88.2v  ||225Wh||450Wh   ||900Wh   ||1.80 kWh||5 ||72  || $2880&lt;br /&gt;
|-&lt;br /&gt;
|4S ||103.6v - 117.6v||300Wh||600Wh   ||1.20 kWh||2.40 kWh||7 ||96  || $3840&lt;br /&gt;
|-&lt;br /&gt;
|5S ||129.5v - 147.0v||375Wh||750Wh   ||1.50 kWh||3.00 kWh||9 ||120 || $4800&lt;br /&gt;
|-&lt;br /&gt;
|6S ||155.4v - 176.4v||450Wh||900Wh   ||1.80 kWh||3.60 kWh||10||144 || $5760&lt;br /&gt;
|-&lt;br /&gt;
|7S ||181.3v - 205.8v||525Wh||1.05 kWh||2.10 kWh||4.20 kWh||12||168 || $6720&lt;br /&gt;
|-&lt;br /&gt;
|8S ||207.2v - 235.2v||600Wh||1.20 kWh||2.40 kWh||4.80 kWh||14||192 || $7680&lt;br /&gt;
|-&lt;br /&gt;
|9S ||233.1v - 264.6v||675Wh||1.35 kWh||2.70 kWh||5.40 kWh||16||216 || $8640&lt;br /&gt;
|-&lt;br /&gt;
|10S||259.0v - 294.0v||750Wh||1.50 kWh||3.00 kWh||6.00 kWh||18||240 || $9600&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Potential applications in existing HEVs. Current Hybrids use 6.5Ah cells, although they only use 40-50% of that capacity, so these 3.0Ah cells may deliver the same ammount of energy at greater discharge levels.  They come unconfortably close to the required power levels, however with a set of 2 Parallel capacity would exceed the origional pack and power requirements easily satisfied.&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 5S @ 129.5v - 147.0v (35 cells)&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 6S @ 155.4v - 176.4v (42 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 7S @ 181.3v - 205.8v (49 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 8S @ 207.2v - 235.2v (56 cells)&lt;br /&gt;
&lt;br /&gt;
==LGQ Pack==&lt;br /&gt;
[[Image:G14116CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
I assembled 96 individual cells into 2 blocks each one composed of 12 cells in parallel by 4 strings in series and weighing 4.01 lbs.  Each block is roughly equivalently to a 12v 12.6Ah battery.  Keep in mind that the blocks are series/parallel switched themselves from parallel 12v @25.2Ah to series 24v @12.6Ah.  This is done to accommodate charging them in parallel mode at 12v which is the limit of my charger.  However when riding they are switched into series mode to deliver 24v to the scooter.  The actual fully charged voltage is close to 30v which gives the scooter slightly more top speed than the stock PbA batteries, since in a motor voltage is directly proportional to RPMs.  This pack delivers about 10 miles of range and weighs 8.9 lbs including the toolbox and wiring.&lt;br /&gt;
&lt;br /&gt;
Rectangular A&amp;amp;TB 1050mAh Cells LGQ863448H (Electronics Goldmine $1/cell #G14116)&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=8890 Source]&lt;br /&gt;
&lt;br /&gt;
 Compact 3.6V 1050mAH Li-Ion Battery - G14116&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT *** Compact lithium ion battery is rated&lt;br /&gt;
 3.6VDC at 1050mAH.  Size is only 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot; Thick. Weighs&lt;br /&gt;
 only 38 grams so it is a powerful yet compact and lightweight battery&lt;br /&gt;
 that can be used in RC park flyers, robots, RC Planes, etc. Can be&lt;br /&gt;
 recharged over and over again. Made by A&amp;amp;TB of Japan. Very high quality.&lt;br /&gt;
 Part# LGQ863448H. Blowout price on this prime brand new battery! Hurry&lt;br /&gt;
 while supplies last on this very impressive high energy density battery.&lt;br /&gt;
 G14116 HURRY - SPECIAL SALE PRICE!!!&lt;br /&gt;
 Manufactured by A&amp;amp;TB of Japan&lt;br /&gt;
 Price: $1.00 each&lt;br /&gt;
&lt;br /&gt;
===Charger===&lt;br /&gt;
I can't afford a fully fledged analyzer [http://www.aeromicro.com/Catalog/chargers_116212_products.htm].&lt;br /&gt;
So instead I use a Triton (Red, $124) and a GWS (just below the Triton, $44).  I got the GWS first for charging NiMH for my first trainer plane,  It also made my Air Surfer (toy plane) a lot more fun as the &amp;quot;Dumb&amp;quot; field charger it comes with, changing it from a boring to a fun toy [http://www.time.com/time/2002/inventions/toy_surfer.html].&lt;br /&gt;
&lt;br /&gt;
Triton Details: [http://www.towerhobbies.com/products/greatplanes/gpmm3150.html]&amp;lt;br&amp;gt;&lt;br /&gt;
I would recommend the Triton, or perhaps some of the other smart computerized chargers, mine will do 1-24 Ni(CD or MH) cells, 1-4 Li-ion cells, and 6, 12, and 24v Lead-acid batteries up to 5 Amps. It will also cycle and log (until the battery is disconnected) mAh and average voltage (on discharge).  Lithium is limited to 2.5Amps of charge which is a bummer when charging the Scooters 25Ah pack (ie: up to 10 or more hours for a full charge, which could take as little as 1.5 hours, or a half hour to 80% if the charger were capable of delivering more power.  It is capable of delivering plenty of current to the single test cell which can typically be fully charged in 60 to 90 minutes.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Single Block #1&lt;br /&gt;
**Charge+ 3442mAh @2.5A (2004.06.01)&lt;br /&gt;
**Discharge-11255mAh @1.2A :521			Charge+11143mAh @2.5A :450	Cycle 1&lt;br /&gt;
**Discharge-11280mAh @1.2A :522			Charge+11267mAh @2.5A :425	Cycle 2&lt;br /&gt;
**Discharge-11330mAh @1.2A :525			Charge+11260mAh @2.5A :425	Cycle 3&lt;br /&gt;
**Discharge-11276mAh @1.2A :524			Charge+11192mAh @2.5A :442	Cycle 3.1&lt;br /&gt;
**Discharge-11275mAh @1.2A :524			Charge+11191mAh @2.5A :446	Cycle 3.2&lt;br /&gt;
*Single Block #2&lt;br /&gt;
**Charge+ 3624mAh @2.5A :237&lt;br /&gt;
**Discharge-11414mAh @1.2A :531			Charge+11231mAh @2.5A :433	Cycle 1&lt;br /&gt;
**Discharge-11330mAh @1.2A :560			Charge+11164mAh @2.5A :436	Cycle 2&lt;br /&gt;
**Discharge-11291mAh @1.2A :425			Charge+11202mAh @2.5A :437	Cycle 3&lt;br /&gt;
*Combined Block #1 &amp;amp; #2&lt;br /&gt;
*'''Discharge-22633mAh @1.2A :1130		rcalcCharge+21926mAh @2.5A :602 (@0.5A 21500mAh)   	Cycle 4'''&lt;br /&gt;
*Discharge-10 miles				Charge+22000mAh @2.5A End at 0.4A :658		Cycle 5 (2004.06.20)&lt;br /&gt;
**(18650)	Charge+ 2020mAh :117				Cycle 35&lt;br /&gt;
*Discharge-Rode ~7 miles     			Charge+18171mAh :650 (111 degree F in Sun at rest)	Cycle 6&lt;br /&gt;
**New Rear Tire!				(18650)	Charge+  536mAh :109				Cycle 36&lt;br /&gt;
*Discharge-Rode ~2 miles     			Charge+10866mAh :493 (@0.5A 10145mAh :321)	Cycle 7&lt;br /&gt;
*Discharge-Rode &amp;lt; 1 mile     			Charge+ 2127mAh :235			Cycle 8&lt;br /&gt;
*Discharge-Rode 4 miles     			Charge+ 5605mAh :321 (@0.5A 4883mAh :191)	Cycle 9 (2004.06.17)&lt;br /&gt;
*Discharge-Rode	to Seattle Center   		Charge+ 5845mAh :379			Cycle 10 (2004.06.20)&lt;br /&gt;
*Discharge-Rode ~7 miles to pick up car		Charge+11335mAh :527 			Cycle 11&lt;br /&gt;
**(18650)	Charge+ 1321mAh :178 			Cycle 37&lt;br /&gt;
*Discharge-Rode 16 Miles (4 on 18650, 2 on Pba)	Charge+22338mAh :747			Cycle 12&lt;br /&gt;
**(18650)	Charge+ 7003mAh :335			Cycle 38&lt;br /&gt;
*Discharge-Rode at Greenwood Show    		Charge+ 6042mAh :340			Cycle 13&lt;br /&gt;
*Discharge-Rode 76, Seattle Center, left on 24h	Charge+18206mAh :665			Cycle 14&lt;br /&gt;
*'''Discharge-22269mAh :1024 (Test Cycle @1.2A)	Charge+22575mAh :755			Cycle 15'''&lt;br /&gt;
*Discharge-Rode to 76(0.8m) + 2.3 mile		Charge+ 6883mAh :410 (1.110 Ah / mile)	Cycle 16&lt;br /&gt;
*Discharge-Rode 10.58 Miles (Fixed Spedo)     	Charge+19541mAh :668 (0.923 Ah / mile)	Cycle 17&lt;br /&gt;
*Discharge-Rode 0.9 + 0.9 = 1.8miles   		Charge+ 4213mAh :275 (1.170 Ah / mile)	Cycle 18 (2004.06.20)&lt;br /&gt;
*Discharge-Led Strip on for about 20 days      	Charge+ 3000mAh :??  	 10129mAh?	Cycle 19 (2004.09.19)&lt;br /&gt;
*Discharge-Left on for a 24 hours    		Charge+ 9095mAh :512			Cycle 20&lt;br /&gt;
*Discharge-Rode at work				Charge+enroute to woodburn  		Cycle 21 (2004.09.25)&lt;br /&gt;
*Discharge-Rode at woodburn, odo broke		Charge+ 7115mAh :440			Cycle 22&lt;br /&gt;
*Discharge-2.17 Miles odo fixed			Charge+ 4018mAh :349 (.926Ah(28Wh)/mile)	Cycle 23 (2004.09)&lt;br /&gt;
*Discharge-Rode? Cellphone, Sevcon+E-Tek tests	Charge+16650mAh :999			Cycle 24&lt;br /&gt;
*Discharge-Rode at work for months		Charge+ 9300mAh :484			Cycle 25&lt;br /&gt;
*Discharge-Rode at work (PbA went flat, get hot) Charge+14295mAh :640			Cycle 26&lt;br /&gt;
*Discharge-Rode at work				Charge+ 9333mAh :566			Cycle 27 (2005)&lt;br /&gt;
*Discharge-Rode at work				Charge+16469mAh :790			Cycle 28 (2006.02.15)&lt;br /&gt;
*Discharge-Rode at work				Charge+22235mAh :952			Cycle 29 (2006.03.24)&lt;br /&gt;
*Discharge-Rode at work				Charge+14974mAh :759			Cycle 30 (2006.04.20)&lt;br /&gt;
*Discharge-Sat for years, rode, 4 Miles -623mAh	Charge+24050mAh :833 (to 14.8v)		Cycle 31 (2008.10.12)&lt;br /&gt;
** Brought scooter home in 2007 where it was road every few months but mostly sat for years.&lt;br /&gt;
*'''Discharge-23621mAh :1104 (@1.2-1.4A to 12.0v) Charge+21418mAh :949 (to 14.4v)	Cycle 32 (2008.10.14)'''&lt;br /&gt;
&lt;br /&gt;
===Cycles TC1===&lt;br /&gt;
These are the cycles for a single &amp;quot;Test Cell&amp;quot; from the batch of cells that makes up this pack.&lt;br /&gt;
This may indicate the expected lifespan and capacity degradation for the full pack,&lt;br /&gt;
baring any interconnect or balance issues which may otherwise shorten it.&lt;br /&gt;
The temp rise during discharge at 2C to 2.5C for the first 10 cycles averaged 16.1&amp;amp;deg;F ranging from 13-19&amp;amp;deg;,&lt;br /&gt;
oddly enough the temperature appeared to drop during the charge cycle by roughly the same amount.&lt;br /&gt;
 Capacity Tests based on discharge rates (C=Cell Capacity (1050mAh)):&lt;br /&gt;
 Rated-1050mAh -  100% - 12.600Ah (Full Pack Equivalent at Nameplate Capacity)&lt;br /&gt;
 0.1C - 940mAh - 89.5% - 11.280Ah @1.26A&lt;br /&gt;
 ''0.5C - 888mAh - 84.6% - 10.656Ah @6.30A''&lt;br /&gt;
 1.0C - 836mAh - 79.6% - 10.032Ah @12.6A&lt;br /&gt;
 ''1.5C - 793mAh - 75.5% -  9.516Ah @18.9A''&lt;br /&gt;
 2.0C - 749mAh - 71.3% -  8.988Ah @25.2A&lt;br /&gt;
 2.5C - 659mAh - 62.8% -  7.908Ah @31.5A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is no longer valid, replace with a screenshot of what it used to look like:&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;IFRAME SRC=/mw/cycle_graph/LGQ_TC1.shtml NAME=graph WIDTH=800 HEIGHT=800&amp;gt;&amp;lt;/IFRAME&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Screenshot (274).png|800px]] &lt;br /&gt;
&lt;br /&gt;
[[User:Rjf/Tiger_Scooter/LGQ_Pack_Cycles]]&lt;br /&gt;
&lt;br /&gt;
===Schematics===&lt;br /&gt;
Wiring schematics go here...&lt;br /&gt;
&lt;br /&gt;
   -Block #1+    ___-Block #2+___&lt;br /&gt;
  /          \  /                \&lt;br /&gt;
  |____      | |     /switch      \&lt;br /&gt;
       \     | |    / to -12       \   &lt;br /&gt;
 -24___O   O \ O   O           O===O   O   O&lt;br /&gt;
       /   |__\________________    |   |    &lt;br /&gt;
      /    |   \               \   |   |    &lt;br /&gt;
 -12_/ O   O   O===O           O   O   O   O&lt;br /&gt;
 +12___|_______/                   |   \_______+24v&lt;br /&gt;
       \___________________________/&lt;br /&gt;
       nc  no  com coil     coil  com  no  nc&lt;br /&gt;
 &lt;br /&gt;
 When &amp;quot;switch to -12&amp;quot; is connected to B#1- the B#1 Relay is energized.&lt;br /&gt;
 B#1 Relay connects B#1+ to B#2-, and B#2 energizes B#2 Relay.&lt;br /&gt;
 B#2 Relay connects B#2+ to the scooter motor controller for +24v.&lt;br /&gt;
 This configuration ensures there is no load when off and B#1 &amp;amp; B#2 are in parallel.&lt;br /&gt;
 When enabled B#1 and B#2 both power an identical relay ensuring that the two&lt;br /&gt;
 Blocks are subjected to the same parasitic load as to stay in balance during operation.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
Construction process for LGQ's, 12 Parallel, 4 Series, 2 sets or blocks of cells...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TigerScooter-LGQ01.jpg |A few loose cells&lt;br /&gt;
Image:TigerScooter-LGQ15.jpg |Size comparison Series&lt;br /&gt;
Image:TigerScooter-LGQ18.jpg |Size comparison Parallel&lt;br /&gt;
Image:TigerScooter-LGQ20.jpg |12 Plasti-Dipped cells&lt;br /&gt;
Image:TigerScooter-LGQ22.jpg |4 sub-blocks curing&lt;br /&gt;
Image:TigerScooter-LGQ25.jpg |stacking sub-blocks&lt;br /&gt;
Image:TigerScooter-LGQ26.jpg |Cork for proper spacing&lt;br /&gt;
Image:TigerScooter-LGQ28.jpg |Plasti-Dippin sub-block&lt;br /&gt;
Image:TigerScooter-LGQ32.jpg |sub-block #4, last one&lt;br /&gt;
Image:TigerScooter-LGQ33.jpg |sub-block interconnects&lt;br /&gt;
Image:TigerScooter-LGQ35.jpg |12p*4s 12v 12.6Ah Block&lt;br /&gt;
Image:TigerScooter4.jpg      |Finished and installed&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==18650 Pack==&lt;br /&gt;
Keep in mind that the Lithium packs do series/parallel switching from 12 to 24v to accomidate charging at 12v (4 series cells). However they are driven at 24v (8 series cells). As such the charging numbers should be divided in half for their proper 24v capacity... Graphs to come...&lt;br /&gt;
&lt;br /&gt;
Sony 18650 1.3Ah Li-ions were Assymbled into two 5 parallel by 4 series cell blocks&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Charge    6687mAh @1.0A&lt;br /&gt;
*Discharge 6455mAh @1.0A     	Charge    6301mAh @1.0A&lt;br /&gt;
*Discharge 6020mAh @2.0A     	Charge    6182mAh @2.0A&lt;br /&gt;
*Discharge 5608mAh @0.8A     	Charge    6540mAh @2.5A&lt;br /&gt;
*Discharge 6080mAh @2.5A     	Charge    5948mAh &lt;br /&gt;
*Discharge 5987mAh &lt;br /&gt;
*Added Second Block, 8 series cells&lt;br /&gt;
*Charge    11426mAh &lt;br /&gt;
*Discharge 12470mAh @2.5A    	Charge    12565mAh @1.5A&lt;br /&gt;
*Discharge 11232mAh @2.5A    	Charge    10094mAh @1.5A&lt;br /&gt;
*Discharge  9040mAh @2.5A    	Charge    12202mAh @2.5A&lt;br /&gt;
*Split Blocks, Block #1&lt;br /&gt;
*Discharge  5916mAh @2.5A    	Charge     6100mAh &lt;br /&gt;
*Split Blocks, Block #2&lt;br /&gt;
*Discharge  5822mAh @2.5A    	Charge     5713mAh &lt;br /&gt;
*Charge     6149mAh @1.0A&lt;br /&gt;
*Discharge  5934mAh @1.0A    	Charge     5746mAh @1.0A&lt;br /&gt;
*Discharge  5938mAh @1.0A    	Charge     5885mAh @1.0A&lt;br /&gt;
*Discharge  2 miles 		Charge     3827mAh @2.5A&lt;br /&gt;
**( 0.957 Ah / mile ) (3.827Ah / 2 blocks / 2 miles )&lt;br /&gt;
*Both Blocks #1 &amp;amp; #2&lt;br /&gt;
*Discharge  10485mAh @1.4A   	Charge     10332mAh @2.5A&lt;br /&gt;
*Discharge  2 miles 		Charge     3664mAh  @2.5A&lt;br /&gt;
*Discharge  5.5 miles 		Charge     10164mAh @2.5A  ( 0.924 Ah/mile ) &lt;br /&gt;
*Discharge  rode at work      	Charge      2570mAh @2.5A  &lt;br /&gt;
*Discharge  6.5 miles 		Charge     10503mAh @2.5A  ( 0.808 Ah/mile )&lt;br /&gt;
*Discharge  2 miles 		Charge      3347mAh @2.5A  ( 0.837 Ah/mile ) Cycle 32&lt;br /&gt;
*Discharge  Rode			Charge      2895mAh @1.0A Cycle 33&lt;br /&gt;
*Discharge  Rode			Charge      5637mAh Cycle 34&lt;br /&gt;
*Discharge  Rode			Charge      2020mAh :117 Cycle 35&lt;br /&gt;
*Discharge  Rode			Charge       536mAh :109 Cycle 36&lt;br /&gt;
*Discharge  Rode			Charge      1321mAh :178 Cycle 37&lt;br /&gt;
*Discharge  Rode			Charge      7003mAh :335 Cycle 38&lt;br /&gt;
*( Dump Charge Test from Charged Li-ion to Dead PbA(5.5Ah Down) ) 4.2 to 4.6Ah from Li&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter-18650-01.jpg|thumb|A single 18650 Li-ion cell.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-03.jpg|thumb|Single pair of 18650 Li-ion cells, and their management circuit.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-04.jpg|thumb|The full pack 5-Parallel 8-Series, with series/parallel and main relays.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Dunno Prismatic Cells==&lt;br /&gt;
[[Image:G14673CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
These cells are identical to my Motorola Timeport Cell phone cell.&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=9468 source]&lt;br /&gt;
 3.6V Lithium Ion Battery (Pkg of 2) - G14673&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT ***3.6V 1050MmAH. Compact 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot;&lt;br /&gt;
 thick metal case powerful lithium ion battery. Great for robotics, RC park flyers,&lt;br /&gt;
 RC cars, etc. New - can be recharged over and over. Package of 2. G14673&lt;br /&gt;
 Manufactured by -no info available&lt;br /&gt;
 Price: $0.75 each&lt;br /&gt;
&lt;br /&gt;
Rectangular Unknown 1050mAh Cells M08134B(A)(J)(H) (Electronics Goldmine $0.75/cell #G14673) Ten Individualy Numbered Cells (41,42,43,44,45H, 72,73,74H, 42J, 83A)&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Cell 83(A)&lt;br /&gt;
**Charge+505mAh:129&lt;br /&gt;
**Discharge-643mAh (151mAh @2.0A, 417mAh @1.0A, 75mAh @0.5A) Charge+674mAh:135 Cycle 1&lt;br /&gt;
**Discharge-603mAh @1.0A:35 Charge+581mAh:110 Cycle 2&lt;br /&gt;
**Discharge-632mAh @1.0A:37 Charge+837mAh (3.7v):125 Cycle 3&lt;br /&gt;
**Discharge-826mAh @1.0A:49 Charge+804mAh (3.7v):129 Cycle 4&lt;br /&gt;
**Discharge-844mAh @1.0A:50 Charge+847mAh (3.7v):118 Cycle 5&lt;br /&gt;
**Discharge-847mAh (570mAh @2.0A :17, 277mAh @1.0A :16) Charge+832mAh:115 Cycle 6&lt;br /&gt;
*Cell 42(J)&lt;br /&gt;
**Charge+524mAh:135&lt;br /&gt;
**Discharge-665mAh (200mAh @2.0A, 386mAh @1.0A, 79mAh @0.5A) Charge+717mAh @0.7A:139 Cycle 1&lt;br /&gt;
**Discharge-658mAh @1.0A:39 Charge+629mAh:156 Cycle 2&lt;br /&gt;
**Discharge-649mAh @1.0A:38 Charge+591mAh @0.7A:109 Cycle 3&lt;br /&gt;
**Discharge-619mAh @1.0A:36 Charge+622mAh @0.8A:109 Cycle 4&lt;br /&gt;
**Discharge-617mAh @1.0A:36 Charge+517mAh:119 Cycle 5&lt;br /&gt;
**Discharge-625mAh @1.0A:37 Charge+742mAh:156 Cycle 6&lt;br /&gt;
*Cell 45(H)&lt;br /&gt;
**Charge+488mAh:124&lt;br /&gt;
**Discharge-631mAh (163mAh @2.0A, 381mAh @1.0A, 87mAh @0.5A) Charge+657mAh @0.6A:136 Cycle 1&lt;br /&gt;
**Discharge-643mAh @1.0A:38 Charge+724mAh @0.7A:156   Cycle 2&lt;br /&gt;
**Discharge-693mAh @1.0A:41 Charge+642mAh:128   Cycle 3&lt;br /&gt;
**Discharge-642mAh @1.0A:38 Charge+663mAh:173   Cycle 4&lt;br /&gt;
**Discharge-722mAh @1.0A:42 Charge+736mAh:153   Cycle 5&lt;br /&gt;
**Discharge-751mAh (560mAh @2.0A :16, 191mAh @1.0A :11) Charge+721mAh:145 Cycle 6&lt;br /&gt;
**Discharge-...&lt;br /&gt;
&lt;br /&gt;
I Believe that this is the same battery used in an old Motorola Timeport Cellphone that I purchased Dec. 7 2000.  This phone was used for about 9 months durring which time it went for a swim in a lake, shorting out and overheating, but it did continue to work.  It sat unused for about 2 years. (See the photos on the right side) Now, Oct. 2004, being some 3 years old I'm cycling it to see how it compaires to the above cells...&lt;br /&gt;
*Discharge 567mAh @0.7A	:47			Charge+631:160 to 3.6v&lt;br /&gt;
*Discharge 562mAh @1.0A	:33			Charge+493:138&lt;br /&gt;
*Discharge 503mAh @1.0A	:29			Charge+450:133&lt;br /&gt;
*Discharge 457mAh @1.0A	:27			Charge+450:146&lt;br /&gt;
*Discharge 477mAh @1.0A	:28			Charge+442:135&lt;br /&gt;
*Discharge 462mAh @1.0A	:27			Charge+596:138 to 3.7v&lt;br /&gt;
*Discharge 652mAh @1.0A	:38			Charge+659:125&lt;br /&gt;
*Discharge 654mAh @1.0A	:38			Charge+597:137&lt;br /&gt;
*Discharge 590mAh @1.0A	:35			Charge+632:137&lt;br /&gt;
*Discharge 667mAh @1.0A	:39			Charge+636:143&lt;br /&gt;
*Discharge 647mAh @1.0A	:38			Charge+616:143&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TimePort-Cap0040.jpg|After overheating when it took a swim in the lake.&lt;br /&gt;
Image:TimePort-Cap0041.jpg|The Motorola TimePort cell and it's management circuit.&lt;br /&gt;
Image:TimePort-Cap0042.jpg|closeup of the management circuit.&lt;br /&gt;
Image:TimePort-Cap0043.jpg|The &amp;quot;dunno&amp;quot; cell and the Motorola cell.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf&amp;diff=9776</id>
		<title>User:Rjf</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf&amp;diff=9776"/>
		<updated>2020-06-14T10:51:02Z</updated>

		<summary type="html">&lt;p&gt;Rjf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Ryan Tango.JPG|thumb|right|Ryan encounters the [[Tango]].]]&lt;br /&gt;
&lt;br /&gt;
This is my User Page and as with most things is a work in progress, enjoy!&lt;br /&gt;
Moments ago it was {{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}} {{CURRENTTIME}}UTC.  I also have a page at:&lt;br /&gt;
* -= '''[[User:Rjf]]''' == '''[[EAA-PHEV:User:Rjf]]''' =- &lt;br /&gt;
*[[WikiPedia:User:D0li0]]&lt;br /&gt;
*[[WikiBooks:User:D0li0]]&lt;br /&gt;
*[[MetaWikiPedia:User:D0li0]]&lt;br /&gt;
*[http://www.sustainableballard.org/wiki/index.php?title=User:LightningRyan sustainableballard.org]&lt;br /&gt;
*[http://peswiki.com/index.php/User:D0li0 peswiki.com PES:]&lt;br /&gt;
*[http://d0li0.blogspot.com d0li0.blogspot.com]&lt;br /&gt;
*[http://www.youtube.com/profile?user=D0li0 YouTube.com/profile?user=D0li0]&lt;br /&gt;
*[http://video.google.com/videoplay?docid=-3859345138802666251 My Video.Google.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm a big fan of [[Li]]-ion and polymer batteries, both Li-ion and Li-polymer, which are related and have the similar chemistry characteristics, like [[Ni]]MH and NiCD.  [[PbA]] are the heaviest and least energy dense but can easily deliver power and are cheap to produce,  they are also one of the most recycled of products.  Ni has better energy and weight characteristics though Li is as much again better representing the greatest of battery chemical potentials.  Li has only lately been able of delivering great power and long life, since current mass production cost is more economical than you might think it could now deliver the potential promise of the electric vehicle better than can sometimes be imagined.&lt;br /&gt;
&lt;br /&gt;
While modern motor controllers delivered ''consumer level'' control quality and power I also appreciate the simplicity of fully mechanical contactor controller designes similar to a ''non-computerized'' carborated pre 19?? gassoline car.&lt;br /&gt;
&lt;br /&gt;
Contact info for Ryan Fulcher, (206)280-3054, {{EMailLinkWebguy}}&lt;br /&gt;
&lt;br /&gt;
== ICEd ==&lt;br /&gt;
* http://www.plugincars.com/blink-offers-three-printable-notices-iced-plug-vehicles-125068.html&lt;br /&gt;
** http://www.plugincars.com/sites/default/files/Blink-Notices.pdf&lt;br /&gt;
* http://www.mynissanleaf.com/viewtopic.php?style=3&amp;amp;f=7&amp;amp;t=9180 - http://goo.gl/p3l83&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Music Video Mashups ==&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;object width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot; align=right&amp;gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/v/HbsrKQ0fHao&amp;quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&amp;quot;http://www.youtube.com/v/HbsrKQ0fHao&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
EV and PHEV info, images, and video clips set to Nine Inch Nails track The Warning and including a number of Who Killed The Electric Car video clips.&lt;br /&gt;
&lt;br /&gt;
This is my first &amp;quot;music video mashup&amp;quot; created with Sony Vegas 7.  After the minor post production work on my video &amp;quot;Resurrected EV1 comes to SEVA Meeting&amp;quot; (http://www.youtube.com/watch?v=Ewg8yawjn-M, [[GM EV1 WWU Resurrection]]) and listening to NIN on my commutes home I thought it was time to set some images to music in an attempt to portray a message about the past, current, and future state of electric vehicles and plug-in hybrids.  The odd flag images and USBM warnings used in the video are from the album and AIR-Art is Resistance.  I hear that GM wasn't very thrilled with the last video of a running EV1 I and others posted, so I'm sure they will be thrilled with this one.  Just remember it's meant to motivate you and them towards the goal of getting such vehicles onto dealer showroom floors.  Once that happens I'll start to make happier videos that poor less salt into the EV1 wound.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== ToDo List ==&lt;br /&gt;
I need to work on these pages : [[News]], [[Research]], [[Other Resources]], [[User:Rjf/Links]] &amp;amp;ETH;&lt;br /&gt;
* [[User:Rjf/My New New Deal]]&lt;br /&gt;
* [[User:Rjf/Grand Canyon Analogy]]&lt;br /&gt;
* [[User:Rjf/Climate Change Reversal Myth]]&lt;br /&gt;
&lt;br /&gt;
== 2017 Chevy Bolt ==&lt;br /&gt;
* 2017 [[User:Rjf/Chevy Bolt]]&lt;br /&gt;
&lt;br /&gt;
== 2011 Nissan Leaf ==&lt;br /&gt;
* 2012 &amp;amp; 2011 [[User:Rjf/Nissan Leaf‎]]&lt;br /&gt;
&lt;br /&gt;
== Open-EVSE Builds ==&lt;br /&gt;
* [[User:Rjf/Open-EVSE]]&lt;br /&gt;
&lt;br /&gt;
== Lightning the 2000 Honda Insight ==&lt;br /&gt;
[[Image:Ryan Insight.png|thumb|right|Ryan and his [[Honda Insight]].]]&lt;br /&gt;
The [[Honda Insight]] is an outstanding machine, one of few close relatives of the NSX having grown up in the same factory.  All Aluminum with 10kW of torque-ie electric and an ICE so optimized it even had it's own 0w20 oil.  It still sports the best aerodynamics, fuel economy, and is an all arround fun ''drivers'' kind of car.&lt;br /&gt;
&lt;br /&gt;
* [[User:Rjf/Insight Mileage]]&lt;br /&gt;
* [[User:Rjf/Insight Modifications]]&lt;br /&gt;
* [[User:Rjf/Insight Battery Specs]]&lt;br /&gt;
* [[User:Rjf/Willies Red Rocket]]&lt;br /&gt;
&lt;br /&gt;
== Blue the 2005 Toyota Prius ==&lt;br /&gt;
I've moved this section of the page to [[EAA-PHEV:PriusBlue]] as it has grown somewhat.&lt;br /&gt;
&lt;br /&gt;
== Electric Kawasaki EX500 ==&lt;br /&gt;
See [[User:Rjf/Electric Kawasaki]] for the details.&lt;br /&gt;
&lt;br /&gt;
== 500 Watt Tiger Scooter ==&lt;br /&gt;
A ''24v '' electric scooter, with detachable seat and storage.&lt;br /&gt;
It has a Lithium-Ion pack which delivers 10 miles of range.&lt;br /&gt;
* [[User:Rjf/Tiger Scooter]]&lt;br /&gt;
&lt;br /&gt;
== Radio Controled ==&lt;br /&gt;
Various small vehicles.&lt;br /&gt;
&lt;br /&gt;
* The Hydro-Foam is on my wish list... [http://www.bassfiles.net/hydra%20foam.wmv hydra_foam.wmv]-&amp;gt;http://michaelconnally.com&lt;br /&gt;
** knock offs [http://www.trendtimes.com/recohy.html HydroFlyers]&lt;br /&gt;
&lt;br /&gt;
=== Submarine ===&lt;br /&gt;
I build a Li-ion battery pack for a submarine replacing three disposable (AA) cells with a pair of small rectaingular cells.  One pack was wired in parallel with stock voltage and had rather lacking performance, as it did out of the box with duracells.  A second pack was wired in series and with twice the voltage running the propulsion motors which then ran twice as fast, the fun facter was substantially improved.&lt;br /&gt;
&lt;br /&gt;
=== Aircraft ===&lt;br /&gt;
Broke the trainer and haven't got a real plane yet, the &amp;quot;Air Surfer&amp;quot; is a fun and durable nurf type glider which delivers good entertainment and fly time with a proper ''smart'' hobby type battery charger.&lt;br /&gt;
* http://www.hobbytron.com/HydroFoam.html Also fits into the Watercraft category...&lt;br /&gt;
* http://www.stormlauncher.com - A cheap $120 toy knock off by Air Hogs, looks like fun, but some of the reviews don't look so hot.  Perhaps it would do better with a &amp;quot;Battery Upgrade&amp;quot;, perhaps more voltage/speed might help though it's already got [[Li]]Po, which is tough to beat.&lt;br /&gt;
&lt;br /&gt;
==State of the Union 2005==&lt;br /&gt;
[[User:Rjf/State of the Union 2005]]&lt;br /&gt;
&lt;br /&gt;
==BEVs, GNU, Buda, and Jesus==&lt;br /&gt;
* BEV, Battery Electric Vehicle ''potentially independant and non-destructive transportation''&lt;br /&gt;
* GNU, Open Source License ''to protect the Source (knowledge) before the Open Sourcer (Creator)''&lt;br /&gt;
* Buda and Jesus, ''you know, those guys who walk the walk and talk the talk''&lt;br /&gt;
* Post about [http://groups.yahoo.com/group/toyota-prius/message/89202 Better World Theory], from &amp;quot;If I'd Known Then What I Know Now&amp;quot;, (C) 2003 by JR Parrish.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Administration Stuff==&lt;br /&gt;
* Our Spam and Vandalism - [[User:Rjf/Spam]]&lt;br /&gt;
* Wiki Config Stuff - [[User:WikiAdmin]]&lt;br /&gt;
* Testing Google Custom Search Engine&lt;br /&gt;
** [[EAA-PHEV:Custom Google Search]] [[User:Rjf/GoogleSearchEngine|test]] [[User:Rjf/GoogleSearchEngineResults|test]] [[User:Rjf/GoogleSearchEngine/Results|test]]&lt;br /&gt;
* [[User:Rjf/Clickable Periodic Table]] for Wikipedia.&lt;br /&gt;
&lt;br /&gt;
==high rate anon contrib==&lt;br /&gt;
These high rate anonymous contributions sorta make me nervious, I would rather these folks had an account.  I wonder where some of this content is coming from, some appears to be small and by hand while others seem to be copy edits.&lt;br /&gt;
* 2007.04.12 [http://www.seattleeva.org/index.php?title=Special:Contributions&amp;amp;target=69.228.204.183 69.228.204.183] ([[User talk:69.228.204.183|talk]]) some ev component pages, perhaps from EVDL or EVTech.&lt;br /&gt;
* 2007.04.15 [http://www.seattleeva.org/index.php?title=Special:Contributions&amp;amp;target=77.209.35.143 77.209.35.143] ([[User talk:77.209.35.143|talk]]) many good, somewhat botish, but perhaps inappropriate content for this particular wiki.&lt;br /&gt;
** [[Help:Contents]] why do we need a link to our version? basic users don't car, experts know where to find that.&lt;br /&gt;
** [[Tzero]] seems like a fairly minor edit.&lt;br /&gt;
** [[Electric bus]], [[Trolleybus]], [[Green tuning]], [[Baset trailer]], [[Electric vehicle conversion]], R:[[Precon]], [[Plug-in hybrid]], [[Vehicle-to-grid]], [[Hybrid electric vehicle]], [[Petroleum electric hybrid vehicle]] These are all fairly blatant copy edits from Wikipedia.&lt;br /&gt;
** [[Template:See]], [[Template:Portal]], [[Portal:Bus]], [[Template:Box portal skeleton]], [[Template:Stub]], [[Template:Wikibookspar]], [[Template:Main]], [[Template:For]], [[Template:Dablink]], [[Template:Hprotected]] likewise these are blatant copy edits from Wikipedia, probably dependencies of the above articles.&lt;br /&gt;
** While it may be fine to use Wikipedia content, I have chosen to instead link to it so as not to have out of sync content, SEVA may also have their own unique POV, which can be expressed here unlike at Wikipedia.  Also some of the content may not be appropriate for this wiki.  I'm leaning towards reverting all of these edits for those reasons and the anonymity of the editor. although I hate to throw away fourty-five minutes of someones work, if that's what it is.&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Category:Templates&amp;diff=9775</id>
		<title>Category:Templates</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Category:Templates&amp;diff=9775"/>
		<updated>2020-06-14T10:33:12Z</updated>

		<summary type="html">&lt;p&gt;Rjf: namespace = Template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;DPL&amp;gt;&lt;br /&gt;
namespace = Template&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Category:Templates&amp;diff=9774</id>
		<title>Category:Templates</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Category:Templates&amp;diff=9774"/>
		<updated>2020-06-14T10:32:41Z</updated>

		<summary type="html">&lt;p&gt;Rjf: category = Template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;DPL&amp;gt;&lt;br /&gt;
category = Template&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Category:Templates&amp;diff=9773</id>
		<title>Category:Templates</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Category:Templates&amp;diff=9773"/>
		<updated>2020-06-14T10:31:59Z</updated>

		<summary type="html">&lt;p&gt;Rjf: &amp;lt;DPL&amp;gt; category      = Templates &amp;lt;/DPL&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;DPL&amp;gt;&lt;br /&gt;
category      = Templates&lt;br /&gt;
&amp;lt;/DPL&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Template:EditThis&amp;diff=9772</id>
		<title>Template:EditThis</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Template:EditThis&amp;diff=9772"/>
		<updated>2020-06-14T10:29:33Z</updated>

		<summary type="html">&lt;p&gt;Rjf: , only logged in users which are not numeric IP.ADD.RES.SES will work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#iferror: {{#expr: trunc {{#USERNAME:}} }} | &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:{{{2|right}}}; float:{{{2|right}}};&amp;quot;&amp;gt;[{{SERVER}}{{localurl:{{{1}}}|action=edit}} {{{3|edit}}}]&amp;lt;/div&amp;gt;&lt;br /&gt;
| }}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Use this template to add an edit link to an article, only logged in users which are not numeric IP.ADD.RES.SES will work.&lt;br /&gt;
&lt;br /&gt;
Arguments:&lt;br /&gt;
# The name of the article to edi&lt;br /&gt;
# The allignment of the link, default is ''right''.&lt;br /&gt;
# The link text, default is ''edit''.&lt;br /&gt;
ie:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{EditThis|Talk:Some Article Name|left|Add your Comments or Corrections on the Talk Page!}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Template:EditThis&amp;diff=9771</id>
		<title>Template:EditThis</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Template:EditThis&amp;diff=9771"/>
		<updated>2020-06-14T10:28:14Z</updated>

		<summary type="html">&lt;p&gt;Rjf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#iferror: {{#expr: trunc {{#USERNAME:}} }} | &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:{{{2|right}}}; float:{{{2|right}}};&amp;quot;&amp;gt;[{{SERVER}}{{localurl:{{{1}}}|action=edit}} {{{3|edit}}}]&amp;lt;/div&amp;gt;&lt;br /&gt;
| }}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Use this template to add an edit link to an article.&lt;br /&gt;
&lt;br /&gt;
Arguments:&lt;br /&gt;
# The name of the article to edi&lt;br /&gt;
# The allignment of the link, default is ''right''.&lt;br /&gt;
# The link text, default is ''edit''.&lt;br /&gt;
ie:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{EditThis|Talk:Some Article Name|left|Add your Comments or Corrections on the Talk Page!}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Template:EditThis&amp;diff=9770</id>
		<title>Template:EditThis</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Template:EditThis&amp;diff=9770"/>
		<updated>2020-06-14T10:27:35Z</updated>

		<summary type="html">&lt;p&gt;Rjf: {{#iferror: {{#expr: trunc {{#USERNAME:}} }} |&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#iferror: {{#expr: trunc {{#USERNAME:}} }} | &lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:{{{2|right}}}; float:{{{2|right}}};&amp;quot;&amp;gt;[{{SERVER}}{{localurl:{{{1}}}|action=edit}} {{{3|edit}}}]&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Use this template to add an edit link to an article.&lt;br /&gt;
&lt;br /&gt;
Arguments:&lt;br /&gt;
# The name of the article to edi&lt;br /&gt;
# The allignment of the link, default is ''right''.&lt;br /&gt;
# The link text, default is ''edit''.&lt;br /&gt;
ie:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{EditThis|Talk:Some Article Name|left|Add your Comments or Corrections on the Talk Page!}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf_Talk/UserOrNot&amp;diff=9758</id>
		<title>User:Rjf Talk/UserOrNot</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf_Talk/UserOrNot&amp;diff=9758"/>
		<updated>2020-06-14T09:57:43Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Rjf moved page User:Rjf Talk/UserOrNot to User:Rjf talk/UserOrNot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:Rjf talk/UserOrNot]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/UserOrNot&amp;diff=9756</id>
		<title>User:Rjf/UserOrNot</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/UserOrNot&amp;diff=9756"/>
		<updated>2020-06-14T09:57:11Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Rjf moved page User:Rjf/UserOrNot to User:Rjf Talk/UserOrNot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:Rjf Talk/UserOrNot]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:WikiAdmin&amp;diff=9751</id>
		<title>User:WikiAdmin</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:WikiAdmin&amp;diff=9751"/>
		<updated>2020-06-14T04:50:12Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Used to look like this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
==Seattle EVA==&lt;br /&gt;
&lt;br /&gt;
* Wiki HowTo&lt;br /&gt;
** [[WikiPedia:How_to_edit_a_page#Wiki_markup|Editing Wiki Markup]]&lt;br /&gt;
** [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]&lt;br /&gt;
** [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide]&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/Layout_customization Layout customizations]&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/MediaWiki_look_and_feel MediaWiki look and feel]&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/Help:Contents#For_system_administrators For system administrators]&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/How_to_move_a_MediaWiki_Database How to move a wiki to another server]&lt;br /&gt;
&lt;br /&gt;
* http://www.w3schools.com/tags/ref_ascii.asp - ASCII encoding referance&lt;br /&gt;
&lt;br /&gt;
==User Management==&lt;br /&gt;
*[[Special:Userlogin]] - Follow &amp;quot;Create an account&amp;quot; link.&lt;br /&gt;
** Supply UserName, Full Name, and Email address, then click on &amp;quot;By email&amp;quot; link.&lt;br /&gt;
** Attempt to create the new users initial page, describing who they are.&lt;br /&gt;
*[[Special:Listusers]] - List of current users and their rights.&lt;br /&gt;
** mysql -u root --password=$sp -D $DB -e &amp;quot;SELECT user_id,user_name,user_real_name,user_email FROM sevawiki_user;&amp;quot;&lt;br /&gt;
*[[Special:Userrights]] - Change users rights and permissions.&lt;br /&gt;
*[[User:WikiAdmin/Preferences]] - New user orientation page.&lt;br /&gt;
&lt;br /&gt;
==Namespace==&lt;br /&gt;
* [[Special:Allmessages|Namespace messages]]&lt;br /&gt;
** [[MediaWiki:Whitelistedittext]]&lt;br /&gt;
** [[MediaWiki:Loginprompt]]&lt;br /&gt;
** '''[[MediaWiki:Sidebar]]''' - The Main Menu on the left side of all pages.&lt;br /&gt;
** '''[[MediaWiki:Sitenotice]]''' - A place to put a notice which appears on all pages.&lt;br /&gt;
** [[MediaWiki:Anonnotice]] (will supersede Sitenotice for anonymous users, so don't use)&lt;br /&gt;
** [[MediaWiki:Topbar]]&lt;br /&gt;
** [[MediaWiki:Sitetitle]]       = {{INT:Sitetitle}}&lt;br /&gt;
** [[MediaWiki:Pagetitle]]       = {{INT:Pagetitle}}&lt;br /&gt;
** [[MediaWiki:Wikititlesuffix]] = {{INT:Wikititlesuffix}}&lt;br /&gt;
** [[MediaWiki:Spamprotectiontext]]&lt;br /&gt;
** [[MediaWiki:Common.js]]&lt;br /&gt;
** [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- /wiki/includes/MagicWords.php --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Include pages {{:History}} {{:Mission}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Special:Interwiki]] Management - [http://meta.wikimedia.org/wiki/Help:Interwiki_links Interwiki Help]&lt;br /&gt;
&lt;br /&gt;
Use http://www.eaa-phev.org/wiki/index.php?flushcache to flush this servers cache.&lt;br /&gt;
&lt;br /&gt;
* E-mail templates&lt;br /&gt;
** [[Template:EMailLinkWebguy]]   = {{EMailLinkWebguy}}&lt;br /&gt;
** [[Template:EMailLinkAccounts]] = {{EMailLinkAccounts}}&lt;br /&gt;
** [[Template:EMailTextList]]     = {{EMailTextList}}&lt;br /&gt;
&lt;br /&gt;
* /etc/php4/apache/php.ini&lt;br /&gt;
** post_max_size = 80M&lt;br /&gt;
** upload_max_filesize = 80M&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot (277).png|200px|thumb|right|Used to look like this]] &lt;br /&gt;
* [http://bugzilla.wikimedia.org/show_bug.cgi?id=3597 Nested menus patches]&lt;br /&gt;
** Nested menus are working in MonoBook and CologneBlue based skins...&lt;br /&gt;
** Changes made to includes/Skin.php, skins/MonoBook.php, skins/CologneBlue.php, skins/common/cologneblue.css, skins/monobook/main.css, and custom skin.&lt;br /&gt;
&lt;br /&gt;
==Licenses==&lt;br /&gt;
* [[Wikipedia:Image_copyright_tags#Creative_Commons_Licenses]]&lt;br /&gt;
*http://www.gnu.org/licenses/license-list.html#OtherLicenses - GNU General Public License&lt;br /&gt;
** http://www.gnu.org/copyleft/fdl.html - GNU Free Documentation License&lt;br /&gt;
** http://creativecommons.org/licenses/by-sa/2.0/legalcode - Creative Commons Attribution-Sharealike 2.0 license&lt;br /&gt;
** http://artlibre.org/licence/lalgb.html - Free Art License&lt;br /&gt;
* In accordance with Title 17 U. S. C. Section 107, any copyrighted work in this message is distributed under fair use without profit or payment to those who have expressed a prior interest in receiving the included information for nonprofit research and educational purposes only. Ref. http://www.law.cornell.edu/uscode/17/107.shtml&lt;br /&gt;
&lt;br /&gt;
== SMF Forums ==&lt;br /&gt;
'''Simple Machine Forum''' software was put into production on June 12th 2008 and is accessable via http://www.seattleeva.org/smf.&lt;br /&gt;
The [[Forums Discussion]] page was used to discuss and vet the implementation of new Forums services for SEVA.&lt;br /&gt;
&lt;br /&gt;
=== Mods to evaluate ===&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=796 New RSS Button Mod] 2 buttons, one for RSS and one for quick add to Feed Mailer&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=38 Redirection Boards] &lt;br /&gt;
*: potential conflict with the above ''New RSS Button Mod''&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=624 RSS Feed Poster] Allows you to add RSS Feed Posting Bots to your forum.&lt;br /&gt;
*: get '''XML error: Reserved XML Name at line 2''' attempting to add seva wiki site recent changes rss feed.&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=1010 Google Member Map]&lt;br /&gt;
*: wants ftp access in order to change some file permissions?&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=222 Topic Digest (Post Chest)] '''Manual install?'''&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=539 Simple Awards System] '''Manual install?'''&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=351 Global Headers and Footers]&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=1142 Digg In Topics]&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=977 Auto Embed Video/Audio Clips]&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://custom.simplemachines.org/mods/index.php?mod=936 YouTube BBCode] &amp;lt;/s&amp;gt; ''prefer more generic mod above.''&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=319 Custom Profile Field Mod]&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=217 Users Online Today Mod]&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=718 NNTP Syndicate] new topics on your forum syndicated to one or more NNTP newsgroups&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=745 Order News] news administration page that lets an administrator re-order their news items&lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=1123 Post As An Alternative User] &lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=1059 Redirect Merged Topics] &lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=579 Tagging System For Topics] &lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=541 View Single Post] &lt;br /&gt;
* [http://custom.simplemachines.org/mods/index.php?mod=1210 Wikipedia BBCode] &lt;br /&gt;
* &amp;lt;s&amp;gt;[http://custom.simplemachines.org/mods/index.php?mod=376 RSS Feed Icon for boards] Adds a feed icon on the board index for each forum.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://custom.simplemachines.org/mods/index.php?mod=473 SMF Gallery] &amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://custom.simplemachines.org/mods/index.php?mod=381 SMF Links] &amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://custom.simplemachines.org/mods/index.php?mod=1206 Your Button] &amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://custom.simplemachines.org/mods/index.php?mod=346 SMF Trader System]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feature Requests ===&lt;br /&gt;
These are some features that I would like to implement within the smf forum software.&lt;br /&gt;
* A read only Category/Board with which to archive maillist messages.&lt;br /&gt;
* A weekly digest of all forum activity which can be sent to the maillist.&lt;br /&gt;
&lt;br /&gt;
=== Categories and Boards ===&lt;br /&gt;
In each Category-Board create a sticky post linking into related articles on the wiki!&lt;br /&gt;
* General Category &lt;br /&gt;
** &amp;lt;a href=http://www.seattleeva.org/wiki/Forums_Discussion&amp;gt;Please refer to [[Forums Discussion]]&amp;lt;/a&amp;gt;&lt;br /&gt;
**: Go Back to the Wiki to find out what this Forum is all about.&lt;br /&gt;
**: Guest access, Read Only ''Link back to wiki, until a more appropriate site services menu is deployed.&lt;br /&gt;
** General Discussion&lt;br /&gt;
**: If you can't find an appropriate Category or Board this is the place for you.&lt;br /&gt;
** Local Businesses&lt;br /&gt;
**: A place for local EV businesses to talk about their products and services.&lt;br /&gt;
** Maillist Archive&lt;br /&gt;
**: A read only archive of the maillist for easier indexing and searching.&lt;br /&gt;
** Events and SEVA Minutes&lt;br /&gt;
**: A place to organize and discuss past and future EVents.&lt;br /&gt;
**: !+Lock+Stick &amp;quot;See also the &amp;lt;a href=http://seattleeva.org/wiki/Current_events&amp;gt;[[Wiki:Current events]]&amp;lt;/a&amp;gt; page.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Battery Electric Vehicles (BEV or just EV) &lt;br /&gt;
** &amp;lt;b&amp;gt;Production&amp;lt;/b&amp;gt; Electric Vehicles&lt;br /&gt;
**: Talk about Production Electric Vehicles by major or minor auto makers.&lt;br /&gt;
** Electric Vehicle &amp;lt;b&amp;gt;Conversions&amp;lt;/b&amp;gt;&lt;br /&gt;
**: Talk about EV Conversions, the highest form of automobile recycling.&lt;br /&gt;
** &amp;lt;b&amp;gt;Hybrids&amp;lt;/b&amp;gt; and Plug-In Hybrid Electric Vehicles (HEV and PHEV)&lt;br /&gt;
**: Talk about stock Hybrids, PHEV's, and PHEV Conversions.&lt;br /&gt;
** &amp;lt;b&amp;gt;Neighborhood&amp;lt;/b&amp;gt; Electric Vehicles (NEV)&lt;br /&gt;
**: Talk about low speed EVs that are not freeway capable.&lt;br /&gt;
** Electric &amp;lt;b&amp;gt;Motorcycles&amp;lt;/b&amp;gt; and other &amp;lt;i&amp;gt;unique&amp;lt;/i&amp;gt; high speed vehicles.&lt;br /&gt;
**: Talk about Motorcycles, Narrow, 3-wheel, or other miscellaneous full speed vehicles.&lt;br /&gt;
** Electric &amp;lt;b&amp;gt;Bicycles&amp;lt;/b&amp;gt;, Scooters, and mopeds.&lt;br /&gt;
**: Talk about electric bikes and other low speed two or three wheel vehicles.&lt;br /&gt;
** EV &amp;lt;b&amp;gt;Racing&amp;lt;/b&amp;gt; and the National Electric Drag Racing Assoc (NEDRA)&lt;br /&gt;
**: Talk about EV's of all shapes and sizes that go fast on or off the race track.&lt;br /&gt;
&lt;br /&gt;
* EV Components and Hardware &lt;br /&gt;
** Electric &amp;lt;b&amp;gt;Motors&amp;lt;/b&amp;gt;&lt;br /&gt;
**: The electric equivalent to a gas Internal Combustion Engine (ICE).&lt;br /&gt;
** Motor Speed &amp;lt;b&amp;gt;Controllers&amp;lt;/b&amp;gt;&lt;br /&gt;
**: The electric equivalent of the carburetor and ignition system.&lt;br /&gt;
** Battery &amp;lt;b&amp;gt;Chargers&amp;lt;/b&amp;gt; and Battery Management Systems (BMS)&lt;br /&gt;
**: The electric equivalent of the fuel port and gas station pump.&lt;br /&gt;
** Traction &amp;lt;b&amp;gt;Batteries&amp;lt;/b&amp;gt;&lt;br /&gt;
**: The electric equivalent of the fuel tank and it's fuel.&lt;br /&gt;
** Miscellaneous Parts&lt;br /&gt;
**: Other stuff like wiring, fuses, gages, DC-DC, AC, heaters, structural, etc...&lt;br /&gt;
&lt;br /&gt;
=== Initial Settings ===&lt;br /&gt;
Be sure to add the SEVA Google Analytics Urchin code block somewhere within the global theme...&lt;br /&gt;
&lt;br /&gt;
Add these lines to '''Themes/default/Themes.template.php''' before the line ''// Show the [home] button.''&lt;br /&gt;
 // Add a link to wiki site, inactive&lt;br /&gt;
 //echo '&amp;lt;td class=&amp;quot;maintab_back&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.seattleeva.org/wiki&amp;quot;&amp;gt;SEVA wiki home&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;';&lt;br /&gt;
 // Add a link to wiki site, active&lt;br /&gt;
 //echo '&amp;lt;td class=&amp;quot;maintab_active_' , $first , '&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;maintab_active_back&amp;quot;&amp;gt;&lt;br /&gt;
 //&amp;lt;a href=&amp;quot;http://www.seattleeva.org/wiki&amp;quot;&amp;gt;SEVA wiki home&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;maintab_active_' , $last , '&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;';   &lt;br /&gt;
 // Add a link to wiki site, active link and in it's own maintab bar&lt;br /&gt;
 echo '&amp;lt;td class=&amp;quot;maintab_active_' , $first , '&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;maintab_active_back&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;http://www.seattleeva.org/wiki&amp;quot;&amp;gt;&amp;lt;img style=&amp;quot;clear:left; float:left;&amp;quot; src=&amp;quot;/skins/monobook/mw-21x15.png&amp;quot;&lt;br /&gt;
 height=15&amp;gt;&amp;amp;nbsp;SEVA wiki home&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td class=&amp;quot;maintab_active_' , $last , '&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;';&lt;br /&gt;
 echo '&amp;lt;td class=&amp;quot;maintab_' , $last , '&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;'; &lt;br /&gt;
 echo '&amp;lt;td class=&amp;quot;maintab_' , $first , '&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;';&lt;br /&gt;
&lt;br /&gt;
Add a rss feed link to subscribe to all categories.&lt;br /&gt;
 // Show an rss feed link for all categories&lt;br /&gt;
 echo '&amp;lt;td class=&amp;quot;maintab_back&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;/smf/index.php?action=.xml;sa=recent;limit=100;type=rss2&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img style=&amp;quot;clear:left; float:left;&amp;quot; src=&amp;quot;/smf/Themes/default/images/rss.gif&amp;quot;&amp;gt;&amp;amp;nbsp; RSS All&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;';&lt;br /&gt;
&lt;br /&gt;
Add this to enhance the Forums own &amp;quot;Home&amp;quot; link.&lt;br /&gt;
 // Modify the &amp;quot;Home&amp;quot; button text&lt;br /&gt;
 $txt[103] = '&amp;lt;img style=&amp;quot;clear:left; float:left;&amp;quot; src=&amp;quot;/smf/Themes/default/images/new_some.gif&amp;quot; height=15&amp;gt;&amp;amp;nbsp; SEVA Forums Home';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* News&lt;br /&gt;
** Testing a link back to &amp;lt;a href=http://www.seattleeva.org/wiki/Forums_Discussion#Software_to_Evaluate&amp;gt;Wiki:Forums Discussion&amp;lt;/a&amp;gt; within a News item.&lt;br /&gt;
** Settings: Permission(Mod,Mod), enable RSS.&lt;br /&gt;
* Features - Basic&lt;br /&gt;
** Enable Poll,1,1,1,1,1,1,1,0,,300&lt;br /&gt;
** enable (stats, views, logging)&lt;br /&gt;
** require reactivation&lt;br /&gt;
** 1,1,1,1&lt;br /&gt;
** 800,600&lt;br /&gt;
** 1,10,45,20&lt;br /&gt;
* Features - Layout&lt;br /&gt;
** 1,5,today &amp;amp; yesterday,1,1,1,90,1,0,1&lt;br /&gt;
* Features - Karma&lt;br /&gt;
** enable karma +&amp;amp;-,0,1,1&lt;br /&gt;
* Server - Core&lt;br /&gt;
** Title:Seattle Electric Vehicle Association (SEVA) Forums&lt;br /&gt;
** Webmaster Email:webguy2008@seattleeva.org&lt;br /&gt;
* Server - Features&lt;br /&gt;
** enable compressed output&lt;br /&gt;
** use database driven sessions&lt;br /&gt;
* Server - Cache&lt;br /&gt;
** ''Yes, install some caching!''&lt;br /&gt;
* Theme - settings for default&lt;br /&gt;
** recent posts on index:5&lt;br /&gt;
** who is viewing:show member names&lt;br /&gt;
** 1,1,1,1,1,0,1,1,1,1,1,?,5000,1,1,1,1,0,0&lt;br /&gt;
* Board - ''Construct Categories and Boards per above list''&lt;br /&gt;
** Settings:give moderators permission, count child posts.&lt;br /&gt;
* Posts&lt;br /&gt;
** code: enable basic html&lt;br /&gt;
** Censored: ''Use it to convert works into wiki links perhaps?''&lt;br /&gt;
** Topic settings:1,1,...,Max topics:150,enable prev/next links&lt;br /&gt;
* Calendar&lt;br /&gt;
** Enable, set perm (all,mem+mod,mem+mod,mod),1,0,7,all,all,all,EVents Board,1,1,...,span days,7&lt;br /&gt;
* Search, ''consider search indexes in the future''&lt;br /&gt;
** Settings: perm(all),1,30,0&lt;br /&gt;
* Attachments - Settings&lt;br /&gt;
** all,0,,1,default,512000,10240,10240,10,1,1,300,300&lt;br /&gt;
* Attachments - Avatars&lt;br /&gt;
** perm(all),perm(all),download at given url,perm(all),65,65,1,1,ataachment dir&lt;br /&gt;
* Members and groups, ''defaults for now, but we can create new groups''&lt;br /&gt;
* Registration - New - Require user to activate the account&lt;br /&gt;
* Registration - Settings&lt;br /&gt;
** Member activation,1,1,medium,medium,13,reject''(COPPA compliance, we reject registration of minors)''&lt;br /&gt;
* Permissions - Settings&lt;br /&gt;
** enable permissions for post count based groups. (additive to &amp;quot;regular members&amp;quot;)&lt;br /&gt;
** allow global moderators to manage permissions.&lt;br /&gt;
* Permissions - by membergroup ''Might not apply these unless there is a problem with attachments''&lt;br /&gt;
** Modify Regular Members - Remove Post attachment permissions.&lt;br /&gt;
** Modify Jr. Members(50 posts) - Add Post attachment permissions.&lt;br /&gt;
&lt;br /&gt;
=== Software to Evaluate ===&lt;br /&gt;
Here are some forum applications to look into:&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://www.phpbb.com/about/ phpbb] (phpbb2 is an available ubuntu package) phpbb3 is also available.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://www.punbb.org/ PunBB][https://help.ubuntu.com/community/PunBB ] is a fast and lightweight PHP-powered discussion board.&amp;lt;/s&amp;gt;&lt;br /&gt;
* [http://www.simplemachines.org/ Simple Machines Forum] SMF is a free, professional grade software package for online community.&lt;br /&gt;
A maillist to forum conduit which may come in handy for integrating the maillist into the forum:&lt;br /&gt;
* [http://code.google.com/p/mail2forum/ mail2forum] (m2f) is a PHP-based message centre.&lt;br /&gt;
Also available at the server but not in use by SEVA:&lt;br /&gt;
* ''[http://wordpress.org/ wordpress] is already installed and in use at the server at other domain names.''&lt;br /&gt;
Just an handy site for looking into CMS:&lt;br /&gt;
* ''[http://cmsmatrix.org/matrix/cms-matrix CMS Matrix]'' A list of various CMS (Content Management Systems)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==DigiPen==&lt;br /&gt;
A restricted wiki setup....&lt;br /&gt;
&lt;br /&gt;
===Setup Notes===&lt;br /&gt;
&lt;br /&gt;
New Files&lt;br /&gt;
 extensions/Flash.php&lt;br /&gt;
 skins/DPSkin11.php&lt;br /&gt;
 skins/DPSkin21.php&lt;br /&gt;
 skins/DPSkin31.php&lt;br /&gt;
 skins/dpskin11&lt;br /&gt;
 skins/dpskin31&lt;br /&gt;
 skins/common/images/dpwiki.png&lt;br /&gt;
&lt;br /&gt;
Modified Files&lt;br /&gt;
 includes/SpecialWatchlist.php   ( Select All )&lt;br /&gt;
 includes/ImagePage.php          ( file history for Users Only )&lt;br /&gt;
 includes/SkinTemplate.php       ( call new TopBar function )&lt;br /&gt;
 includes/Skin.php               ( TopBar, NewsTicker, Nesting )&lt;br /&gt;
 languages/Language.php          ( sitesubtitle )&lt;br /&gt;
 skins/common/cologneblue.css    ( sidebars )&lt;br /&gt;
 skins/monobook/main.css         ( sidebars )&lt;br /&gt;
 skins/MonoBook.php              ( Nesting Top-Sidebar )&lt;br /&gt;
 skins/CologneBlue.php           ( Nesting )&lt;br /&gt;
 skins/Standard.php              ( Nesting )&lt;br /&gt;
&lt;br /&gt;
# Might need to start sql on the Mac like this...&lt;br /&gt;
 mysqladmin shutdown -uroot -p&lt;br /&gt;
 /bin/sh /usr/bin/mysqld_safe --user=mysql --skip-networking --old-passwords &amp;amp;&lt;br /&gt;
&lt;br /&gt;
# Trash a retired user account.&lt;br /&gt;
 mysql -uroot -p mysql&lt;br /&gt;
 mysql&amp;gt; SELECT * FROM user;&lt;br /&gt;
 mysql&amp;gt; DELETE FROM user where User=&amp;quot;bad_user&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
# Trash an old/test database.&lt;br /&gt;
 mysqladmin -u root -p drop wikidbtest&lt;br /&gt;
&lt;br /&gt;
# New Initialize and Import a new database and user!&lt;br /&gt;
# make sure new_db.spl is in the local directory.&lt;br /&gt;
 mysql -uroot -p&lt;br /&gt;
 mysql&amp;gt; create database new_db;&lt;br /&gt;
 mysql&amp;gt; use new_db;&lt;br /&gt;
 mysql&amp;gt; source new_db.sql;&lt;br /&gt;
 mysql&amp;gt; use mysql;&lt;br /&gt;
 mysql&amp;gt; SELECT * FROM user;&lt;br /&gt;
 mysql&amp;gt; GRANT SELECT, INSERT, DELETE, UPDATE&lt;br /&gt;
     -&amp;gt; ON new_db.* TO db_user@localhost&lt;br /&gt;
     -&amp;gt; IDENTIFIED BY 'some_pass' WITH GRANT OPTION;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Search Enhancements==&lt;br /&gt;
per [http://meta.wikimedia.org/wiki/How_to_add_Google_search_to_your_MediaWiki_Search_Results_Page] In includes/SpecialSearch.php there is a function showResults( $term ) which formats and outputs all the search results from a query, near the top add:&lt;br /&gt;
 $wgOut-&amp;gt;addHTML( wfMsg( 'Googlesearch', $term ) ); # add&lt;br /&gt;
 $wgOut-&amp;gt;addWikiText( wfMsg( 'searchresulttext' ) );# above this&lt;br /&gt;
* [[MediaWiki:Googlesearch]] fix $3 and cleanup?&lt;br /&gt;
* [[MediaWiki:Nogomatch]] remove prompt to create page?&lt;br /&gt;
* [[MediaWiki:Searchresulttext]] cleanup/clear&lt;br /&gt;
In LocalSettings.php&lt;br /&gt;
 # $wgDisableTextSearch = true;&lt;br /&gt;
 # $wgSearchForwardUrl = 'http://www.google.com/search?q=$1';&lt;br /&gt;
 # $wgSearchForwardUrl = 'http://www.google.com/search?q=site%3Adigipen.edu+%22$1';&lt;br /&gt;
 $wgNamespacesToBeSearchedDefault = array(&lt;br /&gt;
 -1 =&amp;gt; 0,       # Default setting&lt;br /&gt;
  0 =&amp;gt; 1,       # Main&lt;br /&gt;
  1 =&amp;gt; 0,       # Main talk&lt;br /&gt;
  2 =&amp;gt; 0,       # User&lt;br /&gt;
  3 =&amp;gt; 0,       # User talk&lt;br /&gt;
  4 =&amp;gt; 1,       # SiteName&lt;br /&gt;
  5 =&amp;gt; 0,       # SiteName talk&lt;br /&gt;
  6 =&amp;gt; 1,       # Image&lt;br /&gt;
  7 =&amp;gt; 0,       # Image talk&lt;br /&gt;
  8 =&amp;gt; 0,       # MediaWiki&lt;br /&gt;
  9 =&amp;gt; 0,       # MediaWiki talk&lt;br /&gt;
 10 =&amp;gt; 1,       # Template&lt;br /&gt;
 11 =&amp;gt; 0,       # Template talk&lt;br /&gt;
 12 =&amp;gt; 0,       # Help&lt;br /&gt;
 13 =&amp;gt; 0,       # Help talk&lt;br /&gt;
 14 =&amp;gt; 1,       # Category&lt;br /&gt;
 15 =&amp;gt; 0);      # Category talk&lt;br /&gt;
&lt;br /&gt;
No longer used: Added to skins/DPSkin31.php at about line 407&lt;br /&gt;
 // Begin New Portions to search more namespaces&lt;br /&gt;
 $s .= &amp;quot;&amp;lt;input type=\&amp;quot;hidden\&amp;quot; value=\&amp;quot;1\&amp;quot; name=\&amp;quot;ns0\&amp;quot;&amp;gt;&amp;quot;;  // Main&lt;br /&gt;
 //$s .= &amp;quot;&amp;lt;input type=\&amp;quot;hidden\&amp;quot; value=\&amp;quot;1\&amp;quot; name=\&amp;quot;ns1\&amp;quot;&amp;gt;&amp;quot;;  // Talk&lt;br /&gt;
 $s .= &amp;quot;&amp;lt;input type='hidden' name=\&amp;quot;searchx\&amp;quot; value=\&amp;quot;&amp;quot; . htmlspecialchars( wfMs( &amp;quot;Go&amp;quot; ) ) . &amp;quot;\&amp;quot; /&amp;gt;&amp;quot;;&lt;br /&gt;
Also change this&lt;br /&gt;
 . &amp;quot;&amp;amp;nbsp&amp;amp;nbsp&amp;lt;input type='submit' name=\&amp;quot;fulltext\&amp;quot; value=\&amp;quot;&amp;quot; . htmlspecialchars( wfMsg( &amp;quot;Go&amp;quot; ) ) . &amp;quot;\&amp;quot; /&amp;gt;&amp;lt;/form&amp;gt;&amp;quot;;&lt;br /&gt;
To this&lt;br /&gt;
 . &amp;quot;&amp;amp;nbsp&amp;amp;nbsp&amp;lt;input type='submit' name=\&amp;quot;searchx\&amp;quot; value=\&amp;quot;&amp;quot; . htmlspecialchars( wfMsg( &amp;quot;Go&amp;quot; ) ) . &amp;quot;\&amp;quot; /&amp;gt;&amp;lt;/form&amp;gt;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
===LocalSettings.php ===&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 &lt;br /&gt;
 # This file was automatically generated by the MediaWiki installer.&lt;br /&gt;
 # If you make manual changes, please keep track in case you need to&lt;br /&gt;
 # recreate them later.&lt;br /&gt;
 &lt;br /&gt;
 $IP = &amp;quot;/SomePath&amp;quot;;&lt;br /&gt;
 ini_set( &amp;quot;include_path&amp;quot;, &amp;quot;.:$IP:$IP/includes:$IP/languages&amp;quot; );&lt;br /&gt;
 require_once( &amp;quot;includes/DefaultSettings.php&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
 # If PHP's memory limit is very low, some operations may fail.&lt;br /&gt;
 ini_set( 'memory_limit', '80M' );&lt;br /&gt;
 &lt;br /&gt;
 if ( $wgCommandLineMode ) {&lt;br /&gt;
         if ( isset( $_SERVER ) &amp;amp;&amp;amp; array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {&lt;br /&gt;
                 die( &amp;quot;This script must be run from the command line\n&amp;quot; );&lt;br /&gt;
         }&lt;br /&gt;
 } elseif ( empty( $wgNoOutputBuffer ) ) {&lt;br /&gt;
         ## Compress output if the browser supports it&lt;br /&gt;
         if( !ini_get( 'zlib.output_compression' ) ) @ob_start( 'ob_gzhandler' );&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 $wgSitename         = &amp;quot;www2.digipen.edu&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 $wgScriptPath       = &amp;quot;&amp;quot;;&lt;br /&gt;
 $wgScript           = &amp;quot;$wgScriptPath/index.php&amp;quot;;&lt;br /&gt;
 $wgRedirectScript   = &amp;quot;$wgScriptPath/redirect.php&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 ## If using PHP as a CGI module, use the ugly URLs&lt;br /&gt;
 #$wgArticlePath      = &amp;quot;$wgScript/$1&amp;quot;;&lt;br /&gt;
 # $wgArticlePath      = &amp;quot;$wgScript?title=$1&amp;quot;;&lt;br /&gt;
 $wgArticlePath      = &amp;quot;/main/$1&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 $wgStylePath        = &amp;quot;$wgScriptPath/skins&amp;quot;;&lt;br /&gt;
 $wgStyleDirectory   = &amp;quot;$IP/skins&amp;quot;;&lt;br /&gt;
 $wgLogo             = &amp;quot;$wgStylePath/common/images/dpwiki.png&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 $wgUploadPath       = &amp;quot;$wgScriptPath/images&amp;quot;;&lt;br /&gt;
 $wgUploadDirectory  = &amp;quot;$IP/images&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 $wgEnableEmail = true;&lt;br /&gt;
 $wgEnableUserEmail = true;&lt;br /&gt;
 &lt;br /&gt;
 $wgEmergencyContact = &amp;quot;it-at-digipen123.edu&amp;quot;;&lt;br /&gt;
 $wgPasswordSender       = &amp;quot;it-at-digipen123.edu&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 ## For a detailed description of the following switches see&lt;br /&gt;
 ## http://meta.wikimedia.org/Enotif and http://meta.wikimedia.org/Eauthent&lt;br /&gt;
 ## There are many more options for fine tuning available see&lt;br /&gt;
 ## /includes/DefaultSettings.php&lt;br /&gt;
 ## UPO means: this is also a user preference option&lt;br /&gt;
 include('extensions/Flash.php');&lt;br /&gt;
 $wgEnotifUserTalk = true; # UPO&lt;br /&gt;
 $wgEnotifWatchlist = true; # UPO&lt;br /&gt;
 $wgEmailAuthentication = true;&lt;br /&gt;
 &lt;br /&gt;
 $wgDBserver         = &amp;quot;localhost&amp;quot;;&lt;br /&gt;
 $wgDBname           = &amp;quot;som_dbname&amp;quot;;&lt;br /&gt;
 $wgDBuser           = &amp;quot;some_user&amp;quot;;&lt;br /&gt;
 $wgDBpassword       = &amp;quot;some_pass&amp;quot;;&lt;br /&gt;
 $wgDBprefix         = &amp;quot;prefix_&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 # If you're on MySQL 3.x, this next line must be FALSE:&lt;br /&gt;
 $wgDBmysql4 = true;&lt;br /&gt;
 &lt;br /&gt;
 # Experimental charset support for MySQL 4.1/5.0.&lt;br /&gt;
 $wgDBmysql5 = false;&lt;br /&gt;
 &lt;br /&gt;
 ## Shared memory settings&lt;br /&gt;
 $wgMainCacheType = CACHE_NONE;&lt;br /&gt;
 $wgMemCachedServers = array();&lt;br /&gt;
 &lt;br /&gt;
 ## To enable image uploads, make sure the 'images' directory&lt;br /&gt;
 ## is writable, then uncomment this:&lt;br /&gt;
 $wgEnableUploads                = true;&lt;br /&gt;
 $wgUseImageResize               = true;&lt;br /&gt;
 $wgUseImageMagick = true;&lt;br /&gt;
 $wgImageMagickConvertCommand = &amp;quot;/usr/bin/convert&amp;quot;;&lt;br /&gt;
 $wgMimeDetectorCommand= &amp;quot;file -bi&amp;quot;; # use external mime detector (linux)&lt;br /&gt;
 $wgFileExtensions = array( 'png', 'jpg', 'jpeg', 'ogg', 'doc', 'xls', 'ppt', 'pdf', 'wmv', 'avi', 'mov', 'swf' );&lt;br /&gt;
 $wgVerifyMimeType = false;&lt;br /&gt;
 #$wgUseCopyrightUpload = true;&lt;br /&gt;
 #$wgCheckFileExtensions = false;&lt;br /&gt;
 #$wgStrictFileExtensions = false;&lt;br /&gt;
 &lt;br /&gt;
 # Upload error&lt;br /&gt;
 # Warning: Wrong parameter count for print_r() in /var/www/html/wiki/includes/Exif.php on line 528&lt;br /&gt;
 &lt;br /&gt;
 ## If you want to use image uploads under safe mode,&lt;br /&gt;
 ## create the directories images/archive, images/thumb and&lt;br /&gt;
 ## images/temp, and make them all writable. Then uncomment&lt;br /&gt;
 ## this, if it's not already uncommented:&lt;br /&gt;
 # $wgHashedUploadDirectory = false;&lt;br /&gt;
 &lt;br /&gt;
 ## If you have the appropriate support software installed&lt;br /&gt;
 ## you can enable inline LaTeX equations:&lt;br /&gt;
 # $wgUseTeX                     = true;&lt;br /&gt;
 $wgMathPath         = &amp;quot;{$wgUploadPath}/math&amp;quot;;&lt;br /&gt;
 $wgMathDirectory    = &amp;quot;{$wgUploadDirectory}/math&amp;quot;;&lt;br /&gt;
 $wgTmpDirectory     = &amp;quot;{$wgUploadDirectory}/tmp&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 $wgLocalInterwiki   = $wgSitename;&lt;br /&gt;
 &lt;br /&gt;
 $wgLanguageCode = &amp;quot;en&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 $wgProxyKey = &amp;quot;some_key_string&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 ## Default skin: you can change the default skin. Use the internal symbolic&lt;br /&gt;
 ## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':&lt;br /&gt;
 # $wgDefaultSkin = 'monobook';&lt;br /&gt;
 $wgDefaultSkin = 'dpskin31';&lt;br /&gt;
 &lt;br /&gt;
 ## For attaching licensing metadata to pages, and displaying an&lt;br /&gt;
 ## appropriate copyright notice / icon. GNU Free Documentation&lt;br /&gt;
 ## License and Creative Commons licenses are supported so far.&lt;br /&gt;
 # $wgEnableCreativeCommonsRdf = true;&lt;br /&gt;
 $wgRightsPage = &amp;quot;&amp;quot;; # Set to the title of a wiki page that describes your license/copyright&lt;br /&gt;
 $wgRightsUrl = &amp;quot;&amp;quot;;&lt;br /&gt;
 $wgRightsText = &amp;quot;&amp;quot;;&lt;br /&gt;
 $wgRightsIcon = &amp;quot;&amp;quot;;&lt;br /&gt;
 # $wgRightsCode = &amp;quot;&amp;quot;; # Not yet used&lt;br /&gt;
 &lt;br /&gt;
 $wgDiff3 = &amp;quot;/usr/bin/diff3&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
  # Custom Settings http://meta.wikimedia.org/wiki/Preventing_Access&lt;br /&gt;
  # This disables user registration, admins can still register users.&lt;br /&gt;
  $wgWhitelistAccount = array ( &amp;quot;user&amp;quot; =&amp;gt; 0, &amp;quot;sysop&amp;quot; =&amp;gt; 1, &amp;quot;developer&amp;quot; =&amp;gt; 1 );&lt;br /&gt;
  #&lt;br /&gt;
  # This disables anonymous edits&lt;br /&gt;
  #&lt;br /&gt;
  # Permission keys given to users in each group.&lt;br /&gt;
  # All users are implicitly in the '*' group including anonymous visitors;&lt;br /&gt;
  # logged-in users are all implicitly in the 'user' group. These will be&lt;br /&gt;
  # combined with the permissions of all groups that a given user is listed&lt;br /&gt;
  # in in the user_groups table.&lt;br /&gt;
  # This replaces wgWhitelistAccount and wgWhitelistEdit&lt;br /&gt;
  # The following line should be commented, otherwise these settings will&lt;br /&gt;
  # throw away the settings on DefaultSettings.php (you probably don't want this).&lt;br /&gt;
  # With this line commented you will only overwrite the settings you explicitly&lt;br /&gt;
  # define here (that's what you probably want).&lt;br /&gt;
  #$wgGroupPermissions = array(); # SEE THIS IN includes/DefaultSettings.php&lt;br /&gt;
  $wgGroupPermissions['*'    ]['createaccount']   = false;&lt;br /&gt;
  $wgGroupPermissions['*'    ]['read']            = true;&lt;br /&gt;
  $wgGroupPermissions['*'    ]['edit']            = false;&lt;br /&gt;
  #&lt;br /&gt;
  # Make the site non-readable&lt;br /&gt;
  # Pages anonymous (not-logged-in) users may see&lt;br /&gt;
  # $wgWhitelistRead = array (&amp;quot;Main Page&amp;quot;, &amp;quot;Special:Userlogin&amp;quot;, &amp;quot;Wikipedia:Help&amp;quot;);&lt;br /&gt;
  # $wgGroupPermissions['*'    ]['read']            = false;&lt;br /&gt;
  # $wgBlacklistRead = array (&amp;quot;User:someuser&amp;quot;, &amp;quot;User:otheruser&amp;quot;); # This does nothing.&lt;br /&gt;
  #&lt;br /&gt;
  # To prevent a special page from being listed at [[Special:Specialpages]],&lt;br /&gt;
  # edit SpecialPage.php and change the relevant entry to be an instance of&lt;br /&gt;
  # UnlistedSpecialPage instead of SpecialPage. &lt;br /&gt;
  $wgShowIPinHeader = false;&lt;br /&gt;
  # Don't show Categories for anonymous users&lt;br /&gt;
 #  $wgUseCategoryMagic             = false;&lt;br /&gt;
 &lt;br /&gt;
 # This will cache static pages for non-logged-in users to reduce&lt;br /&gt;
 #  $wgUseFileCache = true;&lt;br /&gt;
 &lt;br /&gt;
 # Use article validation feature; turned off by default&lt;br /&gt;
 #$wgUseValidation = true;&lt;br /&gt;
 #$wgValidationForAnons = true ;&lt;br /&gt;
 &lt;br /&gt;
 # $wgAuth = null;&lt;br /&gt;
 &lt;br /&gt;
 # $wgSearchForwardUrl = 'http://www.google.com/search?q=$1';&lt;br /&gt;
 &lt;br /&gt;
 # Array of disabled article actions, e.g. view, edit, dublincore, delete, etc.&lt;br /&gt;
 # $wgDisabledActions = array();&lt;br /&gt;
 &lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===non Readable===&lt;br /&gt;
LocalSettings.php&lt;br /&gt;
  # Custom Settings http://meta.wikimedia.org/wiki/Preventing_Access&lt;br /&gt;
  # This disables user registration, admins can still register users.&lt;br /&gt;
  # LDAP enabled sites don't need user creation at all?&lt;br /&gt;
  $wgWhitelistAccount = array ( &amp;quot;user&amp;quot; =&amp;gt; 0, &amp;quot;sysop&amp;quot; =&amp;gt; 1, &amp;quot;developer&amp;quot; =&amp;gt; 1 );&lt;br /&gt;
  $wgGroupPermissions['*'         ]['createaccount']   = false;&lt;br /&gt;
  $wgGroupPermissions['sysop'     ]['createaccount']   = true;&lt;br /&gt;
  $wgGroupPermissions['bureaucrat']['createaccount']   = true;&lt;br /&gt;
 &lt;br /&gt;
  # Make the entire site non-readable&lt;br /&gt;
  $wgGroupPermissions['*'    ]['read']            = false;&lt;br /&gt;
 &lt;br /&gt;
  # Pages anonymous (not-logged-in) users may read&lt;br /&gt;
  $wgWhitelistRead = array (&amp;quot;Main Page&amp;quot;, &amp;quot;Special:Userlogin&amp;quot;, &amp;quot;Help:Contents&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
  # $wgBlacklistRead = array (&amp;quot;User:WikiAdmin&amp;quot;, &amp;quot;Foo&amp;quot;); # No &amp;quot;Black&amp;quot; lists.&lt;br /&gt;
 &lt;br /&gt;
  # Permission keys given to users in each group.&lt;br /&gt;
  # All users are implicitly in the '*' group including anonymous visitors;&lt;br /&gt;
  # logged-in users are all implicitly in the 'user' group. These will be&lt;br /&gt;
  # combined with the permissions of all groups that a given user is listed&lt;br /&gt;
  # in in the user_groups table.&lt;br /&gt;
  # This replaces wgWhitelistAccount and wgWhitelistEdit&lt;br /&gt;
  # The following line should be commented, otherwise these settings will&lt;br /&gt;
  # throw away the settings on DefaultSettings.php (you probably don't want this).&lt;br /&gt;
  # With this line commented you will only overwrite the settings you explicitly&lt;br /&gt;
  # define here (that's what you probably want).&lt;br /&gt;
  #$wgGroupPermissions = array(); # SEE THIS IN includes/DefaultSettings.php&lt;br /&gt;
  #$wgGroupPermissions['*'      ]['read']          = false;&lt;br /&gt;
  #$wgGroupPermissions['user'   ]['read']          = true;&lt;br /&gt;
  #$wgGroupPermissions['clients']['read']          = true;&lt;br /&gt;
  #$wgGroupPermissions['authors']['read']          = true;&lt;br /&gt;
  #$wgGroupPermissions['sysop'  ]['read']          = true;&lt;br /&gt;
 &lt;br /&gt;
  $wgGroupPermissions['*'      ]['edit']          = false;&lt;br /&gt;
  $wgGroupPermissions['user'   ]['edit']          = false;&lt;br /&gt;
  $wgGroupPermissions['clients']['edit']          = false;&lt;br /&gt;
  $wgGroupPermissions['authors']['edit']          = true;&lt;br /&gt;
  $wgGroupPermissions['sysop'  ]['edit']          = true;&lt;br /&gt;
 &lt;br /&gt;
  $wgGroupPermissions['user'   ]['upload']        = false;&lt;br /&gt;
  $wgGroupPermissions['clients']['upload']        = true;&lt;br /&gt;
  $wgGroupPermissions['authors']['upload']        = true;&lt;br /&gt;
  $wgGroupPermissions['sysop'  ]['upload']        = true;&lt;br /&gt;
 &lt;br /&gt;
  $wgGroupPermissions['user' ]['move']          = false;&lt;br /&gt;
  $wgGroupPermissions['sysop']['move']          = true;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===LDAP auth===&lt;br /&gt;
* http://meta.wikimedia.org/wiki/LDAP_Authentication&lt;br /&gt;
* http://meta.wikimedia.org/wiki/LDAP_Authentication_Configuration_Examples&lt;br /&gt;
* http://meta.wikimedia.org/wiki/Auto_Login_via_REMOTE_USER&lt;br /&gt;
&lt;br /&gt;
In LocalSettings.php&lt;br /&gt;
 # LDAP - NonADD Settings&lt;br /&gt;
 require_once( 'extensions/LdapAuthentication.php' );&lt;br /&gt;
 $wgAuth = new LdapAuthenticationPlugin();&lt;br /&gt;
 $wgLDAPDomainNames = array( &amp;quot;DigiPen&amp;quot; );&lt;br /&gt;
 #$wgLDAPServerNames = array( &amp;quot;DigiPen&amp;quot;=&amp;gt;&amp;quot;1.2.3.4 1.2.3.5 1.2.3.6&amp;quot; );&lt;br /&gt;
 $wgLDAPServerNames = array( &amp;quot;DigiPen&amp;quot;=&amp;gt;&amp;quot;1.2.3.4&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
 # Choose who can login, Everyone, single branch, multiple domain/branches&lt;br /&gt;
 # Anyone with a valid account can login&lt;br /&gt;
 #$wgLDAPBaseDNs = array( &amp;quot;DigiPen&amp;quot;=&amp;gt;&amp;quot;dc=digipen,dc=edu&amp;quot; );&lt;br /&gt;
 #$wgLDAPSearchAttributes = array( &amp;quot;DigiPen&amp;quot;=&amp;gt;&amp;quot;uid&amp;quot; );&lt;br /&gt;
 # Only Students can login&lt;br /&gt;
 #$wgLDAPSearchStrings = array( &amp;quot;DigiPen&amp;quot;=&amp;gt;&amp;quot;uid=USER-NAME,ou=users,ou=students,dc=digipen,dc=edu&amp;quot;);&lt;br /&gt;
 # Only Staff can login&lt;br /&gt;
 #$wgLDAPSearchStrings = array( &amp;quot;DigiPen&amp;quot;=&amp;gt;&amp;quot;uid=USER-NAME,ou=users,ou=staff,dc=digipen,dc=edu&amp;quot;);&lt;br /&gt;
 # if multiple &amp;quot;Domains&amp;quot; are defined...&lt;br /&gt;
 #$wgLDAPSearchStrings = array(&lt;br /&gt;
 #&amp;quot;DigiPen_Students&amp;quot;=&amp;gt;&amp;quot;uid=USER-NAME,ou=users,ou=students,dc=digipen,dc=edu&amp;quot;,&lt;br /&gt;
 #&amp;quot;DigiPen_Staff&amp;quot;=&amp;gt;&amp;quot;uid=USER-NAME,ou=users,ou=staff,dc=digipen,dc=edu&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
 # Need to change search in LdapPlugin from &amp;quot;members&amp;quot; to &amp;quot;memberUid&amp;quot;, still doesn't work yet&lt;br /&gt;
 #$wgLDAPGroupDN = &amp;quot;cn=staff,ou=groups,dc=digipen,dc=edu&amp;quot;;&lt;br /&gt;
 #$wgLDAPGroupDN = &amp;quot;cn=pro,ou=webservices,ou=groups,dc=digipen,dc=edu&amp;quot;;&lt;br /&gt;
 #$wgLDAPGroupDN = &amp;quot;cn=web,ou=webservices,ou=groups,dc=digipen,dc=edu&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 # requires changes in LdapPlugin&lt;br /&gt;
 #$wgLDAPRequireUser = array( &amp;quot;DigiPen&amp;quot;=&amp;gt;&amp;quot;userabc,userxyz&amp;quot; );&lt;br /&gt;
 &lt;br /&gt;
 $wgLDAPUseSSL = true;&lt;br /&gt;
 $wgLDAPUseLocal = false;&lt;br /&gt;
 $wgLDAPAddLDAPUsers = false;&lt;br /&gt;
 $wgLDAPUpdateLDAP = false;&lt;br /&gt;
 $wgLDAPMailPassword = false;&lt;br /&gt;
 $wgLDAPRetrievePrefs = false;&lt;br /&gt;
 $wgMinimalPasswordLength = 1;&lt;br /&gt;
 &lt;br /&gt;
 # Case Sensetive user names fix, prevents multiple UserName creation due to case.&lt;br /&gt;
 # This will causes the local &amp;quot;WikiAdmin&amp;quot; account to no longer function&lt;br /&gt;
 #In &amp;quot;includes/SpecialUserlogin.php&amp;quot;, in function &amp;quot;LoginForm&amp;quot;, change:&lt;br /&gt;
 #$this-&amp;gt;mName = $request-&amp;gt;getText( 'wpName' ); # To:&lt;br /&gt;
 #$this-&amp;gt;mName = strtolower( $request-&amp;gt;getText( 'wpName' ) );&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:Screenshot_(277).png&amp;diff=9750</id>
		<title>File:Screenshot (277).png</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:Screenshot_(277).png&amp;diff=9750"/>
		<updated>2020-06-14T04:49:55Z</updated>

		<summary type="html">&lt;p&gt;Rjf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9749</id>
		<title>User:Rjf/Tiger Scooter</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9749"/>
		<updated>2020-06-14T04:38:59Z</updated>

		<summary type="html">&lt;p&gt;Rjf: /* Cycles TC1 */ let link be real name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
I purchased this Tiger 24v electric scooter from [[Local_Resources#EVs_North_West|EVs North West]], with detachable seat and storage basket.  It came with a 400watt motor which was later upgraded to 500watts after the original failed.    The stock battery consisted of a pair of 10Ah UPS type sealed [[User:Rjf/PbA|lead-acid]] batteries which delivered about 2-5 miles of range weighing ~15lbs.  With the [[#LGQ Pack]] I've built out of 96 small  [[User:Rjf/Li|Lithium-Ion]] cells, which are housed in the little black and yellow toolbox hanging off the side like a saddle bag, I now have 10 miles of range from a battery that weighs less than 10 lbs.  I also experimented with a severely undersized battery pack consisting of Laptop 18650 cells, and an even shorter lived set of consumer AA [[User:Rjf/Ni|NiMH]] cells.  The current LGQ pack is properly sized and appears to be working very will, a test cell from this set now has some 180 cycles and still delivers 90% of it's original capacity.  The latest addition is a [[#Milwaukee V28 Pack]] which gives me an additional 2.5 miles, it's handy to bring along for &amp;quot;emergency range&amp;quot; or to use while the main pack is being charged.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter9.jpg|thumb|180px|24V Tiger scooter]]&lt;br /&gt;
|| [[Image:TigerScooter1.jpg|thumb|180px|Speedo, Amps, and Volts]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lead Acid Pack==&lt;br /&gt;
The scooter was origonally equipt with a pair of 7.28 lb. 10Ah 12v batteries, similar to [http://www.electricrider.com/batteries.htm these].&lt;br /&gt;
&lt;br /&gt;
== Headway LiFePO4 Battery Kit ==&lt;br /&gt;
Per [http://evcomponents.com/24v10ah-headway-lfp-battery-kit.html evcomponents.com 24V 10Ah Headway LiFePO4 Battery Kit] and similar: 12Ah, 15Ah, 48V, 60V, 72V Kits with Cells:&lt;br /&gt;
* Headway 38120S(10Ah) ** Weight (Approx.) 338g ** Dimensions (mm) Diameter 38±1 Height 132±1 ** Max. continuous discharging current 10C(100A) ** Recommended Constant Discharge 1C(10A)-5C(50A) ** Recommended charging current 0.3C(3A)-0.5C(5A) Max:1C(10A)&lt;br /&gt;
* Headway 38140S(12Ah) ** Weight (Approx.) 400g ** Dimensions (mm) Diameter 38±1 Height 152±1 ** Max. continuous discharging current 10C(120A) ** Recommended Constant Discharge 1C(12A)-5C(60A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(12A)&lt;br /&gt;
* Headway 40152S(15Ah) ** Weight (Approx.) 480g ** Dimensions (mm) Diameter 40±1 Height 174±1 ** Max. continuous discharging current 10C(150A) ** Recommended Constant Discharge 1C(15A)-5C(75A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(15A)&lt;br /&gt;
* Chemical composition LiFePO4(lithium iron phosphate) ** Rated voltage 3.2V ** Energy density 105 (Wh/kg) ** Battery internal resistance≤5mΩ ** Self discharge rate (monthly) 2-3% ** Standard. charging voltage 3.65±0.05V ** Max. End discharged cut off voltage 2.0V ** Working temperature: Charging 0~45℃ : Discharging -20~65℃ ** Storage temperature:  In one month -20~45℃ : In six months -20~35℃&lt;br /&gt;
* @20180106 - Got some used cells of 8Ah for $160.96 ($10 each).  However it appears I will not be able to assemble a full 16(s)eries 48V string.  Two(s) were &amp;quot;soft&amp;quot; and could not deliver over nor accept more than about 1A or 0.125C ''(ie: 1/8 (C)apacity 1 Hour Rate)''.  After initial cycle tests one of those I physically broke attempting to remove a threadall stub which leaked liquid electrolyte, the other soft cell also had the stub and no others did.  The remaining still matched up well as three descent 4s 5~6Ah blocks and a pair of matched lowest capacity cells.&lt;br /&gt;
* Ordered: [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-holder.html Headway 38120S 38140S 38120HP 2 hole holder (orange plastic end cap pair with locking edges)]. &amp;amp; [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-connector.html 2 holes connector for headway 38120S &amp;amp; 38140S cell (Cut and finished buss bars)]. &lt;br /&gt;
&lt;br /&gt;
==Milwaukee V28 Pack==&lt;br /&gt;
[[Image:100 1095.jpg|thumb|right|190px|Ryobi 18v [[Ni|NiMH]] &amp;lt;br&amp;gt; Milwaukee V28 [[Li]]]]&lt;br /&gt;
&lt;br /&gt;
These [[Li#Milwaukee PowerTools|Milwaukee Li battery packs]] are composed of 7 cells in series, have 3.0Ah (0.084kWh) of capacity, and weigh 2.33lbs (37.3oz).  They should deliver 40A through the stock BMS and perhaps up to or over 100A if bypassed.  The pack measures 28.9v with a full charge, and the work light turns itself off at 25.9v.  This is also the point at which the first battery level indicator blinks, indicating empty.  The pack's dimensions are 3-1/4&amp;quot; tall by 5&amp;quot; long by 3-1/2&amp;quot; wide.&lt;br /&gt;
* Battery pack made up of 7 cells is 3Ah, 2.5Lbs ship weight, [http://www.toolauthority.com/product_info.php?products_id=1835 $118.50], Mfr. Model # 48-11-2830&lt;br /&gt;
* 1 hour charger is 2.2Lbs, [http://www.toolauthority.com/product_info.php?products_id=1836 $47.5], Mfr. Model # 48-59-2801.&lt;br /&gt;
* WorkLight is 1.3Lbs, [http://www.toolauthority.com/product_info.php?products_id=1834 $27.75] ''(cheap source for battery socket?)'', Mfr. Model # 49-24-0185.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
* Charge - &amp;lt;0:45 min Initial ( 3.75A = 3.0Ah )&lt;br /&gt;
* Dischg - ~5:30 min light ''8-A331 28v'' ( 0.55A = 15Watts )&lt;br /&gt;
* Charge - &amp;lt;1:00 min 1.15A, 0.08kWh, 0.74pf @kWmeter&lt;br /&gt;
* Dischg - ~5:30 min work light&lt;br /&gt;
* Charge - &amp;lt;0:10 min 2 bars&lt;br /&gt;
* Dischg - Ride on scooter, dump charge from LGQ pack, ok&lt;br /&gt;
* Charge - from 2bars to full overnight 0.07kWh @kWmeter&lt;br /&gt;
* Dischg - Ride arround campus &amp;lt; 1mile, down to 2or3 bars&lt;br /&gt;
* Charge - from 2bars to full overnight 0.05kWh @kWmeter&lt;br /&gt;
* Dischg - Ride 2.23 miles, till dead, slightly warm&lt;br /&gt;
* Charge - Overnight, 0.10kWh @kWmeter ''(44.8 Wh/mile or 22.3 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.63 miles, till dead.&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(30.4 Wh/mile or 32.9 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.36 miles, till dead, with Mail&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(33.9 Wh/mile or 29.5 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 0.493 miles, 3 round trips inside.&lt;br /&gt;
* Charge - &amp;lt;0:31 min, 0.02kWh @kWmeter ''(40.6 Wh/mile or 24.6 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 1.684 miles, Brian, left &amp;quot;on&amp;quot; for an hour or so.&lt;br /&gt;
* Charge - &amp;lt;0:45 min, 0.08kWh @kWmeter ''(47.5 Wh/mile or 21.1 miles/kWh)''&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:100 1096.jpg|thumb|90px|Stock Boot]]&lt;br /&gt;
|| [[Image:100 1097.jpg|thumb|90px|Open Boot]]&lt;br /&gt;
&amp;lt;!-- || [[Image:100 1098.jpg|thumb|90px|New cable]] --&amp;gt;&lt;br /&gt;
|| [[Image:100 1099.jpg|thumb|90px|New cable]]&lt;br /&gt;
|| [[Image:100 1100.jpg|thumb|90px|New cable]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===PHEV App===&lt;br /&gt;
{| border=1 cellpadding=2&lt;br /&gt;
| colspan=9 | '''S'''eries &amp;amp; '''P'''arallel Voltages, Capacity, and Range ''(Car @ 3miles/kWh)''&lt;br /&gt;
|-&lt;br /&gt;
|'''S'''/'''P'''||Volt Range|| 1 || 2P || 4P || 8P || colspan=2 | Range @8P || Cost @8P&lt;br /&gt;
|-&lt;br /&gt;
| colspan=6 | &amp;amp;nbsp; || Car || Scooter || ''Retail $''&lt;br /&gt;
|-&lt;br /&gt;
|1  ||25.9v - 29.4v  ||75Wh ||150Wh   ||300Wh   ||600Wh   ||2 ||24  || $960&lt;br /&gt;
|-&lt;br /&gt;
|2S ||51.8v - 58.8v  ||150Wh||300Wh   ||600Wh   ||1.20 kWh||3 ||48  || $1920&lt;br /&gt;
|-&lt;br /&gt;
|3S ||77.7v - 88.2v  ||225Wh||450Wh   ||900Wh   ||1.80 kWh||5 ||72  || $2880&lt;br /&gt;
|-&lt;br /&gt;
|4S ||103.6v - 117.6v||300Wh||600Wh   ||1.20 kWh||2.40 kWh||7 ||96  || $3840&lt;br /&gt;
|-&lt;br /&gt;
|5S ||129.5v - 147.0v||375Wh||750Wh   ||1.50 kWh||3.00 kWh||9 ||120 || $4800&lt;br /&gt;
|-&lt;br /&gt;
|6S ||155.4v - 176.4v||450Wh||900Wh   ||1.80 kWh||3.60 kWh||10||144 || $5760&lt;br /&gt;
|-&lt;br /&gt;
|7S ||181.3v - 205.8v||525Wh||1.05 kWh||2.10 kWh||4.20 kWh||12||168 || $6720&lt;br /&gt;
|-&lt;br /&gt;
|8S ||207.2v - 235.2v||600Wh||1.20 kWh||2.40 kWh||4.80 kWh||14||192 || $7680&lt;br /&gt;
|-&lt;br /&gt;
|9S ||233.1v - 264.6v||675Wh||1.35 kWh||2.70 kWh||5.40 kWh||16||216 || $8640&lt;br /&gt;
|-&lt;br /&gt;
|10S||259.0v - 294.0v||750Wh||1.50 kWh||3.00 kWh||6.00 kWh||18||240 || $9600&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Potential applications in existing HEVs. Current Hybrids use 6.5Ah cells, although they only use 40-50% of that capacity, so these 3.0Ah cells may deliver the same ammount of energy at greater discharge levels.  They come unconfortably close to the required power levels, however with a set of 2 Parallel capacity would exceed the origional pack and power requirements easily satisfied.&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 5S @ 129.5v - 147.0v (35 cells)&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 6S @ 155.4v - 176.4v (42 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 7S @ 181.3v - 205.8v (49 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 8S @ 207.2v - 235.2v (56 cells)&lt;br /&gt;
&lt;br /&gt;
==LGQ Pack==&lt;br /&gt;
[[Image:G14116CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
I assembled 96 individual cells into 2 blocks each one composed of 12 cells in parallel by 4 strings in series and weighing 4.01 lbs.  Each block is roughly equivalently to a 12v 12.6Ah battery.  Keep in mind that the blocks are series/parallel switched themselves from parallel 12v @25.2Ah to series 24v @12.6Ah.  This is done to accommodate charging them in parallel mode at 12v which is the limit of my charger.  However when riding they are switched into series mode to deliver 24v to the scooter.  The actual fully charged voltage is close to 30v which gives the scooter slightly more top speed than the stock PbA batteries, since in a motor voltage is directly proportional to RPMs.  This pack delivers about 10 miles of range and weighs 8.9 lbs including the toolbox and wiring.&lt;br /&gt;
&lt;br /&gt;
Rectangular A&amp;amp;TB 1050mAh Cells LGQ863448H (Electronics Goldmine $1/cell #G14116)&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=8890 Source]&lt;br /&gt;
&lt;br /&gt;
 Compact 3.6V 1050mAH Li-Ion Battery - G14116&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT *** Compact lithium ion battery is rated&lt;br /&gt;
 3.6VDC at 1050mAH.  Size is only 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot; Thick. Weighs&lt;br /&gt;
 only 38 grams so it is a powerful yet compact and lightweight battery&lt;br /&gt;
 that can be used in RC park flyers, robots, RC Planes, etc. Can be&lt;br /&gt;
 recharged over and over again. Made by A&amp;amp;TB of Japan. Very high quality.&lt;br /&gt;
 Part# LGQ863448H. Blowout price on this prime brand new battery! Hurry&lt;br /&gt;
 while supplies last on this very impressive high energy density battery.&lt;br /&gt;
 G14116 HURRY - SPECIAL SALE PRICE!!!&lt;br /&gt;
 Manufactured by A&amp;amp;TB of Japan&lt;br /&gt;
 Price: $1.00 each&lt;br /&gt;
&lt;br /&gt;
===Charger===&lt;br /&gt;
I can't afford a fully fledged analyzer [http://www.aeromicro.com/Catalog/chargers_116212_products.htm].&lt;br /&gt;
So instead I use a Triton (Red, $124) and a GWS (just below the Triton, $44).  I got the GWS first for charging NiMH for my first trainer plane,  It also made my Air Surfer (toy plane) a lot more fun as the &amp;quot;Dumb&amp;quot; field charger it comes with, changing it from a boring to a fun toy [http://www.time.com/time/2002/inventions/toy_surfer.html].&lt;br /&gt;
&lt;br /&gt;
Triton Details: [http://www.towerhobbies.com/products/greatplanes/gpmm3150.html]&amp;lt;br&amp;gt;&lt;br /&gt;
I would recommend the Triton, or perhaps some of the other smart computerized chargers, mine will do 1-24 Ni(CD or MH) cells, 1-4 Li-ion cells, and 6, 12, and 24v Lead-acid batteries up to 5 Amps. It will also cycle and log (until the battery is disconnected) mAh and average voltage (on discharge).  Lithium is limited to 2.5Amps of charge which is a bummer when charging the Scooters 25Ah pack (ie: up to 10 or more hours for a full charge, which could take as little as 1.5 hours, or a half hour to 80% if the charger were capable of delivering more power.  It is capable of delivering plenty of current to the single test cell which can typically be fully charged in 60 to 90 minutes.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Single Block #1&lt;br /&gt;
**Charge+ 3442mAh @2.5A (2004.06.01)&lt;br /&gt;
**Discharge-11255mAh @1.2A :521			Charge+11143mAh @2.5A :450	Cycle 1&lt;br /&gt;
**Discharge-11280mAh @1.2A :522			Charge+11267mAh @2.5A :425	Cycle 2&lt;br /&gt;
**Discharge-11330mAh @1.2A :525			Charge+11260mAh @2.5A :425	Cycle 3&lt;br /&gt;
**Discharge-11276mAh @1.2A :524			Charge+11192mAh @2.5A :442	Cycle 3.1&lt;br /&gt;
**Discharge-11275mAh @1.2A :524			Charge+11191mAh @2.5A :446	Cycle 3.2&lt;br /&gt;
*Single Block #2&lt;br /&gt;
**Charge+ 3624mAh @2.5A :237&lt;br /&gt;
**Discharge-11414mAh @1.2A :531			Charge+11231mAh @2.5A :433	Cycle 1&lt;br /&gt;
**Discharge-11330mAh @1.2A :560			Charge+11164mAh @2.5A :436	Cycle 2&lt;br /&gt;
**Discharge-11291mAh @1.2A :425			Charge+11202mAh @2.5A :437	Cycle 3&lt;br /&gt;
*Combined Block #1 &amp;amp; #2&lt;br /&gt;
*'''Discharge-22633mAh @1.2A :1130		rcalcCharge+21926mAh @2.5A :602 (@0.5A 21500mAh)   	Cycle 4'''&lt;br /&gt;
*Discharge-10 miles				Charge+22000mAh @2.5A End at 0.4A :658		Cycle 5 (2004.06.20)&lt;br /&gt;
**(18650)	Charge+ 2020mAh :117				Cycle 35&lt;br /&gt;
*Discharge-Rode ~7 miles     			Charge+18171mAh :650 (111 degree F in Sun at rest)	Cycle 6&lt;br /&gt;
**New Rear Tire!				(18650)	Charge+  536mAh :109				Cycle 36&lt;br /&gt;
*Discharge-Rode ~2 miles     			Charge+10866mAh :493 (@0.5A 10145mAh :321)	Cycle 7&lt;br /&gt;
*Discharge-Rode &amp;lt; 1 mile     			Charge+ 2127mAh :235			Cycle 8&lt;br /&gt;
*Discharge-Rode 4 miles     			Charge+ 5605mAh :321 (@0.5A 4883mAh :191)	Cycle 9 (2004.06.17)&lt;br /&gt;
*Discharge-Rode	to Seattle Center   		Charge+ 5845mAh :379			Cycle 10 (2004.06.20)&lt;br /&gt;
*Discharge-Rode ~7 miles to pick up car		Charge+11335mAh :527 			Cycle 11&lt;br /&gt;
**(18650)	Charge+ 1321mAh :178 			Cycle 37&lt;br /&gt;
*Discharge-Rode 16 Miles (4 on 18650, 2 on Pba)	Charge+22338mAh :747			Cycle 12&lt;br /&gt;
**(18650)	Charge+ 7003mAh :335			Cycle 38&lt;br /&gt;
*Discharge-Rode at Greenwood Show    		Charge+ 6042mAh :340			Cycle 13&lt;br /&gt;
*Discharge-Rode 76, Seattle Center, left on 24h	Charge+18206mAh :665			Cycle 14&lt;br /&gt;
*'''Discharge-22269mAh :1024 (Test Cycle @1.2A)	Charge+22575mAh :755			Cycle 15'''&lt;br /&gt;
*Discharge-Rode to 76(0.8m) + 2.3 mile		Charge+ 6883mAh :410 (1.110 Ah / mile)	Cycle 16&lt;br /&gt;
*Discharge-Rode 10.58 Miles (Fixed Spedo)     	Charge+19541mAh :668 (0.923 Ah / mile)	Cycle 17&lt;br /&gt;
*Discharge-Rode 0.9 + 0.9 = 1.8miles   		Charge+ 4213mAh :275 (1.170 Ah / mile)	Cycle 18 (2004.06.20)&lt;br /&gt;
*Discharge-Led Strip on for about 20 days      	Charge+ 3000mAh :??  	 10129mAh?	Cycle 19 (2004.09.19)&lt;br /&gt;
*Discharge-Left on for a 24 hours    		Charge+ 9095mAh :512			Cycle 20&lt;br /&gt;
*Discharge-Rode at work				Charge+enroute to woodburn  		Cycle 21 (2004.09.25)&lt;br /&gt;
*Discharge-Rode at woodburn, odo broke		Charge+ 7115mAh :440			Cycle 22&lt;br /&gt;
*Discharge-2.17 Miles odo fixed			Charge+ 4018mAh :349 (.926Ah(28Wh)/mile)	Cycle 23 (2004.09)&lt;br /&gt;
*Discharge-Rode? Cellphone, Sevcon+E-Tek tests	Charge+16650mAh :999			Cycle 24&lt;br /&gt;
*Discharge-Rode at work for months		Charge+ 9300mAh :484			Cycle 25&lt;br /&gt;
*Discharge-Rode at work (PbA went flat, get hot) Charge+14295mAh :640			Cycle 26&lt;br /&gt;
*Discharge-Rode at work				Charge+ 9333mAh :566			Cycle 27 (2005)&lt;br /&gt;
*Discharge-Rode at work				Charge+16469mAh :790			Cycle 28 (2006.02.15)&lt;br /&gt;
*Discharge-Rode at work				Charge+22235mAh :952			Cycle 29 (2006.03.24)&lt;br /&gt;
*Discharge-Rode at work				Charge+14974mAh :759			Cycle 30 (2006.04.20)&lt;br /&gt;
*Discharge-Sat for years, rode, 4 Miles -623mAh	Charge+24050mAh :833 (to 14.8v)		Cycle 31 (2008.10.12)&lt;br /&gt;
** Brought scooter home in 2007 where it was road every few months but mostly sat for years.&lt;br /&gt;
*'''Discharge-23621mAh :1104 (@1.2-1.4A to 12.0v) Charge+21418mAh :949 (to 14.4v)	Cycle 32 (2008.10.14)'''&lt;br /&gt;
&lt;br /&gt;
===Cycles TC1===&lt;br /&gt;
These are the cycles for a single &amp;quot;Test Cell&amp;quot; from the batch of cells that makes up this pack.&lt;br /&gt;
This may indicate the expected lifespan and capacity degradation for the full pack,&lt;br /&gt;
baring any interconnect or balance issues which may otherwise shorten it.&lt;br /&gt;
The temp rise during discharge at 2C to 2.5C for the first 10 cycles averaged 16.1&amp;amp;deg;F ranging from 13-19&amp;amp;deg;,&lt;br /&gt;
oddly enough the temperature appeared to drop during the charge cycle by roughly the same amount.&lt;br /&gt;
 Capacity Tests based on discharge rates (C=Cell Capacity (1050mAh)):&lt;br /&gt;
 Rated-1050mAh -  100% - 12.600Ah (Full Pack Equivalent at Nameplate Capacity)&lt;br /&gt;
 0.1C - 940mAh - 89.5% - 11.280Ah @1.26A&lt;br /&gt;
 ''0.5C - 888mAh - 84.6% - 10.656Ah @6.30A''&lt;br /&gt;
 1.0C - 836mAh - 79.6% - 10.032Ah @12.6A&lt;br /&gt;
 ''1.5C - 793mAh - 75.5% -  9.516Ah @18.9A''&lt;br /&gt;
 2.0C - 749mAh - 71.3% -  8.988Ah @25.2A&lt;br /&gt;
 2.5C - 659mAh - 62.8% -  7.908Ah @31.5A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is no longer valid, replace with a screenshot of what it used to look like:&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;IFRAME SRC=/mw/cycle_graph/LGQ_TC1.shtml NAME=graph WIDTH=800 HEIGHT=800&amp;gt;&amp;lt;/IFRAME&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Screenshot (274).png|800px]] &lt;br /&gt;
&lt;br /&gt;
[[User:Rjf/Tiger_Scooter/LGQ_Pack_Cycles]]&lt;br /&gt;
&lt;br /&gt;
===Schematics===&lt;br /&gt;
Wiring schematics go here...&lt;br /&gt;
&lt;br /&gt;
   -Block #1+    ___-Block #2+___&lt;br /&gt;
  /          \  /                \&lt;br /&gt;
  |____      | |     /switch      \&lt;br /&gt;
       \     | |    / to -12       \   &lt;br /&gt;
 -24___O   O \ O   O           O===O   O   O&lt;br /&gt;
       /   |__\________________    |   |    &lt;br /&gt;
      /    |   \               \   |   |    &lt;br /&gt;
 -12_/ O   O   O===O           O   O   O   O&lt;br /&gt;
 +12___|_______/                   |   \_______+24v&lt;br /&gt;
       \___________________________/&lt;br /&gt;
       nc  no  com coil     coil  com  no  nc&lt;br /&gt;
 &lt;br /&gt;
 When &amp;quot;switch to -12&amp;quot; is connected to B#1- the B#1 Relay is energized.&lt;br /&gt;
 B#1 Relay connects B#1+ to B#2-, and B#2 energizes B#2 Relay.&lt;br /&gt;
 B#2 Relay connects B#2+ to the scooter motor controller for +24v.&lt;br /&gt;
 This configuration ensures there is no load when off and B#1 &amp;amp; B#2 are in parallel.&lt;br /&gt;
 When enabled B#1 and B#2 both power an identical relay ensuring that the two&lt;br /&gt;
 Blocks are subjected to the same parasitic load as to stay in balance during operation.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
Construction process for LGQ's, 12 Parallel, 4 Series, 2 sets or blocks of cells...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TigerScooter-LGQ01.jpg |A few loose cells&lt;br /&gt;
Image:TigerScooter-LGQ15.jpg |Size comparison Series&lt;br /&gt;
Image:TigerScooter-LGQ18.jpg |Size comparison Parallel&lt;br /&gt;
Image:TigerScooter-LGQ20.jpg |12 Plasti-Dipped cells&lt;br /&gt;
Image:TigerScooter-LGQ22.jpg |4 sub-blocks curing&lt;br /&gt;
Image:TigerScooter-LGQ25.jpg |stacking sub-blocks&lt;br /&gt;
Image:TigerScooter-LGQ26.jpg |Cork for proper spacing&lt;br /&gt;
Image:TigerScooter-LGQ28.jpg |Plasti-Dippin sub-block&lt;br /&gt;
Image:TigerScooter-LGQ32.jpg |sub-block #4, last one&lt;br /&gt;
Image:TigerScooter-LGQ33.jpg |sub-block interconnects&lt;br /&gt;
Image:TigerScooter-LGQ35.jpg |12p*4s 12v 12.6Ah Block&lt;br /&gt;
Image:TigerScooter4.jpg      |Finished and installed&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==18650 Pack==&lt;br /&gt;
Keep in mind that the Lithium packs do series/parallel switching from 12 to 24v to accomidate charging at 12v (4 series cells). However they are driven at 24v (8 series cells). As such the charging numbers should be divided in half for their proper 24v capacity... Graphs to come...&lt;br /&gt;
&lt;br /&gt;
Sony 18650 1.3Ah Li-ions were Assymbled into two 5 parallel by 4 series cell blocks&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Charge    6687mAh @1.0A&lt;br /&gt;
*Discharge 6455mAh @1.0A     	Charge    6301mAh @1.0A&lt;br /&gt;
*Discharge 6020mAh @2.0A     	Charge    6182mAh @2.0A&lt;br /&gt;
*Discharge 5608mAh @0.8A     	Charge    6540mAh @2.5A&lt;br /&gt;
*Discharge 6080mAh @2.5A     	Charge    5948mAh &lt;br /&gt;
*Discharge 5987mAh &lt;br /&gt;
*Added Second Block, 8 series cells&lt;br /&gt;
*Charge    11426mAh &lt;br /&gt;
*Discharge 12470mAh @2.5A    	Charge    12565mAh @1.5A&lt;br /&gt;
*Discharge 11232mAh @2.5A    	Charge    10094mAh @1.5A&lt;br /&gt;
*Discharge  9040mAh @2.5A    	Charge    12202mAh @2.5A&lt;br /&gt;
*Split Blocks, Block #1&lt;br /&gt;
*Discharge  5916mAh @2.5A    	Charge     6100mAh &lt;br /&gt;
*Split Blocks, Block #2&lt;br /&gt;
*Discharge  5822mAh @2.5A    	Charge     5713mAh &lt;br /&gt;
*Charge     6149mAh @1.0A&lt;br /&gt;
*Discharge  5934mAh @1.0A    	Charge     5746mAh @1.0A&lt;br /&gt;
*Discharge  5938mAh @1.0A    	Charge     5885mAh @1.0A&lt;br /&gt;
*Discharge  2 miles 		Charge     3827mAh @2.5A&lt;br /&gt;
**( 0.957 Ah / mile ) (3.827Ah / 2 blocks / 2 miles )&lt;br /&gt;
*Both Blocks #1 &amp;amp; #2&lt;br /&gt;
*Discharge  10485mAh @1.4A   	Charge     10332mAh @2.5A&lt;br /&gt;
*Discharge  2 miles 		Charge     3664mAh  @2.5A&lt;br /&gt;
*Discharge  5.5 miles 		Charge     10164mAh @2.5A  ( 0.924 Ah/mile ) &lt;br /&gt;
*Discharge  rode at work      	Charge      2570mAh @2.5A  &lt;br /&gt;
*Discharge  6.5 miles 		Charge     10503mAh @2.5A  ( 0.808 Ah/mile )&lt;br /&gt;
*Discharge  2 miles 		Charge      3347mAh @2.5A  ( 0.837 Ah/mile ) Cycle 32&lt;br /&gt;
*Discharge  Rode			Charge      2895mAh @1.0A Cycle 33&lt;br /&gt;
*Discharge  Rode			Charge      5637mAh Cycle 34&lt;br /&gt;
*Discharge  Rode			Charge      2020mAh :117 Cycle 35&lt;br /&gt;
*Discharge  Rode			Charge       536mAh :109 Cycle 36&lt;br /&gt;
*Discharge  Rode			Charge      1321mAh :178 Cycle 37&lt;br /&gt;
*Discharge  Rode			Charge      7003mAh :335 Cycle 38&lt;br /&gt;
*( Dump Charge Test from Charged Li-ion to Dead PbA(5.5Ah Down) ) 4.2 to 4.6Ah from Li&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter-18650-01.jpg|thumb|A single 18650 Li-ion cell.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-03.jpg|thumb|Single pair of 18650 Li-ion cells, and their management circuit.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-04.jpg|thumb|The full pack 5-Parallel 8-Series, with series/parallel and main relays.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Dunno Prismatic Cells==&lt;br /&gt;
[[Image:G14673CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
These cells are identical to my Motorola Timeport Cell phone cell.&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=9468 source]&lt;br /&gt;
 3.6V Lithium Ion Battery (Pkg of 2) - G14673&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT ***3.6V 1050MmAH. Compact 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot;&lt;br /&gt;
 thick metal case powerful lithium ion battery. Great for robotics, RC park flyers,&lt;br /&gt;
 RC cars, etc. New - can be recharged over and over. Package of 2. G14673&lt;br /&gt;
 Manufactured by -no info available&lt;br /&gt;
 Price: $0.75 each&lt;br /&gt;
&lt;br /&gt;
Rectangular Unknown 1050mAh Cells M08134B(A)(J)(H) (Electronics Goldmine $0.75/cell #G14673) Ten Individualy Numbered Cells (41,42,43,44,45H, 72,73,74H, 42J, 83A)&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Cell 83(A)&lt;br /&gt;
**Charge+505mAh:129&lt;br /&gt;
**Discharge-643mAh (151mAh @2.0A, 417mAh @1.0A, 75mAh @0.5A) Charge+674mAh:135 Cycle 1&lt;br /&gt;
**Discharge-603mAh @1.0A:35 Charge+581mAh:110 Cycle 2&lt;br /&gt;
**Discharge-632mAh @1.0A:37 Charge+837mAh (3.7v):125 Cycle 3&lt;br /&gt;
**Discharge-826mAh @1.0A:49 Charge+804mAh (3.7v):129 Cycle 4&lt;br /&gt;
**Discharge-844mAh @1.0A:50 Charge+847mAh (3.7v):118 Cycle 5&lt;br /&gt;
**Discharge-847mAh (570mAh @2.0A :17, 277mAh @1.0A :16) Charge+832mAh:115 Cycle 6&lt;br /&gt;
*Cell 42(J)&lt;br /&gt;
**Charge+524mAh:135&lt;br /&gt;
**Discharge-665mAh (200mAh @2.0A, 386mAh @1.0A, 79mAh @0.5A) Charge+717mAh @0.7A:139 Cycle 1&lt;br /&gt;
**Discharge-658mAh @1.0A:39 Charge+629mAh:156 Cycle 2&lt;br /&gt;
**Discharge-649mAh @1.0A:38 Charge+591mAh @0.7A:109 Cycle 3&lt;br /&gt;
**Discharge-619mAh @1.0A:36 Charge+622mAh @0.8A:109 Cycle 4&lt;br /&gt;
**Discharge-617mAh @1.0A:36 Charge+517mAh:119 Cycle 5&lt;br /&gt;
**Discharge-625mAh @1.0A:37 Charge+742mAh:156 Cycle 6&lt;br /&gt;
*Cell 45(H)&lt;br /&gt;
**Charge+488mAh:124&lt;br /&gt;
**Discharge-631mAh (163mAh @2.0A, 381mAh @1.0A, 87mAh @0.5A) Charge+657mAh @0.6A:136 Cycle 1&lt;br /&gt;
**Discharge-643mAh @1.0A:38 Charge+724mAh @0.7A:156   Cycle 2&lt;br /&gt;
**Discharge-693mAh @1.0A:41 Charge+642mAh:128   Cycle 3&lt;br /&gt;
**Discharge-642mAh @1.0A:38 Charge+663mAh:173   Cycle 4&lt;br /&gt;
**Discharge-722mAh @1.0A:42 Charge+736mAh:153   Cycle 5&lt;br /&gt;
**Discharge-751mAh (560mAh @2.0A :16, 191mAh @1.0A :11) Charge+721mAh:145 Cycle 6&lt;br /&gt;
**Discharge-...&lt;br /&gt;
&lt;br /&gt;
I Believe that this is the same battery used in an old Motorola Timeport Cellphone that I purchased Dec. 7 2000.  This phone was used for about 9 months durring which time it went for a swim in a lake, shorting out and overheating, but it did continue to work.  It sat unused for about 2 years. (See the photos on the right side) Now, Oct. 2004, being some 3 years old I'm cycling it to see how it compaires to the above cells...&lt;br /&gt;
*Discharge 567mAh @0.7A	:47			Charge+631:160 to 3.6v&lt;br /&gt;
*Discharge 562mAh @1.0A	:33			Charge+493:138&lt;br /&gt;
*Discharge 503mAh @1.0A	:29			Charge+450:133&lt;br /&gt;
*Discharge 457mAh @1.0A	:27			Charge+450:146&lt;br /&gt;
*Discharge 477mAh @1.0A	:28			Charge+442:135&lt;br /&gt;
*Discharge 462mAh @1.0A	:27			Charge+596:138 to 3.7v&lt;br /&gt;
*Discharge 652mAh @1.0A	:38			Charge+659:125&lt;br /&gt;
*Discharge 654mAh @1.0A	:38			Charge+597:137&lt;br /&gt;
*Discharge 590mAh @1.0A	:35			Charge+632:137&lt;br /&gt;
*Discharge 667mAh @1.0A	:39			Charge+636:143&lt;br /&gt;
*Discharge 647mAh @1.0A	:38			Charge+616:143&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TimePort-Cap0040.jpg|After overheating when it took a swim in the lake.&lt;br /&gt;
Image:TimePort-Cap0041.jpg|The Motorola TimePort cell and it's management circuit.&lt;br /&gt;
Image:TimePort-Cap0042.jpg|closeup of the management circuit.&lt;br /&gt;
Image:TimePort-Cap0043.jpg|The &amp;quot;dunno&amp;quot; cell and the Motorola cell.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9748</id>
		<title>User:Rjf/Tiger Scooter</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9748"/>
		<updated>2020-06-14T04:36:48Z</updated>

		<summary type="html">&lt;p&gt;Rjf: /* Cycles TC1 */ This is no longer valid, replace with a screenshot of what it used to look like: &amp;lt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
I purchased this Tiger 24v electric scooter from [[Local_Resources#EVs_North_West|EVs North West]], with detachable seat and storage basket.  It came with a 400watt motor which was later upgraded to 500watts after the original failed.    The stock battery consisted of a pair of 10Ah UPS type sealed [[User:Rjf/PbA|lead-acid]] batteries which delivered about 2-5 miles of range weighing ~15lbs.  With the [[#LGQ Pack]] I've built out of 96 small  [[User:Rjf/Li|Lithium-Ion]] cells, which are housed in the little black and yellow toolbox hanging off the side like a saddle bag, I now have 10 miles of range from a battery that weighs less than 10 lbs.  I also experimented with a severely undersized battery pack consisting of Laptop 18650 cells, and an even shorter lived set of consumer AA [[User:Rjf/Ni|NiMH]] cells.  The current LGQ pack is properly sized and appears to be working very will, a test cell from this set now has some 180 cycles and still delivers 90% of it's original capacity.  The latest addition is a [[#Milwaukee V28 Pack]] which gives me an additional 2.5 miles, it's handy to bring along for &amp;quot;emergency range&amp;quot; or to use while the main pack is being charged.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter9.jpg|thumb|180px|24V Tiger scooter]]&lt;br /&gt;
|| [[Image:TigerScooter1.jpg|thumb|180px|Speedo, Amps, and Volts]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lead Acid Pack==&lt;br /&gt;
The scooter was origonally equipt with a pair of 7.28 lb. 10Ah 12v batteries, similar to [http://www.electricrider.com/batteries.htm these].&lt;br /&gt;
&lt;br /&gt;
== Headway LiFePO4 Battery Kit ==&lt;br /&gt;
Per [http://evcomponents.com/24v10ah-headway-lfp-battery-kit.html evcomponents.com 24V 10Ah Headway LiFePO4 Battery Kit] and similar: 12Ah, 15Ah, 48V, 60V, 72V Kits with Cells:&lt;br /&gt;
* Headway 38120S(10Ah) ** Weight (Approx.) 338g ** Dimensions (mm) Diameter 38±1 Height 132±1 ** Max. continuous discharging current 10C(100A) ** Recommended Constant Discharge 1C(10A)-5C(50A) ** Recommended charging current 0.3C(3A)-0.5C(5A) Max:1C(10A)&lt;br /&gt;
* Headway 38140S(12Ah) ** Weight (Approx.) 400g ** Dimensions (mm) Diameter 38±1 Height 152±1 ** Max. continuous discharging current 10C(120A) ** Recommended Constant Discharge 1C(12A)-5C(60A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(12A)&lt;br /&gt;
* Headway 40152S(15Ah) ** Weight (Approx.) 480g ** Dimensions (mm) Diameter 40±1 Height 174±1 ** Max. continuous discharging current 10C(150A) ** Recommended Constant Discharge 1C(15A)-5C(75A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(15A)&lt;br /&gt;
* Chemical composition LiFePO4(lithium iron phosphate) ** Rated voltage 3.2V ** Energy density 105 (Wh/kg) ** Battery internal resistance≤5mΩ ** Self discharge rate (monthly) 2-3% ** Standard. charging voltage 3.65±0.05V ** Max. End discharged cut off voltage 2.0V ** Working temperature: Charging 0~45℃ : Discharging -20~65℃ ** Storage temperature:  In one month -20~45℃ : In six months -20~35℃&lt;br /&gt;
* @20180106 - Got some used cells of 8Ah for $160.96 ($10 each).  However it appears I will not be able to assemble a full 16(s)eries 48V string.  Two(s) were &amp;quot;soft&amp;quot; and could not deliver over nor accept more than about 1A or 0.125C ''(ie: 1/8 (C)apacity 1 Hour Rate)''.  After initial cycle tests one of those I physically broke attempting to remove a threadall stub which leaked liquid electrolyte, the other soft cell also had the stub and no others did.  The remaining still matched up well as three descent 4s 5~6Ah blocks and a pair of matched lowest capacity cells.&lt;br /&gt;
* Ordered: [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-holder.html Headway 38120S 38140S 38120HP 2 hole holder (orange plastic end cap pair with locking edges)]. &amp;amp; [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-connector.html 2 holes connector for headway 38120S &amp;amp; 38140S cell (Cut and finished buss bars)]. &lt;br /&gt;
&lt;br /&gt;
==Milwaukee V28 Pack==&lt;br /&gt;
[[Image:100 1095.jpg|thumb|right|190px|Ryobi 18v [[Ni|NiMH]] &amp;lt;br&amp;gt; Milwaukee V28 [[Li]]]]&lt;br /&gt;
&lt;br /&gt;
These [[Li#Milwaukee PowerTools|Milwaukee Li battery packs]] are composed of 7 cells in series, have 3.0Ah (0.084kWh) of capacity, and weigh 2.33lbs (37.3oz).  They should deliver 40A through the stock BMS and perhaps up to or over 100A if bypassed.  The pack measures 28.9v with a full charge, and the work light turns itself off at 25.9v.  This is also the point at which the first battery level indicator blinks, indicating empty.  The pack's dimensions are 3-1/4&amp;quot; tall by 5&amp;quot; long by 3-1/2&amp;quot; wide.&lt;br /&gt;
* Battery pack made up of 7 cells is 3Ah, 2.5Lbs ship weight, [http://www.toolauthority.com/product_info.php?products_id=1835 $118.50], Mfr. Model # 48-11-2830&lt;br /&gt;
* 1 hour charger is 2.2Lbs, [http://www.toolauthority.com/product_info.php?products_id=1836 $47.5], Mfr. Model # 48-59-2801.&lt;br /&gt;
* WorkLight is 1.3Lbs, [http://www.toolauthority.com/product_info.php?products_id=1834 $27.75] ''(cheap source for battery socket?)'', Mfr. Model # 49-24-0185.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
* Charge - &amp;lt;0:45 min Initial ( 3.75A = 3.0Ah )&lt;br /&gt;
* Dischg - ~5:30 min light ''8-A331 28v'' ( 0.55A = 15Watts )&lt;br /&gt;
* Charge - &amp;lt;1:00 min 1.15A, 0.08kWh, 0.74pf @kWmeter&lt;br /&gt;
* Dischg - ~5:30 min work light&lt;br /&gt;
* Charge - &amp;lt;0:10 min 2 bars&lt;br /&gt;
* Dischg - Ride on scooter, dump charge from LGQ pack, ok&lt;br /&gt;
* Charge - from 2bars to full overnight 0.07kWh @kWmeter&lt;br /&gt;
* Dischg - Ride arround campus &amp;lt; 1mile, down to 2or3 bars&lt;br /&gt;
* Charge - from 2bars to full overnight 0.05kWh @kWmeter&lt;br /&gt;
* Dischg - Ride 2.23 miles, till dead, slightly warm&lt;br /&gt;
* Charge - Overnight, 0.10kWh @kWmeter ''(44.8 Wh/mile or 22.3 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.63 miles, till dead.&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(30.4 Wh/mile or 32.9 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.36 miles, till dead, with Mail&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(33.9 Wh/mile or 29.5 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 0.493 miles, 3 round trips inside.&lt;br /&gt;
* Charge - &amp;lt;0:31 min, 0.02kWh @kWmeter ''(40.6 Wh/mile or 24.6 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 1.684 miles, Brian, left &amp;quot;on&amp;quot; for an hour or so.&lt;br /&gt;
* Charge - &amp;lt;0:45 min, 0.08kWh @kWmeter ''(47.5 Wh/mile or 21.1 miles/kWh)''&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:100 1096.jpg|thumb|90px|Stock Boot]]&lt;br /&gt;
|| [[Image:100 1097.jpg|thumb|90px|Open Boot]]&lt;br /&gt;
&amp;lt;!-- || [[Image:100 1098.jpg|thumb|90px|New cable]] --&amp;gt;&lt;br /&gt;
|| [[Image:100 1099.jpg|thumb|90px|New cable]]&lt;br /&gt;
|| [[Image:100 1100.jpg|thumb|90px|New cable]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===PHEV App===&lt;br /&gt;
{| border=1 cellpadding=2&lt;br /&gt;
| colspan=9 | '''S'''eries &amp;amp; '''P'''arallel Voltages, Capacity, and Range ''(Car @ 3miles/kWh)''&lt;br /&gt;
|-&lt;br /&gt;
|'''S'''/'''P'''||Volt Range|| 1 || 2P || 4P || 8P || colspan=2 | Range @8P || Cost @8P&lt;br /&gt;
|-&lt;br /&gt;
| colspan=6 | &amp;amp;nbsp; || Car || Scooter || ''Retail $''&lt;br /&gt;
|-&lt;br /&gt;
|1  ||25.9v - 29.4v  ||75Wh ||150Wh   ||300Wh   ||600Wh   ||2 ||24  || $960&lt;br /&gt;
|-&lt;br /&gt;
|2S ||51.8v - 58.8v  ||150Wh||300Wh   ||600Wh   ||1.20 kWh||3 ||48  || $1920&lt;br /&gt;
|-&lt;br /&gt;
|3S ||77.7v - 88.2v  ||225Wh||450Wh   ||900Wh   ||1.80 kWh||5 ||72  || $2880&lt;br /&gt;
|-&lt;br /&gt;
|4S ||103.6v - 117.6v||300Wh||600Wh   ||1.20 kWh||2.40 kWh||7 ||96  || $3840&lt;br /&gt;
|-&lt;br /&gt;
|5S ||129.5v - 147.0v||375Wh||750Wh   ||1.50 kWh||3.00 kWh||9 ||120 || $4800&lt;br /&gt;
|-&lt;br /&gt;
|6S ||155.4v - 176.4v||450Wh||900Wh   ||1.80 kWh||3.60 kWh||10||144 || $5760&lt;br /&gt;
|-&lt;br /&gt;
|7S ||181.3v - 205.8v||525Wh||1.05 kWh||2.10 kWh||4.20 kWh||12||168 || $6720&lt;br /&gt;
|-&lt;br /&gt;
|8S ||207.2v - 235.2v||600Wh||1.20 kWh||2.40 kWh||4.80 kWh||14||192 || $7680&lt;br /&gt;
|-&lt;br /&gt;
|9S ||233.1v - 264.6v||675Wh||1.35 kWh||2.70 kWh||5.40 kWh||16||216 || $8640&lt;br /&gt;
|-&lt;br /&gt;
|10S||259.0v - 294.0v||750Wh||1.50 kWh||3.00 kWh||6.00 kWh||18||240 || $9600&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Potential applications in existing HEVs. Current Hybrids use 6.5Ah cells, although they only use 40-50% of that capacity, so these 3.0Ah cells may deliver the same ammount of energy at greater discharge levels.  They come unconfortably close to the required power levels, however with a set of 2 Parallel capacity would exceed the origional pack and power requirements easily satisfied.&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 5S @ 129.5v - 147.0v (35 cells)&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 6S @ 155.4v - 176.4v (42 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 7S @ 181.3v - 205.8v (49 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 8S @ 207.2v - 235.2v (56 cells)&lt;br /&gt;
&lt;br /&gt;
==LGQ Pack==&lt;br /&gt;
[[Image:G14116CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
I assembled 96 individual cells into 2 blocks each one composed of 12 cells in parallel by 4 strings in series and weighing 4.01 lbs.  Each block is roughly equivalently to a 12v 12.6Ah battery.  Keep in mind that the blocks are series/parallel switched themselves from parallel 12v @25.2Ah to series 24v @12.6Ah.  This is done to accommodate charging them in parallel mode at 12v which is the limit of my charger.  However when riding they are switched into series mode to deliver 24v to the scooter.  The actual fully charged voltage is close to 30v which gives the scooter slightly more top speed than the stock PbA batteries, since in a motor voltage is directly proportional to RPMs.  This pack delivers about 10 miles of range and weighs 8.9 lbs including the toolbox and wiring.&lt;br /&gt;
&lt;br /&gt;
Rectangular A&amp;amp;TB 1050mAh Cells LGQ863448H (Electronics Goldmine $1/cell #G14116)&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=8890 Source]&lt;br /&gt;
&lt;br /&gt;
 Compact 3.6V 1050mAH Li-Ion Battery - G14116&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT *** Compact lithium ion battery is rated&lt;br /&gt;
 3.6VDC at 1050mAH.  Size is only 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot; Thick. Weighs&lt;br /&gt;
 only 38 grams so it is a powerful yet compact and lightweight battery&lt;br /&gt;
 that can be used in RC park flyers, robots, RC Planes, etc. Can be&lt;br /&gt;
 recharged over and over again. Made by A&amp;amp;TB of Japan. Very high quality.&lt;br /&gt;
 Part# LGQ863448H. Blowout price on this prime brand new battery! Hurry&lt;br /&gt;
 while supplies last on this very impressive high energy density battery.&lt;br /&gt;
 G14116 HURRY - SPECIAL SALE PRICE!!!&lt;br /&gt;
 Manufactured by A&amp;amp;TB of Japan&lt;br /&gt;
 Price: $1.00 each&lt;br /&gt;
&lt;br /&gt;
===Charger===&lt;br /&gt;
I can't afford a fully fledged analyzer [http://www.aeromicro.com/Catalog/chargers_116212_products.htm].&lt;br /&gt;
So instead I use a Triton (Red, $124) and a GWS (just below the Triton, $44).  I got the GWS first for charging NiMH for my first trainer plane,  It also made my Air Surfer (toy plane) a lot more fun as the &amp;quot;Dumb&amp;quot; field charger it comes with, changing it from a boring to a fun toy [http://www.time.com/time/2002/inventions/toy_surfer.html].&lt;br /&gt;
&lt;br /&gt;
Triton Details: [http://www.towerhobbies.com/products/greatplanes/gpmm3150.html]&amp;lt;br&amp;gt;&lt;br /&gt;
I would recommend the Triton, or perhaps some of the other smart computerized chargers, mine will do 1-24 Ni(CD or MH) cells, 1-4 Li-ion cells, and 6, 12, and 24v Lead-acid batteries up to 5 Amps. It will also cycle and log (until the battery is disconnected) mAh and average voltage (on discharge).  Lithium is limited to 2.5Amps of charge which is a bummer when charging the Scooters 25Ah pack (ie: up to 10 or more hours for a full charge, which could take as little as 1.5 hours, or a half hour to 80% if the charger were capable of delivering more power.  It is capable of delivering plenty of current to the single test cell which can typically be fully charged in 60 to 90 minutes.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Single Block #1&lt;br /&gt;
**Charge+ 3442mAh @2.5A (2004.06.01)&lt;br /&gt;
**Discharge-11255mAh @1.2A :521			Charge+11143mAh @2.5A :450	Cycle 1&lt;br /&gt;
**Discharge-11280mAh @1.2A :522			Charge+11267mAh @2.5A :425	Cycle 2&lt;br /&gt;
**Discharge-11330mAh @1.2A :525			Charge+11260mAh @2.5A :425	Cycle 3&lt;br /&gt;
**Discharge-11276mAh @1.2A :524			Charge+11192mAh @2.5A :442	Cycle 3.1&lt;br /&gt;
**Discharge-11275mAh @1.2A :524			Charge+11191mAh @2.5A :446	Cycle 3.2&lt;br /&gt;
*Single Block #2&lt;br /&gt;
**Charge+ 3624mAh @2.5A :237&lt;br /&gt;
**Discharge-11414mAh @1.2A :531			Charge+11231mAh @2.5A :433	Cycle 1&lt;br /&gt;
**Discharge-11330mAh @1.2A :560			Charge+11164mAh @2.5A :436	Cycle 2&lt;br /&gt;
**Discharge-11291mAh @1.2A :425			Charge+11202mAh @2.5A :437	Cycle 3&lt;br /&gt;
*Combined Block #1 &amp;amp; #2&lt;br /&gt;
*'''Discharge-22633mAh @1.2A :1130		rcalcCharge+21926mAh @2.5A :602 (@0.5A 21500mAh)   	Cycle 4'''&lt;br /&gt;
*Discharge-10 miles				Charge+22000mAh @2.5A End at 0.4A :658		Cycle 5 (2004.06.20)&lt;br /&gt;
**(18650)	Charge+ 2020mAh :117				Cycle 35&lt;br /&gt;
*Discharge-Rode ~7 miles     			Charge+18171mAh :650 (111 degree F in Sun at rest)	Cycle 6&lt;br /&gt;
**New Rear Tire!				(18650)	Charge+  536mAh :109				Cycle 36&lt;br /&gt;
*Discharge-Rode ~2 miles     			Charge+10866mAh :493 (@0.5A 10145mAh :321)	Cycle 7&lt;br /&gt;
*Discharge-Rode &amp;lt; 1 mile     			Charge+ 2127mAh :235			Cycle 8&lt;br /&gt;
*Discharge-Rode 4 miles     			Charge+ 5605mAh :321 (@0.5A 4883mAh :191)	Cycle 9 (2004.06.17)&lt;br /&gt;
*Discharge-Rode	to Seattle Center   		Charge+ 5845mAh :379			Cycle 10 (2004.06.20)&lt;br /&gt;
*Discharge-Rode ~7 miles to pick up car		Charge+11335mAh :527 			Cycle 11&lt;br /&gt;
**(18650)	Charge+ 1321mAh :178 			Cycle 37&lt;br /&gt;
*Discharge-Rode 16 Miles (4 on 18650, 2 on Pba)	Charge+22338mAh :747			Cycle 12&lt;br /&gt;
**(18650)	Charge+ 7003mAh :335			Cycle 38&lt;br /&gt;
*Discharge-Rode at Greenwood Show    		Charge+ 6042mAh :340			Cycle 13&lt;br /&gt;
*Discharge-Rode 76, Seattle Center, left on 24h	Charge+18206mAh :665			Cycle 14&lt;br /&gt;
*'''Discharge-22269mAh :1024 (Test Cycle @1.2A)	Charge+22575mAh :755			Cycle 15'''&lt;br /&gt;
*Discharge-Rode to 76(0.8m) + 2.3 mile		Charge+ 6883mAh :410 (1.110 Ah / mile)	Cycle 16&lt;br /&gt;
*Discharge-Rode 10.58 Miles (Fixed Spedo)     	Charge+19541mAh :668 (0.923 Ah / mile)	Cycle 17&lt;br /&gt;
*Discharge-Rode 0.9 + 0.9 = 1.8miles   		Charge+ 4213mAh :275 (1.170 Ah / mile)	Cycle 18 (2004.06.20)&lt;br /&gt;
*Discharge-Led Strip on for about 20 days      	Charge+ 3000mAh :??  	 10129mAh?	Cycle 19 (2004.09.19)&lt;br /&gt;
*Discharge-Left on for a 24 hours    		Charge+ 9095mAh :512			Cycle 20&lt;br /&gt;
*Discharge-Rode at work				Charge+enroute to woodburn  		Cycle 21 (2004.09.25)&lt;br /&gt;
*Discharge-Rode at woodburn, odo broke		Charge+ 7115mAh :440			Cycle 22&lt;br /&gt;
*Discharge-2.17 Miles odo fixed			Charge+ 4018mAh :349 (.926Ah(28Wh)/mile)	Cycle 23 (2004.09)&lt;br /&gt;
*Discharge-Rode? Cellphone, Sevcon+E-Tek tests	Charge+16650mAh :999			Cycle 24&lt;br /&gt;
*Discharge-Rode at work for months		Charge+ 9300mAh :484			Cycle 25&lt;br /&gt;
*Discharge-Rode at work (PbA went flat, get hot) Charge+14295mAh :640			Cycle 26&lt;br /&gt;
*Discharge-Rode at work				Charge+ 9333mAh :566			Cycle 27 (2005)&lt;br /&gt;
*Discharge-Rode at work				Charge+16469mAh :790			Cycle 28 (2006.02.15)&lt;br /&gt;
*Discharge-Rode at work				Charge+22235mAh :952			Cycle 29 (2006.03.24)&lt;br /&gt;
*Discharge-Rode at work				Charge+14974mAh :759			Cycle 30 (2006.04.20)&lt;br /&gt;
*Discharge-Sat for years, rode, 4 Miles -623mAh	Charge+24050mAh :833 (to 14.8v)		Cycle 31 (2008.10.12)&lt;br /&gt;
** Brought scooter home in 2007 where it was road every few months but mostly sat for years.&lt;br /&gt;
*'''Discharge-23621mAh :1104 (@1.2-1.4A to 12.0v) Charge+21418mAh :949 (to 14.4v)	Cycle 32 (2008.10.14)'''&lt;br /&gt;
&lt;br /&gt;
===Cycles TC1===&lt;br /&gt;
These are the cycles for a single &amp;quot;Test Cell&amp;quot; from the batch of cells that makes up this pack.&lt;br /&gt;
This may indicate the expected lifespan and capacity degradation for the full pack,&lt;br /&gt;
baring any interconnect or balance issues which may otherwise shorten it.&lt;br /&gt;
The temp rise during discharge at 2C to 2.5C for the first 10 cycles averaged 16.1&amp;amp;deg;F ranging from 13-19&amp;amp;deg;,&lt;br /&gt;
oddly enough the temperature appeared to drop during the charge cycle by roughly the same amount.&lt;br /&gt;
 Capacity Tests based on discharge rates (C=Cell Capacity (1050mAh)):&lt;br /&gt;
 Rated-1050mAh -  100% - 12.600Ah (Full Pack Equivalent at Nameplate Capacity)&lt;br /&gt;
 0.1C - 940mAh - 89.5% - 11.280Ah @1.26A&lt;br /&gt;
 ''0.5C - 888mAh - 84.6% - 10.656Ah @6.30A''&lt;br /&gt;
 1.0C - 836mAh - 79.6% - 10.032Ah @12.6A&lt;br /&gt;
 ''1.5C - 793mAh - 75.5% -  9.516Ah @18.9A''&lt;br /&gt;
 2.0C - 749mAh - 71.3% -  8.988Ah @25.2A&lt;br /&gt;
 2.5C - 659mAh - 62.8% -  7.908Ah @31.5A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is no longer valid, replace with a screenshot of what it used to look like:&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;IFRAME SRC=/mw/cycle_graph/LGQ_TC1.shtml NAME=graph WIDTH=800 HEIGHT=800&amp;gt;&amp;lt;/IFRAME&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Screenshot (274).png|800px]] &lt;br /&gt;
&lt;br /&gt;
[[User:Rjf/Tiger_Scooter/LGQ_Pack_Cycles|Data]]&lt;br /&gt;
&lt;br /&gt;
===Schematics===&lt;br /&gt;
Wiring schematics go here...&lt;br /&gt;
&lt;br /&gt;
   -Block #1+    ___-Block #2+___&lt;br /&gt;
  /          \  /                \&lt;br /&gt;
  |____      | |     /switch      \&lt;br /&gt;
       \     | |    / to -12       \   &lt;br /&gt;
 -24___O   O \ O   O           O===O   O   O&lt;br /&gt;
       /   |__\________________    |   |    &lt;br /&gt;
      /    |   \               \   |   |    &lt;br /&gt;
 -12_/ O   O   O===O           O   O   O   O&lt;br /&gt;
 +12___|_______/                   |   \_______+24v&lt;br /&gt;
       \___________________________/&lt;br /&gt;
       nc  no  com coil     coil  com  no  nc&lt;br /&gt;
 &lt;br /&gt;
 When &amp;quot;switch to -12&amp;quot; is connected to B#1- the B#1 Relay is energized.&lt;br /&gt;
 B#1 Relay connects B#1+ to B#2-, and B#2 energizes B#2 Relay.&lt;br /&gt;
 B#2 Relay connects B#2+ to the scooter motor controller for +24v.&lt;br /&gt;
 This configuration ensures there is no load when off and B#1 &amp;amp; B#2 are in parallel.&lt;br /&gt;
 When enabled B#1 and B#2 both power an identical relay ensuring that the two&lt;br /&gt;
 Blocks are subjected to the same parasitic load as to stay in balance during operation.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
Construction process for LGQ's, 12 Parallel, 4 Series, 2 sets or blocks of cells...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TigerScooter-LGQ01.jpg |A few loose cells&lt;br /&gt;
Image:TigerScooter-LGQ15.jpg |Size comparison Series&lt;br /&gt;
Image:TigerScooter-LGQ18.jpg |Size comparison Parallel&lt;br /&gt;
Image:TigerScooter-LGQ20.jpg |12 Plasti-Dipped cells&lt;br /&gt;
Image:TigerScooter-LGQ22.jpg |4 sub-blocks curing&lt;br /&gt;
Image:TigerScooter-LGQ25.jpg |stacking sub-blocks&lt;br /&gt;
Image:TigerScooter-LGQ26.jpg |Cork for proper spacing&lt;br /&gt;
Image:TigerScooter-LGQ28.jpg |Plasti-Dippin sub-block&lt;br /&gt;
Image:TigerScooter-LGQ32.jpg |sub-block #4, last one&lt;br /&gt;
Image:TigerScooter-LGQ33.jpg |sub-block interconnects&lt;br /&gt;
Image:TigerScooter-LGQ35.jpg |12p*4s 12v 12.6Ah Block&lt;br /&gt;
Image:TigerScooter4.jpg      |Finished and installed&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==18650 Pack==&lt;br /&gt;
Keep in mind that the Lithium packs do series/parallel switching from 12 to 24v to accomidate charging at 12v (4 series cells). However they are driven at 24v (8 series cells). As such the charging numbers should be divided in half for their proper 24v capacity... Graphs to come...&lt;br /&gt;
&lt;br /&gt;
Sony 18650 1.3Ah Li-ions were Assymbled into two 5 parallel by 4 series cell blocks&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Charge    6687mAh @1.0A&lt;br /&gt;
*Discharge 6455mAh @1.0A     	Charge    6301mAh @1.0A&lt;br /&gt;
*Discharge 6020mAh @2.0A     	Charge    6182mAh @2.0A&lt;br /&gt;
*Discharge 5608mAh @0.8A     	Charge    6540mAh @2.5A&lt;br /&gt;
*Discharge 6080mAh @2.5A     	Charge    5948mAh &lt;br /&gt;
*Discharge 5987mAh &lt;br /&gt;
*Added Second Block, 8 series cells&lt;br /&gt;
*Charge    11426mAh &lt;br /&gt;
*Discharge 12470mAh @2.5A    	Charge    12565mAh @1.5A&lt;br /&gt;
*Discharge 11232mAh @2.5A    	Charge    10094mAh @1.5A&lt;br /&gt;
*Discharge  9040mAh @2.5A    	Charge    12202mAh @2.5A&lt;br /&gt;
*Split Blocks, Block #1&lt;br /&gt;
*Discharge  5916mAh @2.5A    	Charge     6100mAh &lt;br /&gt;
*Split Blocks, Block #2&lt;br /&gt;
*Discharge  5822mAh @2.5A    	Charge     5713mAh &lt;br /&gt;
*Charge     6149mAh @1.0A&lt;br /&gt;
*Discharge  5934mAh @1.0A    	Charge     5746mAh @1.0A&lt;br /&gt;
*Discharge  5938mAh @1.0A    	Charge     5885mAh @1.0A&lt;br /&gt;
*Discharge  2 miles 		Charge     3827mAh @2.5A&lt;br /&gt;
**( 0.957 Ah / mile ) (3.827Ah / 2 blocks / 2 miles )&lt;br /&gt;
*Both Blocks #1 &amp;amp; #2&lt;br /&gt;
*Discharge  10485mAh @1.4A   	Charge     10332mAh @2.5A&lt;br /&gt;
*Discharge  2 miles 		Charge     3664mAh  @2.5A&lt;br /&gt;
*Discharge  5.5 miles 		Charge     10164mAh @2.5A  ( 0.924 Ah/mile ) &lt;br /&gt;
*Discharge  rode at work      	Charge      2570mAh @2.5A  &lt;br /&gt;
*Discharge  6.5 miles 		Charge     10503mAh @2.5A  ( 0.808 Ah/mile )&lt;br /&gt;
*Discharge  2 miles 		Charge      3347mAh @2.5A  ( 0.837 Ah/mile ) Cycle 32&lt;br /&gt;
*Discharge  Rode			Charge      2895mAh @1.0A Cycle 33&lt;br /&gt;
*Discharge  Rode			Charge      5637mAh Cycle 34&lt;br /&gt;
*Discharge  Rode			Charge      2020mAh :117 Cycle 35&lt;br /&gt;
*Discharge  Rode			Charge       536mAh :109 Cycle 36&lt;br /&gt;
*Discharge  Rode			Charge      1321mAh :178 Cycle 37&lt;br /&gt;
*Discharge  Rode			Charge      7003mAh :335 Cycle 38&lt;br /&gt;
*( Dump Charge Test from Charged Li-ion to Dead PbA(5.5Ah Down) ) 4.2 to 4.6Ah from Li&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter-18650-01.jpg|thumb|A single 18650 Li-ion cell.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-03.jpg|thumb|Single pair of 18650 Li-ion cells, and their management circuit.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-04.jpg|thumb|The full pack 5-Parallel 8-Series, with series/parallel and main relays.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Dunno Prismatic Cells==&lt;br /&gt;
[[Image:G14673CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
These cells are identical to my Motorola Timeport Cell phone cell.&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=9468 source]&lt;br /&gt;
 3.6V Lithium Ion Battery (Pkg of 2) - G14673&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT ***3.6V 1050MmAH. Compact 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot;&lt;br /&gt;
 thick metal case powerful lithium ion battery. Great for robotics, RC park flyers,&lt;br /&gt;
 RC cars, etc. New - can be recharged over and over. Package of 2. G14673&lt;br /&gt;
 Manufactured by -no info available&lt;br /&gt;
 Price: $0.75 each&lt;br /&gt;
&lt;br /&gt;
Rectangular Unknown 1050mAh Cells M08134B(A)(J)(H) (Electronics Goldmine $0.75/cell #G14673) Ten Individualy Numbered Cells (41,42,43,44,45H, 72,73,74H, 42J, 83A)&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Cell 83(A)&lt;br /&gt;
**Charge+505mAh:129&lt;br /&gt;
**Discharge-643mAh (151mAh @2.0A, 417mAh @1.0A, 75mAh @0.5A) Charge+674mAh:135 Cycle 1&lt;br /&gt;
**Discharge-603mAh @1.0A:35 Charge+581mAh:110 Cycle 2&lt;br /&gt;
**Discharge-632mAh @1.0A:37 Charge+837mAh (3.7v):125 Cycle 3&lt;br /&gt;
**Discharge-826mAh @1.0A:49 Charge+804mAh (3.7v):129 Cycle 4&lt;br /&gt;
**Discharge-844mAh @1.0A:50 Charge+847mAh (3.7v):118 Cycle 5&lt;br /&gt;
**Discharge-847mAh (570mAh @2.0A :17, 277mAh @1.0A :16) Charge+832mAh:115 Cycle 6&lt;br /&gt;
*Cell 42(J)&lt;br /&gt;
**Charge+524mAh:135&lt;br /&gt;
**Discharge-665mAh (200mAh @2.0A, 386mAh @1.0A, 79mAh @0.5A) Charge+717mAh @0.7A:139 Cycle 1&lt;br /&gt;
**Discharge-658mAh @1.0A:39 Charge+629mAh:156 Cycle 2&lt;br /&gt;
**Discharge-649mAh @1.0A:38 Charge+591mAh @0.7A:109 Cycle 3&lt;br /&gt;
**Discharge-619mAh @1.0A:36 Charge+622mAh @0.8A:109 Cycle 4&lt;br /&gt;
**Discharge-617mAh @1.0A:36 Charge+517mAh:119 Cycle 5&lt;br /&gt;
**Discharge-625mAh @1.0A:37 Charge+742mAh:156 Cycle 6&lt;br /&gt;
*Cell 45(H)&lt;br /&gt;
**Charge+488mAh:124&lt;br /&gt;
**Discharge-631mAh (163mAh @2.0A, 381mAh @1.0A, 87mAh @0.5A) Charge+657mAh @0.6A:136 Cycle 1&lt;br /&gt;
**Discharge-643mAh @1.0A:38 Charge+724mAh @0.7A:156   Cycle 2&lt;br /&gt;
**Discharge-693mAh @1.0A:41 Charge+642mAh:128   Cycle 3&lt;br /&gt;
**Discharge-642mAh @1.0A:38 Charge+663mAh:173   Cycle 4&lt;br /&gt;
**Discharge-722mAh @1.0A:42 Charge+736mAh:153   Cycle 5&lt;br /&gt;
**Discharge-751mAh (560mAh @2.0A :16, 191mAh @1.0A :11) Charge+721mAh:145 Cycle 6&lt;br /&gt;
**Discharge-...&lt;br /&gt;
&lt;br /&gt;
I Believe that this is the same battery used in an old Motorola Timeport Cellphone that I purchased Dec. 7 2000.  This phone was used for about 9 months durring which time it went for a swim in a lake, shorting out and overheating, but it did continue to work.  It sat unused for about 2 years. (See the photos on the right side) Now, Oct. 2004, being some 3 years old I'm cycling it to see how it compaires to the above cells...&lt;br /&gt;
*Discharge 567mAh @0.7A	:47			Charge+631:160 to 3.6v&lt;br /&gt;
*Discharge 562mAh @1.0A	:33			Charge+493:138&lt;br /&gt;
*Discharge 503mAh @1.0A	:29			Charge+450:133&lt;br /&gt;
*Discharge 457mAh @1.0A	:27			Charge+450:146&lt;br /&gt;
*Discharge 477mAh @1.0A	:28			Charge+442:135&lt;br /&gt;
*Discharge 462mAh @1.0A	:27			Charge+596:138 to 3.7v&lt;br /&gt;
*Discharge 652mAh @1.0A	:38			Charge+659:125&lt;br /&gt;
*Discharge 654mAh @1.0A	:38			Charge+597:137&lt;br /&gt;
*Discharge 590mAh @1.0A	:35			Charge+632:137&lt;br /&gt;
*Discharge 667mAh @1.0A	:39			Charge+636:143&lt;br /&gt;
*Discharge 647mAh @1.0A	:38			Charge+616:143&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TimePort-Cap0040.jpg|After overheating when it took a swim in the lake.&lt;br /&gt;
Image:TimePort-Cap0041.jpg|The Motorola TimePort cell and it's management circuit.&lt;br /&gt;
Image:TimePort-Cap0042.jpg|closeup of the management circuit.&lt;br /&gt;
Image:TimePort-Cap0043.jpg|The &amp;quot;dunno&amp;quot; cell and the Motorola cell.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=File:Screenshot_(274).png&amp;diff=9747</id>
		<title>File:Screenshot (274).png</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=File:Screenshot_(274).png&amp;diff=9747"/>
		<updated>2020-06-14T04:35:24Z</updated>

		<summary type="html">&lt;p&gt;Rjf: Screenshot of old /cycle_graph/LGQ_TC1.shtml&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Screenshot of old /cycle_graph/LGQ_TC1.shtml&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9746</id>
		<title>User:Rjf/Tiger Scooter</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=User:Rjf/Tiger_Scooter&amp;diff=9746"/>
		<updated>2020-06-14T04:28:07Z</updated>

		<summary type="html">&lt;p&gt;Rjf: /* Cycles TC1 */ restored the cycle_graph but it likely will not run properly here.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
I purchased this Tiger 24v electric scooter from [[Local_Resources#EVs_North_West|EVs North West]], with detachable seat and storage basket.  It came with a 400watt motor which was later upgraded to 500watts after the original failed.    The stock battery consisted of a pair of 10Ah UPS type sealed [[User:Rjf/PbA|lead-acid]] batteries which delivered about 2-5 miles of range weighing ~15lbs.  With the [[#LGQ Pack]] I've built out of 96 small  [[User:Rjf/Li|Lithium-Ion]] cells, which are housed in the little black and yellow toolbox hanging off the side like a saddle bag, I now have 10 miles of range from a battery that weighs less than 10 lbs.  I also experimented with a severely undersized battery pack consisting of Laptop 18650 cells, and an even shorter lived set of consumer AA [[User:Rjf/Ni|NiMH]] cells.  The current LGQ pack is properly sized and appears to be working very will, a test cell from this set now has some 180 cycles and still delivers 90% of it's original capacity.  The latest addition is a [[#Milwaukee V28 Pack]] which gives me an additional 2.5 miles, it's handy to bring along for &amp;quot;emergency range&amp;quot; or to use while the main pack is being charged.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter9.jpg|thumb|180px|24V Tiger scooter]]&lt;br /&gt;
|| [[Image:TigerScooter1.jpg|thumb|180px|Speedo, Amps, and Volts]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Lead Acid Pack==&lt;br /&gt;
The scooter was origonally equipt with a pair of 7.28 lb. 10Ah 12v batteries, similar to [http://www.electricrider.com/batteries.htm these].&lt;br /&gt;
&lt;br /&gt;
== Headway LiFePO4 Battery Kit ==&lt;br /&gt;
Per [http://evcomponents.com/24v10ah-headway-lfp-battery-kit.html evcomponents.com 24V 10Ah Headway LiFePO4 Battery Kit] and similar: 12Ah, 15Ah, 48V, 60V, 72V Kits with Cells:&lt;br /&gt;
* Headway 38120S(10Ah) ** Weight (Approx.) 338g ** Dimensions (mm) Diameter 38±1 Height 132±1 ** Max. continuous discharging current 10C(100A) ** Recommended Constant Discharge 1C(10A)-5C(50A) ** Recommended charging current 0.3C(3A)-0.5C(5A) Max:1C(10A)&lt;br /&gt;
* Headway 38140S(12Ah) ** Weight (Approx.) 400g ** Dimensions (mm) Diameter 38±1 Height 152±1 ** Max. continuous discharging current 10C(120A) ** Recommended Constant Discharge 1C(12A)-5C(60A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(12A)&lt;br /&gt;
* Headway 40152S(15Ah) ** Weight (Approx.) 480g ** Dimensions (mm) Diameter 40±1 Height 174±1 ** Max. continuous discharging current 10C(150A) ** Recommended Constant Discharge 1C(15A)-5C(75A) ** Recommended charging current 0.3C(5A)-0.5C(7.5A) Max:1C(15A)&lt;br /&gt;
* Chemical composition LiFePO4(lithium iron phosphate) ** Rated voltage 3.2V ** Energy density 105 (Wh/kg) ** Battery internal resistance≤5mΩ ** Self discharge rate (monthly) 2-3% ** Standard. charging voltage 3.65±0.05V ** Max. End discharged cut off voltage 2.0V ** Working temperature: Charging 0~45℃ : Discharging -20~65℃ ** Storage temperature:  In one month -20~45℃ : In six months -20~35℃&lt;br /&gt;
* @20180106 - Got some used cells of 8Ah for $160.96 ($10 each).  However it appears I will not be able to assemble a full 16(s)eries 48V string.  Two(s) were &amp;quot;soft&amp;quot; and could not deliver over nor accept more than about 1A or 0.125C ''(ie: 1/8 (C)apacity 1 Hour Rate)''.  After initial cycle tests one of those I physically broke attempting to remove a threadall stub which leaked liquid electrolyte, the other soft cell also had the stub and no others did.  The remaining still matched up well as three descent 4s 5~6Ah blocks and a pair of matched lowest capacity cells.&lt;br /&gt;
* Ordered: [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-holder.html Headway 38120S 38140S 38120HP 2 hole holder (orange plastic end cap pair with locking edges)]. &amp;amp; [http://evcomponents.com/battery-accessories/headway-38120s-38140s-battery-connector.html 2 holes connector for headway 38120S &amp;amp; 38140S cell (Cut and finished buss bars)]. &lt;br /&gt;
&lt;br /&gt;
==Milwaukee V28 Pack==&lt;br /&gt;
[[Image:100 1095.jpg|thumb|right|190px|Ryobi 18v [[Ni|NiMH]] &amp;lt;br&amp;gt; Milwaukee V28 [[Li]]]]&lt;br /&gt;
&lt;br /&gt;
These [[Li#Milwaukee PowerTools|Milwaukee Li battery packs]] are composed of 7 cells in series, have 3.0Ah (0.084kWh) of capacity, and weigh 2.33lbs (37.3oz).  They should deliver 40A through the stock BMS and perhaps up to or over 100A if bypassed.  The pack measures 28.9v with a full charge, and the work light turns itself off at 25.9v.  This is also the point at which the first battery level indicator blinks, indicating empty.  The pack's dimensions are 3-1/4&amp;quot; tall by 5&amp;quot; long by 3-1/2&amp;quot; wide.&lt;br /&gt;
* Battery pack made up of 7 cells is 3Ah, 2.5Lbs ship weight, [http://www.toolauthority.com/product_info.php?products_id=1835 $118.50], Mfr. Model # 48-11-2830&lt;br /&gt;
* 1 hour charger is 2.2Lbs, [http://www.toolauthority.com/product_info.php?products_id=1836 $47.5], Mfr. Model # 48-59-2801.&lt;br /&gt;
* WorkLight is 1.3Lbs, [http://www.toolauthority.com/product_info.php?products_id=1834 $27.75] ''(cheap source for battery socket?)'', Mfr. Model # 49-24-0185.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
* Charge - &amp;lt;0:45 min Initial ( 3.75A = 3.0Ah )&lt;br /&gt;
* Dischg - ~5:30 min light ''8-A331 28v'' ( 0.55A = 15Watts )&lt;br /&gt;
* Charge - &amp;lt;1:00 min 1.15A, 0.08kWh, 0.74pf @kWmeter&lt;br /&gt;
* Dischg - ~5:30 min work light&lt;br /&gt;
* Charge - &amp;lt;0:10 min 2 bars&lt;br /&gt;
* Dischg - Ride on scooter, dump charge from LGQ pack, ok&lt;br /&gt;
* Charge - from 2bars to full overnight 0.07kWh @kWmeter&lt;br /&gt;
* Dischg - Ride arround campus &amp;lt; 1mile, down to 2or3 bars&lt;br /&gt;
* Charge - from 2bars to full overnight 0.05kWh @kWmeter&lt;br /&gt;
* Dischg - Ride 2.23 miles, till dead, slightly warm&lt;br /&gt;
* Charge - Overnight, 0.10kWh @kWmeter ''(44.8 Wh/mile or 22.3 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.63 miles, till dead.&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(30.4 Wh/mile or 32.9 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 2.36 miles, till dead, with Mail&lt;br /&gt;
* Charge - 0:51 min, 0.08kWh @kWmeter ''(33.9 Wh/mile or 29.5 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 0.493 miles, 3 round trips inside.&lt;br /&gt;
* Charge - &amp;lt;0:31 min, 0.02kWh @kWmeter ''(40.6 Wh/mile or 24.6 miles/kWh)''&lt;br /&gt;
* Dischg - Ride 1.684 miles, Brian, left &amp;quot;on&amp;quot; for an hour or so.&lt;br /&gt;
* Charge - &amp;lt;0:45 min, 0.08kWh @kWmeter ''(47.5 Wh/mile or 21.1 miles/kWh)''&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:100 1096.jpg|thumb|90px|Stock Boot]]&lt;br /&gt;
|| [[Image:100 1097.jpg|thumb|90px|Open Boot]]&lt;br /&gt;
&amp;lt;!-- || [[Image:100 1098.jpg|thumb|90px|New cable]] --&amp;gt;&lt;br /&gt;
|| [[Image:100 1099.jpg|thumb|90px|New cable]]&lt;br /&gt;
|| [[Image:100 1100.jpg|thumb|90px|New cable]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===PHEV App===&lt;br /&gt;
{| border=1 cellpadding=2&lt;br /&gt;
| colspan=9 | '''S'''eries &amp;amp; '''P'''arallel Voltages, Capacity, and Range ''(Car @ 3miles/kWh)''&lt;br /&gt;
|-&lt;br /&gt;
|'''S'''/'''P'''||Volt Range|| 1 || 2P || 4P || 8P || colspan=2 | Range @8P || Cost @8P&lt;br /&gt;
|-&lt;br /&gt;
| colspan=6 | &amp;amp;nbsp; || Car || Scooter || ''Retail $''&lt;br /&gt;
|-&lt;br /&gt;
|1  ||25.9v - 29.4v  ||75Wh ||150Wh   ||300Wh   ||600Wh   ||2 ||24  || $960&lt;br /&gt;
|-&lt;br /&gt;
|2S ||51.8v - 58.8v  ||150Wh||300Wh   ||600Wh   ||1.20 kWh||3 ||48  || $1920&lt;br /&gt;
|-&lt;br /&gt;
|3S ||77.7v - 88.2v  ||225Wh||450Wh   ||900Wh   ||1.80 kWh||5 ||72  || $2880&lt;br /&gt;
|-&lt;br /&gt;
|4S ||103.6v - 117.6v||300Wh||600Wh   ||1.20 kWh||2.40 kWh||7 ||96  || $3840&lt;br /&gt;
|-&lt;br /&gt;
|5S ||129.5v - 147.0v||375Wh||750Wh   ||1.50 kWh||3.00 kWh||9 ||120 || $4800&lt;br /&gt;
|-&lt;br /&gt;
|6S ||155.4v - 176.4v||450Wh||900Wh   ||1.80 kWh||3.60 kWh||10||144 || $5760&lt;br /&gt;
|-&lt;br /&gt;
|7S ||181.3v - 205.8v||525Wh||1.05 kWh||2.10 kWh||4.20 kWh||12||168 || $6720&lt;br /&gt;
|-&lt;br /&gt;
|8S ||207.2v - 235.2v||600Wh||1.20 kWh||2.40 kWh||4.80 kWh||14||192 || $7680&lt;br /&gt;
|-&lt;br /&gt;
|9S ||233.1v - 264.6v||675Wh||1.35 kWh||2.70 kWh||5.40 kWh||16||216 || $8640&lt;br /&gt;
|-&lt;br /&gt;
|10S||259.0v - 294.0v||750Wh||1.50 kWh||3.00 kWh||6.00 kWh||18||240 || $9600&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Potential applications in existing HEVs. Current Hybrids use 6.5Ah cells, although they only use 40-50% of that capacity, so these 3.0Ah cells may deliver the same ammount of energy at greater discharge levels.  They come unconfortably close to the required power levels, however with a set of 2 Parallel capacity would exceed the origional pack and power requirements easily satisfied.&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 5S @ 129.5v - 147.0v (35 cells)&lt;br /&gt;
** Honda IMA's @ 144v (120 NiMH cells) might use 6S @ 155.4v - 176.4v (42 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 7S @ 181.3v - 205.8v (49 cells)&lt;br /&gt;
** Prius 2004+ @ 201v (168 NiMH cells) might use 8S @ 207.2v - 235.2v (56 cells)&lt;br /&gt;
&lt;br /&gt;
==LGQ Pack==&lt;br /&gt;
[[Image:G14116CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
I assembled 96 individual cells into 2 blocks each one composed of 12 cells in parallel by 4 strings in series and weighing 4.01 lbs.  Each block is roughly equivalently to a 12v 12.6Ah battery.  Keep in mind that the blocks are series/parallel switched themselves from parallel 12v @25.2Ah to series 24v @12.6Ah.  This is done to accommodate charging them in parallel mode at 12v which is the limit of my charger.  However when riding they are switched into series mode to deliver 24v to the scooter.  The actual fully charged voltage is close to 30v which gives the scooter slightly more top speed than the stock PbA batteries, since in a motor voltage is directly proportional to RPMs.  This pack delivers about 10 miles of range and weighs 8.9 lbs including the toolbox and wiring.&lt;br /&gt;
&lt;br /&gt;
Rectangular A&amp;amp;TB 1050mAh Cells LGQ863448H (Electronics Goldmine $1/cell #G14116)&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=8890 Source]&lt;br /&gt;
&lt;br /&gt;
 Compact 3.6V 1050mAH Li-Ion Battery - G14116&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT *** Compact lithium ion battery is rated&lt;br /&gt;
 3.6VDC at 1050mAH.  Size is only 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot; Thick. Weighs&lt;br /&gt;
 only 38 grams so it is a powerful yet compact and lightweight battery&lt;br /&gt;
 that can be used in RC park flyers, robots, RC Planes, etc. Can be&lt;br /&gt;
 recharged over and over again. Made by A&amp;amp;TB of Japan. Very high quality.&lt;br /&gt;
 Part# LGQ863448H. Blowout price on this prime brand new battery! Hurry&lt;br /&gt;
 while supplies last on this very impressive high energy density battery.&lt;br /&gt;
 G14116 HURRY - SPECIAL SALE PRICE!!!&lt;br /&gt;
 Manufactured by A&amp;amp;TB of Japan&lt;br /&gt;
 Price: $1.00 each&lt;br /&gt;
&lt;br /&gt;
===Charger===&lt;br /&gt;
I can't afford a fully fledged analyzer [http://www.aeromicro.com/Catalog/chargers_116212_products.htm].&lt;br /&gt;
So instead I use a Triton (Red, $124) and a GWS (just below the Triton, $44).  I got the GWS first for charging NiMH for my first trainer plane,  It also made my Air Surfer (toy plane) a lot more fun as the &amp;quot;Dumb&amp;quot; field charger it comes with, changing it from a boring to a fun toy [http://www.time.com/time/2002/inventions/toy_surfer.html].&lt;br /&gt;
&lt;br /&gt;
Triton Details: [http://www.towerhobbies.com/products/greatplanes/gpmm3150.html]&amp;lt;br&amp;gt;&lt;br /&gt;
I would recommend the Triton, or perhaps some of the other smart computerized chargers, mine will do 1-24 Ni(CD or MH) cells, 1-4 Li-ion cells, and 6, 12, and 24v Lead-acid batteries up to 5 Amps. It will also cycle and log (until the battery is disconnected) mAh and average voltage (on discharge).  Lithium is limited to 2.5Amps of charge which is a bummer when charging the Scooters 25Ah pack (ie: up to 10 or more hours for a full charge, which could take as little as 1.5 hours, or a half hour to 80% if the charger were capable of delivering more power.  It is capable of delivering plenty of current to the single test cell which can typically be fully charged in 60 to 90 minutes.&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Single Block #1&lt;br /&gt;
**Charge+ 3442mAh @2.5A (2004.06.01)&lt;br /&gt;
**Discharge-11255mAh @1.2A :521			Charge+11143mAh @2.5A :450	Cycle 1&lt;br /&gt;
**Discharge-11280mAh @1.2A :522			Charge+11267mAh @2.5A :425	Cycle 2&lt;br /&gt;
**Discharge-11330mAh @1.2A :525			Charge+11260mAh @2.5A :425	Cycle 3&lt;br /&gt;
**Discharge-11276mAh @1.2A :524			Charge+11192mAh @2.5A :442	Cycle 3.1&lt;br /&gt;
**Discharge-11275mAh @1.2A :524			Charge+11191mAh @2.5A :446	Cycle 3.2&lt;br /&gt;
*Single Block #2&lt;br /&gt;
**Charge+ 3624mAh @2.5A :237&lt;br /&gt;
**Discharge-11414mAh @1.2A :531			Charge+11231mAh @2.5A :433	Cycle 1&lt;br /&gt;
**Discharge-11330mAh @1.2A :560			Charge+11164mAh @2.5A :436	Cycle 2&lt;br /&gt;
**Discharge-11291mAh @1.2A :425			Charge+11202mAh @2.5A :437	Cycle 3&lt;br /&gt;
*Combined Block #1 &amp;amp; #2&lt;br /&gt;
*'''Discharge-22633mAh @1.2A :1130		rcalcCharge+21926mAh @2.5A :602 (@0.5A 21500mAh)   	Cycle 4'''&lt;br /&gt;
*Discharge-10 miles				Charge+22000mAh @2.5A End at 0.4A :658		Cycle 5 (2004.06.20)&lt;br /&gt;
**(18650)	Charge+ 2020mAh :117				Cycle 35&lt;br /&gt;
*Discharge-Rode ~7 miles     			Charge+18171mAh :650 (111 degree F in Sun at rest)	Cycle 6&lt;br /&gt;
**New Rear Tire!				(18650)	Charge+  536mAh :109				Cycle 36&lt;br /&gt;
*Discharge-Rode ~2 miles     			Charge+10866mAh :493 (@0.5A 10145mAh :321)	Cycle 7&lt;br /&gt;
*Discharge-Rode &amp;lt; 1 mile     			Charge+ 2127mAh :235			Cycle 8&lt;br /&gt;
*Discharge-Rode 4 miles     			Charge+ 5605mAh :321 (@0.5A 4883mAh :191)	Cycle 9 (2004.06.17)&lt;br /&gt;
*Discharge-Rode	to Seattle Center   		Charge+ 5845mAh :379			Cycle 10 (2004.06.20)&lt;br /&gt;
*Discharge-Rode ~7 miles to pick up car		Charge+11335mAh :527 			Cycle 11&lt;br /&gt;
**(18650)	Charge+ 1321mAh :178 			Cycle 37&lt;br /&gt;
*Discharge-Rode 16 Miles (4 on 18650, 2 on Pba)	Charge+22338mAh :747			Cycle 12&lt;br /&gt;
**(18650)	Charge+ 7003mAh :335			Cycle 38&lt;br /&gt;
*Discharge-Rode at Greenwood Show    		Charge+ 6042mAh :340			Cycle 13&lt;br /&gt;
*Discharge-Rode 76, Seattle Center, left on 24h	Charge+18206mAh :665			Cycle 14&lt;br /&gt;
*'''Discharge-22269mAh :1024 (Test Cycle @1.2A)	Charge+22575mAh :755			Cycle 15'''&lt;br /&gt;
*Discharge-Rode to 76(0.8m) + 2.3 mile		Charge+ 6883mAh :410 (1.110 Ah / mile)	Cycle 16&lt;br /&gt;
*Discharge-Rode 10.58 Miles (Fixed Spedo)     	Charge+19541mAh :668 (0.923 Ah / mile)	Cycle 17&lt;br /&gt;
*Discharge-Rode 0.9 + 0.9 = 1.8miles   		Charge+ 4213mAh :275 (1.170 Ah / mile)	Cycle 18 (2004.06.20)&lt;br /&gt;
*Discharge-Led Strip on for about 20 days      	Charge+ 3000mAh :??  	 10129mAh?	Cycle 19 (2004.09.19)&lt;br /&gt;
*Discharge-Left on for a 24 hours    		Charge+ 9095mAh :512			Cycle 20&lt;br /&gt;
*Discharge-Rode at work				Charge+enroute to woodburn  		Cycle 21 (2004.09.25)&lt;br /&gt;
*Discharge-Rode at woodburn, odo broke		Charge+ 7115mAh :440			Cycle 22&lt;br /&gt;
*Discharge-2.17 Miles odo fixed			Charge+ 4018mAh :349 (.926Ah(28Wh)/mile)	Cycle 23 (2004.09)&lt;br /&gt;
*Discharge-Rode? Cellphone, Sevcon+E-Tek tests	Charge+16650mAh :999			Cycle 24&lt;br /&gt;
*Discharge-Rode at work for months		Charge+ 9300mAh :484			Cycle 25&lt;br /&gt;
*Discharge-Rode at work (PbA went flat, get hot) Charge+14295mAh :640			Cycle 26&lt;br /&gt;
*Discharge-Rode at work				Charge+ 9333mAh :566			Cycle 27 (2005)&lt;br /&gt;
*Discharge-Rode at work				Charge+16469mAh :790			Cycle 28 (2006.02.15)&lt;br /&gt;
*Discharge-Rode at work				Charge+22235mAh :952			Cycle 29 (2006.03.24)&lt;br /&gt;
*Discharge-Rode at work				Charge+14974mAh :759			Cycle 30 (2006.04.20)&lt;br /&gt;
*Discharge-Sat for years, rode, 4 Miles -623mAh	Charge+24050mAh :833 (to 14.8v)		Cycle 31 (2008.10.12)&lt;br /&gt;
** Brought scooter home in 2007 where it was road every few months but mostly sat for years.&lt;br /&gt;
*'''Discharge-23621mAh :1104 (@1.2-1.4A to 12.0v) Charge+21418mAh :949 (to 14.4v)	Cycle 32 (2008.10.14)'''&lt;br /&gt;
&lt;br /&gt;
===Cycles TC1===&lt;br /&gt;
These are the cycles for a single &amp;quot;Test Cell&amp;quot; from the batch of cells that makes up this pack.&lt;br /&gt;
This may indicate the expected lifespan and capacity degradation for the full pack,&lt;br /&gt;
baring any interconnect or balance issues which may otherwise shorten it.&lt;br /&gt;
The temp rise during discharge at 2C to 2.5C for the first 10 cycles averaged 16.1&amp;amp;deg;F ranging from 13-19&amp;amp;deg;,&lt;br /&gt;
oddly enough the temperature appeared to drop during the charge cycle by roughly the same amount.&lt;br /&gt;
 Capacity Tests based on discharge rates (C=Cell Capacity (1050mAh)):&lt;br /&gt;
 Rated-1050mAh -  100% - 12.600Ah (Full Pack Equivalent at Nameplate Capacity)&lt;br /&gt;
 0.1C - 940mAh - 89.5% - 11.280Ah @1.26A&lt;br /&gt;
 ''0.5C - 888mAh - 84.6% - 10.656Ah @6.30A''&lt;br /&gt;
 1.0C - 836mAh - 79.6% - 10.032Ah @12.6A&lt;br /&gt;
 ''1.5C - 793mAh - 75.5% -  9.516Ah @18.9A''&lt;br /&gt;
 2.0C - 749mAh - 71.3% -  8.988Ah @25.2A&lt;br /&gt;
 2.5C - 659mAh - 62.8% -  7.908Ah @31.5A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;IFRAME SRC=/mw/cycle_graph/LGQ_TC1.shtml NAME=graph WIDTH=800 HEIGHT=800&amp;gt;&amp;lt;/IFRAME&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Rjf/Tiger_Scooter/LGQ_Pack_Cycles|Data]]&lt;br /&gt;
&lt;br /&gt;
===Schematics===&lt;br /&gt;
Wiring schematics go here...&lt;br /&gt;
&lt;br /&gt;
   -Block #1+    ___-Block #2+___&lt;br /&gt;
  /          \  /                \&lt;br /&gt;
  |____      | |     /switch      \&lt;br /&gt;
       \     | |    / to -12       \   &lt;br /&gt;
 -24___O   O \ O   O           O===O   O   O&lt;br /&gt;
       /   |__\________________    |   |    &lt;br /&gt;
      /    |   \               \   |   |    &lt;br /&gt;
 -12_/ O   O   O===O           O   O   O   O&lt;br /&gt;
 +12___|_______/                   |   \_______+24v&lt;br /&gt;
       \___________________________/&lt;br /&gt;
       nc  no  com coil     coil  com  no  nc&lt;br /&gt;
 &lt;br /&gt;
 When &amp;quot;switch to -12&amp;quot; is connected to B#1- the B#1 Relay is energized.&lt;br /&gt;
 B#1 Relay connects B#1+ to B#2-, and B#2 energizes B#2 Relay.&lt;br /&gt;
 B#2 Relay connects B#2+ to the scooter motor controller for +24v.&lt;br /&gt;
 This configuration ensures there is no load when off and B#1 &amp;amp; B#2 are in parallel.&lt;br /&gt;
 When enabled B#1 and B#2 both power an identical relay ensuring that the two&lt;br /&gt;
 Blocks are subjected to the same parasitic load as to stay in balance during operation.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
Construction process for LGQ's, 12 Parallel, 4 Series, 2 sets or blocks of cells...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TigerScooter-LGQ01.jpg |A few loose cells&lt;br /&gt;
Image:TigerScooter-LGQ15.jpg |Size comparison Series&lt;br /&gt;
Image:TigerScooter-LGQ18.jpg |Size comparison Parallel&lt;br /&gt;
Image:TigerScooter-LGQ20.jpg |12 Plasti-Dipped cells&lt;br /&gt;
Image:TigerScooter-LGQ22.jpg |4 sub-blocks curing&lt;br /&gt;
Image:TigerScooter-LGQ25.jpg |stacking sub-blocks&lt;br /&gt;
Image:TigerScooter-LGQ26.jpg |Cork for proper spacing&lt;br /&gt;
Image:TigerScooter-LGQ28.jpg |Plasti-Dippin sub-block&lt;br /&gt;
Image:TigerScooter-LGQ32.jpg |sub-block #4, last one&lt;br /&gt;
Image:TigerScooter-LGQ33.jpg |sub-block interconnects&lt;br /&gt;
Image:TigerScooter-LGQ35.jpg |12p*4s 12v 12.6Ah Block&lt;br /&gt;
Image:TigerScooter4.jpg      |Finished and installed&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==18650 Pack==&lt;br /&gt;
Keep in mind that the Lithium packs do series/parallel switching from 12 to 24v to accomidate charging at 12v (4 series cells). However they are driven at 24v (8 series cells). As such the charging numbers should be divided in half for their proper 24v capacity... Graphs to come...&lt;br /&gt;
&lt;br /&gt;
Sony 18650 1.3Ah Li-ions were Assymbled into two 5 parallel by 4 series cell blocks&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Charge    6687mAh @1.0A&lt;br /&gt;
*Discharge 6455mAh @1.0A     	Charge    6301mAh @1.0A&lt;br /&gt;
*Discharge 6020mAh @2.0A     	Charge    6182mAh @2.0A&lt;br /&gt;
*Discharge 5608mAh @0.8A     	Charge    6540mAh @2.5A&lt;br /&gt;
*Discharge 6080mAh @2.5A     	Charge    5948mAh &lt;br /&gt;
*Discharge 5987mAh &lt;br /&gt;
*Added Second Block, 8 series cells&lt;br /&gt;
*Charge    11426mAh &lt;br /&gt;
*Discharge 12470mAh @2.5A    	Charge    12565mAh @1.5A&lt;br /&gt;
*Discharge 11232mAh @2.5A    	Charge    10094mAh @1.5A&lt;br /&gt;
*Discharge  9040mAh @2.5A    	Charge    12202mAh @2.5A&lt;br /&gt;
*Split Blocks, Block #1&lt;br /&gt;
*Discharge  5916mAh @2.5A    	Charge     6100mAh &lt;br /&gt;
*Split Blocks, Block #2&lt;br /&gt;
*Discharge  5822mAh @2.5A    	Charge     5713mAh &lt;br /&gt;
*Charge     6149mAh @1.0A&lt;br /&gt;
*Discharge  5934mAh @1.0A    	Charge     5746mAh @1.0A&lt;br /&gt;
*Discharge  5938mAh @1.0A    	Charge     5885mAh @1.0A&lt;br /&gt;
*Discharge  2 miles 		Charge     3827mAh @2.5A&lt;br /&gt;
**( 0.957 Ah / mile ) (3.827Ah / 2 blocks / 2 miles )&lt;br /&gt;
*Both Blocks #1 &amp;amp; #2&lt;br /&gt;
*Discharge  10485mAh @1.4A   	Charge     10332mAh @2.5A&lt;br /&gt;
*Discharge  2 miles 		Charge     3664mAh  @2.5A&lt;br /&gt;
*Discharge  5.5 miles 		Charge     10164mAh @2.5A  ( 0.924 Ah/mile ) &lt;br /&gt;
*Discharge  rode at work      	Charge      2570mAh @2.5A  &lt;br /&gt;
*Discharge  6.5 miles 		Charge     10503mAh @2.5A  ( 0.808 Ah/mile )&lt;br /&gt;
*Discharge  2 miles 		Charge      3347mAh @2.5A  ( 0.837 Ah/mile ) Cycle 32&lt;br /&gt;
*Discharge  Rode			Charge      2895mAh @1.0A Cycle 33&lt;br /&gt;
*Discharge  Rode			Charge      5637mAh Cycle 34&lt;br /&gt;
*Discharge  Rode			Charge      2020mAh :117 Cycle 35&lt;br /&gt;
*Discharge  Rode			Charge       536mAh :109 Cycle 36&lt;br /&gt;
*Discharge  Rode			Charge      1321mAh :178 Cycle 37&lt;br /&gt;
*Discharge  Rode			Charge      7003mAh :335 Cycle 38&lt;br /&gt;
*( Dump Charge Test from Charged Li-ion to Dead PbA(5.5Ah Down) ) 4.2 to 4.6Ah from Li&lt;br /&gt;
===Images===&lt;br /&gt;
{|&lt;br /&gt;
|  [[Image:TigerScooter-18650-01.jpg|thumb|A single 18650 Li-ion cell.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-03.jpg|thumb|Single pair of 18650 Li-ion cells, and their management circuit.]]&lt;br /&gt;
|| [[Image:TigerScooter-18650-04.jpg|thumb|The full pack 5-Parallel 8-Series, with series/parallel and main relays.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Dunno Prismatic Cells==&lt;br /&gt;
[[Image:G14673CL.jpg|thumb|right|image from source.]]&lt;br /&gt;
These cells are identical to my Motorola Timeport Cell phone cell.&lt;br /&gt;
[http://sales.goldmine-elec.com/prodinfo.asp?prodid=9468 source]&lt;br /&gt;
 3.6V Lithium Ion Battery (Pkg of 2) - G14673&lt;br /&gt;
 *** THIS ITEM IS NOW SOLD OUT ***3.6V 1050MmAH. Compact 1.83&amp;quot;L x 1.33&amp;quot;W x 0.343&amp;quot;&lt;br /&gt;
 thick metal case powerful lithium ion battery. Great for robotics, RC park flyers,&lt;br /&gt;
 RC cars, etc. New - can be recharged over and over. Package of 2. G14673&lt;br /&gt;
 Manufactured by -no info available&lt;br /&gt;
 Price: $0.75 each&lt;br /&gt;
&lt;br /&gt;
Rectangular Unknown 1050mAh Cells M08134B(A)(J)(H) (Electronics Goldmine $0.75/cell #G14673) Ten Individualy Numbered Cells (41,42,43,44,45H, 72,73,74H, 42J, 83A)&lt;br /&gt;
&lt;br /&gt;
===Cycles===&lt;br /&gt;
*Cell 83(A)&lt;br /&gt;
**Charge+505mAh:129&lt;br /&gt;
**Discharge-643mAh (151mAh @2.0A, 417mAh @1.0A, 75mAh @0.5A) Charge+674mAh:135 Cycle 1&lt;br /&gt;
**Discharge-603mAh @1.0A:35 Charge+581mAh:110 Cycle 2&lt;br /&gt;
**Discharge-632mAh @1.0A:37 Charge+837mAh (3.7v):125 Cycle 3&lt;br /&gt;
**Discharge-826mAh @1.0A:49 Charge+804mAh (3.7v):129 Cycle 4&lt;br /&gt;
**Discharge-844mAh @1.0A:50 Charge+847mAh (3.7v):118 Cycle 5&lt;br /&gt;
**Discharge-847mAh (570mAh @2.0A :17, 277mAh @1.0A :16) Charge+832mAh:115 Cycle 6&lt;br /&gt;
*Cell 42(J)&lt;br /&gt;
**Charge+524mAh:135&lt;br /&gt;
**Discharge-665mAh (200mAh @2.0A, 386mAh @1.0A, 79mAh @0.5A) Charge+717mAh @0.7A:139 Cycle 1&lt;br /&gt;
**Discharge-658mAh @1.0A:39 Charge+629mAh:156 Cycle 2&lt;br /&gt;
**Discharge-649mAh @1.0A:38 Charge+591mAh @0.7A:109 Cycle 3&lt;br /&gt;
**Discharge-619mAh @1.0A:36 Charge+622mAh @0.8A:109 Cycle 4&lt;br /&gt;
**Discharge-617mAh @1.0A:36 Charge+517mAh:119 Cycle 5&lt;br /&gt;
**Discharge-625mAh @1.0A:37 Charge+742mAh:156 Cycle 6&lt;br /&gt;
*Cell 45(H)&lt;br /&gt;
**Charge+488mAh:124&lt;br /&gt;
**Discharge-631mAh (163mAh @2.0A, 381mAh @1.0A, 87mAh @0.5A) Charge+657mAh @0.6A:136 Cycle 1&lt;br /&gt;
**Discharge-643mAh @1.0A:38 Charge+724mAh @0.7A:156   Cycle 2&lt;br /&gt;
**Discharge-693mAh @1.0A:41 Charge+642mAh:128   Cycle 3&lt;br /&gt;
**Discharge-642mAh @1.0A:38 Charge+663mAh:173   Cycle 4&lt;br /&gt;
**Discharge-722mAh @1.0A:42 Charge+736mAh:153   Cycle 5&lt;br /&gt;
**Discharge-751mAh (560mAh @2.0A :16, 191mAh @1.0A :11) Charge+721mAh:145 Cycle 6&lt;br /&gt;
**Discharge-...&lt;br /&gt;
&lt;br /&gt;
I Believe that this is the same battery used in an old Motorola Timeport Cellphone that I purchased Dec. 7 2000.  This phone was used for about 9 months durring which time it went for a swim in a lake, shorting out and overheating, but it did continue to work.  It sat unused for about 2 years. (See the photos on the right side) Now, Oct. 2004, being some 3 years old I'm cycling it to see how it compaires to the above cells...&lt;br /&gt;
*Discharge 567mAh @0.7A	:47			Charge+631:160 to 3.6v&lt;br /&gt;
*Discharge 562mAh @1.0A	:33			Charge+493:138&lt;br /&gt;
*Discharge 503mAh @1.0A	:29			Charge+450:133&lt;br /&gt;
*Discharge 457mAh @1.0A	:27			Charge+450:146&lt;br /&gt;
*Discharge 477mAh @1.0A	:28			Charge+442:135&lt;br /&gt;
*Discharge 462mAh @1.0A	:27			Charge+596:138 to 3.7v&lt;br /&gt;
*Discharge 652mAh @1.0A	:38			Charge+659:125&lt;br /&gt;
*Discharge 654mAh @1.0A	:38			Charge+597:137&lt;br /&gt;
*Discharge 590mAh @1.0A	:35			Charge+632:137&lt;br /&gt;
*Discharge 667mAh @1.0A	:39			Charge+636:143&lt;br /&gt;
*Discharge 647mAh @1.0A	:38			Charge+616:143&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:TimePort-Cap0040.jpg|After overheating when it took a swim in the lake.&lt;br /&gt;
Image:TimePort-Cap0041.jpg|The Motorola TimePort cell and it's management circuit.&lt;br /&gt;
Image:TimePort-Cap0042.jpg|closeup of the management circuit.&lt;br /&gt;
Image:TimePort-Cap0043.jpg|The &amp;quot;dunno&amp;quot; cell and the Motorola cell.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
	<entry>
		<id>https://www.seattleeva.org/mw/index.php?title=Meetings_Minutes&amp;diff=9745</id>
		<title>Meetings Minutes</title>
		<link rel="alternate" type="text/html" href="https://www.seattleeva.org/mw/index.php?title=Meetings_Minutes&amp;diff=9745"/>
		<updated>2020-06-14T04:17:25Z</updated>

		<summary type="html">&lt;p&gt;Rjf: {{CURRENTYEAR}}-2012 '''[https://www.seattleeva.org/wp/about__trashed/meeting-minutes/ Current Meeting Minutes]'''&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
{{Minutes}}&lt;br /&gt;
&lt;br /&gt;
Every one is welcome. One does not have to JOIN to come to the meetings, however by joining officially for $39 a year, you become a member of the National '''[[EAA|Electric Auto Association]]''' and receive their news letter called Current EVents. The news letter alone is worth the annual dues, but we at SEVA receive in return a small portion of each EAA dues in our area of jurisdiction. We are a non-profit organization under the 501C3 umbrella of the EAA.  See the [[EAA]] Page for a map of other chapter meeting locations.&lt;br /&gt;
&lt;br /&gt;
== Meeting Minutes Pages ==&lt;br /&gt;
{{CURRENTYEAR}}-2012 '''[https://www.seattleeva.org/wp/about__trashed/meeting-minutes/ Current Meeting Minutes]'''&lt;br /&gt;
&lt;br /&gt;
'''2014''' - &lt;br /&gt;
[[EVents 2014 01 14|January]] - &lt;br /&gt;
[[EVents 2014 02 11|February]] - &lt;br /&gt;
[[EVents 2014 03 11|March]] - &lt;br /&gt;
[[EVents 2014 04 08|April]] - &lt;br /&gt;
[[EVents 2014 05 13|May]] - &lt;br /&gt;
[[EVents 2014 06 10|June]] - &lt;br /&gt;
[[EVents 2014 07 08|July]] - &lt;br /&gt;
[[EVents 2014 08 12|August]] - &lt;br /&gt;
[[EVents 2014 09 09|September]] - &lt;br /&gt;
[[EVents 2014 10 14|October]] - &lt;br /&gt;
[[EVents 2014 11 11|November]] - &lt;br /&gt;
[[EVents 2014 12 09|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2013''' - &lt;br /&gt;
[[EVents 2013 01 08|January]] - &lt;br /&gt;
[[EVents 2013 02 12|February]] - &lt;br /&gt;
[[EVents 2013 03 12|March]] - &lt;br /&gt;
[[EVents 2013 04 09|April]] - &lt;br /&gt;
[[EVents 2013 05 14|May]] - &lt;br /&gt;
[[EVents 2013 06 11|June]] - &lt;br /&gt;
[[EVents 2013 07 09|July]] - &lt;br /&gt;
[[EVents 2013 08 13|August]] - &lt;br /&gt;
[[EVents 2013 09 10|September]] - &lt;br /&gt;
[[EVents 2013 10 08|October]] - &lt;br /&gt;
[[EVents 2013 11 12|November]] - &lt;br /&gt;
[[EVents 2013 12 10|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2012''' - &lt;br /&gt;
[[EVents 2012 01 10|January]] - &lt;br /&gt;
[[EVents 2012 02 14|February]] - &lt;br /&gt;
[[EVents 2012 03 13|March]] - &lt;br /&gt;
[[EVents 2012 04 10|April]] - &lt;br /&gt;
[[EVents 2012 05 08|May]] - &lt;br /&gt;
[[EVents 2012 06 12|June]] - &lt;br /&gt;
[[EVents 2012 07 10|July]] - &lt;br /&gt;
[[EVents 2012 08 14|August]] - &lt;br /&gt;
[[EVents 2012 09 11|September]] - &lt;br /&gt;
[[EVents 2012 10 09|October]] - &lt;br /&gt;
[[EVents 2012 11 13|November]] - &lt;br /&gt;
[[EVents 2012 12 11|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2011''' - &lt;br /&gt;
[[EVents 2011 01 11|January]] - &lt;br /&gt;
[[EVents 2011 02 08|February]] - &lt;br /&gt;
[[EVents 2011 03 08|March]] - &lt;br /&gt;
[[EVents 2011 04 12|April]] - &lt;br /&gt;
[[EVents 2011 05 10|May]] - &lt;br /&gt;
[[EVents 2011 06 14|June]] - &lt;br /&gt;
[[EVents 2011 07 12|July]] - &lt;br /&gt;
[[EVents 2011 08 09|August]] - &lt;br /&gt;
[[EVents 2011 09 13|September]] - &lt;br /&gt;
[[EVents 2011 10 11|October]] - &lt;br /&gt;
[[EVents 2011 11 08|November]] - &lt;br /&gt;
[[EVents 2011 12 13|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2010''' - &lt;br /&gt;
[[EVents 2010 01 12|January]] - &lt;br /&gt;
[[EVents 2010 02 09|February]] - &lt;br /&gt;
[[EVents 2010 03 09|March]] - &lt;br /&gt;
[[EVents 2010 04 13|April]] - &lt;br /&gt;
[[EVents 2010 05 11|May]] - &lt;br /&gt;
[[EVents 2010 06 08|June]] - &lt;br /&gt;
[[EVents 2010 07 13|July]] - &lt;br /&gt;
[[EVents 2010 08 10|August]] - &lt;br /&gt;
[[EVents 2010 09 14|September]] - &lt;br /&gt;
[[EVents 2010 10 12|October]] - &lt;br /&gt;
[[EVents 2010 11 09|November]] - &lt;br /&gt;
[[EVents 2010 12 14|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2009''' - &lt;br /&gt;
[[EVents 2009 01 13|January]] - &lt;br /&gt;
[[EVents 2009 02 10|February]] - &lt;br /&gt;
[[EVents 2009 03 10|March]] - &lt;br /&gt;
[[EVents 2009 04 14|April]] - &lt;br /&gt;
[[EVents 2009 05 12|May]] - &lt;br /&gt;
[[EVents 2009 06 09|June]] - &lt;br /&gt;
[[EVents 2009 07 14|July]] - &lt;br /&gt;
[[EVents 2009 08 11|August]] - &lt;br /&gt;
[[EVents 2009 09 08|September]] - &lt;br /&gt;
[[EVents 2009 10 13|October]] - &lt;br /&gt;
[[EVents 2009 11 10|November]] - &lt;br /&gt;
[[EVents 2009 12 08|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2008''' - &lt;br /&gt;
[[EVents 2008 01 08|January]] - &lt;br /&gt;
[[EVents 2008 02 12|February]] - &lt;br /&gt;
[[EVents 2008 03 11|March]] - &lt;br /&gt;
[[EVents 2008 04 08|April]] - &lt;br /&gt;
[[EVents 2008 05 13|May]] - &lt;br /&gt;
[[EVents 2008 06 10|June]] - &lt;br /&gt;
[[EVents 2008 07 08|July]] - &lt;br /&gt;
[[EVents 2008 08 12|August]] - &lt;br /&gt;
[[EVents 2008 09 09|September]] - &lt;br /&gt;
[[EVents 2008 10 14|October]] - &lt;br /&gt;
[[EVents 2008 11 11|November]] - &lt;br /&gt;
[[EVents 2008 12 09|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2007''' - &lt;br /&gt;
[[EVents 2007 01 09|January]] - &lt;br /&gt;
[[EVents 2007 02 13|February]] - &lt;br /&gt;
[[EVents 2007 03 13|March]] - &lt;br /&gt;
[[EVents 2007 04 10|April]] - &lt;br /&gt;
[[EVents 2007 05 08|May]] - &lt;br /&gt;
[[EVents 2007 06 12|June]] - &lt;br /&gt;
[[EVents 2007 07 10|July]] - &lt;br /&gt;
[[EVents 2007 08 14|August]] - &lt;br /&gt;
[[EVents 2007 09 11|September]] - &lt;br /&gt;
[[EVents 2007 10 09|October]] - &lt;br /&gt;
[[EVents 2007 11 13|November]] - &lt;br /&gt;
[[EVents 2007 12 11|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2006''' - &lt;br /&gt;
[[EVents 2006 01 10|January]] - &lt;br /&gt;
[[EVents 2006 02 14|February]] - &lt;br /&gt;
[[EVents 2006 03 14|March]] - &lt;br /&gt;
[[EVents 2006 04 11|April]] - &lt;br /&gt;
[[EVents 2006 05 09|May]] - &lt;br /&gt;
[[EVents 2006 06 13|June]] - &lt;br /&gt;
[[EVents 2006 07 11|July]] - &lt;br /&gt;
[[EVents 2006 08 08|August]] - &lt;br /&gt;
[[EVents 2006 09 12|September]] - &lt;br /&gt;
[[EVents 2006 10 10|October]] - &lt;br /&gt;
[[EVents 2006 11 14|November]] - &lt;br /&gt;
[[EVents 2006 12 12|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2005''' - &lt;br /&gt;
[[EVents 2005 01 11|January]] - &lt;br /&gt;
[[EVents 2005 02 08|February]] - &lt;br /&gt;
[[EVents 2005 03 08|March]] - &lt;br /&gt;
[[EVents 2005 04 12|April]] - &lt;br /&gt;
[[EVents 2005 05 10|May]] - &lt;br /&gt;
[[EVents 2005 06 14|June]] - &lt;br /&gt;
[[EVents 2005 07 12|July]] - &lt;br /&gt;
[[EVents 2005 08 09|August]] - &lt;br /&gt;
[[EVents 2005 09 13|September]] - &lt;br /&gt;
[[EVents 2005 10 11|October]] - &lt;br /&gt;
[[EVents 2005 11 08|November]] - &lt;br /&gt;
[[EVents 2005 12 13|December]] - &lt;br /&gt;
&lt;br /&gt;
'''2004''' - &lt;br /&gt;
[[EVents 2004 01 13|January]] - &lt;br /&gt;
[[EVents 2004 02 10|February]] - &lt;br /&gt;
[[EVents 2004 03 09|March]] - &lt;br /&gt;
[[EVents 2004 04 13|April]] - &lt;br /&gt;
[[EVents 2004 05 11|May]] - &lt;br /&gt;
[[EVents 2004 06 08|June]] - &lt;br /&gt;
[[EVents 2004 07 13|July]] - &lt;br /&gt;
[[EVents 2004 08 10|August]] - &lt;br /&gt;
[[EVents 2004 09 14|September]] - &lt;br /&gt;
[[EVents 2004 10 12|October]] - &lt;br /&gt;
[[EVents 2004 11 09|November]] - &lt;br /&gt;
[[EVents 2004 12 14|December]] - &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
'''2004''' - &lt;br /&gt;
[[EVents 2004 01 13|January]] - &lt;br /&gt;
[[EVents 2004 02 10|February]] - &lt;br /&gt;
[[EVents 2004 03 09|March]] - &lt;br /&gt;
[[EVents 2004 04 13|April]] - &lt;br /&gt;
[[EVents 2004 05 11|May]] - &lt;br /&gt;
[[EVents 2004 06 08|June]] - &lt;br /&gt;
[[EVents 2004 07 13|July]] - &lt;br /&gt;
[[EVents 2004 08 10|August]] - &lt;br /&gt;
[[EVents 2004 09 14|September]] - &lt;br /&gt;
[[EVents 2004 10 12|October]] - &lt;br /&gt;
[[EVents 2004 11 09|November]] - &lt;br /&gt;
[[EVents 2004 12 14|December]] - &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SEVA]]&lt;br /&gt;
[[Category:Primary Page]]&lt;br /&gt;
[[Category:Minutes|*]]&lt;/div&gt;</summary>
		<author><name>Rjf</name></author>
		
	</entry>
</feed>