list of patent numbers	patent-list2

http://patft.uspto.gov/netahtml/srchnum.htm
Assignee: 	 AT&T Bell Laboratories (Murray Hill, NJ)
Current U.S. Class:  	385/35; 359/501; 385/16; 385/31; 385/130; 398/59

http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PA
LL&p=1&u=/netahtml/srchnum.htm&r=1&f=G&l=50&s1=4,978,189.WKU.&OS=PN/4,
978,189&RS=PN/4,978,189


425-218-5571



http://patft.uspto.gov/netacgi/nph-Parser?TERM1=4,978,189&Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2Fsrchnum.htm&r=0&f=S&l=50




get retrieves a parent
awk -F\; '{print "./get " $1 " > html/" $1 ".html"}' patent-list2.csv > getlist
getlist is the editted list of patents to retreieve

getclass pulls out the classes
gettitle pull out the title
getass	pulls out the assignee

getclasses appends the classes to the datafile
fixta replaces the title and assignee in the datafile


awk -F\; '{print "./get " $1 " > html/" $1 ".html"}' A2-only 

add88	gets the info for the new patents, after having run "get" to make the
	data available. It summarizes all the previous fix* scripts to
	repair the bugs along the way.

typescript	explains how to pull out unique patents.

retrclass	retreive all the class schedules

proclass	pull out subclasses.
w3m -cols 10000 -S -dump html/sched029.html | tr -s '         ' | less

