Changeset 4910


Ignore:
Timestamp:
04/07/14 15:31:34 (11 years ago)
Author:
Twan Goosen
Message:

created 'about' page

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main
Files:
1 added
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/pages/AboutPage.html

    r4872 r4910  
    3434        <wicket:extend>
    3535
    36             <div wicket:id="navigation" id="topnavigation">
    37                 <div wicket:id="breadcrumbs" id="breadcrumbs">[BREADCRUMBS]</div>
     36            <div id="topnavigation">
     37                <div id="breadcrumbs">
     38                    <a href="javascript: history.go(-1)">Back</a>
     39                </div>
    3840                <div id="topnavigationlinks">
    39                     <wicket:container wicket:id="permalink">[permalink]</wicket:container>
    40                     <!--<a id="help" href="" title="Help"><span>[Help]</span></a>-->
     41<!--                    <wicket:container wicket:id="permalink">[permalink]</wicket:container>-->
    4142                </div>
    4243            </div>
    4344
    44             <div class="topbar" id="collections">
    45                 <div class="rtop"><div class="r1"></div><div class="r2"></div><div class="r3"></div><div class="r4"></div></div>
    46                 <div wicket:id="collectionsFacet">[COLLECTIONS]</div>
    47                 <!--                <p>
    48                                     Searching in all collections (604056 records).
    49                                 </p>-->
    50                 <div class="rbottom"><div class="r4"></div><div class="r3"></div><div class="r2"></div><div class="r1"></div></div>
     45            <div class="content" id="about">
     46
     47                <h1>About the CLARIN Virtual Language Observatory</h1>
     48                <p>
     49                    The Virtual Language Observatory (VLO) faceted browser was
     50                    developed within <a href="http://www.clarin.eu">CLARIN</a>
     51                    as a means to explore linguistic resources, services and
     52                    tools available within CLARIN and related communities.
     53                </p>
     54
     55                <p>
     56                    All information in the VLO faceted browser is based on the
     57                    <em>metadata descriptions</em> of resources as provided by
     58                    the parties (CLARIN centres) that host the original data.
     59                    It gets refreshed regularly but may not be completely
     60                    up-to-date with the current state of the original data and
     61                    metadata depending on the date, time and state of the
     62                    metadata providing/retrieval process
     63                    (<a href="http://www.openarchives.org/pmh/">OAI-PMH</a>
     64                    is employed).
     65                </p>
     66
     67                <h2>References</h2>
     68                <h3>Documentation</h3>
     69                <ul>
     70                    <li><a href="http://www.clarin.eu/file/1601">Short guide</a></li>
     71                    <li><a href="http://clarin.eu/content/component-metadata">Component Metadata</a></li>
     72                    <li><a href="http://www.clarin.eu/faq-page/275">Frequently Asked Questions</a></li>
     73                </ul>
     74
     75                <h3>Publications</h3>
     76                <ul>
     77                    <li><a href="http://hdl.handle.net/11858/00-001M-0000-000F-85F4-5">Van Uytvanck, D., Stehouwer, H., & Lampen, L. (2012). Semantic metadata mapping in practice: The Virtual Language Observatory. In N. Calzolari (Ed.), Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC 2012), Istanbul, May 23rd-25th, 2012 (pp. 1029-1034). European Language Resources Association (ELRA).</a></li>
     78                </ul>
     79
     80                <h2>Credits</h2>
     81                <p>
     82                    The following people have contributed to the VLO faceted
     83                    browser:
     84                </p>
     85                <ul>
     86                    <li>....</li> <!-- TODO! -->
     87                    <li>Patrick Duin</li>
     88                    <li>Herman Stehouwer</li>
     89                    <li>Thomas Eckart</li>
     90                    <li>Kees Jan van de Looij</li>
     91                    <li>Twan Goosen</li>
     92                    <li>Dieter van Uytvanck</li>
     93                    <li>Sander Maijers</li>
     94                </ul>
     95
     96                <h2>Version information</h2>
     97                <table>
     98                    <tr>
     99                        <td>Application version number:</td>
     100                        <td><wicket:message key="vlo.version" /></td>
     101                    </tr>
     102                    <tr>
     103                        <td>SVN revision number:</td>
     104                        <td><wicket:message key="vlo.revision" /></td>
     105                    </tr>
     106                    <tr>
     107                        <td>Date and time of change in the code base:</td>
     108                        <td><wicket:message key="vlo.changeDate" /></td>
     109                    </tr>
     110                </table>
     111               
     112                <h2>Technology used</h2>
     113                <ul>
     114                    <li><a href="http://www.java.com">Java SE</a></li>
     115                    <li><a href="http://tomcat.apache.org/">Apache Tomcat</a></li>
     116                    <li><a href="http://lucene.apache.org/solr/">Apache Solr</a> (version <wicket:message key="solr.version" />)</li>
     117                    <li><a href="http://wicket.apache.org/">Apache Wicket</a> (version <wicket:message key="wicket.version" />)</li>
     118                    <li><a href="http://spring.io/">Spring Framework</a> (version <wicket:message key="spring.version" />)</li>
     119                    <li><a href="http://vtd-xml.sourceforge.net/">VTD-XML</a></li>
     120                </ul>
    51121            </div>
    52122
    53             <div class="content">
    54                 <form wicket:id="search" action="" id="search">
    55                     <p>
    56                         <span id="searchcontrols">
    57                             <input wicket:id="query" id="searchbox" type="text" value="democratie" />
    58                             <input wicket:id="searchSubmit" id="searchbutton" type="submit" value="Search"/>
    59                         </span>
    60                     </p>
    61                 </form>
    62                 <div wicket:id="searchResults" id="searchresults">[SEARCH RESULTS]</div>
    63             </div>
    64 
    65             <div class="sidebar">
    66 
    67                 <div wicket:id="facets"></div>
    68 
    69 <!--                <div class="sidebaritem facet collapsedfacet">
    70                      rounded corners - top ****
    71                     <div class="rtop"><div class="r1"></div><div class="r2"></div><div class="r3"></div><div class="r4"></div></div>
    72                     <a href="#" class="expandfacet"><span>expand</span></a>
    73                     <a href="#" class="collapsefacet"><span>collapse</span></a>
    74                     <h1><a href="#">Search options</a></h1>
    75                     <div class="sbilinks facetvalues">
    76                         <form id="advancedoptions" action="">
    77                             <ul>
    78                                 <li>
    79                                     <input type="checkbox" id="onlyfcs"/>
    80                                     <label for="onlyfcs">Only include resources that support content search</label>
    81                                 </li>
    82                                 <li>
    83                                     <input type="checkbox" id="onlymdformat"/>
    84                                     <label for="onlyfcs">Only include resources described with</label>
    85                                     <select>
    86                                         <option>CMDI</option>
    87                                         <option>OLAC</option>
    88                                     </select>
    89                                 </li>
    90                             </ul>
    91                             <input type="submit" value="Apply" />
    92                         </form>
    93                     </div>
    94                      rounded corners - bottom ****
    95                     <div class="rbottom"><div class="r4"></div><div class="r3"></div><div class="r2"></div><div class="r1"></div></div>
    96                 </div>-->
    97             </div>
     123            <!--            <div class="sidebar">
     124                        </div>-->
    98125        </wicket:extend>
    99126    </body>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/pages/VloBasePage.html

    r4844 r4910  
    5353                </div>
    5454            </div>
    55            
     55
    5656            <div wicket:id="feedback" id="feedback">[feedback]</div>
    57            
     57
    5858            <wicket:child />
    5959
    6060            <div id="footer">
    61                 CLARIN VLO version <wicket:message key="vlo.version" /> | <a href="#">help</a> | <a href="#">about</a> | <a href="http://www.dcarter.co.uk">design by dcarter</a>
     61                CLARIN VLO version <wicket:message key="vlo.version" />
     62                | <a href="#">help</a>
     63                | <wicket:link><a href="AboutPage.html">about</a></wicket:link>
     64                | <a href="http://www.dcarter.co.uk">design by dcarter</a>
    6265            </div>
    6366        </div>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/resources/application.properties

    r4651 r4910  
    1818vlo.revision=${vlo.revision}
    1919vlo.changeDate=${vlo.committedDate}
     20solr.version=${solr.version}
     21wicket.version=${wicket.version}
     22spring.version=${spring.version}
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/webapp/style/style.css

    r4466 r4910  
    2323h2
    2424{ margin: 0px;
    25   padding: 0px 0px 4px 0px;
     25  padding: 8px 0px 6px 0px;
    2626  font-size: 100%;
    2727  letter-spacing: .1em;
    28   font-weight: normal;
     28  font-weight: bold;
    2929  text-decoration: underline;
     30}
     31
     32h3
     33{ margin: 0px;
     34  padding: 4px 0px 4px 0px;
     35  font-size: 100%;
     36  letter-spacing: .1em;
     37  font-weight: bold;
    3038}
    3139
Note: See TracChangeset for help on using the changeset viewer.