UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

Size: px
Start display at page:

Download "UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES"

Transcription

1 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte ERIC CASPOLE, JOSEPH COHA, ASHISH KARKARE, YANHUA LI, and VENKATESH RADHAKRISHNAN Appeal Technology Center 2100 Decided: March 8, 2010 Before JEAN R. HOMERE, JAY P. LUCAS, and JOHN A. JEFFERY, Administrative Patent Judges. HOMERE, Administrative Patent Judge. DECISION ON APPEAL 1 Filed on April 30, The real party in interest is Hewlett-Packard Development Co., L.P. (App. Br. 2.)

2 I. STATEMENT OF THE CASE Appellants appeal under 35 U.S.C. 134(a) (2002) from the Examiner s final rejection of claims 1 through 31, 34, and 35. (App. Br. 2.) 2 Claims 32 and 33 are objected to as being dependent upon a rejected base claim, but would be allowable if rewritten in independent form including all of the limitations of the base claim and any intervening claims. (Fin. Rej. 13.) 3 We have jurisdiction under 35 U.S.C. 6(b) (2008). We affirm. Appellants Invention Appellants invented a method and system for debugging software applications and, in particular, for debugging a software application and a non-application-code component invoked by the executing software application. (Spec. 1, para. [0001].) According to Appellants, the claimed invention is advantageous because it integrates application-code metrics and non-application code metrics in order to present a single, consistent debug view of a runtime environment. (Spec. 4, para. [0009].) Illustrative Claim Independent claim 1 further illustrates the invention as follows: 1. A debugging system for a software application, comprising: a software application written in a platform-independent programming language; a non-application-code component invoked by said software application; and 2 All references to the Appeal Brief are to the Appeal Brief filed on May 16, 2007, which replaced the prior Appeal Brief filed on May 24, See the Final Rejection entered September 20,

3 a debugging tool having a single interface with said software application and said non-application-code component for generating a debugging metric, said debugging metric including an application metric or a non-application-code metric, said debugging tool generating said application metric from said software application and said debugging tool generating said non-application-code metric from said non-application-code component. Prior Art Relied Upon The Examiner relies on the following prior art as evidence of unpatentability: Edwards 5,901,315 May 4, 1999 Coutant 6,293,712 B1 Sep. 25, 2001 Heatlie 6,633,876 B1 Oct. 14, 2003 (filed Jun. 7, 2000) JONATHAN B. ROSENBERG, HOW DEBUGGERS WORK: ALGORITHMS, DATA STRUCTURES, AND ARCHITECTURE, 1-5, (Marjorie Spencer, ed., John Wiley & Sons, Inc. 1956) (1996) (hereinafter Rosenberg ). Rejections on Appeal The Examiner rejects the claims on appeal as follows: Claims 1 through 8, 12 through 15, 17, 19 through 27, 29 through 31, 34, and 35 stand rejected under 35 U.S.C. 102(b) as being anticipated by Edwards. Claims 9 through 11 stand rejected under 35 U.S.C. 103(a) as being unpatentable over the combination of Edwards and Coutant. Claim 16 stands rejected under 35 U.S.C. 103(a) as being unpatentable over the combination of Edwards and Rosenberg. Claims 18 and 28 stand rejected under 35 U.S.C. 103(a) as being unpatentable over the combination of Edwards and Heatlie. 3

4 Appellants Contentions Appellants contend that Edwards disclosure of a system debug application programming interface ( API ) and a Java debug API amounts to two separate processes and interfaces required to debug the native dynamic load libraries ( DLLs ) and Java code, respectively. (App. Br. 8-10; Reply Br. 2-4.) 4 Therefore, Appellants allege that Edwards disclosure does not teach a debugging tool having a single interface with said software application and said non-application-code components, as recited in independent claim 1. (Id.) Further, Appellants argue that Edwards disclosure of an encoding scheme that enables a debug engine to inquire about Java or native method code events does not teach a debugging tool that produces separate application metric and non-application-code metric. (App. Br. 10; Reply Br. 4.) Examiner s Findings and Conclusions The Examiner finds that Appellants argument pertaining to the claimed interface between the debugging tool and the application is not commensurate in scope with the claim language. (Ans ) 5 Additionally, the Examiner finds that Edwards disclosure of the Java virtual machine ( JVM ) running the target application under the system debug API amounts to the debugging tool utilizing the system debug API first and foremost. (Id. at 16.) Therefore, the Examiner finds that since the JVM is launched and subsequently controlled by the system debug API, the system 4 All references to the Reply Brief are to the Reply Brief filed on August 31, 2007, which replaced the prior Reply Brief filed on November 27, All references to the Examiner s Answer are to the Examiner s Answer filed on July 2, 2007, which replaced the prior Examiner s Answer filed on September 27,

5 debug API amounts to a single interface between the debugging tool and the software application and non-application-code component. (Id.) Further, the Examiner finds that since Edwards debugging tool produces debug information, or metrics, and the debugging tool operates on a software application comprising Java and non-application-code components (e.g., C or C++ DLLs), Edwards disclosure teaches generating metrics for either the software application or the non-application-code. (Id. at 17.) II. ISSUE Have Appellants shown that the Examiner erred in finding that Edwards anticipates independent claim 1? In particular, the issue turns on whether: (a) Edwards teaches a debugging tool having a single interface with said software application and said non-application-code component, as recited in independent claim 1; and (b) Edwards teaches said debugging metric including an application metric or a non-application-code metric, as recited in independent claim 1. III. FINDINGS OF FACT The following Findings of Fact ( FF ) are shown by a preponderance of the evidence. Edwards 1. Edwards generally relates to a method for debugging a Java application that includes native method DLLs (e.g., C or C++ code). (Col. 1, ll ) In particular, Edwards Figure 2 depicts debugger (19), which is 5

