3/7/12

Basic Search



We implemented the basic search and connected it to the backend.
It is fully working now and allows multiple searches by single and or multiple input.
The input types may be "Inventor", "Assignee", "Title", "Patent Id" and "Claims".

2/15/12

Implemented Admin Console / potential API




So we have implemented an Admin Console and a socket for a potential API. We have some basic upkeep methods coded up so far. But any thoughts for useful API methods would be great. Please share your thoughts with us.


2/11/12

Added Facebook Compatibility



You may now sign up with Facebook. We are planning to implement some logic  around this as the project develops, but for now it allows for faster signups/ friend notifications. We are also planning on adding LinkedIn capabilities.


2/3/12

User Dashboard / Save Notes





The user is now capable of importing images and links from the web and adding them to his notes which can be saved to the dashboard and are accessible at any time.

1/30/12

Algorithmic Approach / IA Input

We had an idea to implement a similarity search for inventors/assignees in the same fields as the given inventor/assignee.
Most of the code is finished  only thing left is to implement the balance between the number of patents the user wants the algorithm to run on and the number of patents he wants to have displayed.
So we need to think how to display the results from each patent the similarity search was ran on, to ensure the best and correct number of results.

For now its done.
Only possible issue is that we made it work so it skips those patents for the algorithm that dont have any similarities or not enough for the purpose of displaying them in order.
One could make it display the rest from the first couple of patents but for now we do not think it is necessary since no specific field is requested.

Notepad for Users preforming search operations

We have almost finished coding a fully function word-editor and PDF saving notepad for users as they preform their search. You are also capable of importing images and links from the web to add to your notes.

We plan on incorporating the Facebook API / Google+ API into the notepad in order to allow posting of notes to your wall / sharing with your colleagues or friends.

User Dashboard

We have begun coding a user dashboard to allow for interaction with saved note files on the server/ usage statistics/ account modification. And in future implementations Facebook connectivity for asking/ communicating with colleagues and fellow users of the system.


1/28/12

Algorithmic Approach / Basic Search Functionalities

Since our tool provides the user with various search functions and rankings, we think it is time to implement the basic search functions, so the user does not have to change the site to the original uspto since we have the same data and possibilities.
So we are going to implement finding patents by:
-Patent Id , Done
-Inventor , Done
-Assignee , Done
-Title , Done





Algorithmic Approach / Multiple Input #2


We think it would be really useful if the user gives two patent Ids and finds all those patents that cited those two.
This would show the possible development of ideas and patents in time.
Also it would show how those two patents combine in that field and might even lead to possible conclusions on field importance.

We successfully implemented this idea and wrote the algorithm which allows the user to find:

1) patents which are cited by both given patents allowing the user to see which patents were needed and are key aspects in both fields.

2) patents which cite both given patents allowing the user to see which patents result from both patent ideas combined and the progress of technology in that field.

Algorithmic Approach / Multiple Input #1


We thought it would be very useful if the user gives two inventor/assignee names and we would run the  similarity algorithm on all those patents from these 2 inventors/assignees 
and check for similarity by cross referencing the results.
Maybe those 2 inventors/assignees have patents in the same field and or even some that are very similar.
We think this is a very valuable feature and would provide the user with more information on the patent field and useful data on the subject of competition.

We came to the conclusion that this would require a lot of computing power and resources to successfully run and return valid information.
Therefore we decided not to implement this idea for now.