Difference between revisions of "Scholar Crawler Main Program"
Jump to navigation
Jump to search
(Created page with "{{McNair Projects |Has title=Scholar Crawler Main Program |Has owner=Christy Warden, |Has start date=10/23/2017 |Has keywords=Google Scholar, python |Has project status=Active...") |
|||
Line 7: | Line 7: | ||
|Depends upon it=[[PTLR Webcrawler]] | |Depends upon it=[[PTLR Webcrawler]] | ||
}} | }} | ||
+ | |||
+ | =Overview= | ||
+ | This code is located at E:/McNair/Software/Google_Scholar_Crawler/mainProgram.py. It calls on various other pieces of code to create a cohesive program for the patent thicket project which takes in a search term and a number of pages. It responds by searching on Google Scholar for that term, downloaded as many papers as it can from that search, converting them to text and searching for key terms and a definition of patent thicket in the text. Each piece of code can also be used individually for other applications. | ||
+ | |||
+ | =Stage 1= | ||
+ | Sets up a series of directories for results to go in. | ||
+ | |||
+ | =Stage 2= | ||
+ | [[Google Scholar Crawler]] under scholarcrawl.py heading. | ||
+ | |||
+ | =Stage 3= |
Revision as of 12:02, 8 December 2017
Scholar Crawler Main Program | |
---|---|
Project Information | |
Project Title | Scholar Crawler Main Program |
Owner | Christy Warden |
Start Date | 10/23/2017 |
Deadline | |
Keywords | Google Scholar, python |
Primary Billing | |
Notes | |
Has project status | Active |
Copyright © 2016 edegan.com. All Rights Reserved. |
Contents
Overview
This code is located at E:/McNair/Software/Google_Scholar_Crawler/mainProgram.py. It calls on various other pieces of code to create a cohesive program for the patent thicket project which takes in a search term and a number of pages. It responds by searching on Google Scholar for that term, downloaded as many papers as it can from that search, converting them to text and searching for key terms and a definition of patent thicket in the text. Each piece of code can also be used individually for other applications.
Stage 1
Sets up a series of directories for results to go in.
Stage 2
Google Scholar Crawler under scholarcrawl.py heading.