6 preferably implemented in software and is used to debug a target application that is written in Java but that optionally comprises one or more native method dynamic load libraries or [ DLLs]. (Col. 3, ll ) The debugger (19) includes a graphical user interface ( GUI ) which provides a user-friendly interface through which the user makes debug requests and views the status of the target application being debugged. (Id. at ll ) Further, Edwards discloses that [t]ypically, a [DLL] is written in C or C++ programming language, and thus it will be appreciated that [Edwards ] present invention provides a mechanism for simultaneously debugging Java and C/C++ code. (Id. at ll ) 2. Edwards Figures 1 and 2 depict a computer having an operating system that implements the debugging method utilizing a system debug API, a JVM having a Java debug API, and a debugger. (Col. 2, ll. 2-4; col. 3, ll ) In particular, Edwards discloses that the JVM is first launched under the system debug API, thereby allowing the JVM to run the target application. (Abst.; Col. 2, ll. 5-7.) Since the JVM runs the target application itself and, further, runs under the system debug API, it enables simultaneous control of the target application via the system debug API and the Java debug API. (Abst.; Col. 2, ll ) Additionally, Edwards discloses that the debugger comprises a debug engine [that] performs the debugging work by controlling the probe to manipulate the target application (through the JVM) and to report events to the debug engine. (Col. 2, ll ) 3. Edwards discloses that the particular source of a given event is readily identifiable based on the debugging engine s perspective. (Col. 7, ll ) In operation, information derived during the debug routine is 6

7 processed to determine whether a particular event originated in the Java portion of the code or in the C/C++ portion of the code. (Id. at ll ) Edwards discloses encoding information about locations in the Java code, stack depth, and the like, as a 32-bit address. (Id. at ll ) The encoded address includes bits that encode the index of the stack frame of interest. (Id. at ll ) Coutant 4. Coutant relates to the conventions for call stack unwinding and exception handling within a computer system. (Col. 1, ll ) For example, a debugger may need to unwind the call stack to print a stack trace, while an exception handling mechanism may need to remove a number of stack frames from the call stack, and to transfer control to an exception handling routine which is located down the stack. (Id. at ll ) 5. Coutant s Figure 2 depicts a stack unwind data structure (20) comprising a two-level structure in the form of a unwind table (22) and an information block table (24). (Col. 4, ll ) The unwind table (22) includes an unwind table entry (or record) (26) for each active procedure, whereby each entry (26) comprises three fields: a procedure start address (28); a procedure end address (30); and an information pointer (32). (Id. at ll ) Rosenberg 6. Rosenberg discloses utilizing debuggers to help track down, isolate, and remove bugs from software programs. (1: ) The programmer can then repair the defect, thereby allowing the program to work according to its original intent. (2: ) In particular, Rosenberg 7

8 discloses employing debugging approaches when a software program crashes. (3: ) IV. PRINCIPLES OF LAW Anticipation In rejecting claims under 35 U.S.C. 102, [a] single prior art reference that discloses, either expressly or inherently, each limitation of a claim invalidates that claim by anticipation. Perricone v. Medicis Pharm. Corp., 432 F.3d 1368, 1375 (Fed. Cir. 2005) (citing Minn. Mining & Mfg. Co. v. Johnson & Johnson Orthopaedics, Inc., 976 F.2d 1559, 1565 (Fed. Cir. 1992)). Anticipation of a patent claim requires a finding that the claim at issue reads on a prior art reference. In other words, if granting patent protection on the disputed claim would allow the patentee to exclude the public from practicing the prior art, then that claim is anticipated, regardless of whether it also covers subject matter not in the prior art. Atlas Powder Co. v. IRECO, Inc., 190 F.3d 1342, 1346 (Fed Cir. 1999) (internal citations omitted). Inherency In relying upon the theory of inherency, the Examiner must provide a basis in fact and/or technical reasoning to reasonably support the determination that the allegedly inherent characteristic necessarily flows from the teachings of the applied prior art. Ex parte Levy, 17 USPQ2d 1461, 1464 (BPAI 1990) (citations omitted). [A]fter the PTO establishes a prima facie case of anticipation based on inherency, the burden shifts to appellant to prove that the subject matter shown to be in the prior art does 8

9 not possess the characteristic relied on. In re King, 801 F.2d 1324, 1327 (Fed. Cir. 1986) (quoting In re Swinehart, 439 F.2d 210, (CCPA 1971)). Obviousness On appeal to the Board, an applicant can overcome a rejection [under 103] by showing insufficient evidence of prima facie obviousness or by rebutting the prima facie case with evidence of secondary indicia of nonobviousness. In re Rouffet, 149 F.3d 1350, 1355 (Fed. Cir. 1998) (citation omitted). Section 103 forbids issuance of a patent when the differences between the subject matter sought to be patented and the prior art are such that the subject matter as a whole would have been obvious at the time the invention was made to a person having ordinary skill in the art to which said subject matter pertains. KSR Int'l Co. v. Teleflex Inc., 550 U.S. 398, 406 (2007). In KSR, the Supreme Court emphasized the need for caution in granting a patent based on the combination of elements found in the prior art, and discussed circumstances in which a patent might be determined to be obvious. Id. at 415 (citing Graham v. John Deere Co., 383 U.S. 1, 12 (1966)). The Court reaffirmed principles based on its precedent that [t]he combination of familiar elements according to known methods is likely to be obvious when it does no more than yield predictable results. Id. at 416. The operative question in this functional approach is thus whether the improvement is more than the predictable use of prior art elements according to their established functions. Id. at 415,

10 V. ANALYSIS 35 U.S.C. 102(b) Rejection Claims 1, 21, and 29 Independent claim 1 recites, in relevant part: 1) a debugging tool having a single interface with said software application and said nonapplication-code component and 2) said debugging metric including an application metric or a non-application-code metric. As detailed in the Findings of Fact section above, Edwards discloses a debugger that removes bugs from a target application written in Java, but which optionally comprises one or more native method DLLs. (FF 1.) In particular, Edwards discloses that a DLL is written in C or C++ programming language. (Id.) Further, Edwards discloses that the debugger includes a GUI, whereby a user makes debug requests and views the status of the debugging process. (Id.) We find that Edwards disclosure teaches a debugger that simultaneously tracks down, isolates, and removes bugs from a target application and DLLs written in C/C++ code utilizing a single GUI. In particular, we find that Edwards disclosure of a target application and DLLs written in C/C++ code amounts to a software application and nonapplication code components. Thus, we find that Edwards disclosure teaches a debugging tool having a single interface with said software application and said non-application-code component, as recited in independent claim 1. Further, Edwards discloses deriving information during the debugging process. (FF 3.) We find that Edwards disclosure of deriving debugging information amounts to generating characteristics or attributes relating to the runtime environment of a software application. In particular, we find that 10

