uml cvip applicationhachreka/files/cvip_documentation.pdfuml cvip – application developed and...

37
UML CVIP Application Developed and Maintained by Harshavardhan Achrekar ----------------------------------------------------------- CVIP Database is a collection of all dockets and patents of University of Massachusetts Lowell. ------------------------------------------------------------------------------------------------------------------------------------ How do I add a Docket ? To add a new docket, you need a docket number. A docket number consists of 3 fields, 1. Common prefix 'UML' 2. Fiscal Year (YY) and 3. The Serial number of the docket in that fiscal year. For your convenience, a docket number is calculated and displayed on the screen. You may however choose not to use this docket number, but use your own. But Remember, the docket number you enter should match with the correct format which id UML FS-SR i.e. UML (space) Fiscal years (YY) (hyphen) Serial Number How do I edit a docket? Add the data and hit 'Save'. Remember to add a modification record before you save the modifications. This is useful to track the modifications. You an view the modification history by clicking on the 'View modification History' Link. This will give you all the changes that have been made, when, and by whom in the chronological order. How do I search a docket? This is a very important feature in this application. You can search a docket either by entering the search fields or using the search shortcuts. How do I add an additional inventor? A docket may have more than one inventor. This module enables us to include all of them into our database. First select the docket number from the dropdown box to your left. Then add the secondary inventor's name in the space provided. If you have more inventors, click on the 'Add Another Inventor' button. A new row will appear and you can enter the next inventor's name here. You can add as many inventors you want. There is no limit to the number of secondary inventors. Once you are done with adding the inventors, click on save. Your inventors are now added into the database. How do I add a law firm? Fill in all the details asked and hit "Add Firm". The firm is added to the dataabase. To view all the firms, click in the 'View All Firms' Link. How do I edit a law firm? If you see a list of firms, click on the firm name to view its current details. Change the entries and click on the 'Save' Button. How Do I add an attorney? Enter the Attorney's name first. Select the firm from the dropdown list with which the attorney is associated with. After selecting the firm, hit "Lookup" button. This populates the firm's address, telephone and fax in the boxes provided. You can choose not to use these values and enter your own manually, instead. After you have finished entering the data, click on the "Add Attorney" button. How do I edit an attorney? If you see a list of attorneys, click on the attorney name to view its current details. Change the entries and click on the 'Save' Button.

Upload: dinhhanh

Post on 01-May-2018

221 views

Category:

Documents


1 download

TRANSCRIPT

UML CVIP – Application Developed and Maintained by Harshavardhan Achrekar

----------------------------------------------------------- CVIP Database is a collection of all dockets and patents of University of Massachusetts Lowell. ------------------------------------------------------------------------------------------------------------------------------------ How do I add a Docket ? To add a new docket, you need a docket number. A docket number consists of 3 fields, 1. Common prefix 'UML' 2. Fiscal Year (YY) and 3. The Serial number of the docket in that fiscal year. For your convenience, a

docket number is calculated and displayed on the screen. You may however choose not to use this docket number, but use your own. But Remember, the docket number you enter should match with the correct format which id UML FS-SR i.e. UML (space) Fiscal years (YY) (hyphen) Serial Number How do I edit a docket? Add the data and hit 'Save'. Remember to add a modification record before you save the modifications. This is useful to track the modifications. You an view the modification history by clicking on the 'View modification History' Link. This will give you all the changes that have been made, when, and by whom in the chronological order. How do I search a docket? This is a very important feature in this application. You can search a docket either by entering the search fields or using the search shortcuts. How do I add an additional inventor? A docket may have more than one inventor. This module enables us to include all of them into our database. First select the docket number from the dropdown box to your left. Then add the secondary inventor's name in the space provided. If you have more inventors, click on the 'Add Another Inventor' button. A new row will appear and you can enter the next inventor's name here. You can add as many inventors you want. There is no limit to the number of secondary inventors. Once you are done with adding the inventors, click on save. Your inventors are now added into the database. How do I add a law firm? Fill in all the details asked and hit "Add Firm". The firm is added to the dataabase. To view all the firms, click in the 'View All Firms' Link. How do I edit a law firm? If you see a list of firms, click on the firm name to view its current details. Change the entries and click on the 'Save' Button. How Do I add an attorney? Enter the Attorney's name first. Select the firm from the dropdown list with which the attorney is associated with. After selecting the firm, hit "Lookup" button. This populates the firm's address, telephone and fax in the boxes provided. You can choose not to use these values and enter your own manually, instead. After you have finished entering the data, click on the "Add Attorney" button. How do I edit an attorney? If you see a list of attorneys, click on the attorney name to view its current details. Change the entries and click on the 'Save' Button.

