Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Added welcome page - to contain help and general info (to be displaye…
Browse files Browse the repository at this point in the history
…d in welcome tab via iframe)
  • Loading branch information
AnnaGerber committed Apr 27, 2009
1 parent bd876da commit 2ee4a5e
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions oaiorebuilder/content/welcome.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<html>
<head>
<style type="text/css">
body {color: #51666b;}
h1 {font-size: 120%}
h2 {font-size: 110%; padding-top:10px;clear:both;}
p {margin:0; margin-bottom: 10px;}
div {padding:0;margin:0}
a:hover {text-decoration: underline;}
a {color: #2c5798 !important;}
ul {padding-left:0px}
ul li {
padding-left:0.5em;
list-style-position: inside;
list-style-type: square;
}
ul li ul li {
padding-left: 1.5em;
}
.fig {float:left;width:40%}
.figdesc {float:left;width:60%}
</style>
<title>LORE</title>
</head>
<body>
<h1>LORE: Literature Object Re-use and Exchange</h1>
<p>LORE aims to support the digital practice of Literature scholars and teachers through:</p>
<ul>
<li><b><a href="#co">Compound-object authoring:</a></b>
<ul>
<li><b>Gather</b> web resources and organise and tag them, describe links between them and make notes about them using a graphical editor.</li>
<li><b>Discover</b> compound objects that others have created about related topics and web resources.</li>
<li><b>Publish</b> the information that you have gathered as <i>compound objects</i> so that others can find them and reuse the information.</li>
<li><b>Present</b> the information that you have gathered and discovered using automatically generated slideshows and diagrams.</li>
</ul>
</li>
<li><b><a href="#ann">Annotations:</a></b>
<ul><li><b>Contribute</b> comments, notes and additional information by annotating web resources.</li>
<li><b>Search and browse</b> annotations contributed by others.</li>
</ul>
</li>
<li><b><a href="#tm">Text-mining:</a></b> Highlight names of people, places and events within the text of the current web resource.</li>
</ul>

<h2 id="co">Compound Objects</h2>
<div class="figdesc">
TODO: Description
</div>
<div class="fig">
TODO: Figure
</div>

<h2 id="ann">Annotations</h2>
<div class="fig">
TODO: Figure
</div>
<div class="figdesc">
TODO: Description
</div>

<h2 id="tm">Text-mining</h2>
<div class="figdesc">
<p>LORE uses the <a target="_blank" href="http://opencalais.com">Calais</a> semantic web service to identify names of people, places and events on the current page. Select the Calais button <img src="chrome://oaiorebuilder/skin/icons/Calais_icon.jpg"> in the toolbar and LORE will highlight the terms identified by Calais in the main browser window.
</p>
<p>Right-clicking on the highlighted terms reveals a menu that provides options for searching using these terms, or to use them within LORE to tag compound objects or annotations.</p>
</div>
<div class="fig">
<img src="chrome://oaiorebuilder/skin/help-text-mining.jpg">
</div>
<p style='clear:both;font-size:smaller; border-top: 1px solid #dce0e1;padding-top:0.5em'>For more information about LORE, please see the
<a target='_blank' href='http://www.itee.uq.edu.au/~eresearch/projects/aus-e-lit/'>Aus-e-Lit</a> project page</p>
</body>
</html>

0 comments on commit 2ee4a5e

Please sign in to comment.