11 Edwards disclosure teaches a debugger that generates characteristics or attributes pertaining to the runtime environment of a software application and corresponding non-application code. Thus, we find that Edwards disclosure teaches said debugging metric including an application metric or a non-application-code metric, as recited in independent claim 1. Alternatively, we note that the claimed phrase a debugging tool having a single interface with said software application and said nonapplication code component, may be broadly, but reasonably construed as a debugging tool having a single interface for a software application and a single interface for a non-application code component. Assuming arguendo that Edwards disclosure of a system debug API and a Java debug API amounts to two separate interfaces for debugging the native DLLs and Java code, as Appellants contend (App. Br. 8-10; Reply Br. 2-4), we find that the scope of the claim does not preclude a debugging tool having a single interface for a software application and a single interface for a nonapplication code component. It follows that Appellants have not shown that the Examiner erred in finding that Edwards anticipates independent claim 1. Appellants do not provide separate arguments for patentability with respect to independent claims 21 and 29. Therefore, we select independent claim 1 as representative of the cited claims. Consequently, Appellants have not shown error in the Examiner s rejection of independent claims 21 and 29 for the reasons set forth in our discussion of independent claim 1. See 37 C.F.R (c)(1)(vii) (2008). Claims 2 through 4, 12 through 15, 17, 19, 22 through 27, 30, 31, 34, and 35 Appellants do not provide separate arguments for patentability with respect to dependent claims 2 through 4, 12 through 15, 17, 19, 22 through 11

12 27, 30, 31, 34, and 35. Therefore, we select independent claim 1 as representative of the cited claims. Consequently, Appellants have not shown error in the Examiner s rejection of dependent claims 2 through 4, 12 through 15, 17, 19, 22 through 27, 30, 31, 34, and 35 for the reasons set forth in our discussion of independent claim 1. See 37 C.F.R (c)(1)(vii). Claims 5 and 6 Appellants contend that Edwards disclosure of Java code information, including a stack frame of interest, does not teach a frame attribute or a frame type. (App. Br ; Reply Br. 6-7.) Therefore, Appellants argue that Edwards disclosure does not teach said debugging metric includes a frame attribute wherein said frame attribute is a frame type, as recited in dependent claims 5 and 6. (Id.) We do not agree. As detailed in the Findings of Fact section above, Edwards discloses deriving information during the debugging process, which includes a stack frame of interest. (FF 3.) We find that Edwards disclosure teaches generating debugging information, or metrics, which include a stack frame of interest. In particular, we find that Edwards disclosure of a stack frame of interest amounts to a frame attribute of interest. Further, we find that a frame type necessarily flows from Edwards teaching of a frame attribute of interest. Thus, we find that Edwards cited disclosure teaches the disputed limitations. Alternatively, we find that the Examiner has properly shifted the burden to Appellants by providing a prima facie case in the Answer that reasonably supports the Examiner's finding of inherent anticipation with respect to Edwards disclosure of a frame attribute of interest. In response, Appellants merely allege that Edwards disclosure does not necessarily teach 12

13 that the frame attribute is a frame type. (App. Br ; Reply Br. 6-7.) Appellants mere allegation is insufficient to prove that the subject matter shown to be in the prior art does not possess the characteristic relied on by the Examiner. It follows that Appellants have not shown that the Examiner erred in finding that Edwards anticipates dependent claims 5 and 6. Claims 7 and 8 Appellants contend that Edwards disclosure of readily identifying the particular source of a given event does not teach a compiled frame calling convention [and] an interpreter frame calling convention, as recited in dependent claims 7 and 8. (App. Br. 12; Reply Br. 7.) We find Appellants argument unpersuasive. We note that Appellants fail to set forth substantive arguments, but rather generally allege that Edwards cited disclosure does not teach the limitations of dependent claims 7 and 8. Appellants are reminded that a statement that merely points out what the claim recites will not be considered as an argument for separate patentability of a claim. 37 C.F.R (c)(1)(vii). Appellants are further reminded that a general allegation that the claim defines a patentable invention without specifically pointing out how the language of the claims patentably distinguishes them from the references does not constitute a persuasive response. 37 C.F.R (b). Therefore, Appellants arguments are unpersuasive. It follows that Appellants have not shown that the Examiner erred in finding that Edwards anticipates dependent claims 7 and 8. Claim 20 Appellants contend that Edwards disclosure does not teach generating different types of metrics using a debugging tool and, therefore, 13

14 does not teach a debugging metric, including: an application metric, a virtual machine metric, [and] a native-code metric, as recited in independent claim 20. (App. Br ; Reply Br. 5-6.) We do not agree. As detailed in the Findings of Fact section, Edwards discloses utilizing a debugger to simultaneously debug a target application and DLLs written in C/C++ code. (FF 1.) In particular, Edwards discloses that the JVM runs the target application. (FF 2.) Further, Edwards discloses that the debugger contains a debug engine that performs the debugging work by manipulating the target application via the JVM. (Id.) We find that Edwards disclosure teaches a debugger that manipulates a JVM to track down, isolate, and remove bugs from a target application and DLLs written in C/C++ code. As set forth above, we find that Edwards disclosure teaches generating characteristics or attributes pertaining to the runtime environment of a software application and corresponding non-application code. See discussion supra. at In summary, we find that Edwards disclosure teaches a debugger that manipulates a JVM in order to generate characteristics or attributes pertaining to the runtime environment of a software application and corresponding non-application code. Thus, we find that Edwards disclosure teaches the disputed limitations. It follows that Appellants have not shown that the Examiner erred in finding that Edwards anticipates independent claim U.S.C. 103(a) Rejections Claims 9 through 11 Appellants contend that Coutant s disclosure of an unwind table generated by a compiler, whereby the compiler is not a non-application 14

