Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

govtrack · GovTrack.us Discussion List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 462
  • Category: United States
  • Founded: Nov 3, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 601 - 630 of 1188   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#601 From: Josh Tauberer <tauberer@...>
Date: Tue Aug 5, 2008 3:50 pm
Subject: oGosh! IRC Meeting Aug 16 4pm EDT
tauberer
Send Email Send Email
 
Hi all,

Please join me at an IRC chat to talk about civic-technology projects,
on Saturday, August 16 at 4pm Eastern time! The agenda will be a mix
between seeing what various civic technology projects are up to
(GovTrack, OpenCongress, and any others run by people who show up), and
getting new people involved in ongoing projects. "oGosh" is, as I wrote
previously, Open Government Open Source Hacking, what I'm calling the
loose community that binds these projects together.

The chat will be in the #transparency channel on Freenode. For more
information on the meeting (and on how to get to the chat), see:

http://wiki.opengovdata.org/index.php/OGosh

Suggestions for agenda topics are most welcome either to me directly or
by revising the wiki page above.

Hope to see you there.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#602 From: "Justin Palmer" <encytemedia@...>
Date: Thu Aug 7, 2008 6:57 pm
Subject: Limiting votes_download by date and/or amount
encytemedia
Send Email Send Email
 
Hi,

I'm in the process of working on an iPhone application using a combination of
data from
Govtrack, Sunlight, OpenSecrets, etc.  The iPhone presents a interesting set of
challenges, the
primary one being limiting the number and size of requests being made, It drains
the battery
and hampers the user experience (waiting for information to download).

