Changeset 1274


Ignore:
Timestamp:
05/08/11 13:36:11 (13 years ago)
Author:
vronk
Message:

minor; typo in profile2VC.xsl; update in docs

Location:
MDService2/trunk/MDService2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/WebContent/scripts/mdservice_ui_detail.js

    r1269 r1274  
    107107                        var query = queryset.getQuery(this.temp_id);
    108108                        //enrich link,xml
    109                         var links = "<a class='cmd cmd_xml' target='_blank' href='" + query.link("xml") + "'>xml</a> " +
     109                        var links = "<a class='cmd cmd_xml' target='_blank' href='" + query.link("xml") + "'>sru</a> " +
    110110                                "<a class='cmd cmd_link' target='_blank' href='" + query.link("fullpage") + "' >link</a>";
    111111                        $(this.content).find('.cmds').append($(links));
  • MDService2/trunk/MDService2/WebContent/static/welcome.xml

    r1267 r1274  
    44                <h2>Welcome to CMDRSB - the application trinity serving CLARIN Metadata</h2>
    55                <dl>
    6                         <dt><a href="/MDService2/docs/htmldetail/info" >About</a></dt>
    7                                 <dd>explanatory, introductory docs</dd>
    8                        
    96                        <dt><a href="/MDService2/docs/htmldetail/queries" >Example queries</a></dt>
    107                                <dd>overview of possible query-types</dd>
    118                        <dt><a href="/MDService2/docs/htmldetail/data" >Data Overview</a></dt>
    129                                <dd>Information about the datasets and used profiles in the repository.</dd>
     10                        <dt><a href="/MDService2/docs/htmldetail/info" >About</a></dt>
     11                                <dd>explanatory, introductory docs</dd>
    1312                </dl>
    1413                <div>
     14                        <p>This is a 2011-05 relaunch after substantial rework of the user interface, 
     15                        based on feedback at CMDI-Workshop in Nijmegen 2011-01-17.</p>
     16                        <p>In the next phase we will concentrate on data quality and quantity.
     17                        That means continuous integration of new datasets (provided for harvesting by the <a href="http://www.clarin.eu/centres" >CLARIN centres</a>)
     18                        and work on data preprocessing and mapping to DataCategories
     19                        (in cooperation and coordination with <a href="http://www.clarin.eu/vlo/" target="_blank">VLO</a>).</p>
     20                       
    1521                        <h3>Word of warning:</h3>
    1622                        <p>Although CMDRSB already provides a lot of information and functionality,
    1723                        it is still demo-quality and cannot yet be seen and used as reliable service.
    18                         Lot of work is still needed both on the data quality and user interface.</p>
    19                         <p>Especially there are plans for a substantial rework of the user-interface in the coming month, based on feedback at CMDI-Workshop in Nijmegen 2011-01-17, next to continuous integration of new datasets (provided for harvesting by the <a href="http://www.clarin.eu/centres" >CLARIN centres</a>).</p>
     24                        Lot of work is still needed both on the data quality and user interface.</p>                   
    2025                        <p>Nevertheless we invite you to try it out and look forward to any critical remarks at:  <a href="mailto:cmdi@clarin.eu">cmdi@clarin.eu</a></p>
    2126                </div>
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/AdminAction.java

    r1273 r1274  
    1313import net.sf.json.xml.XMLSerializer;
    1414
    15 import org.jzkit.service.*;
     15/*
     16 * import org.jzkit.service.*;
    1617import org.jzkit.search.provider.iface.Searchable;
    1718import org.jzkit.search.provider.iface.SearchableFactory;
    18 
     19*/
    1920
    2021/**
  • MDService2/trunk/MDService2/src/xsl/profile2VC.xsl

    r1272 r1274  
    3030    <Name><xsl:value-of select="name" /></Name>
    3131    <Description>Collection published via CLARIN - MDService </Description>
    32     <CreationDate><xsl:value-of select="date()" /></CreationDate>
     32    <CreationDate><xsl:value-of select="current-date()" /></CreationDate>
    3333    <Creators>
    3434        <Creator>
Note: See TracChangeset for help on using the changeset viewer.