15 code component invoked by said software application, does not teach an unwind table produced through the claimed process. (App. Br. 13; Reply Br. 8-9.) Therefore, Appellants argue that Coutant s disclosure does not teach an unwind table generated by said non-application-code-component, as recited in dependent claims 9 and 10. (Id.) We do not agree. As detailed in the Findings of Fact section above, Coutant discloses utilizing a debugger to unwind a stack. (FF 4.) In particular, Coutant discloses a stack unwind data structure consisting of an unwind table that includes entries for each active procedure. (FF 5.) We find that Coutant s disclosure teaches an unwind table. As set forth above, we find that Edwards disclosure teaches generating characteristics or attributes pertaining to the runtime environment of a software application and corresponding non-application code. See discussion supra. at In summary, we find that an ordinarily skilled artisan would readily appreciate generating an unwind table utilizing Edwards characteristics and attributes pertaining to non-application code. Thus, we find that the cited disclosures of Edwards and Coutant teach the disputed limitations. It follows that Appellants have not shown that the Examiner erred in concluding that the combination of Edwards and Coutant renders dependent claims 9 and 10 unpatentable. Appellants do not provide separate arguments for patentability with respect to dependent claim 11. Therefore, we select dependent claims 9 and 10 as representative of the cited claim. Consequently, Appellants have not shown error in the Examiner s rejection of dependent claim 11 for the reasons set forth in our discussion of dependent claims 9 and 10. See 37 C.F.R (c)(1)(vii). 15

16 Claim 16 Appellants contend that Rosenberg s disclosure outlining how debugging is useful once a software application crashes does not teach how or why Edwards system could be modified to debug a software application, non-application code component, or both after a crash. (App. Br ; Reply Br ) Therefore, Appellants argue that Rosenberg s disclosure does not teach wherein said software application, said non-application-code component or both have already crashed, as recited in dependent claim 16. (Id.) We do not agree. As detailed in the Findings of Fact section above, Rosenberg discloses utilizing debuggers to repair defects in a software application after the software application crashes. (FF 6.) We find that Rosenberg s disclosure teaches debugging a target application after it crashes. As set forth above, Edwards disclosure teaches a debugger that simultaneously tracks down, isolates, and removes bugs from a software application and non-application code. See discussion supra. at 10. In summary, we find that once a software application crashes, an ordinarily skilled artisan would readily appreciate utilizing Edwards debugger to simultaneously track down, isolate, and remove bugs from a software application and its corresponding nonapplication code. It follows that Appellants have not shown that the Examiner erred in concluding that the combination of Edwards and Rosenberg renders dependent claim 16 unpatentable. Claims 18 and 28 Appellants do not provide separate arguments for patentability with respect to dependent claims 18 and 28. Therefore, we select independent claim 1 as representative of the cited claims. Consequently, Appellants have 16

17 not shown error in the Examiner s rejection of dependent claims 18 and 28 for the reasons set forth in our discussion of independent claim 1. See 37 C.F.R (c)(1)(vii). VI. CONCLUSIONS OF LAW 1. Appellants have not shown that the Examiner erred in rejecting claims 1 through 8, 12 through 15, 17, 19 through 27, 29 through 31, 34, and 35 as being anticipated under 35 U.S.C. 102(b). 2. Appellants have also not shown that the Examiner erred in rejecting claims 9 through 11, 16, 18, and 28 as being unpatentable under 35 U.S.C. 103(a). VII. DECISION 1. We affirm the Examiner s decision to reject claims 1 through 8, 12 through 15, 17, 19 through 27, 29 through 31, 34, and 35 as being anticipated under 35 U.S.C. 102(b). 2. We affirm the Examiner s decision to reject claims 9 through 11, 16, 18, and 28 as being unpatentable under 35 U.S.C. 103(a). No time period for taking any subsequent action in connection with this appeal may be extended under 37 C.F.R (a). nhl AFFIRMED HEWLETT-PACKARD COMPANY Intellectual Property Administration 3404 E. Harmony Road Mail Stop 35 FORT COLLINS, CO

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte JOEL E. SHORT, FREDERIC DELLY, MARK F. LOGAN, and DANIEL TOOMEY Appeal 2009-002481 1 Technology Center

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte FANG-JWU LIAO

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte FANG-JWU LIAO UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte FANG-JWU LIAO Appeal 2009-002699 Technology Center 2800 Decided: August 7, 2009 Before BEVERLY A.

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte DWIGHT D. RILEY Appeal 2009-013823 1 Technology Center 2400 Before GREGORY J. GONSALVES, JASON V.

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte GEORGE LIN

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte GEORGE LIN UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte GEORGE LIN Appeal 2009-002331 Technology Center 3700 Decided: 1 June 18, 2009 Before WILLIAM F. PATE,

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte RONALD W. HALL, DARYL T. BURKHARD, and HARRY B. TAYLOR Appeal 2010-002475 Technology Center 2600

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte CHRISTOPHER H. ELVING and ARVIND SRINIVASAN

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte CHRISTOPHER H. ELVING and ARVIND SRINIVASAN UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte CHRISTOPHER H. ELVING and ARVIND SRINIVASAN Appeal 2009-007359 1 Technology Center 2400 Decided:

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte ROBERT WEBER and NISHITH PATEL

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte ROBERT WEBER and NISHITH PATEL UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Ex parte ROBERT WEBER and NISHITH PATEL Appeal 2012-002460 Technology Center 1600 Before DONALD E. ADAMS, LORA M. GREEN,

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/001,772 10/31/2001 Anand Subramanian 03485/100H799-US1 4306

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/001,772 10/31/2001 Anand Subramanian 03485/100H799-US1 4306 UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte XINTIAN MING and STEPHEN J.

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte XINTIAN MING and STEPHEN J. UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte XINTIAN MING and STEPHEN J. ROTHENBURGER Appeal 2010-002172 Technology Center 1700 Before CHUNG K.

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/748,316 12/30/2003 Jeffrey Robert Roose 1671-0286 8025

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/748,316 12/30/2003 Jeffrey Robert Roose 1671-0286 8025 UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/425,695 04/28/2003 Rajesh John RSTN-031 5202

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/425,695 04/28/2003 Rajesh John RSTN-031 5202 UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte GRIGORY L. ARAUZ and STEVEN E.

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte GRIGORY L. ARAUZ and STEVEN E. UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte GRIGORY L. ARAUZ and STEVEN E. BUCHANAN Appeal 2010-002331 Technology Center 3600 Before: MICHAEL

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte TATSUO NAKAJIMA, ARITO MATSUI, TAKASHI NISHIMOTO, GO ITOHYA, HAJIME ASAI, and TSUNEO TAKANO Appeal

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte JOHANNES HENRICUS VAN BIJNEN and PETER HUMPHREY DE LA RAMBELJE Appeal 2009-002284 1 Technology Center

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/304,776 11/26/2002 Jouni Ylitalo 800.0882.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/304,776 11/26/2002 Jouni Ylitalo 800.0882. UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte JOHN M. GAITONDE

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte JOHN M. GAITONDE UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte JOHN M. GAITONDE Appeal 2009-002456 Technology Center 1700 Decided: 1 May 27, 2009 Before BRADLEY

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte LUCAS SAXE and PATRICK DOUGLAS

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte LUCAS SAXE and PATRICK DOUGLAS UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte LUCAS SAXE and PATRICK DOUGLAS Appeal 2005-002600 Technology Center 3600 Decided: April 6, 2010 Before

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte PHILIP KNEISL, LAWRENCE A. BEHRMANN, and BRENDEN M. GROVE Appeal 2010-002777 Technology Center 3600

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte SHERI L. MCGUIRE, THOMAS E. TAYLOR, and BRIAN EMANUEL Appeal 2009-002177 Technology Center 1700 Decided:

More information

UNITED STATES PATENT AND TRADEMARK OFFICE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte KEVIN MUKAI and SHANKAR CHANDRAN

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte KEVIN MUKAI and SHANKAR CHANDRAN UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte KEVIN MUKAI and SHANKAR CHANDRAN Appeal 2009-002624 Technology Center 1700 Decided: 1 June 01, 2009

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/588,111 10/26/2006 Frank N. Mandigo 6113B-002728/US/COA 1211

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/588,111 10/26/2006 Frank N. Mandigo 6113B-002728/US/COA 1211 UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte VINCENT HOLTZ and JEAN SIEFFERT

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte VINCENT HOLTZ and JEAN SIEFFERT UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Ex parte VINCENT HOLTZ and JEAN SIEFFERT Appeal 2011-005241 Technology Center 3600 Before JAMES P. CALVE, SCOTT A. DANIELS,

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte FRANZ LECHNER and HELMUT STEFFENINI

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte FRANZ LECHNER and HELMUT STEFFENINI UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Ex parte FRANZ LECHNER and HELMUT STEFFENINI Appeal 2012-012349 1 Technology Center 3700 Before STEFAN STAICOVICI, EDWARD

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte JORDI ALBORNOZ

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte JORDI ALBORNOZ UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte JORDI ALBORNOZ Appeal 2009-012862 Technology Center 3600 Before, JAMES D. THOMAS, ANTON W. FETTING

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/331,558 01/15/2006 Hui Hu 2713

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/331,558 01/15/2006 Hui Hu 2713 UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/335,056 01/18/2006 Richard James Casler JR.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/335,056 01/18/2006 Richard James Casler JR. UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/751,277 05/21/2007 Larry Bert Brenner AUS920070464US1 1721

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 11/751,277 05/21/2007 Larry Bert Brenner AUS920070464US1 1721 UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte IAN D. FAULKNER, and THOMAS J.

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte IAN D. FAULKNER, and THOMAS J. UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte IAN D. FAULKNER, and THOMAS J. ROGERS Appeal 2009-002547 Technology Center 3700 Decided: 1 July 1,

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 09/982,337 10/18/2001 Todd Ouzts MFCP.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 09/982,337 10/18/2001 Todd Ouzts MFCP. UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte JOHN N. GROSS

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte JOHN N. GROSS UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte JOHN N. GROSS Appeal 2009-002646 Technology Center 3600 Decided: September 29, 2009 Before, MURRIEL

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte BRUCE D. LAWREY, ROBERT F. REBELLO, ROGER DALE LANE and W. BRENT SMITH Appeal 2009-002289 Technology

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte HUBERTUS BUTTNER, MARCUS VAN HEYDEN, MARKUS DEUTEL, and ALFONS VOLLMUTH Appeal 2009-002387 1 Technology

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte RUDIGER MUSCH, JAN MAZANEK, HERMANN PERREY, and KNUT PANSKUS Appeal 2009-002558 Technology Center

More information

Please find below and/or attached an Office communication concerning this application or proceeding.

Please find below and/or attached an Office communication concerning this application or proceeding. UNITED STA TES p A TENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte ELIZABETH G. PAVEL, MARK N. KAWAGUCHI, and JAMES S. PAPANU Appeal 2009-002463 Technology Center 1700

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte BRYAN KEITH FELLER and MATTHEW JOSEPH MACURA

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte BRYAN KEITH FELLER and MATTHEW JOSEPH MACURA UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte BRYAN KEITH FELLER and MATTHEW JOSEPH MACURA Appeal 2009-002682 Technology Center 3700 Decided: 1

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/958,191 10/04/2004 Ruth E. Bauhahn 151P11719USU1 1458

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/958,191 10/04/2004 Ruth E. Bauhahn 151P11719USU1 1458 UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

United States Court of Appeals for the Federal Circuit

United States Court of Appeals for the Federal Circuit NOTE: This disposition is nonprecedential. United States Court of Appeals for the Federal Circuit (Serial No. 10/643,288) IN RE FRANCIS L. CONTE 2011-1331 Appeal from the United States Patent and Trademark

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Ex parte ROBERT PARSONS, WARREN ADELMAN, MICHAEL CHADWICK and ERIC WAGNER Appeal 2012-004664 Technology Center 2400 Before

More information

United States Court of Appeals for the Federal Circuit

United States Court of Appeals for the Federal Circuit NOTE: This disposition is nonprecedential. United States Court of Appeals for the Federal Circuit ORACLE AMERICA, INC., Appellant v. GOOGLE, INC., Appellee 2014-1351 Appeal from the United States Patent

More information

Trial@uspto.gov Paper 38 571-272-7822 Entered: March 23, 2015 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

Trial@uspto.gov Paper 38 571-272-7822 Entered: March 23, 2015 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Trial@uspto.gov Paper 38 571-272-7822 Entered: March 23, 2015 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD CHICAGO MERCANTILE EXCHANGE, INC., Petitioner, v. 5th MARKET,

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte B. REILLY BARRY, MARK A. CHODORONEK, ERIC DEROSE, CAROL Y. DEVINE, MARK N. STUDNESS, ANGELA R. JAMES,

More information

UNITED STATES PATENT AND TRADEMARK OFFICE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte DIANE K. STEWART, J. DAVID CASEY, JR., JOHN BEATY, CHRISTIAN R. MUSIL, STEVEN BERGER, SYBREN J. SIJBRANDIJ,

More information

COMMENTARY. Amending Patent Claims in Inter Partes Review Proceedings

COMMENTARY. Amending Patent Claims in Inter Partes Review Proceedings SEPTEMBER 2015 COMMENTARY Amending Patent Claims in Inter Partes Review Proceedings The inter partes review ( IPR ) statute authorizes a patent owner ( PO ) to file, after an IPR has been instituted, one

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte KAZUNORI UKIGAWA and HIROKI YAMASHITA

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte KAZUNORI UKIGAWA and HIROKI YAMASHITA UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte KAZUNORI UKIGAWA and HIROKI YAMASHITA Appeal 2009-007620 Technology Center 3600 Decided: November

More information

Trials@uspto.gov Paper 7 571-272-7822 Date: May 14, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

Trials@uspto.gov Paper 7 571-272-7822 Date: May 14, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Trials@uspto.gov Paper 7 571-272-7822 Date: May 14, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD ORACLE CORPORATION Petitioner v. CLOUDING IP, LLC Patent Owner

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte HEATHER E. MCCULLOH, PATRICK MCCARTHY, STEVEN J. ADLER, and HENRY G. PROSACK, JR. Appeal 2009-002258

More information

How To Prove That A Car Insurance System Is A Risk Assessment System

How To Prove That A Car Insurance System Is A Risk Assessment System Trials@uspto.gov Paper 53 571-272-7822 Entered: March 13, 2014 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD LIBERTY MUTUAL INSURANCE CO. Petitioner v. PROGRESSIVE

More information

Please find below and/or attached an Office communication concerning this application or proceeding.

Please find below and/or attached an Office communication concerning this application or proceeding. UNITED STA TES p A TENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

United States Court of Appeals for the Federal Circuit

United States Court of Appeals for the Federal Circuit NOTE: This disposition is nonprecedential. United States Court of Appeals for the Federal Circuit PLANET BINGO, LLC, Plaintiff-Appellant, v. VKGS LLC (doing business as Video King), Defendant-Appellee.

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

Case: 1:10-cv-01370-BYP Doc #: 48 Filed: 11/12/10 1 of 10. PageID #: <pageid> UNITED STATES DISTRICT COURT NORTHERN DISTRICT OF OHIO EASTERN DIVISION

Case: 1:10-cv-01370-BYP Doc #: 48 Filed: 11/12/10 1 of 10. PageID #: <pageid> UNITED STATES DISTRICT COURT NORTHERN DISTRICT OF OHIO EASTERN DIVISION Case: 1:10-cv-01370-BYP Doc #: 48 Filed: 11/12/10 1 of 10. PageID #: UNITED STATES DISTRICT COURT NORTHERN DISTRICT OF OHIO EASTERN DIVISION Progressive Casualty Insurance Co., ) CASE NO. 1:10

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte AMITAVA SENGUPTA, LINUS I. HOLSTEIN, and E. WAYNE BOULDIN Appeal 2009-002199 Technology Center 1700

More information

UNITED STATES DISTRICT COURT MIDDLE DISTRICT OF FLORIDA ORLANDO DIVISION

UNITED STATES DISTRICT COURT MIDDLE DISTRICT OF FLORIDA ORLANDO DIVISION Case 6:09-cv-01968-PCF-KRS Document 222 Filed 06/29/11 Page 1 of 13 PageID 3127 VOTER VERIFIED, INC., Plaintiff, UNITED STATES DISTRICT COURT MIDDLE DISTRICT OF FLORIDA ORLANDO DIVISION -vs- Case No. 6:09-cv-1968-Orl-19KRS

More information

Please find below and/or attached an Office communication concerning this application or proceeding.

Please find below and/or attached an Office communication concerning this application or proceeding. UNITED STA TES p A TENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte KEITH C. HONG, HUSNU M. KALKANOGLU, and MING L. SHIAO Appeal 2009-005841 Technology Center 1700 Decided:

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte MARTIN FREEBORN and VINCE BURKHART

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD. Ex parte MARTIN FREEBORN and VINCE BURKHART UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Ex parte MARTIN FREEBORN and VINCE BURKHART Appeal 2013-002790 1 Technology Center 1700 Before BRADLEY R. GARRIS, ROMULO

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Ex parte CHRISTOPHER N. DEL REGNO, HOWARD H. CHIU, DONALD PITCHFORTH, JR., TERRY W. MCGINNIS, and RONALD DENNIS DAY Appeal

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte RICHARD J TITMUSS, CAROLINE AM LEBRE, and JAMES L TAYLOR Appeal 2009-000930 Technology Center 2400

More information

Trials@uspto.gov Paper 12 571-272-7822 Entered: February 25, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

Trials@uspto.gov Paper 12 571-272-7822 Entered: February 25, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Trials@uspto.gov Paper 12 571-272-7822 Entered: February 25, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD LIBERTY MUTUAL INSURANCE CO. Petitioner v. PROGRESSIVE

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. NOTICE Pursuant to the Patent Trial and Appeal Board (PTAB) Standard Operating Procedure 2, the PTAB designates the Decision on Appeal in Ex parte Mewherter (Appeal 2012-007692) Precedential as to the

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 95/002,355 09/14/2012 8181992 104538.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 95/002,355 09/14/2012 8181992 104538. UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte CHRISTOPHER JAMES DAWSON, VINCENZO VALENTINO DI LUOFFO, CRIAG WILLIAM FELLENSTEIN, and RICK ALLEN

