/**
  * Constructor
  */
 function ParscitCitationParserPlugin()
 {
     parent::PKPParscitCitationParserPlugin();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }