Class PublicationDocument.Utils

  • Enclosing interface:
    PublicationDocument

    public static class PublicationDocument.Utils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getGoogleScholarLinkHTML​(java.lang.String title, java.lang.String linkText)
      Construct a Google Scholar link for a publication
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • getGoogleScholarLinkHTML

        public static java.lang.String getGoogleScholarLinkHTML​(java.lang.String title,
                                                                java.lang.String linkText)
        Construct a Google Scholar link for a publication
        Parameters:
        title - the publication title to link to
        linkText - link text
        Returns:
        the link as text