http://cvip.uml.edu/search/bo/login.aspx :- works on cookies concept and stores username

and password in session variables.

http://cvip.uml.edu/search/bo/index.aspx

:- include files for individual tabs of dockets,lawfirms etc. hide and display option for

remainders in the form of javascript function provided.

http://cvip.uml.edu/search/bo/add_record1.aspx:- inserts into IP_main

docketno,primaryinventor,title1,lc_activity,invention_disclosure_date.

inserts into ip_modhistory values for docketno,subject,lc_date,lc_author,lc_activity. It

also displays recently added 20 patents in the form of a datalist.

http://cvip.uml.edu/search/bo/patent_lookup.aspx?d=0 : - updates the docket completely.

http://cvip.uml.edu/search/bo/search_internal.aspx:- search the patent based on Docket

Number:

Patent Number:

Inventor:

Title:

Patent Firm:

Patent Attorney:

Patent Status:

Foreign Patent Country :

http://cvip.uml.edu/search/bo/add_more_inventors.aspx : - to add inventors

http://cvip.uml.edu/search/bo/report_homenew.aspx : -to generate reports into the system.

http://cvip.uml.edu/search/bo/add_saleslead.aspx : -add details of the sales lead. insert

into ip_saleslead (docketno,company, contactperson,title,email, phone,address,

lastcontactedon, nextcontactdate)..actually its not been used now…it was initiative to

promote sales of patented product.

http://cvip.uml.edu/search/bo/add_patent_firm.aspx : -add the name of the patent firms

and provide their details. Insert into table IP_firm values for

(firmname,address,phone,fax,email)

http://cvip.uml.edu/search/bo/add_other.aspx

http://cvip.uml.edu/search/bo/edit_other.aspx?id=0

http://cvip.uml.edu/search/bo/edit_firm.aspx : -display list of firms from table “IP_firm”

http://cvip.uml.edu/search/bo/add_attorney.aspx :- insert into IP_attorney

(attorneyname,firmid,address,phone,fax,email)

http://cvip.uml.edu/search/bo/edit_attorney.aspx?id=0

http://cvip.uml.edu/search/bo/add_invoice.aspx :- insert into table name -IP_patentcost

values for

(docketno,firmid,fiscal,total,billdate,invoiceno,datesentforpayment,renderedthrough,firmi

nternalno)

http://cvip.uml.edu/search/bo/view_invoice.aspx

http://cvip.uml.edu/search/bo/view_invoice_firm.aspx

http://cvip.uml.edu/search/bo/upload_documents_1.aspx:- upload document of selected

filetype specific to that particular document docket number.

http://cvip.uml.edu/search/bo/view_uploaded_documents.aspx : - files uploaded in

http://129.63.129.224/CVIP/BO/UploadedDocuments/

http://cvip.uml.edu/search/bo/prepare_docket.aspx : - insert into table “ ip_SearchEngine

“ values (docketno, technology, abstract, publish,status,inventortitle,inventorurl

,labtitle,laburl,otherinventors, applications, benefits)

http://cvip.uml.edu/search/bo/edit_searchabledocket.aspx : - edit the same.

http://cvip.uml.edu/search/bo/view_publisheddocket.aspx:- within the page to prepare

docket for ip_searchengine there is a option to publish the document or save as a draft. If

you check on the publish docket option then those dockets are seen here.