A common pattern I'm noticing across the API's and data sets is there seems to
be no way to
limit how many results you get back and to a lesser extent, page the results. 
It would be
great if I could specify a month along with a year when requesting votes for a
candidate
(http://www.govtrack.us/congress/votes.xpd?month=07&year=2008&person=300090) and
votes.

Apologies if this is possible already and I've overlooked it.

P.S.  Thanks for the time and effort you've put into Govtrack.  It's invaluable.

  -Justin

#603 From: Josh Tauberer <tauberer@...>
Date: Thu Aug 7, 2008 9:02 pm
Subject: Re: Limiting votes_download by date and/or amount
tauberer
Send Email Send Email
 
That sounds neat. Would love to hear more about the app.

My personal stance on APIs is that, as far as GovTrack goes, since I
provide the raw data, I don't want to spend too much time trying to make
a comprehensive API as well.

Or, well, let's say, I'd be happy to accept code contributions to extend
the API, but otherwise it probably won't make it high enough on the
priority list to get done soon.

Josh

Justin Palmer wrote:
> Hi,
>
> I'm in the process of working on an iPhone application using a combination of
data from
> Govtrack, Sunlight, OpenSecrets, etc.  The iPhone presents a interesting set
of challenges, the
> primary one being limiting the number and size of requests being made, It
drains the battery
> and hampers the user experience (waiting for information to download).
>
> A common pattern I'm noticing across the API's and data sets is there seems to
be no way to
> limit how many results you get back and to a lesser extent, page the results. 
It would be
> great if I could specify a month along with a year when requesting votes for a
candidate
> (http://www.govtrack.us/congress/votes.xpd?month=07&year=2008&person=300090)
and
> votes.
>
> Apologies if this is possible already and I've overlooked it.
>
> P.S.  Thanks for the time and effort you've put into Govtrack.  It's
invaluable.

#604 From: "Justin Palmer" <encytemedia@...>
Date: Fri Aug 8, 2008 12:02 am
Subject: Re: Limiting votes_download by date and/or amount
encytemedia
Send Email Send Email
 
Unfortunately, I've never written a line of python.

A little about the application -- The idea is that most of us (If I can
generalize for a
moment) don't pay close enough attention to our government and issues that
matter to
us.  We collect information in passing from various blogs and sites such as
Govtrack in bits
when we "have free time".  I'd like to make it easy for myself and others to
unobtrusively
monitor legislators, issues, and bills that are important to us.  I'd also like
the ability to do
this when I'm standing in line at the grocery store, waiting on the bus, etc.  I
believe that
somehow, if we can fit all of that information in someone's pocket, "having
time" is no
longer an issue.

With a few clicks, I can see how a Senator voted on a specific piece of
legislation.  What If I
disagree with the Senators position?  One more click and I can instantly call
their office or
send them an email.

You could also combine the basics with information from OpenSecrets to find out
where
the money is coming from, or Eventful to find out if there are any events in
your area for a
particular legislator.

I'm about 1/4 of the way through implementation, and running into some hurdles
that I've
yet to determine how I'm going to proceed.  For instance, when looking at the
voting
record of a candidate "HR 1234" doesn't mean much unless you already know what
this
relates too.  In order for me to fetch the related bill (and the more
descriptive title) I'd have
to:

* Request the votes for a candidate
* Request the roll for a vote (to obtain bill id)
* Request the bill and extract the title

I have to run through that list once for each vote and given the inability to
limit votes, this
ends up being a very costly operation (both processing and $ if you're not on an
unlimited
data plan).  Fun stuff, but it's coming along nicely so far! :-)

Here are a few preliminary screens:
http://s3.amazonaws.com/caged/legislate/legislators.png
http://s3.amazonaws.com/caged/legislate/democrat.png
http://s3.amazonaws.com/caged/legislate/republican.png

  -Justin

--- In govtrack@yahoogroups.com, Josh Tauberer <tauberer@...> wrote:
>
> That sounds neat. Would love to hear more about the app.
>
> My personal stance on APIs is that, as far as GovTrack goes, since I
> provide the raw data, I don't want to spend too much time trying to make
> a comprehensive API as well.
>
> Or, well, let's say, I'd be happy to accept code contributions to extend
> the API, but otherwise it probably won't make it high enough on the
> priority list to get done soon.
>
> Josh
>
> Justin Palmer wrote:
> > Hi,
> >
> > I'm in the process of working on an iPhone application using a combination
of data
from
> > Govtrack, Sunlight, OpenSecrets, etc.  The iPhone presents a interesting set
of
challenges, the
> > primary one being limiting the number and size of requests being made, It
drains the
battery
> > and hampers the user experience (waiting for information to download).
> >
> > A common pattern I'm noticing across the API's and data sets is there seems
to be no
way to
> > limit how many results you get back and to a lesser extent, page the
results.  It would
be
> > great if I could specify a month along with a year when requesting votes for
a
candidate
> > (http://www.govtrack.us/congress/votes.xpd?
month=07&year=2008&person=300090) and
> > votes.
> >
> > Apologies if this is possible already and I've overlooked it.
> >
> > P.S.  Thanks for the time and effort you've put into Govtrack.  It's
invaluable.
>

#605 From: Josh Tauberer <tauberer@...>
Date: Fri Aug 8, 2008 12:17 am
Subject: Re: Re: Limiting votes_download by date and/or amount
tauberer
Send Email Send Email
 
Justin Palmer wrote:
> Unfortunately, I've never written a line of python.

That's quite all right since the site doesn't use Python. :)

(For the APIs, it's XSLT and C#.)

> somehow, if we can fit all of that information in someone's pocket, "having
time" is no
> longer an issue.

Nice!

> With a few clicks, I can see how a Senator voted on a specific piece of
legislation.  What If I
> disagree with the Senators position?  One more click and I can instantly call
their office or
> send them an email.

Communication with Congress is tricky business. The easier you make it
for a constituent to communicate, the less seriously it is taken.

> * Request the votes for a candidate
> * Request the roll for a vote (to obtain bill id)
> * Request the bill and extract the title
>
> I have to run through that list once for each vote and given the inability to
limit votes, this
> ends up being a very costly operation (both processing and $ if you're not on
an unlimited
> data plan).  Fun stuff, but it's coming along nicely so far! :-)

In this case, what you should try to do is create a server side to this
so that the data is prepared in a format on the server that is most
suitable to be loaded by the iPhone. This might involve downloading my
raw dataset so you can access the whole thing in one shot, rather than
making a number of API calls (which are somewhat costly on my end) per page.

> Here are a few preliminary screens:
> http://s3.amazonaws.com/caged/legislate/legislators.png
> http://s3.amazonaws.com/caged/legislate/democrat.png
> http://s3.amazonaws.com/caged/legislate/republican.png

Looking good.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#606 From: "auzzie22301" <Terence.H@...>
Date: Thu Aug 14, 2008 3:28 pm
Subject: Finding and tracking bills related to a particular area of interest
auzzie22301
Send Email Send Email
 
I am interested in building zero energy homes. These have a lot of components to
that that
would benefit from government incentives. For example, there is a FEED In Tariff
bill recently
introduced that would incentivize the installation of solar PV and another that
would give a
$10,000 tax credit for a zero energy house. Is it possible to set a search
criteria that would
identify relevant bills?

#607 From: Joe Germuska <joe@...>
Date: Thu Aug 14, 2008 5:40 pm
Subject: Re: Finding and tracking bills related to a particular area of interest
germuska
Send Email Send Email
 
On Aug 14, 2008, at 10:28 AM, auzzie22301 wrote:
> I am interested in building zero energy homes. These have a lot of
> components to that that
> would benefit from government incentives. For example, there is a
> FEED In Tariff bill recently
> introduced that would incentivize the installation of solar PV and
> another that would give a
> $10,000 tax credit for a zero energy house. Is it possible to set a
> search criteria that would
> identify relevant bills?


Is this bill one of those you'd want to see?
http://www.govtrack.us/congress/bill.xpd?bill=s110-1059

If any of the subject areas are close enough for you, you can monitor
them, or have an RSS feed for them, but if that would return too much
"noise" beyond the ones in which you are interested, then there would
need to be a way to identify them more specifically.

In theory, at least, that might be something which could be done by
textual analysis, or it might be done by human experts tagging the
bills with more precise categories, or by some middle ground where the
textual analysis recommends candidates for tagging to the human
experts...  As it is now, I think the best you have is the subject
categories, and I think those are up to the Library of Congress.

How do you find relevant bills now?

Joe

--
Joe Germuska
Joe@... * http://blog.germuska.com

"I felt so good I told the leader how to follow."
-- Sly Stone

#608 From: Neil Cook <N.K.Cook@...>
Date: Thu Aug 14, 2008 6:00 pm
Subject: Re: Finding and tracking bills related to a particular area of interest
neilkennethcook
Send Email Send Email
 
A friendly interface to track issues is;
http://www.opencongress.org/issue/show/4665_energy_conservation. Open
Congress uses the GovTrack XML files as the source for the tracking.

Cheers,
/Neil

Joe Germuska wrote:
>
> On Aug 14, 2008, at 10:28 AM, auzzie22301 wrote:
> > I am interested in building zero energy homes. These have a lot of
> > components to that that
> > would benefit from government incentives. For example, there is a
> > FEED In Tariff bill recently
> > introduced that would incentivize the installation of solar PV and
> > another that would give a
> > $10,000 tax credit for a zero energy house. Is it possible to set a
> > search criteria that would
> > identify relevant bills?
>
> Is this bill one of those you'd want to see?
> http://www.govtrack.us/congress/bill.xpd?bill=s110-1059
>
> If any of the subject areas are close enough for you, you can monitor
> them, or have an RSS feed for them, but if that would return too much
> "noise" beyond the ones in which you are interested, then there would
> need to be a way to identify them more specifically.
>
> In theory, at least, that might be something which could be done by
> textual analysis, or it might be done by human experts tagging the
> bills with more precise categories, or by some middle ground where the
> textual analysis recommends candidates for tagging to the human
> experts... As it is now, I think the best you have is the subject
> categories, and I think those are up to the Library of Congress.
>
> How do you find relevant bills now?
>
> Joe
>
> --
> Joe Germuska
> Joe@... * http://blog.germuska.com
>
> _._,___

#609 From: Josh Tauberer <tauberer@...>
Date: Sat Aug 16, 2008 3:42 pm
Subject: Reminder: oGosh! IRC Meeting Today 4pm EDT
tauberer
Send Email Send Email
 
Just a reminder.
Hi all,

Please join me at an IRC chat to talk about civic-technology projects,
on Saturday, August 16 at 4pm Eastern time! The agenda will be a mix
between seeing what various civic technology projects are up to
(GovTrack, OpenCongress, and any others run by people who show up), and
getting new people involved in ongoing projects. "oGosh" is, as I wrote
previously, Open Government Open Source Hacking, what I'm calling the
loose community that binds these projects together.

The chat will be in the #transparency channel on Freenode. For more
information on the meeting (and on how to get to the chat), see:

http://wiki.opengovdata.org/index.php/OGosh

Suggestions for agenda topics are most welcome either to me directly or
by revising the wiki page above.

Hope to see you there.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

------------------------------------

Yahoo! Groups Links

#610 From: Josh Tauberer <tauberer@...>
Date: Sat Aug 16, 2008 5:42 pm
Subject: Job posting from MAPLight
tauberer
Send Email Send Email
 
(Passing this along...)

www.MAPLight.org

Drupal Developer / MySQL Admin

MAPLight.org, a dynamic Berkeley-based non-profit illuminating the
connection between money and politics, is seeking a Drupal developer
with significant MySQL administration experience to maintain and
expand our groundbreaking public database of campaign contributions
and legislative votes. Ideal candidates will join deep technical
expertise with strong communications skills, a love of problem-
solving, a passion for data integrity, and a belief in the power of
data transparency to improve American politics.

Responsibilities
* Maintain a MySQL database of legislative votes and campaign
contributions, ensuring speed, stability, and data integrity as new
data is added
* Maintain a Drupal-based website offering easy public access to the
database
* Manage daily imports of data from a variety of non-profit and
governmental sources
* Help to expand MAPLight.org’s online services, developing new Drupal
modules and working with external contractors as necessary
* Support research and public reports based on the data
* Offer technical advice and expertise to inform strategic decisions
for the organization

Qualifications
* BS/MS in Computer Science or a related field, or BA with equivalent
work experience
* 5+ years database administration, preferably with MySQL
* 5+ years web development, preferably in LAMP environments
* Expertise with PHP, DHTML/CSS/Javascript, XML
* Experience managing and developing Drupal-based websites
* Strong communications skills
* Personal commitment to MAPLight.org’s mission and goals

Preferred
* Experience in Open Source software development
* Understanding of the American legislative system
* Experience with Flash/Flex development

This position is full-time and based in Berkeley, California. Salary
commensurate with experience. Position includes health benefits and
paid vacation. MAPLight.org is an equal opportunity employer.

Interested candidates should submit a cover letter and resume to Emily
[at] maplight [dot] org. Please include specific details of your
experience with MySQL database administration and Drupal development,
along with examples of your online work.

About MAPLight.org
MAPLight.org, a groundbreaking public database, illuminates the
connection between campaign donations and legislative votes in
unprecedented ways. Elected officials collect large sums of money to
run their campaigns, and they often pay back campaign contributors
with special access and favorable laws. This common practice is
contrary to the public interest, yet legal. MAPLight.org makes money/
vote connections transparent, to help citizens hold their legislators
accountable.

MAPLight.org’s small, effective team has won numerous awards,
including a 2008 Webby award nomination for best Politics website.
Learn more at http://www.maplight.org.

#611 From: Josh Tauberer <tauberer@...>
Date: Mon Aug 18, 2008 2:36 pm
Subject: GovTrack updates its appearance
tauberer
Send Email Send Email
 
Thanks to Dan Gabriel, the visual appearance of GovTrack has been
totally revamped. Check it out.

It's not totally finished, but I wanted to push the changes so I can
take a break from the site for a while.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#612 From: "Seth Woodworth" <seth.woodworth@...>
Date: Mon Aug 18, 2008 4:34 pm
Subject: Re: GovTrack updates its appearance
marquisoffire
Send Email Send Email
 
I am really happy to see the community springing up around GovTrack and seeing substantial contributions to the project. 

I find it a little harder to get to the interesting searches, and with the new design it's not quite as readily apparent what kind of data one can get from GovTrack.  In the old design I had a rough idea of what data I could find at govtrack within two clicks.

Overall this is an amazing step forward for GovTrack.  And I hope to see more incremental improvements.

--S

#613 From: "Alnisa Allgood" <allgood2@...>
Date: Mon Aug 18, 2008 5:25 pm
Subject: Re: GovTrack updates its appearance
allgood2slipnet
Send Email Send Email
 
I like the changes. Makes it easier for newbies and experienced users
to find things.

Alnisa

On Mon, Aug 18, 2008 at 9:36 AM, Josh Tauberer <tauberer@...> wrote:
> Thanks to Dan Gabriel, the visual appearance of GovTrack has been
> totally revamped. Check it out.
>
> It's not totally finished, but I wanted to push the changes so I can
> take a break from the site for a while.
>
> --
> - Josh Tauberer
> - GovTrack.us
>
> http://razor.occams.info
>
> "Yields falsehood when preceded by its quotation!  Yields
> falsehood when preceded by its quotation!" Achilles to
> Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>

#614 From: "Marjorie Roswell" <mroswell@...>
Date: Mon Aug 18, 2008 5:35 pm
Subject: Re: GovTrack updates its appearance
margieroswell
Send Email Send Email
 
http://www.govtrack.us/
Looks great

One thing I note is that the "Track Legislation" Google ad was so
prominent, it almost competes for attention with the main "primary
links" on the page (Primary Links is a Drupal term, I mean the links
across the top of the page.)

Can you make:
Track, Research, Get Involved, About GovTrack
a little bit bigger?

I'm ever, and always impressed with the awesome work of this community,

Margie

On Mon, Aug 18, 2008 at 10:36 AM, Josh Tauberer <tauberer@...> wrote:
> Thanks to Dan Gabriel, the visual appearance of GovTrack has been
> totally revamped. Check it out.
>
> It's not totally finished, but I wanted to push the changes so I can
> take a break from the site for a while.
>
> --
> - Josh Tauberer
> - GovTrack.us
>
> http://razor.occams.info
>
> "Yields falsehood when preceded by its quotation! Yields
> falsehood when preceded by its quotation!" Achilles to
> Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)
>
>

#615 From: Josh Tauberer <tauberer@...>
Date: Fri Aug 29, 2008 12:27 am
Subject: Re: GovTrack updates its appearance
tauberer
Send Email Send Email
 
Thanks belatedly for all of the feedback on the new design. We'll be
revising some things... eventually.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)


Marjorie Roswell wrote:
> http://www.govtrack.us/
> Looks great
>
> One thing I note is that the "Track Legislation" Google ad was so
> prominent, it almost competes for attention with the main "primary
> links" on the page (Primary Links is a Drupal term, I mean the links
> across the top of the page.)
>
> Can you make:
> Track, Research, Get Involved, About GovTrack
> a little bit bigger?
>
> I'm ever, and always impressed with the awesome work of this community,

#616 From: "Fred Benenson" <fcb@...>
Date: Thu Sep 4, 2008 4:48 pm
Subject: Cause Caller
mecredis
Send Email Send Email
 

Hi GovTrack community!

This is my thesis, that I launched in May of 2008:


http://www.causecaller.com/


I came up with the idea of automating call queues for phone banks while trying to organize one for myself, it was a total hassle to find everyone's phone number on a particular committee, so I built CommitteeCaller last semester.  Over the last couple of months I've worked with several local causes to develop the idea into a generalized activist tool that is my thesis -- Cause Caller. The result is a fully extendable, platform that drives a "live" VoIP application that hopefully takes a lot of the hassle out of phone banking.


