Difference between revisions of "Redesigning Patent Database"
ShelbyBice (talk | contribs) |
|||
Line 1: | Line 1: | ||
Documentation on the process and eventual designs for the new patent database. | Documentation on the process and eventual designs for the new patent database. | ||
{{McNair Projects | {{McNair Projects | ||
− | | | + | |Has title=Redesigning Patent Database |
|Topic Area=Resources and Tools | |Topic Area=Resources and Tools | ||
|Owner=Shelby Bice | |Owner=Shelby Bice |
Revision as of 18:30, 28 February 2017
Documentation on the process and eventual designs for the new patent database.
Redesigning Patent Database | |
---|---|
Project Information | |
Project Title | Redesigning Patent Database |
Start Date | |
Deadline | |
Primary Billing | |
Notes | |
Has project status | |
Copyright © 2016 edegan.com. All Rights Reserved. |
Contents
Redesigning Patent Database
Description
The purpose of this project is to create a new, redesigned database to hold all of the patent information that the McNair Center has accumulated and document the process so that the design can be easily understood and replicated or edited as needed.
This database will include design patents, utility patents, and reissues.
Development
Design will be built upon a relational database model. I will be referencing this article on database design as I develop the design (http://en.tekstenuitleg.net/articles/software/database-design-tutorial/one-to-many.html), and I will be creating an ER diagram.
Current Design and Scripts information
The scripts for querying data for the patent database exist in McNair/software/scripts/patent. If the design for the schema of the database tables are altered too much, may have to write new scripts.