http://cvip.uml.edu/search/bo/view_current_technologies.aspx

http://cvip.uml.edu/search/bo/view_all_technologies.aspx :- view from ip_search engine

where technologies is one of those mentioned below to see those dockets.

http://cvip.uml.edu/search/bo/view_subscriptions.aspx : - a user can subscribe to the

mailing list.

http://cvip.uml.edu/search/bo/add_license.aspx : - update tables ip_license_contact ,

ip_license_type, ip_license_finance, ip_license_comments from the inputs in the page.

http://cvip.uml.edu/search/bo/add_reminder.aspx :-set into “ip_reminder “ values

(reminder,author,datereminder,isopen,deleted)

Database tables:-

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

IP_addressbook – not used

Id

Name

Address

telephone1

telephone2

fax1

fax2

email

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

IP_country

countryid - 2

country - Canada

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

IP_attorney

attorneyid 17

attorneyname N. Scott Pierce

firmid 10

address 530 Virginia Road P.O. Box 9133 Concord, MA 17

phone (978) 341-0036

fax (978) 341-0136

email [email protected]

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

IP_License_Comments

Docketno UML 04-18

Comment Evaluation license. Draper Lab will send us reports at the end of the icense

term.

Commentdate 6/6/2006 3:57:49 PM

Author Susu Wong

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

IP_Availability

Id 1

Status Exclusive

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

IP_docket

Fiscal 05

Serial 20

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

IP_License_contact

Docketno UML 04-01

Licensee Polnox

Contactname Rana Gupta

Title President

address1 Four Cambridge Center, 2nd floor

address2 BLANK

city Cambridge

state MA

zip 02142

country USA

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

IP_License_Finance

Docketno UML 06-10,UML 99-99

Licensefee 400

Datelicensefee null

Maintenance 1

Maintenancefee null

Minroyalty 25

Royaltyperc 0

Milestonepayment 25

Upfrontpayment 210

Paymentmethod Certified Company Check

Isdevelopmentwork 0

isSRA 0

patentcost Pay By License

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

T_issuetracker

Id 7

Subject SQL server error

Raisedby Susu

Assignedto Tejas

Closedby null

isopen 1

deadline 6/22/2005

dateclosed 10/4/2005

dateopened 6/22/2005

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

IP_main

Docketno UML 04-05

Patentno 7,056,985

Primaryinventor Rudolf Faust

title1 Method To Prepare Block Copolymers By The Combination Of Cationic And

Anionic Polymerization

title2 End-Capped Polymer Chains and Products Thereof

invention_disclosure_date 9/9/2003

date_sent_to_attorney 9/9/2003

patentfirm 16

patentattorney 26

date_patent_filed 2/11/2004

patent_appl_serial 11/447,403 (DIV) / 10/776,681

date_patent_issued 6/6/2006

foreign_filing 0

date_foreign_filing 1/1/1900

expirationdate_federal_funding null

sponsoryesno null

sponsor_name null

grant_number null

date_funding_grant null

date_grant_expiration null

License null

MTA null

CDA null

PCT_serial PCT/US2006/001057 // PCT/US05/019774

date_prov_appl_filed 1/11/2005

prov_exp_date null

prov_appl_serial 60/643,326

iscombinedwith 1

european_serial

firminternalno ULI-006PC; ULI-001DV; ULI-005JP; ULI-006-1; UMI-00

lc_activity 4

jointdisclosure

copyrightnumber

copyrightdate 1/1/2000

trademarknumber

trademarkdate 1/1/2000

casemanager Anne-Marie Baker

federalfunding 0

datefederalfunding 1/1/1900

researchadmin 0

federalgovtcontact 0

datefederalgovtcontact 1/1/1900

govtgrantno

casemanagerdecision

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

IP_firm

Firmid 32

Firmname O’Shea, Getz & Kosakowski, P.C.

Address 1500 Main Street Suite 912 pringfield,

Phone 413-731-3100

Fax 413-731-3101

Email [email protected]

Firmorinst null

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

IP_currentfiscal

