source: trunk/gsdl/macros/nzdlhome.dm@ 5448

Last change on this file since 5448 was 5048, checked in by kjdon, 21 years ago

added a link for SADL

  • Property svn:keywords set to Author Date Id Revision
File size: 13.4 KB
Line 
1# nzdlhome.dm
2#
3# This file defines the homepage of the New Zealand Digital Library Project
4# as it appears on Http://www.nzdl.org. It is designed to override the default
5# homepage (defined in home.dm), so it should appear last in the "macrofiles"
6# section of the main.cfg file.
7#
8
9package home
10
11#######################################################################
12# java images/scripts
13#######################################################################
14
15# the _javalinks_ macros are the flashy image links at the top right of
16# the page. this is overridden here as we don't want 'home'
17# links on this page
18
19_javalinks_ {}
20_javalinks_ [v=1] {}
21
22
23
24#######################################################################
25# icons
26#######################################################################
27
28_iconnzdl_ {<img src="_httpiconnzdl_" width=_widthnzdl_ height=_heightnzdl_ alt="The New Zealand Digital Library">}
29_icongbull_ {<img src="_httpicongbull_">}
30_iconpdf_ {<img src="_httpiconpdf_">}
31
32_iconselectcollection_ {<img src="_httpiconselcolgr_" width=_widthselcolgr_ height=_heightselcolgr_ alt=_altselcolgr_>}
33
34## "humanitarian and UN collections" ## green_bar_left_aligned ## selcolun ##
35_httpiconselcolun_ {_httpimg_/selcolun.gif}
36_widthselcolun_ {537}
37_heightselcolun_ {17}
38_altselcolun_ {"Humanitarian and UN collections"}
39
40## "demonstration collections" ## green_bar_left_aligned ## selcolde ##
41_httpiconselcolde_ {_httpimg_/selcolde.gif}
42_widthselcolde_ {537}
43_heightselcolde_ {17}
44_altselcolde_ {"Demonstration collections"}
45
46_iconselectun_ {<img src="_httpiconselcolun_" width=_widthselcolun_ height=_heightselcolun_ alt=_altselcolun_>}
47_iconselectde_ {<img src="_httpiconselcolde_" width=_widthselcolde_ height=_heightselcolde_ alt=_altselcolde_>}
48
49_iconmusiclibrary_ {<img src="_httpicontmusic_" border=1 alt="meldex music library">}
50
51
52#######################################################################
53# http macros
54#
55# These contain the url without any quotes
56#######################################################################
57
58_httpicongbull_ {_httpimg_/gbull.gif}
59
60_httpiconpdf_ {_httpimg_/pdf.gif}
61
62_httpicontmusic_ {_httpimg_/meldexsm.gif}
63
64
65#######################################################################
66# page content
67#######################################################################
68
69_pagetitle_ {_textpagetitle_}
70_imagethispage_ {}
71_imagecollection_ {<center>_iconnzdl_</center>}
72
73_content_ {
74_nzdlcollectionlist_
75<center>_iconblankbar_</center>
76
77<p><center><h2>_textprojhead_</h2></center>
78
79<table border=0 cellpadding=5>
80
81<tr valign=top>
82<td>
83<table><tr valign=middle><td>_icongbull_</td><td><a href="mailto:_mailaddr_">Feedback</a></td></tr></table>
84<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/people.html">People</a></td></tr></table>
85<table><tr valign=middle><td>_icongbull_</td><td><a href="http://greenstone.cs.uct.ac.za/gsdl/cgi-bin/library">African Digital Library Centre</a></td></tr></table>
86<table><tr valign=middle><td>_icongbull_</td><td><a href="http://sadl.uleth.ca"\>Southern Alberta Digital Library Centre</a></td></tr></table>
87</td>
88<td>_textprojinfo_</td>
89</tr>
90
91<tr>
92<td></td>
93<th align=left>_titlesoftwareinfo_</th>
94</tr>
95<tr valign=top>
96<td>
97<table><tr valign=middle><td>_icongbull_</td><td><a href="_httppagex_(gsdl)">About<br>Greenstone</a></td></tr></table>
98<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.greenstone.org/english/docs.html">Greenstone<br>Documentation</a></td></tr></table>
99<!--<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.nzdl.org/gsdl-docs/Download.html">Download<br>Greenstone</a></td></tr></table>-->
100</td>
101<td>_textsoftwareinfo_</td>
102</tr>
103
104<tr>
105<td></td>
106<th align=left>_titleresearchinfo_</th>
107</tr>
108<tr valign=top>
109<td>
110<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/research.html">Research</a></td></tr></table>
111<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/projects.html">Projects</a></td></tr></table>
112<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/software.html">Software<br>Downloads</a></td></tr></table>
113<table><tr valign=middle><td>_icongbull_</td><td><a href="http://www.cs.waikato.ac.nz/~nzdl/publications/">Publications</a></td></tr></table>
114</td>
115<td>_textresearchinfo_</td>
116</tr>
117
118<tr>
119<td></td>
120<th align=left>_titleaffiliateinfo_</th>
121</tr>
122<tr valign=top>
123<td>
124<img src="_httpimg_/ghproj.jpg" alt="Human Info NGO" width=100 height=90>
125</td>
126<td>_textaffiliatehumaninfo_</td></tr>
127<tr valign='top'>
128<td>
129<img src="_httpimg_/unesco.gif" alt="UNESCO" width=100 height=90>
130</td>
131<td>_textaffiliateunesco_</td>
132</tr></table></p>
133
134_iconblankbar_
135<table>
136<tr valign=top>
137<td>_textpoem_</td>
138<td>_imagegreenstone_</td>
139</tr></table>
140<p>_textgreenstone_
141
142<p>
143_nzdlpagefooter_
144<br>April 2000
145}
146
147
148
149#######################################################################
150# English language text macros
151#######################################################################
152_textpagetitle_ {New Zealand Digital Library}
153_textprojhead_ {The New Zealand Digital Library Project}
154
155_textprojinfo_ {
156<p>
157The New Zealand Digital Library project is a research programme at
158The University of Waikato whose aim is to develop the underlying
159technology for digital libraries and make it available publicly so that
160others can use it to create their own collections.
161<p>
162Our web site provides several document collections, including historical
163documents, humanitarian and development information, computer
164science technical reports and bibliographies, literary works, and
165magazines. All are available over the Web, and can be accessed
166through searching and browsing interfaces provided by the
167Greenstone digital library software. Behind the query interface lies a
168huge collection providing gigabytes of information. We hope you find
169what you want, or at least something intriguing!
170}
171
172_titlesoftwareinfo_ {The Greenstone software}
173
174_textsoftwareinfo_ {
175<p>
176The <a href="http://www.greenstone.org">Greenstone Digital Library software</a> provides a new way of
177organizing information and making it available over the Internet or on
178CD-ROM. It is open-source software, available under the terms of the
179Gnu public license.
180<p>
181A digital library is made up of a set of collections. Each collection of
182information comprises several (typically several thousand, or even
183several million) documents, which share a uniform searching and
184browsing interface. Collections can be organized in many different
185ways while retaining a strong family resemblance.
186
187<p>To subscribe to the Greenstone mailing list, go to <a
188href="https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users">https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users</a>.</p>
189
190<p align=right>
191<a href="_httppagex_(gsdl)">More...</a>
192}
193
194_titleresearchinfo_ {Our research}
195
196_textresearchinfo_ {
197<p>
198The goal of our research program is to explore the potential of
199internet-based digital libraries. Our vision is to develop systems that
200automatically impose structure on anarchic, uncatalogued, distributed
201repositories of information, thereby providing information consumers
202with effective tools to locate what they need and to peruse it
203conveniently and comfortably.
204<p>
205Project members are actively working on techniques for creating,
206managing, and and mainatining collections; extracting metadata from
207legacy documents; analysing library usage and user needs; Maori,
208Arabic and Chinese language systems; internationalising the library
209interface; optical music recognition and musical collections; novel
210interfaces for formulating queries and visualising results; novel
211interfaces for browsing metadata; text mining for keyphrases,
212acronyms, and other metadata; keyphrase extraction and
213phrase-based browsing; and other research topics.
214<p align=right>
215<a href="http://www.nzdl.org/html/research.html">More...</a>
216}
217
218_titleaffiliateinfo_ {Our affiliates}
219
220_textaffiliatehumaninfo_ {
221<p>
222<a href="http://humaninfo.org">Human Info NGO</a>
223is a registered charity responsible for the
224provision of universal low-cost
225information access through co-operation between UN Agencies,
226universities and NGOs. Human Info NGO collaborates extensively
227with the NZDL project, and use the Greenstone software.
228}
229
230_textaffiliateunesco_ {
231<p>
232<a href="http://www.unesco.org">United Nations Educational, Scientific and Cultural Organization</a>.
233The dissemination of educational, scientific and cultural information
234throughout the world, and particularly its availability in developing
235countries, is central to UNESCO's goals as pursued within its
236intergovernmental Information for All Programme, and appropriate,
237accessible information and communication technology is seen as an important
238tool in this context.
239}
240
241#######################################################################
242# The collection display
243# A hand-crafted alternative to the _homeextra_ macro
244#######################################################################
245
246_nzdlgwcgi_ {library}
247#_nzdlgwcgi_ {http://www.nzdl.org/cgi-bin/library}
248_nzdlhttpprefix_ {http://www.nzdl.org/gsdl}
249
250_nzdlcollection_ {library?a=p&p=about&c=_1_}
251#_nzdlcollection_ {http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=_1_}
252_nzdlcollectionimage_ {<img width=150 border=1 src="_nzdlhttpprefix_/collect/_1_/images/_2_" alt=_3_>}
253
254_collectionlink_ {<a href="_nzdlcollection_(_4_)">_nzdlcollectionimage_(_1_,_2_,_3_)</a>}
255
256
257_nzdlcollectionlist_ {
258<center>
259<p>_iconselectun_
260<p>_collectfao_
261<p>_iconselectde_
262<p>_collectrest_
263</center>
264}
265
266_collectfao_ {
267<table width=537>
268<tr valign=top>
269<td align=center>
270<p>_collectionlink_(hdl, hdlsm.gif, "Humanity Development Library", hdl)
271<p>_collectionlink_(envl, welsm.gif, "World Environment Library", envl)
272<p>_collectionlink_(aginfo, aginfo.gif, "Agricultural Information Modules", aginfo)
273<p>_collectionlink_(gtz, gtz.gif, "Crystal", gtz)
274<p>_collectionlink_(who, who.gif, "Biblioteca Virtual De Salud Para Desastres", who)
275</td>
276<td align=center>
277<p>_collectionlink_(mhl, mhlsm.gif, "Medical and Health Library", mhl)
278<p>_collectionlink_(fnl, fnlsm.gif, "Food and Nutrition Library", fnl)
279<p>_collectionlink_(paho, pahosml.gif, "Virtual Disaster Library", paho)
280<p>_collectionlink_(fi1998, faosm.gif, "FAO on the Internet &#40;1998&#41;", fi1998)
281<p>_collectionlink_(faodocs, faodrsm.gif, "FAO document repository", faodocs)
282<p><a href="/cgi-bin/firstaid/library?a=p&p=about&c=firstaid&cl=0&l=en&w=utf-8"><img src="/custom/firstaid/collect/firstaid/images/colicon.jpg" border="1"></a>
283</td>
284<td align=center>
285<p>_collectionlink_(ccgi, ccgism.gif, "Collection on Critical Global Issues", ccgi)
286<p>_collectionlink_(fnl1\_1, fnl1\_1.gif, "Food and Nutrition Library 1.1", fnl1\_1)
287<p>_collectionlink_(tulane, tulanesm.gif, "Biblioth&egrave;que pour le d&eacute;veloppement", tulane)
288<p>_collectionlink_(unesco, unescosm.gif, "Sahel point Doc", unesco)
289<p>_collectionlink_(ipc, ipcsm.gif, "Indigenous Peoples", ipc)
290<p>_collectionlink_(povsem, povsem_front.gif, "Poverty Alleviation", povsem)
291</td>
292</tr>
293</table>
294}
295
296
297_collectrest_ {
298<table width=537>
299<tr valign=top>
300
301<td align=center>
302<p><a href="niupepalibrary?a=p&p=about&c=niupepa&l=mi&nw=utf-8"><img width=150 border=1 src="_nzdlhttpprefix_/collect/niupepa/images/niupepsm.gif" alt="Niupepa: M&auml;ori Newspapers"></a>
303<p><a href="http://www.nzdl.org/howto"><img width=150 border=1 src="/custom/howto/images/front_cover_small.gif" alt="How to build a digital library"></a>
304<p>_collectionlink_(arabic, arabic.gif, "Arabic text collection", arabic&l=ar&nw=windows-1256)
305<p>_collectionlink_(chinese, chinsm.jpg, "Chinese text collection", chinese&l=zh&nw=utf-8)
306<p>_collectionlink_(folktale, folktale.gif, "Folktales: language extraction demo", folktale)
307<p>_collectionlink_(rocky, jcdl_logo_photo.gif, "OAI demo collection", rocky)
308<p>_collectionlink_(tidbits, tidbitsm.gif, "TidBITS", tidbits)
309</td>
310
311<td align=center>
312<p><a href="/musiclib"><img src="_nzdlhttpprefix_/images/meldexsm.gif" border=1 alt="Meldex music library"></a>
313<p>_collectionlink_(wordpdf, wordpdf.gif, "MSWord and PDF demo", wordpdf)
314<p><a href="_nzdlgwcgi_?a=p&p=about&c=musvid"><img width=150 border=1 src="http://www.cosc.canterbury.ac.nz/~davidb/gsdl/collect/musvid/images/musvid_frontpage.gif" alt="Music Videos"></a>
315<p>_collectionlink_(gberg, gbergsm.gif, "Project Gutenberg Collection", gberg)
316<p>_collectionlink_(allshake, shakefront.gif, "The Complete works of Shakespeare", allshake)
317<p>_collectionlink_(csbib, csbibsm.gif, "Computer Science Bibliographies", csbib)
318<p>_collectionlink_(coltbib, coltsm.gif, "COLT Bibliography", coltbib&ct=1&qt=1)
319<p>_collectionlink_(aircraft, logo.gif, "aircraft images collection", aircraft)
320</td>
321
322<td align=center>
323<p><a href="cstrlibrary?a=p&p=about"><img width=150 border=1 src="_nzdlhttpprefix_/collect/cstr/images/cstrsm.gif" alt="Computer Science Technical Reports"></a>
324<p>_collectionlink_(gsarch, gsarch.gif, "Greenstone mailing list archive", gsarch)
325<p>_collectionlink_(ohist, ohist\_title\_small.gif, "Hamilton Public Library Youth Oral History Collection", ohist)
326<p>_collectionlink_(hcibib, hcibibsm.gif, "The HCI Bibliography", hcibib)
327<p>_collectionlink_(whist, whist\_logo\_small.gif, "Women&#039;s History Primary Source Documents", whist)
328<p>_collectionlink_(acrodemo, acrodemosm.gif, "AGRIS: acronym extraction demo", acrodemo)
329<p>_collectionlink_(tcc, tccsm.gif, "The Computists&#039; Weekly", tcc)
330</td>
331
332</tr>
333</table>
334}
335
336# bbc no longer public
337#<p>_collectionlink_(bbc1, bbc_home.gif, "BBC archives (1900-1985)", bbc1)
Note: See TracBrowser for help on using the repository browser.