root / Portal / configurations / demo / html / Home.jsp @ 10
History | View | Annotate | Download (2.1 kB)
1 |
<jsp:directive.page contentType="text/html;charset=UTF-8" /> |
---|---|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 |
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> |
4 |
<title>TXM demo portal Welcome</title> |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
6 |
<meta content="Serge Heiden" name="author" /> |
7 |
<link href="css/TXM WEB.css" rel="stylesheet" type="text/css" media="screen" /> |
8 |
<link href="css/TXM WEB PRINT.css" rel="stylesheet" type="text/css" media="print" /> |
9 |
</head> |
10 |
<body> |
11 |
<div class="textzone"> |
12 |
<h1 style="padding-left: 25px; font-family: Helvetica,Arial,sans-serif;">Welcome |
13 |
to TXM demo portal</h1> |
14 |
<p>This site allows you to experiment with the TXM web platform on |
15 |
various public and private corpora.</p> |
16 |
<ul> |
17 |
<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 |
<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 |
</ul> |
20 |
<p>To access a public corpus, right-click on its icon and select a command to apply (Lexicon, Concordance, etc.).<br /> |
21 |
See <span class="bouton" style="font-weight: bold;" id="help_target" type="link"></span> for documentation of the commands.<br /> |
22 |
</p> |
23 |
<p>To test syntactic queries, right-click on the GRAAL corpus and select <span style="font-weight: bold;">Tiger Search Query</span> command, |
24 |
<ul> |
25 |
<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 |
</ul> |
27 |
</p> |
28 |
<p>To access private corpora, you have to <span class="bouton" style="font-weight: bold;" id="login_target" type="link"></span> first. |
29 |
</p> |
30 |
<p>For any other information, please <span class="bouton" style="font-weight: bold;" id="contact_target" type="link"></span> us. |
31 |
</p> |
32 |
</div> |
33 |
</body></html> |