Fiscal 06

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

IP_Inventors

Docketno UML 96-07

Inventorname Jinjie Tang

Address null

Phone null

Email null

Fax null

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

ip_filecabinet

id 1

docketno UML 00-06

filename UML 00-06 & 00-07 Stacer_ReEngineered Composites S

fileimage <binary>

length 1552407

imagetype application/pdf

folder Invention Disclosure

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

IP_License_type

Docketno UML 04-01

Licensetype Exclusive

Fieldofuse Food & Packaging

Geography Worldwide

Sublicense 1

Optionagreement 0

Datesigned 3/12/2004

Expirationdate 3/12/2005

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

IP_Latest_technologies

Id 11

Parenttechnology 2

Spotlightname The Smart Bandage

Docketno UML 02-06

Isdeleted 1

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

IP_IP_Status

IPstatusid 1

IPstatus Disclosure

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

IP_other

Otherid 1

Othername Northeastern University

Address 360 Hungtington Ave., 960 RP oston, MA 02115

Phone 617-373-8809

Fax 617-373-8866

Email [email protected]

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

IP_patentcost

Docketno UML 04-09

Firmid 16

Fiscal 04

Total 2607.5

Billdate 10/13/2004

Invoiceno 68649

Datesentforpayment 8/9/2005

Renderedthrough 9/30/2004

Firminternalno ULI-002PC

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

IP_License_Billing – not used

docketno

billingdate

outstandingbal

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

IP_Reminder

Id 1

Reminder Remind Me today

Author Tejas Natu

Dateset 8/10/2005

Datereminder 8/22/2005

Isopen 0

Deleted 1

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

ip_SalesLead

docketno UML 04-18

company Ontario Genomics Institute

contactperson Christian Burke

title President

email [email protected]

phone 416-977-9582 x269

address 149 College Street, Suite 500

Toronto, Ontario M5T 1P5

Canada

Lastcontactedon 8/18/2005

Responsefromcontact null

Nextcontactdate 9/1/2005

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

IP_previlege – not used

Accessed

previlege

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

IP_tech_status

Statusid 2

Status Robust Proof

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

IP_technology

Id 58

Technology Materials Diagnostics

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

IP_users

Usernum 23

Fullname Luis

Email Escobar

uid

pwd luies

secretq What is the make of your first car?

Secreta zen

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

IP_modhistory

Id 86

Docketno UML 05-01

Subject Created

lc_date 7/8/2005 3:24:04 PM

lc_author Tejas Natu

lc_activity 0

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

ip_SearchEngine

docketno UML 05-08

abstract Prof. Watterson and co-researchers have developed and patented a revolutionary

chemo-enzymatic “green” synthetic methodology for improving the current MRI

technology. The patented methods pave the way for a new family of polymers which self-

assemble in water to form nanospheres.

These nanospheres can encapsulate drugs or contrast agents as MRI responsive cargo and

deliver them to cellular systems, which specifically binds to cancer cells and is able to

penetrate various types of cancer tumors.

Technology Nanotechnology/NEMS

Publish 1

Status 1

Inventortitle Arthur Watterson

Inventorurl http://www.uml.edu/dept/chemistry/faculty.htm

Labtitle null

Laburl null

otherinventors Clark Colton,Rajesh Kumar,Robert Fisher,

applications Medical applications/diagnostic instrumentation and imaging.

Benefits These applications would be a revolutionary advance in the science of imaging

as they would increase the sensitivity of tumors by an order of magnitude, thus providing

physicians with a timelier and more accurate patient diagnosis.

Additionally, this technology can also be modified for chemotherapeutic drugs to provide

cancer treatment as well as imaging.

videourl null

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

IP_visitor

Fullname Edward C Gilligan

Email [email protected]

Telephone 9784483479

address1 17 Laurel Lane

address2

city Groton

state Massachusetts

zip 01450

interest Nanotechnology,Computer Science,Material Science,Artificial Intelligence and

Robotics,Plastics and Polymers Engineering,

add_to_list 1

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