User Tools

Site Tools


nzdl:mat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
nzdl:mat [2018/01/09 01:39] kjdonnzdl:mat [2018/01/09 02:03] kjdon
Line 6: Line 6:
   * Research Paper: [[http://www.tandfonline.com/doi/abs/10.1080/01639370902737281|Experiences in Deploying Metadata Analysis Tools for Institutional Repositories]]. David M. Nichols, Gordon W. Paynter, Chu-Hsiang Chan, David Bainbridge, Dana Mckay, Michael B. Twidale and Ann Blandford. 2008.   * Research Paper: [[http://www.tandfonline.com/doi/abs/10.1080/01639370902737281|Experiences in Deploying Metadata Analysis Tools for Institutional Repositories]]. David M. Nichols, Gordon W. Paynter, Chu-Hsiang Chan, David Bainbridge, Dana Mckay, Michael B. Twidale and Ann Blandford. 2008.
   * Presentation: [[https://ils.unc.edu/cradle/wp-content/20090306ExperiencesInDeployingPublicMetadataAnalysisTool.pdf|Experiences in Deploying Public Metadata Analysis Tools]]. David Nichols. 2009.   * Presentation: [[https://ils.unc.edu/cradle/wp-content/20090306ExperiencesInDeployingPublicMetadataAnalysisTool.pdf|Experiences in Deploying Public Metadata Analysis Tools]]. David Nichols. 2009.
 +
 +MAT is available as a Greenstone 3 extension. Check out the source code into the ext folder of a greenstone 3 installation. 
 +
 +<code>
 +cd greenstone3/ext
 +svn co http://svn.greenstone.org/gs3-extensions/mat/trunk/src mat
 +cd mat
 +ant install
 +</code>
 +
 +Check that the greenstone3/web/WEB-INF/web.xml file contains the following two sections:
 +<code>
 +<servlet>
 + <servlet-name>mat</servlet-name>
 + <description>mat</description>
 + <servlet-class>org.greenstone.mat.servlet.MatServlet</servlet-class>
 +</servlet>
 +
 +<servlet-mapping>
 + <servlet-name>mat</servlet-name>
 + <url-pattern>/mat</url-pattern>
 +</servlet-mapping>
 +</code>
  
nzdl/mat.txt · Last modified: 2023/03/13 01:46 by 127.0.0.1