Dozens of causes have been added to it and it has been picked up by some big campaigns (Google's Free the Airwaves for example).

I'm working on adding some additional features soon, but I spoke to Josh recently and he mentioned I should post to this list, so while it doesn't use any data directly from GovTrack, I figured it'd be of interest.

Best,

Fred Benenson
Cause Caller
 






#617 From: Josh Tauberer <tauberer@...>
Date: Tue Sep 9, 2008 11:44 am
Subject: Site updates as GovTrack turns four years old
tauberer
Send Email Send Email
 
(Also a hyperlinked version here:
http://www.govtrack.us/blog/2008/09/09/govtrack-updated)

This month www.GovTrack.us hits its four-year anniversary. It’s been an
incredible four years. Really. When I first rolled out the site in 2004,
after around three years of on-and-off development, I didn’t know if
anyone was going to want to use it. I thought the “selling point” was
merely email updates, but I had no idea that the project would turn into
something a bit bigger. Today the site is viewed by around 15,000 people
a day and sends out 1,000 email updates a night, but it is also a data
provider to neat sites like MAPLight.org and Follow The Oil Money which
track the correlations of campaign contributions and votes and
themiddleclass.org, an advocacy organization. Through the site, I have
also gotten into government data policy and am making small inroads in
improving how our government publishes raw data. Most recently, I have
been lucky to have been joined by others in the task of improving
GovTrack, as the site moves further in the direction of being a
community project.

Here are the recent changes to the site:

      * The appearance! Thanks to Dan Gabriele, the site now looks pretty
professional, I would say. We are going to roll out another set of
visual updates next month.
      * Community Question and Answer: You can now find on bill pages a
box to enter questions about the bill, and to see what questions other
GovTrack users have posted. Then you can answer them. It’s a community
effort to research legislation and help others get the facts. Take a
look at the list of recent questions and answers and see if you can
answer any (possibly by putting your research hat on). It’s a civic good
deed. Since the feature was added at the end of June, 373 question and
235 answers have been posted. We will expand on this tool in the future.
      * You can now look up your congressional district and Members of
Congress by a ZIP or ZIP+4 postal code. (Thanks to public.resource.org
for the data!)
      * I have written a page on Tips for Commnicating With Congress.
Should you write your rep? What should you include? Take a look.
      * Votes pages now include some cute pie charts, and, also, the time
of day when the vote happened, in case you’re doing some deep research.
      * Pages for representatives now show a little map for their
congressional district and a listing of the counties and towns in the
district. See this example.
      * Bills pages now show related pages based on what GovTrack users
have selected as trackers. You have to go to the Related Bills page for
a bill. See this example. This will help you find legislation that has
superseded the bill you are looking at, for instance.
      * The feed and bill status widgets that you can embed on your
webpage (which by the way we had first) can now be customized easier.

And for developers:

      * There is a new Get Involved page.
      * The congressional district look-up API now supports lat/long,
addresses, ZIP codes, and ZIP+4 codes. You may not know about the three
other APIs either: see the source page.

But much more is in the works. We’ll be completely overhauling our bill
text page for easier navigation and comparison of bill text and to let
you link directly from your website to particular paragraphs within
bills, and to embed paragraphs in widgets on your own website — to help
you make your case in your own writings. We’ll also be expanding and
improving on the statistics we generate for Members of Congress,
providing a new set of “indicators” to get the big picture on what your
rep is actually doing. Lastly we hope to integrate some campaign
contribution data to get another perspective.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#618 From: "Eric Bresie" <ebresie@...>
Date: Mon Sep 15, 2008 6:03 pm
Subject: Ammended or Related Bills
ericbresie
Send Email Send Email
 
While reviewing some of the bills online, I like the way you can
reference specific sections of the bills with linkable tool tips being
present.

This got me thinking of an improvement suggestion.

Is it possible showing a bill that includes ammending a bill or
reference to another bill, that a tool tip or similar link be available
to go to the related bill as well?

Thanks ahead of time.

Eric

#619 From: Josh Tauberer <tauberer@...>
Date: Mon Sep 15, 2008 8:56 pm
Subject: Re: Ammended or Related Bills
tauberer
Send Email Send Email
 
Eric Bresie wrote:
> While reviewing some of the bills online, I like the way you can
> reference specific sections of the bills with linkable tool tips being
> present.

Thanks! You mean creating a link right to a paragraph, right? You're the
first to provide feedback on that.

We (that is, really someone else is doing the hard work on the
following) are going to roll out some major improvements to the bill
text pages in the next month, hopefully

> Is it possible showing a bill that includes ammending a bill or
> reference to another bill, that a tool tip or similar link be available
> to go to the related bill as well?

Bills don't ever refer to other bills (as far as I've seen). Amendments
implicitly refer to a bill, but we don't have a good foundation for
showing amendment text well because Congress doesn't code up that
information very well at all.

Bills do reference the U.S. Code ("USC") and sometimes the Code of
Federal Regulations ("CFR"). They may make references to other aspects
of law that I haven't seen. Is this what you mean? But, when a bill
references the USC it should almost always be accompanied by a link on
the site to the text of the USC (on a website run by Cornell).

So I'm not sure what you mean, but please do clarify or point me to a
particular example, since it sounds like you have an idea that would be
very useful to add and also not so difficult for me to do.

Josh

#620 From: "Eric Bresie" <ebresie@...>
Date: Tue Sep 16, 2008 5:48 pm
Subject: Re: Ammended or Related Bills
ericbresie
Send Email Send Email
 
--- In govtrack@yahoogroups.com, Josh Tauberer <tauberer@...> wrote:
>
> Eric Bresie wrote:
> > While reviewing some of the bills online, I like the way you can
> > reference specific sections of the bills with linkable tool tips
being
> > present.
>
> Thanks! You mean creating a link right to a paragraph, right?
You're the
> first to provide feedback on that.
>
> We (that is, really someone else is doing the hard work on the
> following) are going to roll out some major improvements to the
bill
> text pages in the next month, hopefully
>
> > Is it possible showing a bill that includes ammending a bill or
> > reference to another bill, that a tool tip or similar link be
available
> > to go to the related bill as well?
>
> Bills don't ever refer to other bills (as far as I've seen).
Amendments
> implicitly refer to a bill, but we don't have a good foundation for
> showing amendment text well because Congress doesn't code up that
> information very well at all.
>
> Bills do reference the U.S. Code ("USC") and sometimes the Code of
> Federal Regulations ("CFR"). They may make references to other
aspects
> of law that I haven't seen. Is this what you mean? But, when a bill
> references the USC it should almost always be accompanied by a link
on
> the site to the text of the USC (on a website run by Cornell).
>
> So I'm not sure what you mean, but please do clarify or point me to
a
> particular example, since it sounds like you have an idea that
would be
> very useful to add and also not so difficult for me to do.
>
> Josh
>