More information

United States Court of Appeals for the Federal Circuit

United States Court of Appeals for the Federal Circuit United States Court of Appeals for the Federal Circuit SOUTH ALABAMA MEDICAL SCIENCE FOUNDATION, Appellant v. GNOSIS S.P.A., GNOSIS BIORESEARCH S.A., GNOSIS U.S.A., INC., Appellees 2014-1778, 2014-1780,

More information

Functional Language in Apparatus Claims in US Patent Practice (not invoking 112, 6): Overview and Practice Suggestions

Functional Language in Apparatus Claims in US Patent Practice (not invoking 112, 6): Overview and Practice Suggestions American Intellectual Property Law Association Intellectual Property Practice in Israel Committee Functional Language in Apparatus Claims in US Patent Practice (not invoking 112, 6): Overview and Practice

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte XAVIER DELANNAY, DENNIS J. DUNPHY, FERNANDO GAITAIN-GAITAIN, and THOMAS P. JURY Appeal 2010-002236

More information

Trials@uspto.gov Paper 41 571-272-7822 Date: May 11, 2015 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

Trials@uspto.gov Paper 41 571-272-7822 Date: May 11, 2015 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Trials@uspto.gov Paper 41 571-272-7822 Date: May 11, 2015 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD APPLE INC., Petitioner, v. VIRNETX INC., Patent Owner. Case

More information

The KSR Standard for Obviousness: A Pendulum Shift to 20/20 Hindsight? Michael O. Warnecke, Partner Perkins Coie

The KSR Standard for Obviousness: A Pendulum Shift to 20/20 Hindsight? Michael O. Warnecke, Partner Perkins Coie The KSR Standard for Obviousness: A Pendulum Shift to 20/20 Hindsight? Michael O. Warnecke, Partner Perkins Coie KSR International Co. v. Teleflex, Inc. April 30, 2007 U.S. Supreme Court s unanimous decision

More information

United States Court of Appeals for the Federal Circuit

United States Court of Appeals for the Federal Circuit . NOTE: This disposition is nonprecedential. United States Court of Appeals for the Federal Circuit KAREN L. WILLIS, Appellant, v. CAN T STOP PRODUCTIONS, INC., Appellee. 2012-1109 (Cancellation Nos. 92051213

More information

UNITED STATES DISTRICT COURT DISTRICT OF MASSACHUSETTS

UNITED STATES DISTRICT COURT DISTRICT OF MASSACHUSETTS UNITED STATES DISTRICT COURT DISTRICT OF MASSACHUSETTS ) MASSACHUSETTS INSTITUTE OF ) TECHNOLOGY, ) ) Plaintiff, ) ) Civil Action No. v. ) 15-10374-FDS ) MICRON TECHNOLOGY, INC.; ) APPLE, INC.; ELPIDA

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Ex parte NIRMAL MUKUND KARI, SCOTT WILLIAM PETRICK, and CHRISTOPHER UNGER Appeal 2011-002161 Technology Center 2600 Before

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte SRINIVAS GUTTA and KAUSHAL KURAPATI

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte SRINIVAS GUTTA and KAUSHAL KURAPATI UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte SRINIVAS GUTTA and KAUSHAL KURAPATI Appeal 2008-4366 Technology Center 2400 Decided: August 10, 2009

More information

UNITED STATES PATENT AND TRADEMARK OFFICE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

Trials@uspto.gov Paper 30 Tel: 571-272-7822 Entered: January 12, 2016 UNITED STATES PATENT AND TRADEMARK OFFICE

Trials@uspto.gov Paper 30 Tel: 571-272-7822 Entered: January 12, 2016 UNITED STATES PATENT AND TRADEMARK OFFICE Trials@uspto.gov Paper 30 Tel: 571-272-7822 Entered: January 12, 2016 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD NHK SEATING OF AMERICA, INC., Petitioner, v. LEAR

More information

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/900,831 07/28/2004 Thomas R. Schrunk 5038.

APPLICATION NO. FILING DATE FIRST NAMED INVENTOR ATTORNEY DOCKET NO. CONFIRMATION NO. 10/900,831 07/28/2004 Thomas R. Schrunk 5038. UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

United States Court of Appeals for the Federal Circuit

United States Court of Appeals for the Federal Circuit NOTE: This disposition is nonprecedential. United States Court of Appeals for the Federal Circuit GRAFTECH INTERNATIONAL HOLDINGS, INC., Appellant v. LAIRD TECHNOLOGIES INC., Appellee 2015-1796 Appeal

More information

Effective Patent Application Drafting and Prosecution in Light of Recent Developments Thomas F. Woods. Topics Covered Background Recent Changes in the Law Before Writing Prior Art Searches Effective Application

More information

Trials@uspto.gov Paper 26 571-272-7822 Date: June 11, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

Trials@uspto.gov Paper 26 571-272-7822 Date: June 11, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Trials@uspto.gov Paper 26 571-272-7822 Date: June 11, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD IDLE FREE SYSTEMS, INC. Petitioner, v. BERGSTROM, INC. Patent

More information

UNITED STATES PATENT AND TRADEMARK OFFICE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

UNITED STATES PATENT AND TRADEMARK OFFICE

UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES PATENT AND TRADEMARK OFFICE UNITED STATES DEPARTMENT OF COMMERCE United States Patent and Trademark Office Address: COMMISSIONER FOR PATENTS P.O. Box 1450 Alexandria, Virginia 22313-1450

More information

Trials@uspto.gov Paper 32 571-272-7822 Date: March 8, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD

Trials@uspto.gov Paper 32 571-272-7822 Date: March 8, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD Trials@uspto.gov Paper 32 571-272-7822 Date: March 8, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE PATENT TRIAL AND APPEAL BOARD MICROSOFT CORPORATION Petitioner v. PROXYCONN, INC. Patent

