<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>TrustTheVote - An OSDV Project</title>
	
	<link>http://www.trustthevote.org</link>
	<description>Re-inventing How America Votes</description>
	<lastBuildDate>Mon, 16 Jan 2012 17:34:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/trustthevote" /><feedburner:info uri="trustthevote" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>At the Risk of Running off the Rails</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/zBSivwzJRiU/at-the-risk-of-running-off-the-rails</link>
		<comments>http://www.trustthevote.org/at-the-risk-of-running-off-the-rails#comments</comments>
		<pubDate>Sat, 07 Jan 2012 21:46:27 +0000</pubDate>
		<dc:creator>Gregory Miller</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Development methodology]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Voting System Technology]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[complexity]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[Gregory Miller]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[voting technology]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=8540</guid>
		<description><![CDATA[So, we have a phrase we like to use around here borrowed from the legal academic world.  Used to describe an action or conduct in analyzing a nuance in tort negligence, is the phrase &#8220;frolic and detour.&#8221;  I am taking a bit of detour and frolicking in an increasingly noisy element of explaining the complexity [...]]]></description>
			<content:encoded><![CDATA[<p>So, we have a phrase we like to use around here borrowed from the legal academic world.  Used to describe an action or conduct in analyzing a nuance in tort negligence, is the phrase &#8220;<a href="http://en.wikipedia.org/wiki/Frolic_and_detour" target="_blank"><em>frolic and detour</em></a>.&#8221;  I am taking a bit of detour and frolicking in an increasingly noisy element of explaining the complexity of our work here.  (The <em>detour</em> comes from the fact that as &#8220;Development Officer&#8221; my charge is ensuring the Foundation and projects are financed, backed, supported, and succeed in adoption.  The <em>frolic</em> is in the form of commentary below about software development methodologies although I am not currently engaged or responsible for technical development outside of my contributions in UX/UI design.)  Yet, I won&#8217;t attempt to deny that this post is also a bit of promotion for our stakeholders &#8212; elections IT officials who expect us to address their needs for formal requirements, specifications, benchmarks, and certification, while embracing the agility and speed of modern development methodologies.</p>
<p>This post was catalyzed by chit-chat at dinner last evening with an energetic technical talent who is jacked-up about the notion of elections technology being an open source infrastructure.  Frankly, in 5 years we haven&#8217;t met anyone who wasn&#8217;t jacked-up about our cause, and their energy is typically around &#8220;<em>damn, we can do this quick; let&#8217;s git &#8216;er done!</em>&#8220;  But it is about at this point where the discussion always seems to get a bit sideways.  Let me explain.</p>
<p>I guess I am exposing a bit of old school here, but having had the formal training in computer systems science and engineering (<em>years ago</em>) I believe <strong>data modeling</strong> &#8212; especially for database-backed enterprise apps &#8212; is an absolute <span style="text-decoration: underline;"><em>imperative</em></span><em> </em><span style="text-decoration: underline;"><em>priority</em></span>.  And the stuff of elections systems is serious technology, containing a significant degree of fault tolerance, integrity and verification assurance, and perhaps most important a sound data model.  And <em>modeling</em> takes time and requires documentation, both of which are nearly antithetical in today&#8217;s pop culture of <a href="http://en.wikipedia.org/wiki/Agile_software_development" target="_blank">agile development</a>.</p>
<p><em><span style="color: #0000ff;">Bear in mind, the TTV Project embraces agile methods for UX/UI development efforts. </span></em><span style="color: #0000ff;"><span style="color: #000000;">And there are a number of components in the TTV elections technology framework that do not require extensive up-front data modeling and can be developed purely in an iterative environment.</span></span><em><span style="color: #0000ff;"><br />
</span></em></p>
<p>However, we claim that data modeling is critical for certain enterprise-grade elections applications because (<em>as many seasoned architects have observed</em>): [<strong>a</strong>] the data itself has meaning and value outside of the app that manipulates it, and [<strong>b</strong>] scalability requires a good DB design  because you cannot just add in scalability later.   The data model  or DB design defines the structure of the database and the  relationships between the data sets; it is, in essence the foundation on  which the application(s) are built.   A solid DB design is essential  to achieve a scalable application.   Which leads to my lingering question:  <em>How do agile development shops design a database?</em></p>
<p>I&#8217;ve heard the &#8220;<em>Well, we start with a story..</em>.&#8221;  approach.  And when I ask those who I  really respect as enterprise software architects with real DB design  chops, who also respect and embrace agile methodologies, they tend to  express reservations about the agile mindset being boorishly applied to  truly scalable, enterprise grade relational DB design that results in a  well performing application, and related data integrity.</p>
<p>Friends, I have no intention of hating on <a href="http://agilemanifesto.org/" target="_blank">agile principles</a> of lightweight development methods &#8212; they have an important role in today&#8217;s application software development space and an important role here at the Foundation, but at the same time, I want to try to explain why we cannot simply just &#8220;bang out&#8221; new elections apps for ballot marking, tabulation, or ballot design and generation in a series of sprints and scrums.</p>
<p>First, in all candor, I fear this confusion rests in  the reality that fewer and fewer developers today have had a complete computer  science education, and cannot really claim to be disciplined software  engineers or architects.  Many (<em>not all</em>) have just &#8220;hacked&#8221;  with, and self-taught themselves, development tools because they  built a web site or implemented a digital shopping bag for a friend (<em>much like the well intentioned developer my wife and I met last evening</em>).</p>
<p>Add in the  fact, the formality and discipline of compiled code has given way to  the rapid prototyping benefits of interpreted code.  And in the processes of  this new modern training in software development (<em>almost exclusively for  the sandbox of the web browser as the UX/UI vehicle</em>) what has been  forgotten is that data modeling exists not because it creates overhead and  delays, but because it removes such impediments.</p>
<p>Look at this another way.  I like to use building analogies &#8212; perhaps because I began my collegiate studies long ago in architectural engineering before realizing that computer graphics would replace drafting.  There is a reason we spend weeks, sometimes months traveling by large holes in the ground with towers of re-bar, forms, and concrete pouring without any clue of what really will stand there once finished.  And yet, later as the skyscraper takes form, the speed with which it comes together seems to accelerate almost weekly.  Without that foundation carefully laid, the building cannot stand for any extended period of time, let alone bear the dynamic and static weights of its appointments, systems, and occupants.  So too, is this the case with complex, highly scalable, fault tolerant enterprise software &#8212; without the foundation of a sold data model, the application(s) will never be sustainable.</p>
<p>I admit that I have been out of production grade software  development (<em>i.e., in the trenches coding, compiling; link, load, dealing with <a href="http://en.wikipedia.org/wiki/Lint_%28software%29" target="_blank">lint</a> and running in debug mode</em>) for years, but I can still climb on the bike and turn the  pedals.  The fact is, <a href="http://en.wikipedia.org/wiki/Data_flow" target="_blank"><strong>data flow</strong></a> and <a href="http://en.wikipedia.org/wiki/Data_model" target="_blank"><strong>data model</strong></a> could not be more <a href="http://wb.itboards.com/wb/default.asp?action=9&amp;read=44343&amp;fid=47" target="_blank"> different</a>.   The former cannot exist without the latter.  It was well  understood and data modeling has demonstrated many times that one cannot  create a data flow out of nothing.  There has to be a base model as a  foundation of one or more data flows, each mapping to its application.  Yet in our discussion punctuated by a <a href="http://www.rootsrundeep.com/educated_guess.html" target="_blank">really nice wine</a> and great food, this developer seemed to want to dismiss modeling as something that can be done later&#8230; perhaps like <a href="http://en.wikipedia.org/wiki/Code_refactoring" target="_blank">refactoring</a> (!?)</p>
<p>I am beginning to believe this  fixation of modern developers with &#8220;rapid&#8221; non-data-model development is misguided, if not dangerous for its latent time shifted costs.</p>
<p>Recently, a colleague at another Company was involved with the development  of a system where no time whatsoever was spent on data model design.   Indeed, the screens started appearing in record time.  The UX/UI was far from complete, but usable.  And the team was cheered as  having achieved great &#8220;savings&#8221; in the development process.  However,  when it came time to expand and extend the app with additional  requirements, the developers waffled and explained they  would have to recode the app in order to meet the  new process requirements.  The data was unchanged, but processes were  evolving.  The balance of the  project ground to a halt in the dismissal of the first team over arguments about why requirements planning up front should have been done, and they figured out who to hire in to solve  it.</p>
<p>I read somewhere of another development project where the work was  getting done in 2 week cycles. They were about 4 cycles away  from finishing when on the tracker schedule a  task called &#8220;concurrency&#8221; appeared for the next to last (penultimate) cycle.  The project subsequently imploded because all of the code had to be refactored (a core entity actually was determined to be two entities.)  Turns out that no upfront modeling led to  this sequence of events, but unbelievably, the (agile) Development Firm working on the project, spun this as a  &#8220;positive outcome;&#8221; that is they explained, &#8220;<em>Hey, its a good thing we caught this a month before  go-live</em>.&#8221;  <strong>Really</strong>?  Why wasn&#8217;t that caught <em>before</em> that pungent smell of  freshly cut code started wafting through the lab?</p>
<p>Spin doctoring notwithstanding, the scary thing to me is that performance and  concurrency problems  caused by a failure to understand the data are being caught far too late in  the Agile development process, which makes it difficult if not  impossible to make real improvements.  In fact, I fear that many  agile developers have the misguided principle that all data models  should be:</p>
<pre style="margin-left: 40px;"><span style="color: #0000ff;">create table DATA
 (key INTEGER,
 stuff BLOB);</span></pre>
<p>Actually, we shouldn&#8217;t joke about this.  That idea comes from a scary reality: a DBA (database architect) friend tells about a development team he is  interacting with on an outsourced State I.T. project that  has decided to migrate a legacy non-Oracle application to Oracle using  precisely this approach.   Data that had been stored as records in old <a href="http://en.wikipedia.org/wiki/ISAM" target="_blank">ISAM</a> type  files, will be stored in Oracle as byte sequences in Blobs, with an  added surrogate generated unique primary key.   When he asked what&#8217;s  the point of that approach, no one at the development shop could give him a reasonable answer  other  than &#8220;<em>in the time frame we have, it works</em>.&#8221;   It begs the question: <em>What do you call an Oracle Database  where all the data in it is invisible to Oracle itself and cannot be  accessed and manipulated directly using SQL</em>?   Or said differently, would you  call a set of numbered binary records a &#8220;database,&#8221; or just &#8220;a collection  of numbered binary records?&#8221;</p>
<p>In another example of the challenges of agile development in a  database-driven app world, a DBA colleague describes being brought in on an emergency contract basis to an Agile project under development on top of Oracle, to deal with &#8220;performance problems&#8221; in  the database.   Turns out the developers were using <a href="http://en.wikipedia.org/wiki/Hibernate_%28Java%29" target="_blank">Hibernate</a> and  apparently relied  on it to create their tables on an as-needed basis, simply adding a  table or a column in response to incoming user requirements  and  not worrying about the data model until it crawled out of the code and  attacked them.</p>
<p>This  sort of approach to app development is what I am beginning to see as &#8220;<em>hit and run</em>.&#8221;  Sure, it has  worked so far in the web app world of start-ups: get it up and running as fast as possible, then exit quickly and quietly before they can identify you as triggering the meltdown when scale and performance start to matter.</p>
<p>After chatting with this developer last evening (<em>and listening to many others over recent months lament that we&#8217;re simply moving too slowly</em>) I am starting to think of Agile development as a methodology of &#8220;<em>do anything rather than nothing, regardless of whether  its right.</em>&#8220;   And this may be to support the perception of  rapid progress: &#8220;<em>Look, we developed X components/screens/modules in the  past week.</em>&#8220;   Whether any of this code will stand up to production performance environments is to be determined later.</p>
<p>Another Agile principle is  of <em>incremental development and delivery</em>.   It&#8217;s easy for a  developer to strip out a piece of poorly performing  code and replace it with a chunk  that offers better or different capabilities.    Unfortunately, you just cannot do this in a Database.  For example: you cannot throw  away old data in old tables and simply create new empty tables.</p>
<p>The TrustTheVote Project continues to need the kind of talent this person exhibited last evening at dinner.  But her zeal aside (<em>and obvious passion for the cause of open source in elections</em>), and <em>at the risk of running off the (Ruby) rails</em> here, we  simply cannot  afford to have these problems happen with the TrustTheVote Project.</p>
<p>Agile  methodologies will continue to have their place in our work, but we need  to be guided by some emerging realities, and appreciate that for as  fast as someone wants to crank out a poll book app or a ballot marking  device, we cannot afford to short-cut simply for the sake of speed.  Some may accuse me of being a waterfall Luddite in an agile world; however, I believe there has to be some way to mesh these things, even if it means requirements scrums, data modeling sprints, or animated data models.</p>
<p>Cheers<br />
GAM|out</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fat-the-risk-of-running-off-the-rails&amp;linkname=At%20the%20Risk%20of%20Running%20off%20the%20Rails"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/zBSivwzJRiU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/at-the-risk-of-running-off-the-rails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/at-the-risk-of-running-off-the-rails</feedburner:origLink></item>
		<item>
		<title>Temporarily Missing, But Still in Action</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/r9TeHLKNIIc/temporarily-missing-but-still-in-action</link>
		<comments>http://www.trustthevote.org/temporarily-missing-but-still-in-action#comments</comments>
		<pubDate>Sun, 01 Jan 2012 02:56:20 +0000</pubDate>
		<dc:creator>Gregory Miller</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[disenfranchisement]]></category>
		<category><![CDATA[election reform]]></category>
		<category><![CDATA[Gregory Miller]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[results reporting]]></category>
		<category><![CDATA[voter ID]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=8474</guid>
		<description><![CDATA[Happy &#8220;Holidaze&#8221;
On the eve of 2012 we so need to check in here and let you know  we&#8217;re still fighting the good fight and have been totally  distracted by a bunch of activities.  There is much to catch you up on  and we&#8217;ll start doing that in the ensuing days,  but for [...]]]></description>
			<content:encoded><![CDATA[<h3>Happy &#8220;Holidaze&#8221;</h3>
<p>On the <a href="http://www.timeanddate.com/counters/multicountdown.html" target="_blank">eve of 2012</a> we so need to check in here and let you know  we&#8217;re still fighting the good fight and have been totally  distracted by a bunch of activities.  There is much to catch you up on  and we&#8217;ll start doing that in the ensuing days,  but for now we simply  wanted to check in and wish everyone a peaceful and prosperous new  year.  And of course, we intend that to &#8220;prosper&#8221; is to enrich yourself  in any number of ways, not simply financially, but intellectually,  physically, and spiritually as well&#8230; how ever you chose to do so <img src='http://www.trustthevote.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Looking  back while looking ahead, as this afternoon before the new year urges us  all to do, we are thankful for the great headway we made in 2011 (<em>and  we&#8217;ll have much more to say about those accomplishments separately</em>), and  we are energized (<em>and resting up</em>) for the exciting and intense election  year ahead.  And that brings me to two thoughts I want to share as we <a href="http://www.nbc.com/new-years-eve-with-carson-daly/" target="_blank">approach the celebration</a> of this  New Year&#8217;s Eve 2011.</p>
<h3><strong>1. A Near #FAIL</strong></h3>
<p>First, if there was one effort or project that approached &#8220;#fail&#8221; for  us this year it was our <a href="http://enrs.trustthevote.org" target="_blank">intended work</a> to produce a new open data, open  source elections night reporting system for Travis County, TX, Orange  County, CA and others.  We were &#8220;provisionally chosen&#8221; by Travis County  pending our ability to shore up a gap in the required funding to  complete some jurisdiction specific capabilities.</p>
<p>We approached prospective backers in addition to our current ones and  unfortunately we could not get everyone on board quickly enough, and  tried to do so on the eve of their budgetary commitments being finalized  for other 2012 election year funding commitments, mostly around voter  enfranchisement (<em>more on that in a moment</em>.)  We were short  answers to 2 questions of Travis County, the answers to which well could  have dramatically reduced the remaining fund gap requirement and allowed  us to accelerate toward final selection and be ready in time for 2012.</p>
<p>For unexplained reasons, Travis County has fallen silent to answer any  of our questions, respond to any of our inquiries, or even continue to  advance our discussions.  We fear that something has happened in their  procurement process and they simply haven&#8217;t gotten around to the  courtesy of letting us know.  This is frustrating because we&#8217;ve been  left in a state of purgatory &#8212; really unable to determine where and how  to allocate resources without this resolved.  The buck stops with me  (<em>Gregory</em>) on this point as I should&#8217;ve pushed harder for  answers from both sides: Travis on the technical issues and our Backers  on the funding question.</p>
<p>I say this was a &#8220;<em>near</em> #fail&#8221; because it  clearly is unresolved: we know Orange County, as well as other  jurisdictions, and media channels such as the AP remain quite keen on  our design, the capabilities for mobile delivery, the open  data, and of course the open source alternative to expensive (<em>on a total  cost of ownership or &#8220;TCO&#8221; basis</em>) proprietary black-box solutions.  Moreover, the  election night reporting system is a &#8220;not insignificant&#8221; component to  our open source elections technology framework, and its design and  development will continue.  And perhaps we&#8217;ll get some clarity  on Travis County, close the funding gap, and get that service launched  in time for next Fall&#8217;s election frenzy.  Stay tuned.</p>
<p>So, that is  but one of several distractions that allowed this vital blog to sit idle  for the last half of summer and all of the Fall.  We&#8217;ll share more  about the other distractions in  upcoming posts as we get underway with  2012.  But I have a closing comment about the 2012 election season  in this final evening of 2011.</p>
<h3>2.  The 2012 Battles on the Front-lines of Democracy Will Start at the Polling Place</h3>
<p>Millions of additional Americans will be required to present photo ID when they arrive at the polls in four states next year.  Kansas, Rhode Island, Tennessee and Texas will require voters to prove  their identities, bringing the total number of States to 30  that require some form of voter identification, this according to the <a href="http://www.ncsl.org/" target="_blank">National Conference of State Legislatures</a>.</p>
<p>This is an issue that has reached the boiling point and we predict will set off a storm of lawsuits (and they are <a href="http://www.chicagotribune.com/news/local/breaking/chi-aclu-files-federal-lawsuit-over-wisconsins-voter-id-law-20111213,0,3638935.story" target="_blank">happening already</a>).  It ranks very close to redistricting in terms of its impact on voter enfranchisement according to one side of the argument.  Opponents also argue that such regulations impose an unfair barrier to those who are less likely to have photo IDs, including the poor and the elderly.  The proponents stand steadfast that the real issue is voter fraud and this is the best way to address it.  Of course, the trouble with that argument is that after a five-year U.S. DoJ probe lasting across two different administrations found little (53 cases) discernible evidence of widespread voter fraud.   And yet, there are also reasonable arguments suggesting that regardless of voter fraud, there seems to be no difficulty in our elderly, disabled or poor obtaining  ID cards (<em>where required</em>) in order to enable them to obtain Medicare, Medicaid and food stamps.</p>
<p><strong>To be clear</strong>: the Foundation has <span style="color: #ff0000;">no</span> <span style="color: #ff0000;">opinion</span> on the matter of voter ID.  We see arguments on both sides.  Our focus is simply this: any voter identification process must be fair, not burdensome, transparent, and uniformly applied.  We&#8217;re far more vested in how to make technology to facilitate friction-free access to the polling place that produces a verifiable, audit-ready, and accountable paper trail for all votes.  We do believe that implementing voter ID as a means to restrict the vote is troublesome&#8230; as troublesome as preventing voter ID in order to passively enable those who are not entitled as a matter of citizenship to cast a ballot.</p>
<p>Regardless of how you come down on this issue, we believe it will be where the battles begin in the 2012 election season over enfranchising or disenfranchising voters begins.</p>
<p>And with that, we say, 2012: bring it.  We&#8217;re ready.  Be there: its going to be an interesting experience.  Here we go.<br />
Cheers<br />
Greg</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Ftemporarily-missing-but-still-in-action&amp;linkname=Temporarily%20Missing%2C%20But%20Still%20in%20Action"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/r9TeHLKNIIc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/temporarily-missing-but-still-in-action/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/temporarily-missing-but-still-in-action</feedburner:origLink></item>
		<item>
		<title>An Independence Holiday Reflection: IP Reform and Innovation in Elections Technology</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/DiXc93VvV04/an-independence-holiday-reflection-ip-reform-and-innovation-in-elections-technology</link>
		<comments>http://www.trustthevote.org/an-independence-holiday-reflection-ip-reform-and-innovation-in-elections-technology#comments</comments>
		<pubDate>Tue, 05 Jul 2011 06:08:46 +0000</pubDate>
		<dc:creator>Gregory Miller</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Election Technology Reform]]></category>
		<category><![CDATA[Intellectual Property Protection]]></category>
		<category><![CDATA[election technology]]></category>
		<category><![CDATA[Gregory Miller]]></category>
		<category><![CDATA[voting technology]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=8419</guid>
		<description><![CDATA[On this Independence Day I gave some reflection to the intentions of our founding fathers, and how that relates to our processes of elections and the innovations we should strive for to ensure accuracy, transparency, verification, and security.  And as I thought about this more while gazing out at one of the world’s most precious [...]]]></description>
			<content:encoded><![CDATA[<p>On this Independence Day I gave some reflection to the intentions of our founding fathers, and how that relates to our processes of elections and the innovations we should strive for to ensure accuracy, transparency, verification, and security.  And as I thought about this more while gazing out at one of <a href="http://www.keeptahoeblue.org/" target="_blank">the world’s most precious natural resource treasures</a> and typing this post, it occurred to me that innovation in elections systems is largely around the processes and methods more than any discrete apparatus.</p>
<p>That’s when the old recovering IP lawyer in me had an “ah ha” moment.   And that’s what this long-winded post is about—something that actually should matter to you, a reader of this forum about our on-going effort to make elections and voting technology critical democracy infrastructure.</p>
<p>You see, in America, innovation has long been catalyzed by intellectual property law, specifically patents.</p>
<p>And as you probably also know, patent law is going through major reform efforts in Congress as you read this.  Now here is what you may have missed, which in my reflecting on this Fourth of July holiday, the efforts of the TrustTheVote Project, and innovations in voting technology, dawned on me: there is a bad ingredient to the current patent reform legislation that threatens to not only undermine the very foundations on which patent law is used to catalyze innovation, but equally has the potential to undermine some very basic ideals our founding fathers had in mind as this nation was born.  Bear with me while I unravel this for you; I think it will grab your attention.</p>
<p>So it starts with Members of Congress debating patent reform through the <a href="http://www.opencongress.org/bill/112-h1249/show" target="_blank"><strong>America Invents Act</strong> (H.R. 1249)</a>.  You see, few may be aware of the role that <a href="http://en.wikipedia.org/wiki/Business_method_patent" target="_blank">business method patents</a> (BMPs) play in the political process, especially during elections.  BMPs have been used to protect innovations designed to improve the operation of the political process.   And it is not unreasonable to assume that the TrustTheVote Project itself is working on innovations that should well qualify for patent protection resulting in patents we would assign ownership in to the general public.  Weakening the protection for such innovations may in turn reduce the motivation for companies and individuals to continue innovating in these technologies.  And it certainly could impact our work as well.  But this is exactly what <strong>Section 18</strong> of H.R.1249, the America Invents Act of 2011, <a href="http://www.opencongress.org/bill/112-h1249/show" target="_blank">as currently drafted</a> would likely do.</p>
<p><strong> </strong></p>
<p>There is a long history of inventors using BMPs to protect their innovations related to voting systems.  As such systems have developed, from paper voting, to electronic voting, to on-line voting, companies both large and small have continued to innovate, and to protect their new technologies via the patent system, often through the use of BMPs.  Let’s look at just two major areas.</p>
<ol>
<li><strong><em>Electronic Voting Systems</em></strong> &#8211; it is estimated that between 20% and 30% of American voters now cast their ballots electronically, chiefly via Direct Recording Electronic (DRE) systems. Yet these systems have encountered many problems related to their ability to record votes accurately, verifiably, and securely.  In effort to remedy these problems (but largely to no demonstrative gain), companies have developed technologies designed to overcome these shortcomings, and have protected these technologies with a series of patents, many of which are classed as BMPs. Organizations with numerous BMPs related to improving electronic voting systems include large companies such as IBM, Accenture and Pitney Bowes, and smaller specialist companies such as Hart InterCivic, Avante International and Smartmatic.</li>
<li><strong><em>Internet Voting Systems</em></strong> – in DRE systems, voters typically have to be physically present at a polling station in order to cast their ballots.  The next logical progression is for voters to cast their ballots remotely, for example via the Internet.   For reasons repeatedly explained here and elsewhere, this is just not a good idea given today’s “Internet.”  But in any event, such ill-advised efforts require a whole new level of network security, in order to ensure that the votes are recorded both accurately and in a verifiable fashion (<em>both being extremely difficult to do, and its unclear any system exists patented or not that can do so, but bear with me for the sake of argument</em>).   A search of the patents in this area, however, reveals that companies such as Accenture, Hart InterCivic, Scytl, and Avante have BMPs describing so-called Internet voting.  These BMPs sit alongside their earlier BMPs covering DRE systems, as these companies develop successive generations of voting technology.</li>
</ol>
<p>In short, Companies are continuing to seek patent protections for innovations in this sector and business methods continue to be a vehicle for so doing.</p>
<p><strong>Section 18 of H.R.1249</strong>,<strong> the America Invents Act of 2011</strong>, aims to give one special interest—<em>banks</em>—a “<em>get out of jail card</em>.”  As I read it, the provision does this:  If you sue a bank for infringement of a business method patent the bank can stay the court litigation and take your patent to the USPTO for a special post-grant review or PGR process.  If the Bank loses the first round at the office they have an automatic appeal to the board in the office.  If they lose they have another automatic appeal to the Court of Appeals for the Federal Circuit (CAFC), the sole circuit or appeals court for patent cases.  This process takes between 4-7 years based on the existing reexamination systems at the office.  This process is special in that the bank can bring in additional forms of prior art not permitted for other reexamination systems.</p>
<p>There is a good reason why the range of prior art that can be used in court to challenge a patent is not available in the office.  A judge, jury, rules of evidence, cross-examination and other time-tested features of court do not exist at the Patent and Trademark Office.  A patent examiner does not have the experience, procedures, institutional knowledge or time to ascertain the veracity or fraud of the prior art.  More importantly, they do not have the resources to deal with the increased volume of art. Worse, Section 18 can be conducted regardless of whether the patent has already been deemed valid in a prior proceeding.  <em> </em></p>
<p><em>And on this Independence Day Holiday, it occurs to me this violates separation of powers and should be unconstitutional</em>.</p>
<p>Before I explain how I can envision this impacting what we’re doing, let me state that I will not delve into the debate over BMPs because it devolves into a religious war, and one that I as both a computer scientist and an IP Lawyer have actually shifted view points from on side to the other over the years.  But suffice it to say that there are examples of useful business method patents that would be eliminated by Section 18 of the patent reform legislation winding its way through Congress.  We are all very familiar with one example: SSL.  Indeed, secure sockets layer is comprised of two BMPs.  Everyone in the world, each day, touches this patented innovation.  If Section 18 were law in 1995 then Visa and Mastercard with their SET proposal could have stalled Netscape and SSL in the USPTO for many years.  Microsoft and CommerceNet with SHTTP could have done the same.  The world would be worse off with competing security protocols. Ecommerce itself may not have taken off at all; at the very least its growth would have been stunted.</p>
<p>It is worth noting that since about year 2000 the U.S.P.T.O has employed a &#8220;second pair of eyes&#8221; process to examine BMP applications twice.  Moreover, given the public acrimony over BMPs, the U.S.P.T.O is very slow to grant BMPs and the allowance rate is 20% lower than other art areas.  And recently the Supreme Court in their Bilski decision affirmed the patentability of BMPs.</p>
<p>Yet, in spite of the acrimony and higher threshold to get a BMP, many companies large and small innovate and invest in BMPs.  The top 20 owners of BMPs are Fortune 100 companies and or respectable startups. Non-practicing entities comprise a very small portion of the ownership pool of BMPs.  And in considering the innovations resident in the open source elections technology framework we’re developing, we too may find ourselves in the middle of the BMP and Section 18 crossfire.</p>
<p>The challenge is, as a non-profit (pending 501.c.3) organization, we cannot and do not engage in the political process of legislation or lobbying.  Yet, we’re wary of where this is going, I think you should be too.  You see, policy makers don&#8217;t often have the time to consume, absorb and digest the data.  They prefer anecdotes, headline grabbing stories, one-page summaries, and talking points.</p>
<p>So let me turn to our thinking about BMPs and the impact of Section 18.</p>
<p>As mentioned above, without debating the basis for BMPs we at the TrustTheVote Project have come to accept that they are an essential part of technology IP.  One reason is that the scope for IT innovation far exceeds the scope for inventing new<br />
technology, and includes innovation in the use of existing technology for new purposes.  That&#8217;s been increasingly true for some 20 years, with the scope of the online world coming to encompass so many areas of human activity.  One of the more recent advances is the use of IT innovations for public benefit.  I&#8217;ll explain that in terms of elections and political activity, but first let me give a general idea and one specific existing example.</p>
<p>In our experience with IT IP, a BMP can be used as a way to make a claim that &#8220;X has been used for many things before, but not in the area of Y; here is a way to use X for a particular purpose in the area of Y; this enables a new human activity Z.&#8221;  Now, I could forgo that claim and limit myself to a claim about Y-inspired extension of X that might be a sufficiently significant extension to warrant a patent for a technical innovation; or it might not.</p>
<p>If I limited myself that way, then another party could claim the innovation of using that new method for a particular purpose Z.  So in general, I want to claim both, to protect the right to use X in Y for Z.</p>
<p><em>Here’s a big idea</em>: &#8220;Protect&#8221; in the public benefit world means &#8220;anyone can do so, not limited by a private or for profit IP holder.&#8221; That applies whether or not my extension of prior X is sufficiently innovative by itself.</p>
<p>As an example of this idea, let’s return to SSL, the subject of very well known and high quality BMPs.  When SSL was invented, the use of cryptography for communication security was already well established, including the use of digital certificates to establish (a chain of) trust in the identity of parties communicating.  In fact, there were many examples of cryptographic protocols and communication protocols.  So for X, let&#8217;s say &#8220;use of cryptographic protocols and communication protocols together for communication with security properties.&#8221;</p>
<p>Now, SSL as a protocol may well have been sufficiently innovative to warrant patents of algorithms. But whether or not that was true, SSL was used for several purposes, including a particular kind of communication in which one party trusts a<br />
third to vouch for the second party&#8217;s identity as being sufficiently established for a financial transaction. That&#8217;s Y.  Z is &#8220;digital commerce&#8221; meaning financial transactions performed as part of exchange in which one party pays another party for goods and services – including digital goods and digital services.  Without X used for Y, digital commerce wouldn&#8217;t exist, and many forms of digital services and digital goods simply would not be provided. With X used for Y, Z is enabled for the first time.  And I view Z &#8212; digital commerce &#8212; as a major public benefit, even if it was primarily for private for-profit commercial transactions.</p>
<p>The public benefit is a larger economy with the addition of digital commerce.</p>
<p>So far so good, but let&#8217;s revisit the value of the BMP.  If it didn&#8217;t exist, the holders of patents for X could effectively block Z, or prevent intermediation and insert themselves into every use of X in Y for Z or X in A for B &#8212; any use. For example, IBM holds many patents on cryptographic protocols.  I don&#8217;t know if those protocols and patents were sufficiently broad to cover the SSL protocol as an algorithm or apparatus.  But if that were so, and BMPs didn&#8217;t exist, then IBM could have insisted that it be a party to every digital commerce transaction, only allowing transaction services by parties that made payments to IBM on terms dictated by IBM.  Any other parties would be barred from digital commerce.  Of course, that public benefit may be a matter of opinion on which many people would differ.</p>
<p><em>In elections and politics, public benefit may be clearer</em>.</p>
<p>For a first example, consider technical innovations for online voter registration. Such innovations might include the use of a &#8220;forms wizard&#8221; to help people follow complicated rules for filling out voter registration forms; digital means for capturing a signature for the form; digital transmission of the form itself, or its data; and there are more.  All these techniques have been invented before and used in other areas of human endeavor. Adapting them for use in voter registration is probably not an adaption that qualifies as an innovation. But if one wants to ensure that the public be able to use IT implementations of online voter registration, a BMP can cover the use of forms wizards (or other X) for online voter registration (Y) to enable more rapid and more widespread ability of citizens to vote (Z).  Many people would definitely regard that as a public benefit.  The BMP protects that benefit when the BMP holder permits anyone to use the business process, barring a patent holder for X (the specific IT technique) from claiming that online VR implementations infringe their patent.</p>
<p>I don&#8217;t know who, if anyone, holds a patent relevant to the technology of the types of innovation in online VR that I refer to here.  However, I suspect that many would regard it as a public detriment for citizens to have to pay a for-profit company for the right to use an online VR service; or for local or state governments to have to pay for privilege of operating such a service.</p>
<p>Other examples lie in the activities around political campaigns to form communities of supporters, organize volunteers, raise money, etc.  The use of social media and other online technology has and I expect will continue to increase in use, enabling more citizens to more easily participate in the political process. As in elections technology, such innovation is often the application of established technology for new purpose.</p>
<p>BMPs can protect the right of political organizations to use such established technology.  I can easily imagine a PAC or other issues-based political organization building a membership organization that includes online interaction with members, including gaining and retaining credit card information for future contributions to the organization, or directly to a candidate or campaign. If I were a member of such an organization, I might expect to get an email about a new set of candidate reviews for candidates in an upcoming election.  I could go to the organization&#8217;s web site and read up on candidates.  I could choose to make a donation directly to the candidate&#8217;s campaign, immediately, with a single click of a &#8220;give $100&#8243; button in the candidate review.</p>
<p>Suppose that there were a private company with a patent on making payment in digital commerce using a similar method.  Without a BMP for the process of a citizen contributing to a campaign as part of a Web session with a web site of an issues based voluntary membership association, that patent holder could insist that it be the sole conduit of such contributions.  I suspect most people would view it as a public detriment to either pay a for-profit company for the privilege of a quick and easy campaign contribution, or use a more cumbersome and error prone method for free.</p>
<p>Worse, one could imagine selective enforcement of the patent, or selectively preferential licensing agreements, to make the quick and easy contribution method available only to political campaigns that the patent holder favored.</p>
<p>The same selective approach could be applied to any part of the political process.  Back to voter registration, it&#8217;s possible that a patent holder would choose to license its innovations selectively, only to those local election officials in locales where the majority of unregistered voters are perceived as friendly to the politics of the patent holder.</p>
<p>A selective approach could also be applied for disputes.  For example, if a financial transactions company were able to stop a political campaign for collecting online contributions in a certain manner, during the time in which the dispute is resolved. If the time frame stretches long enough, it doesn&#8217;t matter if the campaign wins the dispute—the election will already be over and the opportunity to raise and use funds will be gone.</p>
<p>And these types of scenarios could fit pretty much any use of social media technology, where a patent holder of a purely technical patent could assert the right to constrain the use of the technique in any field of human activity, including elections or politics.</p>
<p>These examples may be fanciful, or not based on a real scenario where an election-relevant or politics-relevant technology-using process is the subject of a BMP that involves a particular use of a particular underlying technology for enabling or automating the process.  But I believe that the general benefit of BMPs would apply to real cases.</p>
<p><em>This may be a new idea</em>—organizations with a public-benefit motivation wanting to ensure general use of technology-enabled innovations in electoral or political processes, rather than trying to control or reserve or profit from BMPs.  And it is certainly not what BMPs might have been intended for.  But I believe that BMPs could be used—and for all I know are already being used—for electoral or political<br />
processes.  It would be a shame, and a public detriment, if BMPs became less useful, either in general, or less useful in disputes with a particular class of organizations. This might be counter intuitive, but as we see the growth of digital democracy, open government, online activism, and the like, it shouldn&#8217;t come as a surprise that these new forms of technology-enabled human activity also create new uses for pre-existing IP protections that pre-date the existence of these evolving activities.</p>
<p>Setting aside the efficacy of BMPs and the related religious debates, I bet we can all agree that without BMPs, Goliath—IBM in my perhaps fanciful example above—can block the public, especially the little guy.  Section 18 in the patent bill gives banks a new tool, unique for banks, to stop David from getting their idea to the market.  And this troubles me for it moves us toward that proverbial slippery slope.</p>
<p>At the end of the day, Section 18 of H.R.1249, the America Invents Act of 2011 is frankly, akin to a government regime not granting a permit to open a business simply because one is from the wrong caste or religion or political party&#8230; and that&#8217;s not the government regime of this nation, who independence we celebrate today. Yet it appears some special interests in patent reform may have an otherwise misguided view to the contrary.</p>
<p>Your ball<br />
GAM|out</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fan-independence-holiday-reflection-ip-reform-and-innovation-in-elections-technology&amp;linkname=An%20Independence%20Holiday%20Reflection%3A%20IP%20Reform%20and%20Innovation%20in%20Elections%20Technology"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/DiXc93VvV04" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/an-independence-holiday-reflection-ip-reform-and-innovation-in-elections-technology/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/an-independence-holiday-reflection-ip-reform-and-innovation-in-elections-technology</feedburner:origLink></item>
		<item>
		<title>Election Transparency Must be Apolitical</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/3nK3croHl20/election-transparency-must-be-apolitical</link>
		<comments>http://www.trustthevote.org/election-transparency-must-be-apolitical#comments</comments>
		<pubDate>Sat, 28 May 2011 02:15:25 +0000</pubDate>
		<dc:creator>Gregory Miller</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Election Technology Reform]]></category>
		<category><![CDATA[ballots]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[recount]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=8329</guid>
		<description><![CDATA[For those of you who have been following the recount saga in Wisconsin, here is a bit  of news, and a reflection on that.
So, the news from a couple of days ago (I&#8217;m just catching up) is that the process of  re-counting is complete, but the resolution of that close election may  [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who have been following the recount saga in Wisconsin, here is a bit  of news, and a reflection on that.</p>
<p>So, the news from a couple of days ago (<em>I&#8217;m just catching up</em>) is that the process of  re-counting is complete, but the resolution of that close election <em>may  not be</em>.  The re-counting did <em>not</em> change which candidate is leading, and apparently expanded the margin slightly.</p>
<p>Trailing candidate <a href="http://www.kloppenburgforjustice.com/aboutJoAnne.html" target="_blank">Joanne Kloppenburg</a> explains her motivation for the recount in a <a href="http://www.jsonline.com/news/opinion/121958509.html" target="_blank">newspaper letter</a> to the editor, building on the old but true assertion that, &#8220;<em>One may be entitled to their own opinions, but they are not entitled to their own facts</em>.&#8221;</p>
<p>We steer clear of political food fights, and I have no opinion on her motivation.<span style="color: #000000;"> But we are all about transparency and transparency should not have any political agenda attached.</span></p>
<p>To that end, what Kloppenburg does point about some of the irregularities, problems, and  issues with the re-counting process (<em>which are <span style="text-decoration: underline;">not</span> the same as the problems with the  original count</em>), including lack of physical security on ballots,  and uncertainty as to whether the re-counted ballots were the <em>same</em> ballots  as the originally counted ones &#8212; are reasonable questions about transparency.  More importantly, Kloppenburg offers some reflections about the re-count that are important and correctly apolitical:</p>
<blockquote><p><em><span style="color: #333399;">When races are this close, there is a significant public interest established both by statute and by common sense in determining that votes were counted and counted accurately.</span></em></p>
<p><span style="color: #333399;"><em>This election was close, and there were many who have expressed doubts about whether it was clean. The right to vote is fundamental. It is a right that courageous people fight and die for every day.  In America, that right carries with it a promise: that elections are fair and open, that election results are untainted by deceit or fraud, and that the electoral process provides every eligible voter with an equal opportunity to privately and independently cast a ballot.</em></span></p>
<p><em><span style="color: #333399;">In order to make that promise real, there are appropriate and established steps that help make sure the outcome of elections, when in doubt, can withstand scrutiny. That, no more and no less, is exactly why this recount is so important</span>.</em></p></blockquote>
<p>That is, in fact, a fine description of the <span style="text-decoration: underline;"><em>purpose</em></span> of a recount.</p>
<p>It&#8217;s unfortunate that in this particular case, the re-count process seems to have a similar or greater level of problems that cast doubt on the result.  We can only hope that the full scope of the process, warts and all, becomes transparent to the public.</p>
<p>For me, I find that regardless of candidate or political preferences, there is a point couched in the last two sentences excerpted from her letter that matters most:</p>
<p><em><span style="color: #333399;">&#8230;there are appropriate and established steps that help make sure the outcome of elections, when in doubt, can withstand scrutiny</span></em></p>
<p><span style="color: #333399;"><span style="color: #000000;">Transparency in process.  There should be <em>nothing</em> political about that.<br />
</span></span></p>
<p><span style="color: #333399;"><span style="color: #000000;">GAM|out<br />
</span></span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Felection-transparency-must-be-apolitical&amp;linkname=Election%20Transparency%20Must%20be%20Apolitical"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/3nK3croHl20" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/election-transparency-must-be-apolitical/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/election-transparency-must-be-apolitical</feedburner:origLink></item>
		<item>
		<title>Detours in Election Technology: The “Open” Factor and Mobility</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/wsaWaDzzpBo/detours-in-election-technology-the-open-factor-and-mobility</link>
		<comments>http://www.trustthevote.org/detours-in-election-technology-the-open-factor-and-mobility#comments</comments>
		<pubDate>Wed, 18 May 2011 04:14:01 +0000</pubDate>
		<dc:creator>E. John Sebes</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Election Technology Reform]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[digital voting]]></category>
		<category><![CDATA[e-voting]]></category>
		<category><![CDATA[election technology]]></category>
		<category><![CDATA[john sebes]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=8137</guid>
		<description><![CDATA[In a recent posting, I recalled the old-fashioned traditional proprietary-IT-think of vendors leveraging their proprietary data for their customers, and contrasted that with election technology where the data is public.
In the &#8220;open data&#8221; approach, you do not need to have integrated reporting features as part of a voting system or election management system. Instead, you [...]]]></description>
			<content:encoded><![CDATA[<p>In a <a href="detours-in-election-technology-the-open-factor-and-tradeoffs">recent posting</a>, I recalled the old-fashioned traditional proprietary-IT-think of vendors leveraging their proprietary data for their customers, and contrasted that with election technology where the data is public.</p>
<p>In the <em>&#8220;open data&#8221;</em> approach, you do <strong>not</strong> need to have integrated reporting features as part of a voting system or election management system. Instead, you can choose your own reporting system, hook it up to your open database of election data, and mine that data for whatever reports you want. And if you need help, only a few days of a reporting-systems consultant can get you set up quite quickly. The same applies to what we used to call &#8220;ad hoc querying&#8221; in the olden enterprise IT days, and now might be &#8220;data mining&#8221;. Well, every report is the result doing one or more database queries, and formatting the results. When you can do ad hoc creation of new report template, then an ad hoc query is really just a new report. With the open-data approach, there is <span style="text-decoration: underline;">no need to buy any additional &#8220;modules&#8221;</span> from a voting system vendor in order to be able to do querying, reporting, or data mining. Instead, you have ready access to the data with whatever purpose-built tools you choose.</p>
<div id="attachment_8209" class="wp-caption alignright" style="width: 210px"><a href="http://www.trustthevote.org/wp-content/uploads/2011/05/election08.jpg"><img class="size-medium wp-image-8209" title="election08" src="http://www.trustthevote.org/wp-content/uploads/2011/05/election08-200x300.jpg" alt="Election Reporting? got an app for that ..." width="200" height="300" /></a><p class="wp-caption-text">Election Reporting? got an app for that ...</p></div>
<p>Today, I want to <strong><span style="text-decoration: underline;">underline that point as applied to <em>mobility</em></span></strong>, that is, the use of apps on mobile devices (tablets, smart phones, etc.) to access useful information in a quick and handy on-the-go small-screen form factor.  Nowadays, lots of folks want &#8220;an app for that&#8221; and election officials would like to be able to provide. But the options are not so good. A proprietary system vendor may have <strong>an</strong> app, but it might not be what you had in mind; and you can&#8217;t alter it. You might get a friendly government System Integrator to crack open your proprietary voting system data and write some apps for you, but that is not a cheap route, either.</p>
<p>What, in contrast, is the <strong>open route</strong>? It might seem a detour to get you where you want to go, but consider this. With open data, there is <em>no constraint</em> on how you use it, or what you use it with. If you use an election management system that has a Web services API, you can publish all that data to the whole world in a way that anyone&#8217;s software can access it&#8211; including mobile apps&#8211; including <strong>all</strong> the data, not just what happens to be available in proprietary product&#8217;s Web interface. That&#8217;s not just open-source and <em>&#8220;open data&#8221; </em>but also <em>&#8220;complete data.&#8221;</em></p>
<p>Then for some basic apps, you can get friendly open-gov techies to make something simple but effective for starters, and make the app open source. From there on out, it is up to the ingenuity of the tens of thousands of mobile app tinkerers and good government groups (<em>for an example, read about one of them <a href="http://votinginfoproject.org/projects/view/our_google_powered_voting_gadget" target="_blank">here</a>, and then try it the app yourself</em>) to come up great ideas about how to present the data &#8212; and the more options there are, the more election data, the public&#8217;s data, gets used for the public good.</p>
<p>I hope that that picture sounds more appealing than closed systems. But to re-wind to Proprietary Election Technology Vendors&#8217; (PETV) offerings to Local Election Officials (LEO), consider this dialogue as the alternative to &#8220;open data, complete data.&#8221;</p>
<p style="padding-left: 30px;"><span style="color: #800080;"><strong>LEO</strong></span>: <em>I&#8217;d like to get an election data management solution with flexible reporting, ad hoc querying, a management dashboard, a nifty graphical public Web interface, and some mobile apps</em>.<strong> </strong></p>
<p style="padding-left: 30px;"><span style="color: #008000;"><strong>PETV</strong></span>: Sure, we can provide it. We have most of that off the shelf, and we can do some customization work and professional services to tailor it to your needs. Just guessing from you asked for, that will be $X for the software license, $Y per year for support, $Z for the customization work, and we&#8217;ll need to talk about yearly support for the custom stuff.<strong> </strong></p>
<p style="padding-left: 30px;"><span style="color: #800080;"><strong>LEO</strong></span>: <em>Hmmm. Too much for me. Bummer</em>.<strong> </strong></p>
<p style="padding-left: 30px;"><span style="color: #008000;"><strong>PETV</strong></span>: Well, maybe we can cut you a special deal, especially if you lower your sights on that customization stuff.<strong> </strong></p>
<p style="padding-left: 30px;"><span style="color: #800080;"><strong>LEO</strong></span>: <em>Hmmm. Then I&#8217;m not really getting all I asked for, but I am getting something I can afford. &#8230; But will you all crack open your product&#8217;s database with a Web services API so that anybody can write a mobile app for it, for any mobile device in the world?</em><strong> </strong></p>
<p style="padding-left: 30px;"><span style="color: #008000;"><strong>PETV</strong></span>: Wow! That would be some <strong>major</strong> customization. I think you&#8217;ll find our mobile app is just fine.<strong> </strong></p>
<p style="padding-left: 30px;"><span style="color: #800080;"><strong>LEO</strong></span>: <em>What about cracking open the database so I can use my choice of reporting tools?</em><strong> </strong></p>
<p style="padding-left: 30px;"><span style="color: #008000;"><strong>PETV</strong></span>: Ah, no, actually, and I think you&#8217;ll find our reporting features are really great.</p>
<p>I&#8217;ll stop the dialogue (<em>now getting painful to listen to</em>) and actually stop altogether for today, leaving the reader to contrast it with the open-data, complete-data approach of an open election data management system with core functions and features, basic reporting, basic mobility, and above all the open-ness for anyone to data-mine or mobilize the election data that is, in fact, the people&#8217;s information.</p>
<p>&#8211; EJS</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fdetours-in-election-technology-the-open-factor-and-mobility&amp;linkname=Detours%20in%20Election%20Technology%3A%20The%20%26%238220%3BOpen%26%238221%3B%20Factor%20and%20Mobility"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/wsaWaDzzpBo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/detours-in-election-technology-the-open-factor-and-mobility/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/detours-in-election-technology-the-open-factor-and-mobility</feedburner:origLink></item>
		<item>
		<title>Detours in Election Technology: The “Open” Factor and Tradeoffs</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/mP0ELohmOms/detours-in-election-technology-the-open-factor-and-tradeoffs</link>
		<comments>http://www.trustthevote.org/detours-in-election-technology-the-open-factor-and-tradeoffs#comments</comments>
		<pubDate>Mon, 16 May 2011 16:13:14 +0000</pubDate>
		<dc:creator>E. John Sebes</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Election Adminstration Technology]]></category>
		<category><![CDATA[Election Technology Reform]]></category>
		<category><![CDATA[e-voting]]></category>
		<category><![CDATA[election management]]></category>
		<category><![CDATA[election technology]]></category>
		<category><![CDATA[john sebes]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=8071</guid>
		<description><![CDATA[During some recent election technology adoption discussions, I&#8217;ve realized how some standard proprietary-IT-think has affected acquisitions of election technology. And it is a mind-set that I used to have too, back when I was in the enterprise IT infrastructure business.
Back then, the normal thing was to have a core technology with some primary value, a [...]]]></description>
			<content:encoded><![CDATA[<p>During some recent election technology adoption discussions, I&#8217;ve realized how some standard proprietary-IT-think has affected acquisitions of election technology. And it is a mind-set that I used to have too, back when I was in the enterprise IT infrastructure business.</p>
<p>Back then, the normal thing was to have a core technology with some primary value, a road map of a couple major extensions of the core technology, and a <a href="http://www.woodsidefund.com/ent/articles/Building_Roadmap.html" target="_blank">product roadmap</a> for adding functions and features. Of course we wanted our customers to want more of our stuff as time went by, and we wanted to support our pricing model with customer options for this growing set of features.</p>
<div id="attachment_8089" class="wp-caption alignright" style="width: 181px"><a href="http://www.trustthevote.org/wp-content/uploads/2011/05/Legacy-Product-Road-Map.jpg"><img class="size-medium wp-image-8089 " title="Legacy-Product-Road-Map" src="http://www.trustthevote.org/wp-content/uploads/2011/05/Legacy-Product-Road-Map-285x300.jpg" alt="A Typical Product Road Map" width="171" height="180" /></a><p class="wp-caption-text">A Typical Product Road Map</p></div>
<p>And one more-or-less knee-jerk response was an expanding feature set for &#8220;reporting.&#8221; The idea was familiar: the vendor lets you, the customer, use their software; the software builds up a valuable base of information (<em>a <strong>proprietary</strong> information base</em>) about its history of use and what it can tell you about your IT usage; so the software should be able to prepare you reports that tell you various kinds of juicy information nuggets.  And the big assumption was that <strong>only</strong> that software had the smarts to do so.</p>
<p>And that went double for the cases where a few &#8220;<em>reports</em>&#8221; were small enough in scope but commonly enough used that it was better to present a handful of them as graphics on a single administrative screen. Thus, the &#8220;<em>management dashboard</em>&#8221; and new spin on higher product value.</p>
<p>Rewind to the present day, and I found it curious that this mindset is still around, including among adopters of election technology. But in election-land, there is <span style="color: #ff0000;">huge</span> missing concept here: Inside of election technology, the <strong>data</strong> is <span style="color: #ff0000;">not</span> proprietary, not specific to a vendor.  Sure, a closed system vendor may make data <strong>format</strong>(s) proprietary, but the <em>data</em> of elections, contests, candidates, ballots, voters, vote totals &#8212; all that and more is by rights <span style="color: #ff0000;">public data</span>.</p>
<p>Now, here is <strong>the &#8220;open&#8221; factor</strong>: In an open system, all that public data is freely available.  Anyone, or anyone&#8217;s code, can access the data. Take the example of the TTV Election Manager and TTV Tabulator working to consolidate vote counts. The Election Manager&#8217;s database is an ordinary database with a public schema. If an election official wants some specific reports generated, it is only <strong>one option</strong> to ask for Election Manager or Tabulator features to slice and dice the data and prepare nifty tables and graphics. And it is tempting to want that in the same Web application interface of the Election Manager. That temptation is underlined because existing proprietary EMSs do have the &#8220;<em>you can only get reports from me</em>&#8221; concept &#8212; though seemingly to not able please all users with one set of limited reporting features.</p>
<div id="attachment_8107" class="wp-caption alignright" style="width: 310px"><a href="http://www.trustthevote.org/wp-content/uploads/2011/05/CrytalReps.jpg"><img class="size-medium wp-image-8107" title="CrytalReps" src="http://www.trustthevote.org/wp-content/uploads/2011/05/CrytalReps-300x160.jpg" alt="Typical Reporting Package with Database" width="300" height="160" /></a><p class="wp-caption-text">Typical Reporting Package with Database</p></div>
<p>But a <strong>better option</strong> is to recognize that all the data is there already, sitting in a publicly documented database which can be accessed directly by any purpose-built reporting system. Get the reporting system of your choice  &#8212; there are <a href="http://en.wikipedia.org/wiki/List_of_reporting_software" target="_blank">tons of them</a> ranging from the grand-daddy of them all <a href="http://en.wikipedia.org/wiki/Crystal_Reports" target="_blank">Crystal Reports</a> (now offered by <a href="http://sap.com" target="_blank">software giant SAP</a>) to the reporting offering of venerable open-source project <a href="http://en.wikipedia.org/wiki/GNU" target="_blank">GNU</a>. Hook up the reporting system to your database of election data <em>(yes, that can be a real election management database in the picture above)</em>, and design and generate reports to your hearts&#8217; content. <em>And even better:</em> a purpose-built reporting package probably has many more handy features than either a product manager or a customer of a voting system product would think of.</p>
<p>And that&#8217;s the power of &#8220;<em>open data</em>,&#8221; using the best tool for each job &#8212; an election data management system to manage election data, a voting system to collect votes, and a reporting system to generate a wide variety of customizable reports. And that power creates options and trade-offs, which are essential in funding-constrained U.S. election-land. It&#8217;s tempting to want one vendor to have a completely integrated product of everything, but it may well be more cost-effective &#8212; <em>and ultimately more useful</em> &#8212; to have  a collection of packages each of which has your best bang-for-the-buck for each task you need automated.</p>
<p>&#8211; EJS</p>
<p>PS: Next time on &#8220;Detours&#8221; &#8212; mobile computing as another example of a detour from traditional <em>proprietary-IT-think</em> in election-land.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fdetours-in-election-technology-the-open-factor-and-tradeoffs&amp;linkname=Detours%20in%20Election%20Technology%3A%20The%20%26%238220%3BOpen%26%238221%3B%20Factor%20and%20Tradeoffs"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/mP0ELohmOms" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/detours-in-election-technology-the-open-factor-and-tradeoffs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/detours-in-election-technology-the-open-factor-and-tradeoffs</feedburner:origLink></item>
		<item>
		<title>Bedrock 4: Into the Ballot Design Studio</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/zimZyEPQblI/bedrock-4-into-the-ballot-design-studio</link>
		<comments>http://www.trustthevote.org/bedrock-4-into-the-ballot-design-studio#comments</comments>
		<pubDate>Tue, 10 May 2011 18:16:29 +0000</pubDate>
		<dc:creator>E. John Sebes</dc:creator>
				<category><![CDATA[Ballot Design]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Election Adminstration Technology]]></category>
		<category><![CDATA[ballots]]></category>
		<category><![CDATA[digital voting]]></category>
		<category><![CDATA[e-voting]]></category>
		<category><![CDATA[election technology]]></category>
		<category><![CDATA[john sebes]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=7891</guid>
		<description><![CDATA[Continuing our Bedrock election story (see parts one, two, and three if you need to catch up), we find the County of Bedrock Board of Elections staff, including design guru Dana Chisel, in the &#8220;ballot design studio,&#8221; a dusty back room of the BBoE. Chisels in hand, staffers ponder the blank slate, or rather sandstone, [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing our Bedrock election story (see parts <a href="/bedrock-of-election-management">one</a>, <a href="/bedrock-2-adventures-at-the-board-of-elections">two</a>, and <a href="/bedrock-3-the-big-picture">three</a> if you need to catch up), we find the County of Bedrock Board of Elections staff, including design guru Dana Chisel, in the &#8220;ballot design studio,&#8221; a dusty back room of the BBoE. Chisels in hand, staffers ponder the blank slate, or rather sandstone, of sample ballot slabs on easels. With the candidate and referendum filing periods closed and the election only a couple weeks away, it&#8217;s time to make the ballots.</p>
<div id="attachment_7885" class="wp-caption alignright" style="width: 165px"><a href="http://www.trustthevote.org/wp-content/uploads/2011/05/DanaChisel.jpg"><img class="size-medium wp-image-7885" title="DanaChisel" src="http://www.trustthevote.org/wp-content/uploads/2011/05/DanaChisel-155x300.jpg" alt="Dana Chisel, design queen of Bedrock" width="155" height="300" /></a><p class="wp-caption-text">Dana Chisel, design queen of Bedrock</p></div>
<p>Now, you might think that the ballot consists of the 3 items we know of &#8211; the race for Mayor, the race for Quarry Commission, and the question on the quarry fee. However, recall that each precinct in Bedrock County has a distinct set of districts. In this election, each precinct has a distinct ballot with a distinct set of contests corresponding to the districts that the precinct is part of. At a first cut, the contests by precinct are:</p>
<ul>
<li><em>Downtown-001</em>: the contest for mayor, and the referendum on quarry fees;</li>
<li><em>Quarrytown-002</em>: the contests for mayor and quarry commissioner, and the referendum on quarry fees;</li>
<li><em>QuarryCounty-003</em>: the contest for quarry commissioner, and the referendum on quarry fees;</li>
<li><em>County-004</em>: the referendum on quarry fees.</li>
</ul>
<p>You&#8217;ll note that only Town residents &#8212; in Precincts 1 or 2 &#8212; are entitled to vote for mayor, while residents of the Mineral District &#8212; in Precincts 2 or 4 &#8212; are the only voters entitled to for Quarry Commissioner. Last, all voters in the county are eligible to vote on county revenue issues such as taxes and fees imposed by the county.</p>
<p>That, plus the list of candidates and the text of the referendum, comprise what might be called the content of each of the 4 ballots, or the <strong>ballot configuration</strong>. But the ballots themselves need to be designed: the ballot items have to appear in some order, and the candidates likewise; the ballot items have to be arranged in some visual design, vertically or horizontally, with sufficient space between each, fitting the size of ballot slates that they will be etched on … and so on.</p>
<div id="attachment_8029" class="wp-caption alignright" style="width: 237px"><a href="http://www.trustthevote.org/wp-content/uploads/2011/05/BedrockBallot.jpg"><img class="size-medium wp-image-8029" title="BedrockBallot" src="http://www.trustthevote.org/wp-content/uploads/2011/05/BedrockBallot-227x300.jpg" alt="Ballot for Precinct 1 in the Bedrock Special Election of 1 April, 1000000 B.C." width="227" height="300" /></a><p class="wp-caption-text">Ballot for Precinct 1 in the Bedrock Special Election of 1 April, 1000000 B.C.</p></div>
<p>So, armed with chisels, the proverbial blank slate, and several tablets stating the legal requirements for contest and candidate order, design guru <strong>Dana Chisel</strong> marks out a prototype ballot containing all the requisite ballot content, laid out according to usability principles known since the Stone Age (left justified text, instructions separate from content, instructions with simple words along with pictures, and more). After a few tries and consultation with their boss Rocky, they have a design model for each of the 4 ballots. The next step are usability testing with volunteer voters, and using the results to create the final slabs that serve as the model for each <strong>ballot style</strong>. Then they&#8217;re ready for mass reproduction of  ballots for the upcoming election &#8212; get those duplidactylsaurs into action!</p>
<p>Now, you might think that they&#8217;re ready for election day, but wait there&#8217;s more, including the preparation of pollbooks, and then early voting, and then eventually election day operations.</p>
<p>Next time: Pollbooks and Early Voting</p>
<p>&#8211; EJS</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fbedrock-4-into-the-ballot-design-studio&amp;linkname=Bedrock%204%3A%20Into%20the%20Ballot%20Design%20Studio"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/zimZyEPQblI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/bedrock-4-into-the-ballot-design-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/bedrock-4-into-the-ballot-design-studio</feedburner:origLink></item>
		<item>
		<title>Help Wanted; The Search is On</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/pHDUQlnnFwA/help-wanted-the-search-is-on</link>
		<comments>http://www.trustthevote.org/help-wanted-the-search-is-on#comments</comments>
		<pubDate>Wed, 04 May 2011 16:58:23 +0000</pubDate>
		<dc:creator>Gregory Miller</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Foundation Administration]]></category>
		<category><![CDATA[TrusttheVote / OSDV]]></category>
		<category><![CDATA[Gregory Miller]]></category>
		<category><![CDATA[john sebes]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=7819</guid>
		<description><![CDATA[Greetings All-
Sorry we&#8217;ve been away from the podium here for a couple of weeks.&#160; We&#8217;re heads-down on some very exciting projects.&#160; But not nearly as exciting as what I have to announce today.&#160; Let&#8217;s get right to it.
The time has come.&#160; Some might argue it’s overdue.&#160; Growth of the activities and work here, and the [...]]]></description>
			<content:encoded><![CDATA[<p><b>Greetings All</b>-<br />
Sorry we&#8217;ve been away from the podium here for a couple of weeks.&nbsp; We&#8217;re heads-down on some very exciting projects.&nbsp; But not nearly as exciting as what I have to announce today.&nbsp; <i>Let&#8217;s get right to it</i>.</p>
<p><b>The time has come</b>.&nbsp; <i>Some might argue it’s overdue</i>.&nbsp; Growth of the activities and work here, and the need for speed in advancing the agenda of open source elections technology triggers today’s announcement:</p>
<blockquote><p><b>The OSDV Foundation Leadership Team is growing, and we&#8217;re officially recruiting for a new Chief Executive Director</b>.</p>
</blockquote>
<p>The search is on, and we want your help in locating an absolute “<i>A-player</i>” to lead the next level of growth for the Open Source Digital Voting Foundation.</p>
<p>“<i>Wait a minute</i>,” you say. “<i>Wait a minute!&nbsp; Doesn’t the Foundation already have an Executive Director… or actually like two of them</i>?”&nbsp; Oh, definitely—you&#8217;re right, two of them.&nbsp; <b>John Sebes</b> and myself, co-founders and co-executive directors (<i>as mandated by the Foundation’s by-laws</i>), have been tirelessly leading and managing this 4-year effort since Day 1 with the generous support and advice of our Board.</p>
<p>We have also have been managing all aspects of Foundation development (<i>read: funding</i>) and technology work (<i>e.g., the TrustTheVote Project</i>).&nbsp; And the workload has become overwhelming.&nbsp; We each need to now focus on our particular domain expertise in order to sustain and accelerate the momentum the TrustTheVote Project is gaining.</p>
<p><i>So, it is time for both of us to narrow our respective scope of efforts</i>.&nbsp; For myself, this means focusing on stakeholder community development, public outreach, adoption and deployment, and strategic alliances and backing.&nbsp; In the commercial world, this might be akin to the kind of role I’ve played in the tech sector for about 1/2 of my career: <i>running marketing and business development</i>.</p>
<p>For John, this means the heavy responsibility for leading the core mission of the non-profit: open source elections technology design and development efforts. This is aligned with his commercial world experience: as <i>an engineering manager and chief technology officer</i>.</p>
<p>What’s left are all of the activities associated with day-to-day operational leadership, to effectively manage and grow the Foundation.&nbsp; This includes executive leadership in major fund raising from all sources, accounting, finance, administration, legal affairs, and public relations.&nbsp; It is in the commercial world, a <i>CEO role</i>. &nbsp;In other words, with the growth in activities and work, the leadership team must expand and bring in the right talent to take this to the next level.</p>
<p>We’ve successfully been managing what essentially amounts to nearly a $1.0M&nbsp; operation; a tiny start-up by commercial comparison, but significant by some non-profit comparisons.&nbsp; We realize that we must now elevate this to a $7-10M annual operation in order to maintain the momentum we’re generating and be the kind of change agent for public elections integrity and trust according to our Charter.</p>
<p>And we’re experienced enough to appreciate that neither of us is well suited to provide that non-profit leadership and somehow keep doing what we do best.</p>
<p>The details of technology architecture and building the stakeholder community are more than full-time efforts alone.&nbsp; To be sure, both John and I have managed commercial technology operations greater than $10M per year (<i>but in those cases had staffing and resources commensurate with the size of operation</i>).&nbsp; However, the nuances of a non-profit operation, its methods of funding, and the need for our acquired domain expertise on elections technology, flat out prohibits us from trying to do it all any longer.</p>
<p><b>So, Here We Go</b>.<br />
We’ve uploaded a <a href="http://wiki.trustthevote.org/images/0/07/OSDV-EDsearch04May11.pdf" mce_href="http://wiki.trustthevote.org/images/0/07/OSDV-EDsearch04May11.pdf" target="_blank">position description</a> on the <a href="http://wiki.trustthevote.org" mce_href="http://wiki.trustthevote.org" target="_blank">TrustTheVote Wiki</a>.&nbsp; You will <a href="http://wiki.trustthevote.org/images/0/07/OSDV-EDsearch04May11.pdf" mce_href="http://wiki.trustthevote.org/images/0/07/OSDV-EDsearch04May11.pdf" target="_blank">find it here</a>. And there is a <a href="http://wiki.trustthevote.org/images/5/5f/OSDV-ED-profile.pdf" mce_href="http://wiki.trustthevote.org/images/5/5f/OSDV-ED-profile.pdf" target="_blank">companion documen</a>t that provides some background, <a href="http://wiki.trustthevote.org/images/5/5f/OSDV-ED-profile.pdf" mce_href="http://wiki.trustthevote.org/images/5/5f/OSDV-ED-profile.pdf" target="_blank">here</a>.&nbsp; We’ve engaged with our Board, an Executive Recruiter, and our advisers to expand the search.</p>
<p>With today’s announcement, we look to <b>you</b>, our backers, supporter, stakeholders, and other interested onlookers to join in the search for our ideal candidate to lead this exciting and important project blending the best in technology innovation, with the imperative agenda of “<span style="color: rgb(0, 0, 255);" mce_style="color: #0000ff;"><i>critical democracy infrastructure</i></span>.”</p>
<p>And it’s a helluva lot of fun working to be the change agent for accuracy, transparency, verification, and security of public elections technology in a digital age.&nbsp; To be sure, there&#8217;s a bunch of great stuff going on here: the digital poll book project based on the Apple iPad; the election night reporting system project using open data and web services distribution; work with the Federal Elections Assistance Commission on component-level certification for the open source Tabulator we&#8217;re building; and working with the IEEE 1622 Standards Group on our proposed standard for open election data formats.</p>
<p><b>Please spread the word</b>; <span style="color: rgb(0, 0, 255);" mce_style="color: #0000ff;">the search is <b>ON</b></span>.&nbsp; If you know of an ideal candidate, or even think you might be one yourself, we want to hear from you.&nbsp; Ping us.&nbsp; You can also drop a note to &#8220;<span mce_style="color: #0000ff;" style="color: rgb(0, 0, 255);">edsearch</span>&#8221; sent to our <a target="_blank" mce_href="http://www.osdv.org" href="http://www.osdv.org">Foundation web site</a> domain.</p>
<p>Onward.<br />
GAM|out</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fhelp-wanted-the-search-is-on&amp;linkname=Help%20Wanted%3B%20The%20Search%20is%20On"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/pHDUQlnnFwA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/help-wanted-the-search-is-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/help-wanted-the-search-is-on</feedburner:origLink></item>
		<item>
		<title>Bedrock 3: The Big Picture</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/cIsqMZ_iIRY/bedrock-3-the-big-picture</link>
		<comments>http://www.trustthevote.org/bedrock-3-the-big-picture#comments</comments>
		<pubDate>Fri, 08 Apr 2011 18:38:34 +0000</pubDate>
		<dc:creator>E. John Sebes</dc:creator>
				<category><![CDATA[Ballot Design]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Election Adminstration Technology]]></category>
		<category><![CDATA[ballots]]></category>
		<category><![CDATA[digital voting]]></category>
		<category><![CDATA[e-voting]]></category>
		<category><![CDATA[election technology]]></category>
		<category><![CDATA[john sebes]]></category>
		<category><![CDATA[voter registration]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=7261</guid>
		<description><![CDATA[At the end of our last visit to the fictional Town of Bedrock, we left Fred as he applied to run for mayor. Now we&#8217;ll continue the story, but with a focus on Bedrock itself, in order to continue building up a detailed, yet simplified, account of actual U.S. election practice.
The focus is on Bedrock [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of our <a href="/bedrock-2-adventures-at-the-board-of-elections">last visit</a> to the fictional <a href="http://en.wikipedia.org/wiki/Bedrock_(The_Flintstones)">Town of Bedrock</a>, we left <a href="data:image/jpg;base64,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">Fred</a> as he applied to run for mayor. Now we&#8217;ll continue the story, but with a focus on Bedrock itself, in order to continue building up a detailed, yet simplified, account of actual U.S. election practice.</p>
<p>The focus is on Bedrock rather than its colorful denizens, because the answer to the current question &#8212; can Fred be a candidate for mayor in the upcoming election? &#8212; lies partly in the details of Cobblestone County and Town of Bedrock, how they are structured and administered for elections. At a first glance of the Bedrock County map, you&#8217;ll see that the Town of Bedrock is entirely in Cobblestone County, dividing the county into two regions, the part that is incorporated in the Town, and the unincorporated portion.</p>
<div id="attachment_7747" class="wp-caption alignright" style="width: 310px"><a href="http://www.trustthevote.org/wp-content/uploads/2011/04/BedrockMap.jpg"><img class="size-medium wp-image-7747" title="BedrockMap" src="http://www.trustthevote.org/wp-content/uploads/2011/04/BedrockMap-300x262.jpg" alt="Map for Election Administration of Bedrock" width="300" height="262" /></a><p class="wp-caption-text">Map for Election Administration of Bedrock</p></div>
<p>Look a bit more closely though, and you&#8217;ll see the Mineral District &#8212; not a town but a political division called an electoral district (in some states in the U.S., called a jurisdiction rather than a district). The Mineral District in the part of the county that&#8217;s affected by quarrying operations at the Bedrock Quarry, and the Bedrockites who live there get to elect the Quarry Commission to regulate the Quarry. Look a bit more carefully and you&#8217;ll notice that part of the Mineral District is in the Town of Bedrock, and the rest is in the unincorporated county.</p>
<p>To keep our Election Tale simple, that&#8217;s almost all of the electoral structure of Cobblestone County that is the jurisdiction of the Bedrock BoE. The remaining part may be a bit more familiar: the precincts. Each precinct is a region in which all of the voters are entitled to vote on exactly the same ballot items; put another way, in one precinct all of the voters reside in exact same set of electoral districts. So in Bedrock County, there are 4 precincts:</p>
<ul>
<li> The &#8220;Downtown-001&#8243; precinct, part of two districts: the district of the Town of Bedrock, and the district for Bedrock County;</li>
<li> The &#8220;Quarrytown-002&#8243; precinct, part of those same two districts, plus the Mineral District;</li>
<li> The &#8220;QuarryCounty-003&#8243; precinct, part of the Mineral District and the County;</li>
<li>The &#8220;County-004&#8243; precinct, part of just the district for the County.</li>
</ul>
<p>Looking a little more carefully, you&#8217;ll notice the Flintstone residence is in the QuarryTown-002 precinct, which means the Flintstones (or at least those of them that are registered voters) are eligible to run for offices in either the Town or the Quarry District. To say that more generally, in order to be eligible to run for an office, you have to reside in the district that the office is part of. Fred wants to run for Mayor of the Town of Bedrock, so he has to reside in the Town of Bedrock.</p>
<div class="wp-caption alignright" style="width: 89px"><img class=" " src="http://www.topthat.net/webrock/images/stony_curtis.jpg" alt="Rocky Stonerman" width="79" height="152" /><p class="wp-caption-text">Rocky Stonerman</p></div>
<p>Back at the BBoE, <a href="http://www.topthat.net/webrock/images/stony_curtis.jpg">Rocky</a> has completed the eligibility check for Fred, having ensured that:</p>
<ul>
<li> he resides in the Town of Bedrock,</li>
<li>he is registered to vote,</li>
<li>his current address matches the address in his voter record,</li>
<li>he is not serving jail time,</li>
</ul>
<p>and perhaps some other eligibility requirements in Stone Age election law that we are not aware of. Fred is satisfied to find that on the Bedrock slab-site&#8217;s <em>Upcoming Election</em> slab, he is listed as a candidate for mayor. However, there is also a bit of a surprise: his neighbor Betty Rubble is running against him! And also Barney Rubble is running for Fred&#8217;s old Quarry Commission seat. Also, the commission&#8217;s clerical errors seem to have been resolved, and the quarry fee referendum will be on the ballot. With a few more days of filing time left, an irritated Fred ponders who lives in the Mineral District, that might be convinced to run against Barney.</p>
<p>Next Time: it&#8217;s time for ballot design &#8211; get out your Chisel!</p>
<p>&#8211; EJS</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fbedrock-3-the-big-picture&amp;linkname=Bedrock%203%3A%20The%20Big%20Picture"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/cIsqMZ_iIRY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/bedrock-3-the-big-picture/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/bedrock-3-the-big-picture</feedburner:origLink></item>
		<item>
		<title>Voting System (De)Certification, Reloaded (Part 3 of 2)</title>
		<link>http://feedproxy.google.com/~r/trustthevote/~3/viQi9uQon_4/voting-system-decertification-reloaded-part-3-of-2</link>
		<comments>http://www.trustthevote.org/voting-system-decertification-reloaded-part-3-of-2#comments</comments>
		<pubDate>Thu, 07 Apr 2011 16:55:03 +0000</pubDate>
		<dc:creator>E. John Sebes</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Voting System Technology]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[digital voting]]></category>
		<category><![CDATA[e-voting]]></category>
		<category><![CDATA[election technology]]></category>
		<category><![CDATA[john sebes]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[voting system]]></category>

		<guid isPermaLink="false">http://www.trustthevote.org/?p=7669</guid>
		<description><![CDATA[Thanks to some excellent recent presentations by EAC folks, we have today a pleasant surprise of an update to our recent blogs Voting System Decertification: A Way Forward (in Part 1 and Part 2). As you might imagine with a government-run test and certification program, there is an enormous amount of detail (much of it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.eac.gov/cms/images/logo.png" alt="" width="406" height="48" />Thanks to some excellent recent presentations by <a href="http://www.eac.gov">EAC</a> folks, we have today a pleasant surprise of an update to our recent blogs <strong>Voting System Decertification: A Way Forward</strong> (in <a href="/voting-system-decertification-another-example-of-the-broken-market-1-of-2"><em>Part 1</em></a> and <a href="/voting-system-decertification-a-way-forward-2-of-2"><em>Part 2</em></a>). As you might imagine with a government-run test and certification program, there is an enormous amount of detail (much of it publicly available on the <a href="http://www.eac.gov/testing_and_certification/default.aspx">EAC web site</a>!) but Greg and I have boiled it down to a handful of point/counterpoints. Very short version: EAC seems to be doing a fine job, both in the <a href="http://www.eac.gov/assets/1/Page/Voting%20System%20Testing%20and%20Certification%20Program%20Manual.pdf">test/certification/monitoring</a> roles, and in public communication about it. At the risk of oversimplifying down to 3 points, here goes:</p>
<p><span style="text-decoration: underline;"><strong>1. Perverse Incentive</strong></span></p>
<p><strong>Concern</strong>: ES&amp;S&#8217;s Unity 3.2.0.0 would be de-certified as a result of EAC&#8217;s investigation into functional irregularities documented in Cuyahoga County, Ohio, by erstwhile elections direction <a href="http://boe.cuyahogacounty.us/en-US/board-members-staff.aspx">Jane Platten</a> (<a href="/kudos-to-cuyahoga">Kudos to Cuyahoga</a>). With the more recent product 3.2.1.0 just certified, the &#8220;fix&#8221; might be for customers of 3.2.0.0 to upgrade to the latest version, with unexpected time and unbudgeted upgrade expense to customers, including license fees. If so, then the product defect, combined with de-certification, would actually benefit the vendor by acting to spur customers toward paid upgrades.<br />
<img class="alignright" src="http://boe.cuyahogacounty.us/img_boe/en-US/site_title.jpg" alt="" width="195" height="50" /><br />
<strong>Update</strong>: Diligent work at EAC and ES&amp;S has resulted in in ES&amp;S providing an in-place fix to its 3.2.0.0 product, so that EAC doesn&#8217;t have to de-certify the product, and customers don&#8217;t have to upgrade. In fact, one recent result of EAC&#8217;s work with Cuyahoga County, the county was able to <a href="http://blog.cleveland.com/metro/2011/03/ballot_scanning_company_electi.html">get money back</a> from the vendor because of the issues identified.</p>
<p><strong>Next Steps</strong>: We&#8217;ll be waiting to hear whether the fix is provided at ES&amp;S&#8217;s expense (or at least no cost to customers), as it appears may be the case. We&#8217;ll also be watching with interest the process in which version 3.2.0.0+ fix goes through the test and certification process to get legal for real use in elections. As longtime readers know, we&#8217;ve stressed the importance of the emergence of a timely <strong>re</strong>-certification process for products that have been certified, need a field update, and need the previously used test lab to test the updated system with testing that is as rigorous as the first time, but less costly and more timely.</p>
<p><span style="text-decoration: underline;"><strong>2. Broken Market</strong></span></p>
<p><strong>Concern</strong>: This situation may be an illustration of the untenable nature of of a market that would require vendors to pay for expensive testing and certification efforts, and to also have to forego revenue when otherwise for-pay upgrades are required because of defects in software.</p>
<p><strong>Update</strong>: By working with the vendor and their test lab on both the earlier and current versions of the product, all customers will be able to obtain a no-fee up<span style="text-decoration: underline;">date</span> of their existing product version, rather than being required to do a for-fee up<span style="text-decoration: underline;">grade</span> to a later product version. Therefore, the <em>&#8220;who pays for the upgrade?&#8221;</em> question applies only to those customers who actually want to to pay for the latest version.</p>
<p><strong>Next Steps</strong>: Thanks to the EAC&#8217;s new process of publishing <a href="http://www.eac.gov/assets/1/AssetManager/Dominion_Democracy_Suite4.0_Project_Timeline.pdf">timelines</a> for all <a href="http://www.eac.gov/assets/1/AssetManager/ES&amp;S_Unity5000_Timeline-2.28.2011-FINAL1.pdf">product evaluation</a> versions, it should be possible to compare the timeframe for the original 3.2.0.0 testing, the more recent 3.2.1.0 testing, and the testing of the bug fixed version of 3.2.0.0. We can hope that this case demonstrates that a <strong>re</strong>-certification process can indeed be equally rigorous, less costly, and more timely.</p>
<div id="attachment_7675" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-7675" title="ESStimeline" src="http://www.trustthevote.org/wp-content/uploads/2011/04/ESStimeline-300x180.jpg" alt="ES&amp;S Evaluation Timeline" width="300" height="180" /><p class="wp-caption-text">ES&amp;S Evaluation Timeline</p></div>
<p><span style="text-decoration: underline;"><strong>3. Lengthy Testing and Certfication</strong></span></p>
<p><strong>Concern</strong>: The whole certification testing process costs millions and takes years for these huge voting system products of several components and dozens of modules of software. How could a re-test really work at a tiny fraction of a fraction of that time and cost?</p>
<p><strong>Update</strong>: Again, thanks to publishing those <a href="http://www.eac.gov/assets/1/AssetManager/ES&amp;S_Unity5000_Timeline-2.28.2011-FINAL1.pdf">timelines</a>, and with experience of recent certification tests, we can see the progress that EAC is making towards their goal that an end-to-end testing campaign of a system to be less than 9 months and a million dollars, perhaps even quarter or a third less. The key, of course, is that a system be ready for testing. As we&#8217;ve seen with some of the older systems that simply weren&#8217;t designed to meet current standards, and weren&#8217;t engineered with a rigorous and documented Q&amp;A process that could be disclosed to a test lab to build on, well, it can be a lengthy process &#8212; or even one that a vendor withdraws from in order to go back and do some re-engineering before trying again.</p>
<p><strong>Next Steps</strong>: A key part of this time/cost reduction is EAC&#8217;s guidance to vendors on <strong>readiness</strong> for testing. That guidance is another relatively <a href="http://www.eac.gov/assets/1/Page/Voting%20System%20Testing%20and%20Certification%20Program%20Manual.pdf">recent improvement by EAC</a>. We can hope for some public information in future about how the readiness assessment has worked, and how it helped a test process get started right. But even better, EAC folks have again repeated a further goal for time/cost reduction, but moving to voting system <strong>component</strong> certification, rather than certifying the whole enchilada &#8211; or perhaps I should say, <strong>a</strong> whole enchilada, rather than the whole <em>plato gordo</em> of enchilada, quesadillas, and chile relleno, together with the the EMS for it all with <strong>its</strong> many parts &#8211; rice, frijoles, pico de gallo, fresh guacamole &#8230; (I detect an over-indlugence in metaphor here!)</p>
<p><span style="text-decoration: underline;"><strong>One More Thing</strong></span>: As we&#8217;ve said before, we think that component level testing and re-testing is the Big Step to get whole certification scheme into a shape that really serves its real customers &#8211; election officials and the voting public. And we&#8217;re proud to jump in and try it out ourselves &#8212; work with EAC, use the readiness assessment ourselves, do a pilot test cycle, and see what can be learned about how that Big Step might actually work in the future.</p>
<p>&#8211; EJS</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.trustthevote.org%2Fvoting-system-decertification-reloaded-part-3-of-2&amp;linkname=Voting%20System%20%28De%29Certification%2C%20Reloaded%20%28Part%203%20of%202%29"><img src="http://www.trustthevote.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a><img src="http://feeds.feedburner.com/~r/trustthevote/~4/viQi9uQon_4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.trustthevote.org/voting-system-decertification-reloaded-part-3-of-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.trustthevote.org/voting-system-decertification-reloaded-part-3-of-2</feedburner:origLink></item>
	</channel>
</rss>

