Personal tools
You are here: Home Scott's Blog Categories Government
Log in


Forgot your password?
 

Government

Up one level

Austin's Open Government Online Charter Amendment

There has been a petition filed to place on the May ballot an amendment to the City's charter that would force the city to put some of it's day-to-day business online. This charter amendment aims to bring accountability and transparency to the higher levels of municipal government, where the primary targets are City Council members, the City Manager, Assistant City Managers, division level managers and their respective staffs. The amendment requires some very specific conditions (I'll highlight the technical ones below) but first a disclaimer.

Although I currently work for the City of Austin, I am in no way representing or advocating *any* official position of the City in this matter. I am writing this as a concerned citizen of Austin who would like to see our government as transparent and efficient as possible and I am using information that is publicly available elsewhere to make my points.

With that in mind, this is a theoretical plan so assumptions have been made which could be incorrect. At this time, I am neither for nor against the proposed Charter amendment. My focus with this post is to try and bring a technical solution to the mandated goals of the Charter amendment in which to serve as a base for discussion with the Austin community. This opinion is put forward in the hopes it will facilitate discussion and will bring other concerned citizens into the mix and to showcase the alternative technical ways to satisfy the Charter amendment if passed. So please, do not read anything into this post that is not explicitly stated.

And with that, off we go. Here are the relevant sections (italics are direct quotes from the amendment; regular text is my opinion):
  • The City must, as expeditiously as possible and to the greatest extent practical, make all public information available online in real time and accessible to the public.
      OPEN ACCESS TO CITY BUSINESS
    • Within one year of the date this Amendment takes effect, applications and proposals for any permit or contract of significant value must be provided to the City in an electronic format.
    • The City must maintain a system for electronic notification (such as email lists) to interested persons of any event or new information relating to the matter.
    • All written communications between the City and the applicant relating to the matter must be posted online in real time in a manner searchable by the public.
      OPEN ACCESS TO CITY CALENDARS
    • For all matters involving City business, the following people must maintain calendars of all meetings and maintain logs of all telephone calls: (a) City Councilmembers and their staff; (b) City Manager and his or her staff; (c) Assistant City Managers and their staff; and (d) all department heads.
    • Calendars and logs must be posted online in real time and be accessible to the public.
    • This provision must be implemented within six months of approval of this amendment.
      OPEN ACCESS TO CITY ELECTRONIC COMMUNICATIONS
    • In order to better preserve written electronic communication for public disclosure, the City must establish a system that automatically archives all incoming and outgoing electronic communication that deals with City business to and from the following people in their official capacity: (a) City Councilmembers and their staff; (b) City Manager and his or her staff; (c) Assistant City Managers and their staff; and (d) all department heads.
    • The above people are prohibited from discussing City business via any form of written electronic communication, such as a private email account, that is outside of the City’s automatic archiving system.
      OPEN ACCESS TO CITY FUNCTIONS
    • All public information that has previously been released to someone making a public information request and which, because of the nature of the subject matter, the City determines is or is likely to become the subject of a subsequent public information request for substantially the same information
      EFFECTIVE ACCESS TO INFORMATION
    • The City must create and maintain online tables of contents and indexes to enable the general public to easily find and access online City documents and public information. Information must be searchable, and be able to be located by author/submitter, individual recipient, date, and subject matter.
These are some pretty tough technical requirements but they are possible. If the city stays with its current technology (articles are located here, here, and the City's Cost Estimate) which is comprised primarily of proprietary, closed technology, this will be a *very* expensive endeavor. But, using Free Software and open standards, the city can put togther a long-term, cost-effective solution that would meet all of the above technical requirements.

The primary requirement of this plan is that all data will be created/stored/transported in XML formats. Once in XML, there are ways to work with the data that will satisfy the amendment.
  • Jabber - This will be the core transport piece and the legacy application data connector. Jabber is essentially an XML router and can act as the "bridge" from older client/server applications to the charter mandated goals.
  • Zimbra - This is the email/calendaring piece. At its heart, it's an XML processing engine.
  • Zope/Plone - This provides the public presentation framework as well as the internal data workflow paths for data classification and dissemination.
  • OpenOffice.org - This would be the city's standard productivity application for creating/editing data. All data would be stored in OpenDocument format which is basically a zipped XML file (well, actually, it's 3 files zipped into one). All citizen correspondence with the city would also be in OpenDocument format.
The Charter Data Flow diagram below shows a stylized data path and where the repositories reside in the model. It is important to remember this same model allows for a real-time and stored data repository that is controlled by the users of the system in the Plone workflows. This allows classification/declassification of data to be handled by the data custodians themselves, effectively streamlining the process. That very same system is also the frontend used by the citizens to gain access to the data. So let's break down the pieces one-by-one using the above amendment goals as an outline...
    OPEN ACCESS TO CITY BUSINESS
  • Within one year of the date this Amendment takes effect, applications and proposals for any permit or contract of significant value must be provided to the City in an electronic format.
  • The City must maintain a system for electronic notification (such as email lists) to interested persons of any event or new information relating to the matter.
  • All written communications between the City and the applicant relating to the matter must be posted online in real time in a manner searchable by the public.
If the city decides to commit to an open standards based format like OpenDocument immediately, the one year timeframe is a doable, although still a difficult timeline. As long as the city continues to accept binary, closed formats, it only pushes the timeframe of conversion and subsequent Charter amendment compliance futher into the future. OpenOffice is the perfect choice for an end-user tool as the city is not requiring the purchase of a particular company's software package to facilitate communication between its citizens and their government. Purchasing an office suite, even though it's the "market leader," puts an arbitrarily high hurdle in the way for those citizens who lack the funds to purchase the software. These disenfranchised citizens are now compelled to violate copyright laws in the attempt to communicate to their own government. With OpenOffice, the city could customize both the programs and templates required for effective communication. The city can create the exact functionality needed internally as well as customizing the functionality for its citizens externally while offering those tools to the public for no charge (for example, putting the software on a cdrom for those w/o Internet connections; creating live CDs that contain all the software and templates that can run on old, recycled machines, etc).

Further, to satisfy the electronic notification clause, a mail list management system is being integrated into Plone and there is already software available. Mailman is the most widely used mail list manager on the Internet and can be easily extended with just a bit of python code (Mailman, Zope, Plone all use python as the development language. Zimbra and Jabber can extend functionality using python so the city can standardize on one internal development language.)

And, as mentioned before, if the city standardizes on OpenDocument, incorporation of the contents of all submitted documents can be easily indexed once entered into the system (by entered I mean "saved to the storage medium.") Because OpenDocument files are just gzip'd text files, an index process can be used to unzip the files and pull just the text content (one file of the 3 contain just the content of the document w/no formatting) and make searching the repository more efficient and immediately available to the public.
    OPEN ACCESS TO CITY CALENDARS
  • For all matters involving City business, the following people must maintain calendars of all meetings and maintain logs of all telephone calls: (a) City Councilmembers and their staff; (b) City Manager and his or her staff; (c) Assistant City Managers and their staff; and (d) all department heads.
  • Calendars and logs must be posted online in real time and be accessible to the public.
  • This provision must be implemented within six months of approval of this amendment.
Access to city calendars through Zimbra should be facilitated quite easily. Either using replication within the system to provide a daily look in a downloadable format (like iCal) or the system can be setup to show real-time calendars on demand for key personnel. Public access would be facilitated through the Zope/Plone system while the actual data resides in the Zimbra Collaboration server. In regards to the phone logs, the members of government that the Charter applies to could be switched to a VoIP system in which the calls are stored in the repository with XML descriptions and metadata which would facilitate near real-time access to the actual phone calls for public review.
    OPEN ACCESS TO CITY ELECTRONIC COMMUNICATIONS
  • In order to better preserve written electronic communication for public disclosure, the City must establish a system that automatically archives all incoming and outgoing electronic communication that deals with City business to and from the following people in their official capacity: (a) City Councilmembers and their staff; (b) City Manager and his or her staff; (c) Assistant City Managers and their staff; and (d) all department heads.
  • The above people are prohibited from discussing City business via any form of written electronic communication, such as a private email account, that is outside of the City’s automatic archiving system.
Once again, using the Zope/Plone products, the system can be designed in a way that all information is kept within the repository and using Plone workflows, access can be facilitated.

In respect to the prohibition of those City personnel using external means to facilitate communication, there is really no way to stop this unless it is made into a law that carried some form of legal consequence. Currently, the city has too many ways to bypass the restriction (information security staff can't block all webmail sites [common sense dictates that]; councilmembers and other staff targetted in the amendment can bring in their own personal laptops and attach to the public wireless network [reference here], etc) but I would propose that the staff in which this amendment is targeted be moved on to a centralized thin-client based system to allow for easier accountability. One way to approach this would be to provide these employees with wireless tablets/laptops that tie-in to a backend thin-client system where the installation of unapproved software and traffic can be monitored. With a centralized thin-client system in place along with a legal mechanism, the system could better provide the compliance and accountablity the Charter amendment strives to achieve.
    OPEN ACCESS TO CITY FUNCTIONS
  • All public information that has previously been released to someone making a public information request and which, because of the nature of the subject matter, the City determines is or is likely to become the subject of a subsequent public information request for substantially the same information
This goal is already an inherent part of the envisioned system. Plone workflows will allow for the classification of data so once an Open Records request is made and the results known, the data from that request can be entered into the system and classified as public data. It could also be tagged with metadata that would enable classification of the data into Open Record groups so subsequent searches could use the narrowed down datasets.
    EFFECTIVE ACCESS TO INFORMATION
  • The City must create and maintain online tables of contents and indexes to enable the general public to easily find and access online City documents and public information. Information must be searchable, and be able to be located by author/submitter, individual recipient, date, and subject matter.
Again, this goal is already envisioned within the Plone content management architecture. Metadata tags can be added at will to provide the criteria needed for efficient searches.

PROS & CONS

I think the Pros of this system are self-evident as it is basically a transparent interface into the people's government. Redundancy of data and repetition of action have been minimized in the current design making the system as efficient as possible for the lowest possible cost. There are also savings by using products such as OpenOffice which can function in multiple roles thoughout the data collection/generation process as well as the obvious benefit of no ongoing software licensing fees.

Also, this plan does not replace any existing or upcoming applications like those listed in the City's cost estimate. This plan works with those systems to bring a centralized and efficient workflow with data classification to the already existing data collection process.

But there are a few Cons of the proposed design:
  • Cost - There would be a hefty upfront cost for hardware and existing data conversion. The current official estimate is $24 million one-time cost and $11 million ongoing. Without getting into the specifics of cost, I feel the official costs might be slightly high as I think there could be some savings in one-time consulting fees, software licensing costs and ongoing staffing (possibly as much as $6mil in the one-time category). But the costs to implement a system like this would be high, make no mistake about it. This nut can't be cracked cheaply.

    One thing that I'd like to bring up which isn't specifically called for in the Charter amendment is data conversion costs to the OpenDocument format. Although the Charter amendment does not call for all city data to be accessible online, I would like to mention that it would be time and money well-spent. Although I couldn't find an "official" conversion efficiency rate for Microsoft Office to OpenDocument, I have found numerous articles (here's one) hinting the conversion rates are quite high. My own testing of the few hundred Microsoft formatted documents on my hard drive showed about a 90% conversion rate (by that I mean 9 out of 10 did not complain about conversion and the docs I opened up looked formatted correctly).

    So working on the assumption there is an effective 85% conversion rate, if the city has 2.5 million documents, that leaves 375,000 documents that would need some form of "hand-holding" to convert. If one employee can convert 20 documents a day, they would get through the problem documents in 51.37 years. To bring this down into the timeframe required by the Charter amendment (just for argument's sake: 1 year), the city would contract close to 50 people for document conversion (50 x $35,000/yr for a temp = $1.75 million). To me, this is a relative bargain as the city would have the bulk of it's data in a non-proprietary, easily convertible and manipulative format.

    Now, there are much better people than I to figure out total costs for a plan like this (and I would love to work with someone on this, just email me) but suffice to say, the city's official $24mil estimate would be sufficient to cover the costs of this plan. The city's official cost estimate provides for new positions (which would be needed for more python programmers, etc) so I think the cost estimate is a good attempt to "herd cats" but could be just a bit high. The silver lining is that the city should be able to recoup some (not all) of the one-time costs over the long-term with the savings of having the data in machine manipulative formats, an efficient and defined data workflow path (enhancing employee productivity) and the ongoing savings in license fees for the proprietary software replacements.
  • Momentum - By that I mean that getting any large organization to change takes time. There are sure to be groups/departments/managers that are hostile to these types of ideas. But the Charter amendment demands specific goals within specific timeframes so this is the best type of pressure for a government agency (external pressure is always the most efficient). Having worked in government for the bulk of my career, I can make a safe assumption that a plan this agressive will meet with much resistance internally. It may very well take upwards of the first proposed year just to convince the parties targetted by this amendment to agree to the changes of workflow. But with public pressure and hopefully, media coverage, a change like this can be successful.
So, in summary, I believe the City of Austin can achieve the goals set forth by the Charter amendment although some additional time will be needed to allow for such massive infrastructure changes. It's important to keep in mind this proposal is just a theoretical model and may not even be possible with the aforementioned products. I'm assuming quite a bit (like ZODB will scale or can be broken into manageable chunks, the city's internal departments agree on a common plan, etc) so please take this post as a suggestion and not a roadmap. My experience in working with and for different government agencies as well as with Free/Open Software leads me to believe that the city can satisfy the requirements of the Charter amendment in a timely fashion and can provide to the public the most transparent and efficient government possible.

As always, I can be reached through comments or by email at scott(dot)brown(at)opennetworks(dot)org.
Charter Amendment Stylized Data Flow

City's Official cost projections City's Official cost projections
Size 3.3 MB - File type application/pdf

Re:Austin's Open Government Online Charter Amendment

Posted by Solveig Haugland at Mar 14, 2006 06:35 AM

Sounds like a great proposal! Best of luck! Jonathan Schwartz's blog, at sun.com, recently talked about the unfortunate events (to say the least) that can happen when government doesn't use open source or freely available applications.
http://blogs.sun.com/roller/page/jonathan?entry=why_odf_matters

Transitioning users to new software can be interesting, so of course be sure everyone knows the benefits, gets shown the software and trained early and often, etc. These are my thoughts and recommendations based on my experience.
http://openoffice.blogs.com/openoffice/2005/10/transitioning_a.html

Best of luck!

Re:Austin's Open Government Online Charter Amendment

Posted by Scott Henson at Mar 16, 2006 12:00 PM

This is interesting, Scott, and a great, cool suggestion to think of using open source software, but I'm not sure I understand - the City's official estimate is $36 million, not $24 million. Are we looking at the same one?

Another problem, as with the City's estimate, is that you're assuming the amendment applies much more broadly than it really does, which is a political and legal, not a technical question. There are several categories of information that are REQUIRED to be put online (or in the case of email, to be archived), while the preamble says other public information must be put online only when the city council decides, through implementing ordinances THEY'LL write, that it is "possible," "practical" and not violative of anyone's privacy rights to do so. That won't be every scrap of paper. So don't assume "all" documents must go online, assume the documents REQUIRED to go online will, and that others will only when it possible, practical, etc.

Thus a proposal for implementing the amendment should estimate a minimalist version that only would put online only what's required, as well as estimate for a full-blown cadillac version that you and Peter Collins describe, but which the amendment does not mandate. Some categories of information were already going online, the AMANDA system for example, they just weren't going to give the public a password.

Also, the amendment would only apply going forward and would require no historic information to be converted - there's no need to apply any "converstion" rate to the total number of existing city documents, only new, incoming documents that aren't already transmitted electronically. Finally, the one-year time frame only applies to a few specific items, not "all" public information, so be sure to estimate costs only for those specific items on the front end as mandated, not would-be-nice stuff like universal conversion. An open-source proposal for implementing the amendment under those more minimalist assumptions would be a great mitzvah to the community.

See these items for more on what those more modest assumptions would look like:

http://opengovaustin.blogspot.com/2006/03/on-privacy-and-practicality-must.html
and
http://www.aclutx.org/article.php?aid=201
and
http://www.cleanwater-cleangovernment.org/debunking.cfm

Thanks for thinking so hard on this and I'd be interested if, after looking more closely at the specific requirements, changing those assumptions would significantly change your thinking about the total cost estimate. Regards,

More technical discussion of Austin's Open Government Online Initiative

My last post put together a theoretical system that should be able to handle a near "real-time" posting of information in an online format if required. It was meant merely as a basis for discussion; to set the technical parameters of a system so we can break down specifically and in more detail, the functionality of the system in specific situations. In this post, I'll try to highlight and explain exactly how this system *should* work in situations that have been mentioned publicly. But first, a standard disclaimer:

Although I currently work for the City of Austin, I am in no way representing or advocating *any* official position of the City in this matter. I am writing this as a concerned citizen of Austin who would like to see our government as transparent and efficient as possible and I am using information that is publicly available elsewhere to make my points.

With that in mind, this is a theoretical plan so assumptions have been made which could be incorrect. At this time, I am neither for nor against the proposed Charter amendment. My focus with this post is to try and bring a technical solution to the mandated goals of the Charter amendment in which to serve as a base for discussion with the Austin technical community. This opinion is put forward in the hopes it will facilitate discussion and will bring other concerned citizens into the mix and to showcase the alternative technical ways to satisfy the Charter amendment if passed. So please, do not read anything into this post that is not explicitly stated.

I'll first discuss the situations mentioned in the ballot language proposed by the City Council. Here is the language that will be going on the ballot this May (italics are direct quotes; my responses are normal text. Further, I've changed the format of the language to make the points more clear [I don't think anyone can read big, run-on sentences very well]):

City Language

Shall the city charter be amended:
  1. to require that all private citizens emails to any public official be placed on the city website in real time, including emails or electronic communications between private citizens and public officials in all City departments, including the library department, police department, city health clinics and city departments handling utility bills and code enforcement, and limit the ability of citizens to keep private the details of these communications;
  2. to require that the heads of all city departments, including the police department, parks department, library department, all city manager s staff and all city council members and their staff post online in real time information about all meetings and phone calls with private citizens;
  3. prohibit the city from exercising state law protection for information that could expose the city and taxpayers to greater financial and legal liability and risk;
  4. to require the city to create at taxpayer expense an online electronic data system for most city communications and documents, which for the most part are already available to the public; and
  5. to install and permanently operate such a system at an estimated cost of approximately $36 million initially and $12 million annually thereafter if fully implemented, which could require a tax increase equivalent to three cents per $100 valuation or a reduction in city services?
First, let me say that there are those that feel the ballot language is not an accurate portrayal of the amendment's goals. I won't comment publicly my thoughts on the language at this time but I will address the technical concerns of the ballot language in the proposed system.

a) to require that all private citizens emails to any public official be placed on the city website in real time, including emails or electronic communications between private citizens and public officials in all City departments, including the library department, police department, city health clinics and city departments handling utility bills and code enforcement, and limit the ability of citizens to keep private the details of these communications;
Email is already subject to Open Records requests and state document retention policies so the only difference in this clause from a restatement of current policy is the "real time" bit (which I will address). Further, the amendment does not require breaking any existing federal or state laws in its effort for transparency (i.e- City health clinics, police departments and utilities are bound by federal laws like HIPAA and the USA Patriot act which supercede the City Charter's authority for online posting of information.) Privacy laws (whether federal or state) still supercede any authority the city charter may have (an important concept that seems lost within the context of the current ballot language).

The relevant section(s) from the amendment is:
SECTION 2: Privacy Protected. Nothing within this amendment should be interpreted in a manner that would violate an individual’s existing constitutional or common law rights to privacy.
and

(C)OPEN ACCESS TO CITY ELECTRONIC COMMUNICATIONS

(1)In order to better preserve written electronic communication for public disclosure, the City must establish a system that automatically archives all incoming and outgoing electronic communication that deals with City business to and from the following people in their official capacity:
  1. City Councilmembers and their staff;
  2. City Manager and his or her staff;
  3. Assistant City Managers and their staff; and
  4. all department heads.
The amendment merely calls for an archiving system for the above personnel and does not require "real time" capabilities. The city currently follows all state document retention laws which require email archiving for a period of no less than 2 years.

As it is correct to legally interpret the language of the amendment as broadly as possible, the current ballot language does not recognize that the ultimate authority of "real time" resides with the city council and not with this amendment. Interpreting the amendment as broadly as possible, it is correct to assume that "real time" posting of email would be a goal if that action was practical (that is the keyword from the amendment). The city council is the determining body of the "practicalness" of any issue that falls outside the explicit conditions set by the amendment. Hence, in this limited example of "real time" email, because it falls outside the explicit condition set by the amendment, it should be referred to council for determination of how practical the idea is (the key clause from the amendment is "expeditiously as possible and to the greatest extent practical,"). If the council found it was practical, it would then be up to the council to determine the action to best fit the situation.

Further, the OGO amendment only mentions "real time" in two explicit circumstances; calendars of the city council, city managers, division heads and their staff and written communications between the City and businesses and individuals seeking ecomonic development benefits. Anything outside the scope of the following sections would be referred to council for a practical definition. The amendment *does not* require "real time," online posting of email (even though the press continually miss this point).
SECTION 3: Open Government Online
(A)OPEN ACCESS TO CITY BUSINESS

(4)All public information concerning the matter subject to Section 3(A)(2) must be posted to the website. All written communications between the City and the applicant relating to the matter must be posted online in real time in a manner searchable by the public.
(B)OPEN ACCESS TO CITY CALENDARS

(3)Calendars and logs must be posted online in real time and be accessible to the public.
(I like to think of this situation as the city council's "Mars Mission." Even though a manned mission to Mars is possible, it still is not practical and the council could rule for various reasons [the cost is prohibitively expensive; no one is trained for the mission; the chemical rockets are not powerful enough to make it to Mars, the citizens don't want the extra $.03 per $100 valuation tax increase, etc] that the "Mars Mission" would not take place.)

The proposed system could meet the goal of "real time" posting of email if required by council at a later date. On email reception, the email is "tagged" with an OGO compliant label (the label is contained within the metadata for that message). Retrieval and display of those messages would be a simple ad-hoc query from the Zope application server to the Zimbra MySQL-based metadata store for the appropriate tag (pseudo-SQL: SELECT msg WHERE msg.tag MATCHES "OGO" AND msg.user MATCHES "Council Member"). Dependent on the tags, messages could also be grouped so a query could pull up not just one member's email messages, but a whole group (psuedo-SQL: SELECT msgs WHERE msg.tag MATCHES "OGO" AND msg.group MATCHES "city council" WHERE msg.date MATCHES "last week"). The nice thing about this approach is that by tagging the messages with metadata as they come in, we can do efficient ad-hoc querying from the Zope server to the message store while utilizing a single data repository. Furthering enhancing system performance, Zope will cache any queries on the Zope server so multiple queries for the same data will not need multiple "trips" to the message store.

I am having trouble finding where the council feels that the amendment is " ... limit(ing) the ability of citizens to keep private the details of these communications;". The closest section I can find is the waiver of rights in section 4(B). That section does not deal with the public-at-large though; it only deals with those individuals and businesses that are seeking economic benefits from the city and does not deal with private citizens email. I'm at a loss for where the council found that clause applicable under the "real time" section.

The next section from the ballot language:
b) to require that the heads of all city departments, including the police department, parks department, library department, all city manager s staff and all city council members and their staff post online in real time information about all meetings and phone calls with private citizens;
And the relevant section(s) from the amendment:
(B)OPEN ACCESS TO CITY CALENDARS
  1. For all matters involving City business, the following people must maintain calendars of all meetings and maintain logs of all telephone calls: (a) City Councilmembers and their staff; (b) City Manager and his or her staff; (c) Assistant City Managers and their staff; and (d) all department heads.
  2. These calendars and logs must contain the time, date, subject matter, and persons involved in all meetings and telephone calls involving City business. These calendars must be used to schedule and record all past and future meetings that occur after the implementation date of this section.
  3. Calendars and logs must be posted online in real time and be accessible to the public.
  4. “Meetings” includes all informal and formal meetings including but not limited to telephone conferences, videoconferences, happy hours, and luncheons.
  5. This provision must be implemented within six months of approval of this amendment.
In the proposed model, this requirement is already addressed in the current product line. Zimbra has partnered with another open source product, Asterisk to provide VoIP and PBX functionality within the collaboration server. Asterisk is a full-featured, enterprise-class PBX so the logging of calls in or out should be easy and display of those calls should be the same as the calendar view (more information is here and here.)

The next section from the ballot language:
c) prohibit the city from exercising state law protection for information that could expose the city and taxpayers to greater financial and legal liability and risk;
There are no technical issues required within this clause but, for completeness, here are the relevant amendment sections:
SECTION 4: Public Information.

The term “public information” means information that is required to be produced under Texas Government Code § 552.021. Public information also includes the following categories that must be produced in response to a public information request:

  1. INFORMATION RELATING TO CIVIL LITIGATION. That the City is a party to litigation does not render information relating to that litigation less important; rather it often means the information is a matter of heightened public interest. Therefore, the City must not withhold information relating to civil litigation under Texas Government Code § 552.103, but it may withhold under other Public Information Act exceptions.
  2. ECONOMIC DEVELOPMENT INFORMATION. Information relating to economic development assistance or incentives is public information to which the public has a right of access.
    1. The City must require all businesses and individuals seeking to engage in the type of economic development negotiations referenced in Texas Government Code § 552.131 to execute and deliver to the City a waiver of any rights to prevent the public disclosure of all information exchanged with the City. The City is without authority to engage in economic development negotiations with any company that has not first executed a waiver.
    2. The City is without authority to shield economic development offers under Texas Government Code § 552.131(b).
    3. Nothing in section 4(B) prevents a City from withholding documents under Texas Government Code §§ 552.104, 552.105, or 552.108.
  3. AGENCY MEMORANDA. Open government in Austin ensures the people have access not only to the final decisions made by government officials but also to the process by which those decisions are made. The City must not use Texas Government Code § 552.111 to withhold information reflecting advice, opinion, and recommendations on policymaking matters, except the City may withhold attorney work product.
  4. PERSONNEL FILES. The City of Austin must not maintain an optional personnel file as authorized under Texas Local Government Code § 143.089(g) for employees of the Austin Police Department, nor does the City have authority to enter into any meet and confer or other agreement with any police officer association that requires creation or maintenance of a separate file that is closed to the public.
  5. EMAILS RELATED TO CITY BUSINESS. Email or other written electronic communication to or from a public official concerning City business is public information, including communications to or from privately owned email accounts or computers.
I'll address the next two ballot language sections together:
  1. to require the city to create at taxpayer expense an online electronic data system for most city communications and documents, which for the most part are already available to the public; and
  2. to install and permanently operate such a system at an estimated cost of approximately $36 million initially and $12 million annually thereafter if fully implemented, which could require a tax increase equivalent to three cents per $100 valuation or a reduction in city services?
The proposed model does not require any new systems to be purchased outside of the one's listed in my first post. Jabber serves as a "bridge" to connect the various existing datasources into the display architecture while the "agents" speak the "native" application language to the existing datastores (once again, I'll mention the CAPWin project of Washington, DC.) Some of the cost in the City's official estimate is for software licensing ($6mil alone just for the document management system). As I've stated in my past post, the cost estimate from the city is a good attempt at "herding cats" but until specifics are laid out, noone actually knows how much the initiative will cost.