More information

United Video v. Amazon.com: Clear Disavowal of Claim Scope

United Video v. Amazon.com: Clear Disavowal of Claim Scope United Video v. Amazon.com: Clear Disavowal of Claim Scope Today in United Video Properties, Inc. v. Amazon.com, Fed. App x (Fed. Cir. 2014)(Lourie, J.), the Court affirmed a noninfringement ruling where

More information

Case 8:04-cv-01787-MJG Document 142 Filed 08/16/05 Page 1 of 20 IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF MARYLAND

Case 8:04-cv-01787-MJG Document 142 Filed 08/16/05 Page 1 of 20 IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF MARYLAND Case 8:04-cv-01787-MJG Document 142 Filed 08/16/05 Page 1 of 20 IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF MARYLAND DR. MARC L. KOZAM * d/b/a MLK SOFTWARE, et al. * Plaintiffs * vs. CIVIL

More information

United States Court of Appeals for the Federal Circuit

United States Court of Appeals for the Federal Circuit NOTE: This disposition is nonprecedential. United States Court of Appeals for the Federal Circuit SMARTGENE, INC., Plaintiff-Appellee, v. ADVANCED BIOLOGICAL LABORATORIES, SA, AND ABL PATENT LICENSING

More information

No. 04-1350 IN THE SUPREME COURT OF THE UNITED STATES. KSR INTERNATIONAL CO., Petitioner, v. TELEFLEX INC. and TECHNOLOGY HOLDING CO., Respondents.

No. 04-1350 IN THE SUPREME COURT OF THE UNITED STATES. KSR INTERNATIONAL CO., Petitioner, v. TELEFLEX INC. and TECHNOLOGY HOLDING CO., Respondents. No. 04-1350 IN THE SUPREME COURT OF THE UNITED STATES KSR INTERNATIONAL CO., Petitioner, v. TELEFLEX INC. and TECHNOLOGY HOLDING CO., Respondents. On A Writ of Certiorari to the United States Court of

More information

Nanotechnology-Related Issues at the United States Patent and Trademark Office

Nanotechnology-Related Issues at the United States Patent and Trademark Office Nanotechnology-Related Issues at the United States Patent and Trademark Office Charles R. Eloshway Patent Attorney, Office of International Relations USPTO 571-272-9300 Charles.Eloshway@uspto.gov 1 USPTO

More information

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte BRIAN P. RICE

UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES. Ex parte BRIAN P. RICE UNITED STATES PATENT AND TRADEMARK OFFICE BEFORE THE BOARD OF PATENT APPEALS AND INTERFERENCES Ex parte BRIAN P. RICE Appeal 2009-002761 Application 11/166,056 Technology Center 2800 Decided: March 25,

More information

THIS DISPOSITION IS NOT CITABLE AS PRECEDENT OF THE TTAB UNITED STATES PATENT AND TRADEMARK OFFICE. Trademark Trial and Appeal Board

THIS DISPOSITION IS NOT CITABLE AS PRECEDENT OF THE TTAB UNITED STATES PATENT AND TRADEMARK OFFICE. Trademark Trial and Appeal Board 5/3/01 THIS DISPOSITION IS NOT CITABLE AS PRECEDENT OF THE TTAB Paper No. 9 RFC UNITED STATES PATENT AND TRADEMARK OFFICE Trademark Trial and Appeal Board In re Venture Insurance Company Serial No. 75/573,049

More information

United States Court of Appeals

United States Court of Appeals United States Court of Appeals FOR THE EIGHTH CIRCUIT No. 06-3601 J.E. Jones Construction Co.; The Jones Company Custom Homes, Inc., Now known as REJ Custom Homes, Plaintiffs - Appellants, v. Appeal from

More information

POST-KSR OBVIOUSNESS: THE EFFECTS OF THE PATENT AND TRADEMARK OFFICE S EXEMPLARY RATIONALES ON PATENT LITIGATION

POST-KSR OBVIOUSNESS: THE EFFECTS OF THE PATENT AND TRADEMARK OFFICE S EXEMPLARY RATIONALES ON PATENT LITIGATION 2009] 1011 POST-KSR OBVIOUSNESS: THE EFFECTS OF THE PATENT AND TRADEMARK OFFICE S EXEMPLARY RATIONALES ON PATENT LITIGATION Taryn Elliott INTRODUCTION The 2007 decision of KSR International Co. v. Teleflex

More information

IS NOT CITABLE AS PRECEDENT RLS/LG OF THE T.T.A.B. UNITED STATES PATENT AND TRADEMARK OFFICE. Trademark Trial and Appeal Board

IS NOT CITABLE AS PRECEDENT RLS/LG OF THE T.T.A.B. UNITED STATES PATENT AND TRADEMARK OFFICE. Trademark Trial and Appeal Board 9/25/01 THIS DISPOSITION Paper No. 12 IS NOT CITABLE AS PRECEDENT RLS/LG OF THE T.T.A.B. UNITED STATES PATENT AND TRADEMARK OFFICE Trademark Trial and Appeal Board In re Sonnet Technologies, Inc. Serial

More information

NOT FINAL UNTIL TIME EXPIRES TO FILE REHEARING MOTION AND, IF FILED, DETERMINED OF FLORIDA SECOND DISTRICT

NOT FINAL UNTIL TIME EXPIRES TO FILE REHEARING MOTION AND, IF FILED, DETERMINED OF FLORIDA SECOND DISTRICT NOT FINAL UNTIL TIME EXPIRES TO FILE REHEARING MOTION AND, IF FILED, DETERMINED IN THE DISTRICT COURT OF APPEAL OF FLORIDA SECOND DISTRICT AmMED SURGICAL EQUIPMENT, LLC, a Florida limited liability company,

More information

Claim Term Analysis and Secondary Considerations in Inter Partes Review

Claim Term Analysis and Secondary Considerations in Inter Partes Review Claim Term Analysis and Secondary Considerations in Inter Partes Review Andrew P. Ritter Andrew P. Ritter is an associate at Sughrue Mion, PLLC in Washington, DC. His practice focuses on patent prosecution,

More information