root / Portal / configurations / demo / html / Home.jsp @ 10
Historique | Voir | Annoter | Télécharger (2,06 ko)
1 | 7 | alavrent | <jsp:directive.page contentType="text/html;charset=UTF-8" /> |
---|---|---|---|
2 | 7 | alavrent | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 9 | alavrent | <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> |
4 | 9 | alavrent | <title>TXM demo portal Welcome</title> |
5 | 7 | alavrent | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
6 | 7 | alavrent | <meta content="Serge Heiden" name="author" /> |
7 | 7 | alavrent | <link href="css/TXM WEB.css" rel="stylesheet" type="text/css" media="screen" /> |
8 | 7 | alavrent | <link href="css/TXM WEB PRINT.css" rel="stylesheet" type="text/css" media="print" /> |
9 | 7 | alavrent | </head> |
10 | 7 | alavrent | <body> |
11 | 7 | alavrent | <div class="textzone"> |
12 | 9 | alavrent | <h1 style="padding-left: 25px; font-family: Helvetica,Arial,sans-serif;">Welcome |
13 | 9 | alavrent | to TXM demo portal</h1> |
14 | 9 | alavrent | <p>This site allows you to experiment with the TXM web platform on |
15 | 9 | alavrent | various public and private corpora.</p> |
16 | 7 | alavrent | <ul> |
17 | 9 | alavrent | <li><span style="font-weight: bold;">public</span> corpora are always accessible through their respective icon in the Corpus Explorer (the left panel) ;</li> |
18 | 9 | alavrent | <li><span style="font-weight: bold;">private</span> corpora are accessible only when connected to the portal with a login given to you by the portal administrator.</li> |
19 | 7 | alavrent | </ul> |
20 | 9 | alavrent | <p>To access a public corpus, right-click on its icon and select a command to apply (Lexicon, Concordance, etc.).<br /> |
21 | 9 | alavrent | See <span class="bouton" style="font-weight: bold;" id="help_target" type="link"></span> for documentation of the commands.<br /> |
22 | 7 | alavrent | </p> |
23 | 10 | alavrent | <p>To test syntactic queries, right-click on the GRAAL corpus and select <span style="font-weight: bold;">Tiger Search Query</span> command, |
24 | 10 | alavrent | <ul> |
25 | 10 | alavrent | <li>to use KNIC syntactic concordances, see the <a href="http://sourceforge.net/p/txm/code/HEAD/tree/trunk/doc/tutorials/TXM-portal-KNIC-tutorial-EN.odt?format=raw" target="_blank">Tutorial</a>.</li> |
26 | 10 | alavrent | </ul> |
27 | 10 | alavrent | </p> |
28 | 9 | alavrent | <p>To access private corpora, you have to <span class="bouton" style="font-weight: bold;" id="login_target" type="link"></span> first. |
29 | 7 | alavrent | </p> |
30 | 9 | alavrent | <p>For any other information, please <span class="bouton" style="font-weight: bold;" id="contact_target" type="link"></span> us. |
31 | 7 | alavrent | </p> |
32 | 7 | alavrent | </div> |
33 | 7 | alavrent | </body></html> |