For example, the model I propose is heavier into programming than software licensing. Most of the products I've used in this model do not have an initial or ongoing software licensing cost (however, service contracts will still need to be procured). So it can be assumed that this model will be less expensive in software licensing than the city's official estimate. I have yet to fully breakdown the initial and ongoing costs for this model (I'm more concerned about the technical issues and not cost; I leave that for people more skilled than I at cost estimation) but a quick rundown of the products listed and their software costs:
Cost estimation
ProductInitial Software CostOngoing Licensing CostService Contract required
Zope$0$0Yes
Plone$0$0Yes
Jabber$0$0Yes
Jabber agents$Unknown.

Based on how many systems need to be tied in.
$0Yes
Zimbra$28/user$0Yes
OpenOffice.org$0$0Yes

Please keep in mind that the service contracts will cost money as well as hardware would need to be purchased (the city's estimate on server hardware is fair and reflective; the city would not have to replace 1,540 PCs under this model saving an additional $1.2mil). Without delving further into specifics, between just EDIMS licensing and the replacement PC costs, there is a savings of $7.1mil off the projected one-time cost of $24mil and at least $1.1mil off the recurring cost of $11.6mil. (I feel the ballot language is wrong when it states $36mil upfront costs. That figure combines the one-time cost at $24mil and the recurring cost of $11.6mil. The recurring cost would not have an effect on the one-time purchasing cost of the first year. Again, if anyone is interested in fully fleshing the costs of this model out, please email me.)

So, in sum, I hope that the technical model I propose shows the flexibility and expandability sought by the OGO amendment to provide a transparent window into the people's government. I would like to re-emphasize that this model should *not* be taken as a roadmap but merely as a discussion of the salient technical issues the amendment seeks.

Further thoughts on the new ballot language for Prop 1...

The Austin City Council has released the final ballot language for the upcoming propositions including the citizen-initiated Prop 1 and 2. For the first time in Texas history, a municipal council was directed by a court to rewrite ballot language as it was found that the language did not "present a fair measure of the proposed measures [and] chief features" and gave the City Council a deadline to change the language. Since I covered the last, and now found illegal, ballot language, I'll do the same for this final version. But first, the standard disclaimer:

Although I currently work for the City of Austin, I am in no way representing or advocating *any* official position of the City in this matter. I am writing this as a concerned citizen of Austin who would like to see our government as transparent and efficient as possible and I am using information that is publicly available elsewhere to make my points.

At this time, I am neither for nor against the proposed Charter amendment. My focus with this post is to try and bring a non-biased look at the proposed amendment and the ramifications it would bring if enacted. This opinion is put forward in the hopes it will facilitate discussion and will bring other concerned citizens into the issue. So please, do not read anything into this post that is not explicitly stated.

The City Council's final language appears thusly:

Proposition 1:
Shall the City Charter be amended:
  1. to provide online access to public information, which for the most part is already available, by creating an online electronic data system for most City communications and documents at taxpayer expense;
  2. to require that private citizens' emails to public officials be placed on the City website in "real time," including emails or electronic communications between private citizens and public officials in all City departments, and limit the ability of citizens to keep private the details of these communications, unless legal exceptions apply;
  3. to require that the heads of all City departments, all city manager's staff and all city council members and their staff post online in "real time" information about meetings and phone calls with private citizens; and
  4. to prohibit the city from exercising state law protection for information that could expose the City and taxpayers to greater financial and legal liability and risk?

So let's again breakdown each section.

  1. to provide online access to public information, which for the most part is already available, by creating an online electronic data system for most City communications and documents at taxpayer expense;

This is more representative than the last ballot language which included sections on certain departments possibly releasing private information (Library, Health clinics, Police Department, etc) which Proposition 1 did not call for. "For the most part," this statement is accurate and correct but it does miss a crucial goal of the amendment: efficient access to public information. While it's true that most of this information is available, the Open Records request mechanisms employed by the different departments throughout the city are not efficient. The request can take as much as 10 days before the requestor even knows if the information can be retrieved. The amendment seeks to clarify and accelerate the public's access to this public information by putting online as much public information as possible (and, most importantly, where approved by City Council) to let the public find what it needs without using valuable employee time first. As mentioned elsewhere, APD alone will have to fill 2500+ Open Records requests this year and countless hours of employee time will be used in fulfilling those requests. The amendment's core argument is that it is more efficient for the public to search these records first and then be able to put in specific requests for particular information than the current system.

  1. to require that private citizens' emails to public officials be placed on the City website in "real time," including emails or electronic communications between private citizens and public officials in all City departments, and limit the ability of citizens to keep private the details of these communications, unless legal exceptions apply;

This statement is still misleading. First, the premise that email will be placed on the City website in "real time" is not required by the amendment. The ballot language premise is a very broad interpretation of the clause "expeditiously as possible and to the greatest extent practical" and does not mention to the voters the circumstances that would have had to happen for that situation to become realistic. The City Council is the determining body on the practicalness of any measure that is not explicitly stated within the amendment so this situation would have to be:
  1. Sponsored by some department, citizen's initiative, etc., to be placed on the Council's agenda.
  2. At that meeting, Council would have to deem that situation practical.
  3. If found practical, Council would have to draw up ordinances and resolutions to meet and enforce the requirements of the situation.
  4. Council would have to pass the ordinances and resolutions.
So, if "real time" posting of email on the City's website ever does happen, you can lay the blame squarely on the City Council as they would have been the ones who found the situation to be for the public's benefit. Just for argument's sake, other scenarios that could have been used by the Council on the ballot that would have been just as misleading could be the amendment calls for all private citizen's Social Security numbers to be placed on the City website in "real time," or that all victim's records at APD will be placed online in "real time" (I've actually heard people mention that one). The amendment simply does not call for these scenarios nor would the amendment supercede any current state or federal laws in place to do so.

Council Member Brewster McCracken has stated that the email issue had been "[...] litigated and you all lost. ... [T]his language has been upheld as being accurate." At the time, he was talking to the amendment supporters in the Council chambers who rewarded this false statement with an appropriate response (boos and catcalls). As explained in this post, from the judge's own ruling, speaking specifically about the email issue, he stated "I don’t know that there are any city departments that would be excluded but certainly private citizens emails to any public official because there are exceptions that apply." As mentioned by myself and others, and which is validated by the state judge, private citizen's email has exemptions and, for various reasons, may not be put online. The City Council and their supporters *really* need to drop this red herring...

I'm still having a hard time finding the section that the Council is referring to when talking about "limit[ing] the ability of citizens to keep private the details of these communications,". There is nothing in the amendment that limits the citizen's right to privacy when dealing with their government. There is language that makes it harder for the City Council, City Managers, Division heads and their staff to keep their calendars and non-public meetings about City business with others secret. There is language that makes it harder if you are seeking economic benefits from the City to keep those negotiations secret. There is further language that makes it harder to keep the misconduct of police officers secret. But if you are a private citizen, all of the federal, state and local privacy laws on the books are not superceded by this amendment and will remain so. I can't stress this enough.

Finally, I would like to give some credit where it's due. Council Member Jennifer Kim tried to add more descriptive language to the ballot on this point. Specifically, she tried to have the words "consistent with state and federal privacy protection laws" substituted for the phrase "unless legal exceptions apply." Council Member Kim, I commend your attempt and agree that your phrase is much closer to what the judge ruled in his decision and thank you for your attempt at clarification.

When I first read this clause in the original language, I withheld my personal comments through the litigation that followed in the hopes that the Council would change the language and drop this fallacious clause. I'll go out on a limb here... If Proposition 1 is defeated, it will be challenged in court and it will appear on a later ballot because of this clause. Council Members McCracken, Dunkerly, Leffingwell and Mayor Wynn, your steadfastness to this particular language will cost the city more future litigation, the costs associated with it and another dubious legal distinction for this City Council.

  1. to require that the heads of all City departments, all city manager's staff and all city council members and their staff post online in "real time" information about meetings and phone calls with private citizens; and
This is another misleading statement about what the amendment calls for. The relevant section from the amendment follows:
(B)OPEN ACCESS TO CITY CALENDARS
  1. For all matters involving City business, the following people must maintain calendars of all meetings and maintain logs of all telephone calls:
    1. City Councilmembers and their staff;
    2. City Manager and his or her staff;
    3. Assistant City Managers and their staff; and
    4. all department heads.
  2. These calendars and logs must contain the time, date, subject matter, and persons involved in all meetings and telephone calls involving City business. These calendars must be used to schedule and record all past and future meetings that occur after the implementation date of this section.
  3. Calendars and logs must be posted online in real time and be accessible to the public.
  4. “Meetings” includes all informal and formal meetings including but not limited to telephone conferences, videoconferences, happy hours, and luncheons.
  5. This provision must be implemented within six months of approval of this amendment.
I highlighted the relevant sections in that clause. If you are a private citizen and you are speaking to a public official through one of the listed means about City business, then, according to the amendment, that must be noted in the appropriate log. The federal government, proposed by none other than one of the most conservative members of Congress, Newt Gingrich, follows much the same system. It is a way the public can see who their elected officials are talking to and about what subjects. If you are going to call Mayor Wynn and tell him how great or not great he is, there is no need to record the call as that is not City business. Further, if a Council Member calls their doctor, that call is not subject to the documentation clause. Only City business is required to have the notation. Another branch on that limb... This clause will also be seen by a later court to be misrepresentative and misleading and will help to overturn a defeat of the proposition.

  1. to prohibit the city from exercising state law protection for information that could expose the City and taxpayers to greater financial and legal liability and risk?
This section must be referring to the requirement of the amendment that pertains to public information. Here is that section from the amendment.
SECTION 4: Public Information.

The term “public information” means information that is required to be produced under Texas Government Code § 552.021. Public information also includes the following categories that must be produced in response to a public information request:
  1. INFORMATION RELATING TO CIVIL LITIGATION. That the City is a party to litigation does not render information relating to that litigation less important; rather it often means the information is a matter of heightened public interest. Therefore, the City must not withhold information relating to civil litigation under Texas Government Code § 552.103, but it may withhold under other Public Information Act exceptions.
First, the amendment states that the City cannot withhold information under the following Texas Government Code section:
§ 552.103. EXCEPTION: LITIGATION OR SETTLEMENT NEGOTIATIONS INVOLVING THE STATE OR A POLITICAL SUBDIVISION.

  1. Information is excepted from the requirements of Section 552.021 if it is information relating to litigation of a civil or criminal nature to which the state or a political subdivision is or may be a party or to which an officer or employee of the state or a political subdivision, as a consequence of the person's office or employment, is or may be a party.
  2. For purposes of this section, the state or a political subdivision is considered to be a party to litigation of a criminal nature until the applicable statute of limitations has expired or until the defendant has exhausted all appellate and postconviction remedies in state and federal court.
  3. Information relating to litigation involving a governmental body or an officer or employee of a governmental body is excepted from disclosure under Subsection (a) only if the litigation is pending or reasonably anticipated on the date that the requestor applies to the officer for public information for access to or duplication of the information.

Added by Acts 1993, 73rd Leg., ch. 268, § 1, eff. Sept. 1, 1993. Amended by Acts 1999, 76th Leg., ch. 1319, § 6, eff. Sept. 1, 1999.

From this summary, under the “litigation exception,” a governmental body can withhold information about pending or reasonably anticipated civil or criminal litigation. This exception allows the government to hold back otherwise releasable public information because it feels there is or may be some sort of litigation that might include that information. This is an important concept to grasp. The information being sought by the public does not have to be actually involved in litigation; it just has to be deemed by someone in government that it might, at some point in the future, be part of a litigation claim. Further, the entity can keep this information secret until the statute of limitations expires for the whatever the phantom offense this information may be involved in.

As these examples show, this section of the Public Information Act has been abused by government entities in the past. Historically, this exemption in the Texas Public Information Act has been used in 2 ways:

  1. a shelter to keep clearly public documents secret that otherwise would not be exempt and
  2. as a delay tactic to allow further court motions and "grandfathering" claims to be filed on a dubious ordinance or law.
Proposition 1 still allows the broad and correct exemptions for attorney work product and attorney client privilege that will protect all information related to any litigation the City may be party to. The City does not need this exemption and it's prohibition will not expose the "City and taxpayers to greater financial and legal liability and risk." The City can still use the other numerous, broad and generous Public Information exemptions that protect Public Information through any litigation process. The prohibition in using this one exemption will make it easier for private citizens and watchdog groups to get the public information they already own even if it might cause embarassment or legal problems for some in the government.

So, in summary, I still feel the language on the ballot is misleading. I also feel that even though the City Council has tried their best to stack the deck against this initiative, it will still be a close vote come election day. I guess we'll see how things shake out.

Why you should care about Barton Springs

Cross-posted at Daily Kos. Keep in mind I wrote this for non-Austinites but since it has to do with the upcoming Propositions, I posted it to AustinBloggers as well.

If you go a little over 1 mile southwest from the direct center of downtown Austin, Texas, you'll find yourself at one of the greatest natural sites left in Texas:  Barton Springs pool.  Fed by the endangered Edwards aquifer, the water is a clear and cool 68 degrees year round, making the swimming in the middle of the Texas summer at least bearable until the cool Fall breezes sweep in.  Barton Springs is in the southern part of a 12 mile long greenbelt of undeveloped land that snakes through the western edge of Austin, much of which has been set aside by the citizens of Austin in bonds to protect the green space as well as the sensitive aquifer that resides beneath it.  Most Austinites visit Barton Springs pool a couple of times a month in the summer to roast in the Texas sun and share the natural experience with other Austinites so close to the hustle, sprawl and large, multi-story buildings of downtown.  To most in Austin, Barton Springs isn't merely a swimming hole; it's a generational gift to them from their parents and a prime example of what defines Austin as a city and a culture.

Environmental protection of Barton Springs has gone on since the beginning of the environmental movement but really unified in the late 80's.  Since then, various local ordinances dealing with development over the aquifer have been passed as well as hundreds of millions of dollars for land purchases to protect the sensitive natural area from development.  But, as some would say, there's a new threat to the green space and possible future existence of Barton Springs.  And disturbingly, the threat seems to reside within the very governmental body chartered to protect the springs:  the Austin City Council.

There now exists a palpable disconnect between the Austin City Council and local environmentalists who feel that their government is no longer working for them.  Fueled by this frustration and using history as a guide, the Save Our Springs Alliance drew up and circulated 2 amendments to Austin's City Charter.  The amendments, primarily a response to what the environmentalists felt was a closed door, back-office deal brokered between a developer (Stratus Properties), a client (Advanced Micro Devices), and the City Council, strive for transparency in the land development process as well as seeking to hold local government accountable by using technology to facilitate the opening of information to the public.

Unfortunately, the current situation echoes one from just 16 years ago.  In 1990, a developer (Freeport McMoRan) sought to develop 4,000 acres within the Edwards aquifer and on top of Barton Springs by building hundreds of homes and apartments.  The citizens of Austin quickly banded together in an effort to block the development by lining up to speak against it in front of the City Council.  Over seven hundred speakers signed up to speak in front of the Council against the proposed development that night.  By the end of the epic Council meeting, the development was stopped by a unanimous vote of the Council, 7-0.  This victory essentially started the formal defense of Barton Springs (at the time named the Save Our Springs Coalition) and some much needed local ordinances were drafted to further inhibit development within the sensitive area.

But, after the Council meeting when the draft legislation was released, the lobbyists and developers tried to stop the most damaging parts of the ordinance; the "nondegradation" clauses which prohibited futher polluting within the aquifer.  After nearly a year of redrafting, the Council finally adopted a loophole-ridden version of the original draft.  Some felt this "Composite Draft" did not protect the springs adequately so the Save Our Springs Coalition wrote up a competing draft and set off to collect the required 20,000 signatures needed to put the ordinance on the ballot.

Once the signatures were collected and verified, the City Council delayed the recognition of the citizen-sponsored ordinance to where it could not get on the May 1992 ballot but it eventually made it onto the August 1992 ballot.  But in that time, the developers filed requests for development within the Barton Springs area in the hopes of "grandfathering" if the new ordinance from SOS passed.  Interestingly, it was also during this time that a Chamber of Commerce led campaign against the SOS amendment was undertaken, directed by none other than George W. Bush's right-hand man, Karl Rove.

When the election was finally held and the citizens of Austin finally had their say, the citizen-drafted and citizen-sponsored ordinance passed by nearly 2-1 (65% approval).  The ordinance finally put in place some much needed environmental protections to protect Austin's premier natural treasure.

It's with that history still fresh in the minds of the citizen environmentalists that a new threat to the springs comes forward.  Since the passage of the SOS ordinance in 1992, citizens have asked major employers to not build in the sensitive areas of the Edwards aquifer and to locate in the "Preferred Development Zone;" an area still close to downtown but not located over the aquifer and thus does not affect the water quality of Barton Springs.  That is until recently, in what these citizen environmentalists believe have been back-room deals with the Austin City Council, Advanced Micro Devices' new offices was "grandfathered" within the zone even though they appeared to have no legitimate grandfathering claim.  Worse still, the development would be a monster; a $220mil, 875,000 sq. ft. office pavillion which would serve as a "hub" for other development spurs into the sensitive area.

So, with history as a guide, the SOS Alliance drafted 2 new amendments to the Austin City Charter and went about collecting the 20,000 signatures that each amendment required to gain entry on the voting ballot.  Each amendment attacked what they saw as a problem in their efforts to be included at the discussion table for development within the Edwards aquifer and specifically with the AMD situation.  

The first amendment, now known as Proposition 1 and commonly referred to as the "Open Government Online" amendment, tries to bring tranparency to the local government and its elected officials.  It provides for new accountability and transparency standards for the highest City officials; the City Council, City managers and their staffs, and Division heads.  It requires phone and meeting logs to be posted "real time" to the City's website for those officials as well as defaults the City's Public Information policies towards openness.  It makes it harder to keep the public out of the now-secret negotiations between developers and the City as well as opening up police misconduct records to public scrutiny, bringing Austin inline with 2,000 other law enforcement agencies across the state of Texas.

The second amendment, Proposition 2 or the "Clean Water" amendment, seeks to add protection to Barton Springs and the Edwards aquifer by asking major employers to not locate on the Barton Springs watershed as well as curtailing city tax money for developing toll roads in the environmentally sensitive area.  The amendment would limit the city's authority in "grandfathering" claims that have weaker environmental standards than the 1992 voter-approved ordinances where, over the last 14 years, scores of development projects have been allowed to build in the sensitive area with only voluntary compliance to the 1992 ordinance.

Once the signatures had been collected and verified, the City Council originally drew up blatantly misleading ballot language in what seemed to be an effort to discourage the passage of the amendments.  Some citizens of Austin sued the City in court to rewrite the ballot language to comply with the state standards of fairness for ballot measures and for the first time in Texas history (and you have to think about how corrupt Texas politics can be and this was the first time...), a court found that the ballot language proposed by a municipal council would have to be rewritten.  The language originally approved by the Council was found to not "present a fair measure of the proposed measures [and] chief features" of the amendments.  But instead of trying to follow the direction of the judge (who, jokingly said that the state standard could be met by saying "This one is about open government; this one is about the springs") a few on the Council, led by Council Member Brewster McCracken opted to take out the "offending" passages but still leave enormously misleading language.  But because the Council delayed formulation of the original language and then went to court to defend itself, the final, still misleading language had to be placed on the ballot to meet the Travis County's deadline for getting ballots out to absentee voters.  

At its core, this is about how the citizens of Austin feel their government has failed them.  Austin, the poster child for an environmental town if there ever was one, with its collective of actors, artists, athletes, musicians, writers, geeks, students, Californians, Democrats and yes, even Republicans, pride themselves on just how much the environment is a part of their daily lifestyle.  Just look at any of the "Best places to live" lists and Austin is almost always on it.  And usually, at the top of those lists of the reasons why Austin is such a great place to live, it's noted how much green space is available through park lands, environmentally sensitive planning of developments and natural places like Barton Springs, Hamilton pool or Hippie Hollow.  The last thing that Austinites want is a city that looks, feels, smells and functions like Houston or Dallas.  We are all in love with the unique blend of arts, technology, people, scenery and general quirkiness that makes this city so damn appealing and most residents long to keep it that way for future generations.  This truly is a city of individuals but on one issue, Barton Springs, almost all are on the same side.  

Over the coming days I'll be cross-posting from my personal blog into this diary in an attempt to pull attention to this issue from outside of Austin.  I hope to show you, the national Daily Kos reader, the reasons why this issue is important to you even if you live in South Dakota.  As history has shown, what happens here in Austin is sometimes a national warning if we just listen.

Is My Precinct Representative?

So now Prop 1 & 2 have gone down in stinging defeats giving developers and their related industries cause for celebration along with the Austin City Council and Austin Police Department a big sigh of relief. So what caused the defeat of these proposals? Was it the deceptive advertising campaigns and interviews by the propositions opponents? (They were using quotes from the ballot language that had already been found deceptive in state court; 36 million anyone?) Was it a pattern in the media that too easily and too quickly gave a bully pulpit to current and former council members and mayors? (I watched what I would consider a "hit piece" on KVUE the night before the election that left my head shaking in awe at the extremely low quality of reporting that passes for journalism nowadays. I could easily present a case-study of all the current problems of the media with just that one news segment...) In fact, just now (5:06pm, Sun), I witnessed a report on News8 stating that Prop 1 would put all the city's documents online in real time... Geez, a day after the elections and it still isn't being represented correctly.

So there are signs that certainly point to these things being part of the reason why the propositions failed, but the most troubling sign to me would be the voting totals in my own precinct. I live in Precinct 342 (precinct totals are available here) which is the precinct directly to the east of Barton Springs. If any precinct had reason to vote for the amendments, it would be my precinct with its assorted hippies, yuppies, yippies and puppies. But, based on the vote totals, my precinct went 61% against the amendments (averaged). So almost 2 of 3 of my neighbors were either comfortable with seeing Barton Springs get paved over with more office and apartment complexes, restaurants and mini-malls or they were misled by the three-pronged approach of developer supported advertising, council member bully pulpits and misleading paper editorials. On my street, everyone I talked to except for one was in favor of the amendments. Clearly, most of the people I talked to did not have an implementation-level understanding of the propositions and it sometimes took a few minutes to explain to them what the amendments were trying to do, but every last one of them mentioned the $36 million figure which was found to be erroneous by state court and was ordered removed from the ballot language. Councilmembers McCracken, Dunkerly and Mayor Wynn owe the City's CIO an enormous thank-you fruit basket for that estimate...

But what troubles me most is not the deceptive advertising or the lax journalism, but what could be the overarching reason why the amendments didn't pass. Again, using my precinct as a lab, Will Wynn and Brewster McCracken won re-election (82% and 74%, respectively) who are possibly the most pro-growth council members/mayors in recent history. Props 4 (64%) and 5 (75%), which had to do with increasing term limits and increasing campaign contributions, also passed easily. Let's also assume that voters were swayed by the deceptive advertising which was funded almost entirely by developers and their sub-industries PACs. That means, in my precinct, one of the few precincts where Barton Springs actually touches and runs through, it appears that a majority of my neighbors are pro-industry, pro-developer and pro-growth over environmental protection of one of Austin's greatest natural treasures or my exhaustive research into the amendments are completely and utterly wrong. I'm not comfortable with either conclusion...

Now, it's true that my neighbors may not have had the time to go through all the amendments and really understand what they were voting on but I'm going to give them the benefit of the doubt and at least assume that there was a cursory examination. So, in my precinct, located in the 78704 zipcode, the supposed hub of granola-crunching, tree-hugging environmentalism of Austin; Progressivism has died not by kicking and screaming, but by a flat-out majority suffocation. It seems to have been replaced by what I'll call "Closet Conservatism." You might know what I'm talking about here. It's like State Proposition 2 from 2004 which banned gay marriage here in Texas. That was an issue where people were quick to announce their support in front of their friends and family who may be gay but then secretly voted against it in the voting booth. The Barton Springs protection issue seems to be the 2006 version of the gay marriage amendment in my precinct...

I'll be honest. A non-progressive Austin is an Austin that scares me. I come from Dallas and lived there for 17 years and I loathe to see Austin turn into Dallas. I am not one of those people that find Trammell Crow developments on every other street corner attractive. I don't really care to have a Starbuck's within easy driving distance so it doesn't cost me more than that cup of coffee in gas to drive my SUV through the drive-thru. And I certainly don't care to see one of my most cherished things I love about Austin, Barton Springs and the accompanying greenbelt, something I use on nearly a daily basis, get paved over by the Trammell Crows and AMDs of the world. So the question is: What do we do now?

For starters, if my precinct is any measure, the election results should be challenged on the misleading ballot language. As I mentioned before, all that one needs to do is show that news report on News8 the day after the election as evidence in court to show that the ballot language was confusing and was not understood by a majority of the citizens. Also, I can't help but wonder how citizen-sponsored amendments, each of which required 20,000 signatures on a petition, managed to garner just over half of that number in support in the final election. I would think that the same 20,000 people who were motivated enough to sign the petitions should have been motivated enough to go to the ballot box. I know that you will never get 100% of those people out to the voting booth but just over 50% seems a bit low. And finally, we need to really keep a skeptical eye on this city council and it's future actions. As shown in the double-speak of the ballot language of Prop 5, the misrepresentation of Props 1 & 2, the "surprise" announcement of the new Green Water treatment plant location as well as the grandfathering of the AMD property, this council seems to go to great lengths to cloak their intentions. Hopefully, the incoming new council members will not be bullied by other members of the council and they will hold true to their campaign promises.

When I first started blogging about this issue, it wasn't because I was for or against these particular amendments. It was my belief that certain council members were not being honest to their constituents, purposefully muddying the waters to possibly benefit their campaign contributors instead of the people they are supposed to represent. After this election, I'm left with the disappointment that I find myself no longer in a progressive majority or that Austin is moving away from its environmental roots. Neither of those conclusions gives me the warm fuzzies for the coming years...

Re:Is My Precinct Representative?

Posted by omit at May 14, 2006 04:45 AM

Let's face it. The MSM, including the Statesman, the Chronicle and the parroting TV stations, the major Democratic organizations and past progressive Democratic council members (Slusher and Goodman) all stood against the propositions. Like somebody else said, you can't win against people who buy ink by the barrel.

Re:Is My Precinct Representative?