Class GoogleScholarConn
- java.lang.Object
-
- edu.upf.taln.dri.common.connector.google.scholar.GoogleScholarConn
-
public class GoogleScholarConn extends Object
Utility methods to parse bibliographic entries by Google Scholar REF: https://scholar.google.com/
-
-
Field Summary
Fields Modifier and Type Field Description static Integer
maxSleepTimeInSec
static String
proxyHost
static String
proxyPath
static String
proxyScheme
static boolean
useProxy
-
Constructor Summary
Constructors Constructor Description GoogleScholarConn()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<GoogleScholarResult>
parseAddress(String paperInfo, int expandCitations)
Given a text string, retrieves the first 10 Google Scholar results
-
-
-
Method Detail
-
parseAddress
public static List<GoogleScholarResult> parseAddress(String paperInfo, int expandCitations)
Given a text string, retrieves the first 10 Google Scholar results- Parameters:
paperInfo
- Text string to parseexpandCitations
- Number of citations to expand by retrieving detailed information (if not in [0, 10], set equal to 0)- Returns:
-
-