This probably is more relavent when ammeding a bill, which references
an earlier bill, with specific sections in the bill.

I think I was looking for something similiar to what is in the
Navigation on the Status page, only added as a link in the "tool tip"
type dialog (presently available showing "Paragraph Options").
Currently it allows linking in, but not showing links out.

Maybe some of this is my unfamiliarity with the way these things are
written up.  Does that make sense?

Eric

#621 From: Josh Tauberer <tauberer@...>
Date: Wed Sep 17, 2008 11:06 am
Subject: Change in GovTrack bill statistics
tauberer
Send Email Send Email
 
Not sure if anyone really cares here, but I thought I would mention that
I have changed this morning the statistics generated per Member of
Congress on bill sponsorship --- the numbers now exclude resolutions.
This is because there is a statistic counting bills that were enacted,
but since resolutions are not enacted, it was somewhat misleading to
include them in the totals for sponsorship, cosponsorship, and
bills-not-going-anywhere.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#622 From: Josh Tauberer <tauberer@...>
Date: Wed Sep 17, 2008 11:18 am
Subject: Re: Re: Ammended or Related Bills
tauberer
Send Email Send Email
 
Eric Bresie wrote:
> --- In govtrack@yahoogroups.com, Josh Tauberer <tauberer@...> wrote:
>> Eric Bresie wrote:
>>> While reviewing some of the bills online, I like the way you can
>>> reference specific sections of the bills with linkable tool tips
> being
>>> present.
>> Thanks! You mean creating a link right to a paragraph, right?
> You're the
>> first to provide feedback on that.
>>
>> We (that is, really someone else is doing the hard work on the
>> following) are going to roll out some major improvements to the
> bill
>> text pages in the next month, hopefully
>>
>>> Is it possible showing a bill that includes ammending a bill or
>>> reference to another bill, that a tool tip or similar link be
> available
>>> to go to the related bill as well?
>> Bills don't ever refer to other bills (as far as I've seen).
> Amendments
>> implicitly refer to a bill, but we don't have a good foundation for
>> showing amendment text well because Congress doesn't code up that
>> information very well at all.
>>
>> Bills do reference the U.S. Code ("USC") and sometimes the Code of
>> Federal Regulations ("CFR"). They may make references to other
> aspects
>> of law that I haven't seen. Is this what you mean? But, when a bill
>> references the USC it should almost always be accompanied by a link
> on
>> the site to the text of the USC (on a website run by Cornell).
>>
>> So I'm not sure what you mean, but please do clarify or point me to
> a
>> particular example, since it sounds like you have an idea that
> would be
>> very useful to add and also not so difficult for me to do.
>>
>> Josh
>>
>
> This probably is more relavent when ammeding a bill, which references
> an earlier bill, with specific sections in the bill.
>
> I think I was looking for something similiar to what is in the
> Navigation on the Status page, only added as a link in the "tool tip"
> type dialog (presently available showing "Paragraph Options").
> Currently it allows linking in, but not showing links out.
>
> Maybe some of this is my unfamiliarity with the way these things are
> written up.  Does that make sense?

