source: trunk/gsdl/macros/tech.dm@ 876

Last change on this file since 876 was 876, checked in by sjboddie, 24 years ago

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1package technology
2
3
4#######################################################################
5# java images/scripts
6#######################################################################
7
8# the _javalinks_ macros are the flashy image links at the top right of
9# the page.
10
11_javalinks_ {_imagehome_}
12_javalinks_ [v=1] {
13_imagehome_<br>
14}
15
16
17#######################################################################
18# icons
19#######################################################################
20
21_iconhtech_ {<img src="_httpiconhtech_" width=_widthhtech_ height=_heighthtech_}
22
23#######################################################################
24# http macros
25#
26# These contain the url without any quotes
27#######################################################################
28
29_httpiconhtech_ {_httpimg_/h\_tech.gif}
30_widthhtech_ {200}
31_heighthtech_ {57}
32
33
34#######################################################################
35# page content
36#######################################################################
37
38_pagetitle_ {_textpagetitle_}
39
40_imagethispage_ {_iconhtech_}
41
42_content_ {
43_iconblankbar_
44<p>There are several freely available technologies underlying the New Zealand
45Digital Library:
46<ul>
47<li><a href="_httppagex_(gsdlsoft)"><i>Greenstone</i></a>, the digital
48library system that generates each and every page of this website.<p>
49
50<li><a href="_httppagex_(prescript)"><i>PreScript</i></a>, a system
51that converts PostScript to plain ASCII or HTML, detects paragraph boundaries,
52removes hyphenation, and interprets many ligatures.<p>
53
54<li><a href="_httppagex_(mg)"><i>MG</i></a>, an enhancement of the <a
55href="http://www.cs.mu.oz.au/mg"><i>Managing Gigabytes</i></a> full-text
56retrieval system, that provides flexible stemming methods, weighting terms,
57term frequencies, merged indexes, machine independent indexes, and a port to
58MSDOS.<p>
59
60<li><a href="http://www.cs.waikato.ac.nz/sequitur"><i>Sequitur</i></a>, a
61method for inferring compositional hierarchies from strings by detecting
62repetition and factoring it out of the string by forming rules in a
63grammar. The rules can be composed of non-terminals, giving rise to a
64hierarchy. Sequitur is useful for recognizing lexical structure in strings,
65and excels at very long sequences.<p>
66
67<li><a href="http://www.nzdl.org/Kea"><i>Kea</i></a>, a program for
68automatically extracting keyphrases from the full text of documents. Candidate
69keyphrases are identified using rudimentary lexical processing, features are
70computed for each candidate, and machine learning is used to generate a
71classifier that determines which candidates should be assigned as
72keyphrases. <p>
73
74<li><a href="http://www.cs.waikato.ac.nz/~stevej/Research/Phrasier/"><i>Phrasier</i></a>, a
75tool to support information seeking activities in a digital library. Its novel design
76reflects the fact that reading, writing, browsing and searching activities are rarely
77carried out independently of each other. They overlap and interleave in ways which have
78not been effectively supported by conventional information retrieval interfaces. Consequenly
79Phrasier blurs the distinction between writing a document and finding material related to it;
80between reading a document and finding others on the same or similar topics; between keyword
81searching and subject browsing. <p>
82
83</ul>
84
85<br>
86}
87
88
89
90###############################################################################
91# English Language Text Macros
92###############################################################################
93
94#moved to english.dm
95
96
97
98
99
Note: See TracBrowser for help on using the repository browser.