Class GoogleScholarConn


  • public class GoogleScholarConn
    extends Object
    Utility methods to parse bibliographic entries by Google Scholar REF: https://scholar.google.com/
    • Field Detail

      • maxSleepTimeInSec

        public static Integer maxSleepTimeInSec
      • useProxy

        public static boolean useProxy
      • proxyScheme

        public static String proxyScheme
      • proxyHost

        public static String proxyHost
      • proxyPath

        public static String proxyPath
    • Constructor Detail

      • GoogleScholarConn

        public GoogleScholarConn()
    • 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 parse
        expandCitations - Number of citations to expand by retrieving detailed information (if not in [0, 10], set equal to 0)
        Returns: