source: main/tags/2.20/gsdl/macros/projects.dm@ 25588

Last change on this file since 25588 was 1142, checked in by nzdl, 24 years ago

made some changes to the software download pages

  • Property svn:keywords set to Author Date Id Revision
File size: 6.4 KB
Line 
1package projects
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## "projects and demonstrations" ## green_title ## demo ##
22_httpicondemo_ {_httpimg_/demo.gif}
23_widthdemo_ {450}
24_heightdemo_ {57}
25
26_icondemo_ {<img src="_httpicondemo_" width=_widthdemo_ height=_heightdemo_}
27
28#######################################################################
29# page content
30#######################################################################
31
32_pagetitle_ {New Zealand Digital Library projects}
33
34_imagethispage_ {_icondemo_}
35
36_content_ {
37_iconblankbar_
38<p>
39New Zealand Digital Library Project members have developed a range
40of practical software packages in the course of their research.
41Much of this software is available for
42<a href="_httppagex_(download)">download</a>.
43
44<p><h4>Digital libraries and indexing</h4>
45
46<ul>
47<li><a href="_httppagex_(gsdl)">Greenstone</a>
48is the digital library system generates each and every page of
49this website.
50It is freely available under the GNU General public license,
51and has been adopted by numerous other projects.
52It is used to disseminate information by humanitarian
53organisations including Global Help Projects and
54United Nations organisations.
55<ul>
56<li> <a href="_gwcgi_">Our website</a> hosts exotic collections, humanitarian collections, and reference collections.
57<li> <a href="_gwcgi_">Other websites</a> mirror these collections, and host many others.
58<li> Greenstone is available for <a href="_httppagex_(download)">download</a>.
59</ul>
60<p>
61
62<li><a href="_httppagex_(mg)">MG</a>
63is an enhancement of the
64<a href="http://www.cs.mu.oz.au/mg">Managing Gigabytes</a>
65full-text retrieval system that provides flexible stemming methods,
66weighting terms, term frequencies, merged indexes,
67machine independent indexes, and a port to MSDOS.
68<ul>
69<li> MG is available for <a href="_httppagex_(download)">download</a>.
70</ul><p>
71
72<li><a href="_httppagex_(prescript)">PreScript</a>
73converts PostScript to plain ASCII or HTML.
74It detects paragraph boundaries, removes hyphenation,
75and interprets many ligatures.
76<ul>
77<li> Prescript is available for <a href="_httppagex_(download)">download</a>.
78</ul><p>
79</ul>
80
81<p><h4>Extracting data and metadata</h4>
82<ul>
83<li>
84<a href="http://www.cs.waikato.ac.nz/sequitur">Sequitur</a>
85is a method for inferring compositional hierarchies from strings by detecting
86repetition and factoring it out of the string by forming rules in a
87grammar.
88Sequitur is useful for recognizing lexical structure in strings,
89and excels at very long sequences.
90<ul>
91<li>The <a href="http://www.cs.waikato.ac.nz/sequitur">Sequitur WWW interface</a> detects structure in text sequences.
92<li> Sequitur is available for <a href="_httppagex_(download)">download</a>.
93</ul><p>
94
95<li><a href="http://www.nzdl.org/Kea">Kea</a>
96is a program for automatically extracting keywords and keyphrases
97from the full text of documents.
98Candidate keyphrases are identified using rudimentary lexical processing,
99features are computed for each candidate, and machine learning is used to
100determines which candidates should be assigned as keyphrases.
101<ul>
102<li>The <a href="http://nzdl2.cs.waikato.ac.nz/cgi-bin/WebKea">Kea WWW interface</a> will extract keyphrases from any web page you specify.
103<li> Kea is available for <a href="_httppagex_(download)">download</a>.
104</ul><p>
105</ul>
106
107<p><h4>Browsing interfaces</h4>
108<ul>
109<li>
110<a href="http://www.nzdl.org/phind/">Phind</a>
111is an interface for browsing the phrases that occur in a collection.
112The phrases form an approximation of the topics covered.
113They are extracted from the noun-phrases occuring in the text,
114so nonsense phrases and phrases with very little information content
115are excluded.
116Each phrase is part of a hierarchy,
117and the user can browse more specialised topics,
118or retrieve documents that contain the phrase, at any point.
119<ul>
120<li> Phind has been applied to the web pages of the UN
121<a href="http://www.nzdl.org/phind/fao.html">Food and Agriculture Organisation</a>.
122</ul><p>
123
124<li><a href="http://www.cs.waikato.ac.nz/~stevej/Research/Phrasier/">Phrasier</a>
125is a tool to support information seeking activities in a digital library.
126Its novel design reflects the fact that reading, writing, browsing and
127searching activities are rarely carried out independently of each other.
128They overlap and interleave in ways which have not been effectively supported
129by conventional information retrieval interfaces.
130Consequenly Phrasier blurs the distinction between
131writing a document and finding material related to it;
132between reading a document and finding others on the same or similar topics;
133between keyword searching and subject browsing.
134<ul>
135<li> A demonstration version of Phrasier is available for <a href="_httppagex_(download)">download</a>.
136</ul><p>
137
138
139<li><a href="http://nzdl2.cs.waikato.ac.nz/cgi-bin/Kniles">Kniles</a>
140is a web-based system for inserting topic-based hypertext links
141into existing, large-scale digital library collections.
142The links are generated at runtime using keyphrases (provided by the author
143or extracted by Kea), and let you browse collections of documents that
144do not already have embedded hypertext links.
145<ul>
146<li> Kniles has been used insert links in the text of 45,000
147<a href="http://nzdl2.cs.waikato.ac.nz/cgi-bin/Kniles?c=cstr">Computer Science Technical Reports</a>
148that were originally in PostScript format.
149</ul><p>
150
151</ul><p>
152
153<p><h4>Word segmentation</h4>
154<ul>
155
156<li>
157<a href="http://www.nzdl.org/cgi-bin/congb">Word segmentation</a>
158is designed to find word boundaries in languages like Chinese and
159Japanese, which are (unlike English) written without spaces
160or other word delimiters (except for punctuation marks).
161It plays a significant role in applications that use the word as the
162basic unit due to the fact that machine-readable Chinese text
163is invariably stored in unsegmented form.
164<ul>
165<li> We have implemented a
166<a href="http://www.nzdl.org/cgi-bin/congb">WWW interface</a>
167for segmanting Chinese text.
168<li> If your web browsers does not support Chinese text,
169illustrations of the transformation are available.
170</ul><p>
171
172</ul><p>
173
174_nzdlpagefooter_
175<br>April 2000
176}
177
Note: See TracBrowser for help on using the repository browser.