[[https://www.linuxfoundation.org/collaborate/workgroups/osapa/main_page|<< back]] =====Contents===== * [[https://www.linuxfoundation.org/#Intro|1 Intro]] * [[https://www.linuxfoundation.org/#HowTo_Profile|2 HowTo Profile]] * [[https://www.linuxfoundation.org/#Basic_Steps_Before_You_Start_A|2.1 Basic Steps Before You Start A]] * [[https://www.linuxfoundation.org/#Identify_the_patent_priority_A.1|2.1.1 Identify the patent priority A.1]] * [[https://www.linuxfoundation.org/#Try_to_understand_the_patent_-_point_out_the_novelty_A.2|2.1.2 Try to understand the patent - point out the novelty A.2]] * [[https://www.linuxfoundation.org/#Identify_Related_Projects_B.1|2.2 Identify Related Projects B.1]] * [[https://www.linuxfoundation.org/#Create_a_list_B.2|2.2.1 Create a list B.2]] * [[https://www.linuxfoundation.org/#Verify_selected_Projects_C|2.3 Verify selected Projects C]] * [[https://www.linuxfoundation.org/#Verify_that_the_implementation_.2F_description_is_older_than_the_Priority-Date_C.1|2.3.1 Verify that the implementation / description is older than the Priority-Date C.1]] * [[https://www.linuxfoundation.org/#Verify_that_it_really_implemented_or_described_the_patent_C.2|2.3.2 Verify that it really implemented or described the patent C.2]] * [[https://www.linuxfoundation.org/#HowTo_profile_summary|3 HowTo profile summary]] ====== Intro ====== I'm going to profile the HowTo. I think with the results we will see which steps are most time-consuming, and thus we'll know where we can help most effectively. I'll also take into account which steps could be automated and which not. I'll try to write down the steps such a way, so that we can see which steps are repetitive, which steps take longer and which are quickly done. I'll omit all explanations here, please take a look to the HowTo itself if you don't understand what I'm doing here. ====== HowTo Profile ====== ===== Basic Steps Before You Start A ===== ==== Identify the patent priority A.1 ==== Look up the patent at [[http://www.uspto.gov/patft/index.html|USPTO Patent Search]] (or [[http://ep.espacenet.com/search97cgi/s97_cgi.exe?Action=FormGen&Template=ep/EN/home.hts|European Patent Search]]) * **etc** * 5 minutes for searching * 5 minutes for downloading, saving and printing If you know the patent-number, this could be completely automated ==== Try to understand the patent - point out the novelty A.2 ==== very depending on the patent and you. You should not hurry here! * **etc** * 30 minutes - 5 hours no automation possible ===== Identify Related Projects B.1 ===== * **etc** * can be very timeconsuming, 30 minutes - days, mostly depending on how much you can find (the less the longer it will take) no automation possible, havily depends on who does this. Possible aids are: [[https://www.linuxfoundation.org/collaborate/workgroups/osapa/howto_search_for_prior_art_in_the_internet#tools_to_aid_your_search|Tools to aid your search]], [[:osapa:publication_categorization|Osapa:Publication Categorization]], [[:osapa:request_for_prior_art_mailinglist|Osapa:Request for Prior Art Mailinglist]] and [[:osapa:tagging_prototype|Osapa:Tagging Prototype]] ==== Create a list B.2 ==== depending on how much categories you found * **etc** * selecting, rating, notating link, 5 minutes each * determine publication date, 10 minutes each could be partly automated, especially determining the publication date can be aided with [[:osapa:prior_art_meta-search_engine| Prior Art meta-search engine ]] ===== Verify selected Projects C ===== ==== Verify that the implementation / description is older than the Priority-Date C.1 ==== * **etc** * 10-30 minutes each, seldom longer can be aided with [[:osapa:prior_art_meta-search_engine| Prior Art meta-search engine ]] and [[https://www.linuxfoundation.org/collaborate/workgroups/osapa/timestamping_%26_date_forensics| Prior Art meta-search engine ]] ==== Verify that it really implemented or described the patent C.2 ==== * **etc** * mostly depends on the patent itself as well as the documentation of the project, 1hour - 1day each no automation possible ====== HowTo profile summary ====== A.1(); // 10 minutes -- partly automation possible A.2(); // 30 minutes to 5 hours -- no aid possible list1 = B.1(); // 30 minutes to days -- partly automation possible foreach( list1 ) { list2 += B.2(); // 15 minutes -- partly automation possible } foreach( list2) { C.1(); // 10 - 30 minutes -- partly automation possible C.2(); // 1 hour to days -- no automation possible } * **A.1** * makes no sense to automate this * **B.1** * This is done only once, but as it can take days and all following steps base on this one, every help is very good here. We already came up with [[https://www.linuxfoundation.org/collaborate/workgroups/osapa/howto_search_for_prior_art_in_the_internet#tools_to_aid_your_search|Tools to aid your search]], [[:osapa:publication_categorization|Osapa:Publication Categorization]], [[:osapa:request_for_prior_art_mailinglist|Osapa:Request for Prior Art Mailinglist]] and [[:osapa:tagging_prototype|Osapa:Tagging Prototype]] * **B.2** * this is done for each Project/Category (can be a very long list). So [[:osapa:prior_art_meta-search_engine| Prior Art meta-search engine ]], [[https://www.linuxfoundation.org/collaborate/workgroups/osapa/howto_search_for_prior_art_in_the_internet#tools_to_aid_your_search|Tools to aid your search | Prior Art meta-search engine ]], and [[:osapa:tagging_prototype| Prior Art meta-search engine ]] can help here a lot. * **C.1** * done with only very few projects. [[:osapa:prior_art_meta-search_engine| Prior Art meta-search engine ]] can help here too. [[https://www.linuxfoundation.org/collaborate/workgroups/osapa/main_page|<< back]]