Package org.cipres.treebase.web.util

Examples of org.cipres.treebase.web.util.CitationParser


      }
      File bagitPath = uploadFiles[0];
      File dataPath = new File(bagitPath, "data");
     
      try{
              CitationParser cparser= new CitationParser(dataPath);
              Citation citation = cparser.getCitation();
          Study study = new Study();
          //study.setName(bagitPath.getName());
          study.setName(citation.getTitle());
       
          study.setCitation(citation);
View Full Code Here

TOP

Related Classes of org.cipres.treebase.web.util.CitationParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.