User Tools

Site Tools


nzdl:mat

Differences

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

Link to this comparison view

Next revision
Previous revision
nzdl:mat [2018/01/09 01:38] – created kjdonnzdl:mat [2023/03/13 01:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 +
 +
 ====== Metadata Analysis Tool ====== ====== Metadata Analysis Tool ======
  
-This is a tool for producing statistics and visualisations of repository metadata.+MAT is a Web-based metadata quality tool that provides statistical descriptions and visualisations of Dublin Core metadata harvested via the OAI protocol.
  
   * Research Paper: [[https://www.researchgate.net/publication/33050987_A_tool_for_metadata_analysis|A tool for Metadata Analysis]]. Working paper, Feb 2008. David M. Nichols, Chu-Hsiang Chan, David Bainbridge, Dana McKay and Michael B. Twidale.    * Research Paper: [[https://www.researchgate.net/publication/33050987_A_tool_for_metadata_analysis|A tool for Metadata Analysis]]. Working paper, Feb 2008. David M. Nichols, Chu-Hsiang Chan, David Bainbridge, Dana McKay and Michael B. Twidale. 
Line 7: Line 10:
   * 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>
 +
 +Restart the tomcat server, then access MAT at localhost:8383:/greenstone3/mat
 +
 +Note, the code hasn't been used for a while so may need updating to get it to work.
nzdl/mat.1515461936.txt.gz · Last modified: 2018/01/09 01:38 by kjdon