Yes and no. I think I know what you mean, but an example would help.

If you're suggesting that on a bill text page it should link to the
amendments that modify the paragraph you're looking at, or if you're
looking at an amendment's text and it should link to the paragraph in
the bill it modifies --- both of those are major projects which would be
worthwhile to do but someone would have to step up and volunteer to do
them. It may actually not be possible to do in an automated and
comprehensive way.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#623 From: "Aaron Swartz" <me@...>
Date: Wed Sep 17, 2008 11:13 am
Subject: Re: Change in GovTrack bill statistics
aaronswartz
Send Email Send Email
 
> Not sure if anyone really cares here, but I thought I would mention that
> I have changed this morning the statistics generated per Member of
> Congress on bill sponsorship --- the numbers now exclude resolutions.
> This is because there is a statistic counting bills that were enacted,
> but since resolutions are not enacted, it was somewhat misleading to
> include them in the totals for sponsorship, cosponsorship, and
> bills-not-going-anywhere.

Is this fixed in the XML files as well? Are there any changes we need
to make to our parsers?

#624 From: Josh Tauberer <tauberer@...>
Date: Wed Sep 17, 2008 1:14 pm
Subject: Re: Change in GovTrack bill statistics
tauberer
Send Email Send Email
 
Aaron Swartz wrote:
>> Not sure if anyone really cares here, but I thought I would mention that
>> I have changed this morning the statistics generated per Member of
>> Congress on bill sponsorship --- the numbers now exclude resolutions.
>> This is because there is a statistic counting bills that were enacted,
>> but since resolutions are not enacted, it was somewhat misleading to
>> include them in the totals for sponsorship, cosponsorship, and
>> bills-not-going-anywhere.
>
> Is this fixed in the XML files as well? Are there any changes we need
> to make to our parsers?

It's just that the meaning of the fields changed. The structure of the
XML didn't change.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#625 From: Peggy Garvin <pgrvn@...>
Date: Wed Sep 17, 2008 2:10 pm
Subject: Re: Change in GovTrack bill statistics
pgrvn
Send Email Send Email
 
Josh, Thanks for the update.
An exception on resolutions: joint resolutions can become public law. Don't now if you have considered this or not. In the 110th, see HJRes 20 and HJRes 43 for examples. Including these would probably have little effect on any member's stats, but it is an important distinction. A good reference for these matters:
http://www.gpoaccess.gov/bills/glossary.html#definitions

Cheers,
Peggy

----- Original Message ----
From: Josh Tauberer <tauberer@...>
To: GovTrack List <govtrack@yahoogroups.com>
Sent: Wednesday, September 17, 2008 7:06:02 AM
Subject: [govtrack] Change in GovTrack bill statistics

Not sure if anyone really cares here, but I thought I would mention that
I have changed this morning the statistics generated per Member of
Congress on bill sponsorship --- the numbers now exclude resolutions.
This is because there is a statistic counting bills that were enacted,
but since resolutions are not enacted, it was somewhat misleading to
include them in the totals for sponsorship, cosponsorship, and
bills-not-going- anywhere.

--
- Josh Tauberer
- GovTrack.us

http://razor. occams.info

"Yields falsehood when preceded by its quotation! Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)


#626 From: "Harvey S. Frey" <hsfrey@...>
Date: Wed Sep 17, 2008 3:56 pm
Subject: Re: Change in GovTrack bill statistics
hsfrey
Send Email Send Email
 
Josh:
 
    Yes, *I* care! <G> You may remember I asked you a couple of months ago if there wasn't some way to provide an option to eliminate resolutions when viewing a member's bills. They are just so much irrelevant static for most purposes.
 
Harvey
 
----- Original Message -----
Sent: Wednesday, September 17, 2008 4:06 AM
Subject: [govtrack] Change in GovTrack bill statistics

Not sure if anyone really cares here, but I thought I would mention that
I have changed this morning the statistics generated per Member of
Congress on bill sponsorship --- the numbers now exclude resolutions.
This is because there is a statistic counting bills that were enacted,
but since resolutions are not enacted, it was somewhat misleading to
include them in the totals for sponsorship, cosponsorship, and
bills-not-going-anywhere.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation! Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)


#627 From: "Jeremy Dunck" <jdunck@...>
Date: Wed Sep 17, 2008 8:31 pm
Subject: Problem with paragraph links
ralinon
Send Email Send Email
 
On this page:
http://www.govtrack.us/congress/billtext.xpd?bill=h110-6869
Having clicked a paragraph, the target given is:
http://www.govtrack.us/congress/billtext.xpd?bill=h110-6869&version=ih&nid=null

This link doesn't take you to the paragraph; it yields this message:
"The link you followed was targetted at a paragraph in a different
version of the bill that could not be automatically identified in this
version."

Bug?

#628 From: Josh Tauberer <tauberer@...>
Date: Wed Sep 17, 2008 9:06 pm
Subject: Re: Problem with paragraph links
tauberer
Send Email Send Email
 
Jeremy Dunck wrote:
> On this page:
> http://www.govtrack.us/congress/billtext.xpd?bill=h110-6869
> Having clicked a paragraph, the target given is:
>
http://www.govtrack.us/congress/billtext.xpd?bill=h110-6869&version=ih&nid=null
>
> This link doesn't take you to the paragraph; it yields this message:
> "The link you followed was targetted at a paragraph in a different
> version of the bill that could not be automatically identified in this
> version."
>
> Bug?

Definitely a bug. I'll look into it. Thanks!

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#629 From: Josh Tauberer <tauberer@...>
Date: Wed Sep 17, 2008 9:22 pm
Subject: GPO legislative data to be bought and made open
tauberer
Send Email Send Email
 
Carl Malamud of public.resource.org, with funding from a bunch of places
including a small bit from GovTrack's ad profits, announced his
intention to purchase from the Government Printing Office documents they
produce in the course of their statutory obligations and then have the
nerve to sell back to the public at prohibitive prices. The document to
   be purchased is the Code of Federal Regulations, the component of
federal law created by executive branch agencies, in electronic form.
Once obtained, it will be posted openly/freely online.

More here: http://public.resource.org/gpo.gov/index.html

And Carl's letter to the GPO:
http://public.resource.org/gpo.gov/the_honorable.html

There is no independent website that provides Web 2.0ish access to the
CFR. I hope someone steps up to rectify that problem as soon as we get
the files.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

#630 From: Josh Tauberer <tauberer@...>
Date: Fri Sep 19, 2008 9:54 am
Subject: Re: Change in GovTrack bill statistics
tauberer
Send Email Send Email
 
Peggy Garvin wrote:
> Josh, Thanks for the update.
> An exception on resolutions: joint resolutions can become public law.
> Don't now if you have considered this or not. In the 110th, see HJRes 20
> and HJRes 43 for examples. Including these would probably have little
> effect on any member's stats, but it is an important distinction. A good
> reference for these matters:
> http://www.gpoaccess.gov/bills/glossary.html#definitions

Meh.

I'll just ignore that.

--
- Josh Tauberer
- GovTrack.us

http://razor.occams.info

"Yields falsehood when preceded by its quotation!  Yields
falsehood when preceded by its quotation!" Achilles to
Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)

Messages 601 - 630 of 1188   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help