source: main/trunk/greenstone2/macros/nzdlhome.dm@ 20999

Last change on this file since 20999 was 16424, checked in by kjdon, 16 years ago

removed a commented out link to cstrlibrary

  • Property svn:keywords set to Author Date Id Revision
File size: 16.4 KB
Line 
1# this file must be UTF-8 encoded
2
3# nzdlhome.dm
4#
5# This file defines the homepage of the New Zealand Digital Library Project
6# as it appears on Http://www.nzdl.org. It is designed to override the default
7# homepage (defined in home.dm), so it should appear last in the "macrofiles"
8# section of the main.cfg file.
9#
10
11package home
12
13#######################################################################
14# global navigation links
15#######################################################################
16
17# we don't want any links shown on the front page
18_globallinks_ {}
19
20
21#######################################################################
22# icons
23#######################################################################
24
25_httpiconnzdl_ {_httpimg_/nzdl2gr.gif}
26_widthnzdl_ {457}
27_heightnzdl_ {181}
28
29_iconnzdl_ {<img src="_httpiconnzdl_" width=_widthnzdl_ height=_heightnzdl_ alt="The New Zealand Digital Library">}
30_icongbull_ {<img src="_httpicongbull_">}
31_iconpdf_ {<img src="_httpiconpdf_">}
32
33
34#######################################################################
35# http macros
36#
37# These contain the url without any quotes
38#######################################################################
39
40_httpicongbull_ {_httpimg_/gbull.gif}
41
42_httpiconpdf_ {_httpimg_/pdf.gif}
43
44_httpicontmusic_ {_httpimg_/meldexsm.gif}
45
46
47#######################################################################
48# page content
49#######################################################################
50
51_pagetitle_ {_textpagetitle_}
52_imagethispage_ {}
53_imagecollection_ {<center>_iconnzdl_</center>}
54
55_content_ {
56_nzdlcollectionlist_
57<center><div class="divbar">&nbsp;</div></center>
58
59<p><center><h2>_textprojhead_</h2></center>
60
61<table border=0 cellpadding=5>
62
63<tr valign=top>
64<td>
65<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/people.html">People</a></td></tr></table>
66<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>
67<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://sadl.uleth.ca">Southern Alberta Digital Library Centre</a></td></tr></table>
68</td>
69<td>_textprojinfo_</td>
70</tr>
71
72<tr>
73<td></td>
74<th align=left>_titlesoftwareinfo_</th>
75</tr>
76<tr valign=top>
77<td>
78<table><tr valign="middle"><td>_icongbull_</td><td><a href="_httppagex_(gsdl)">About<br>Greenstone</a></td></tr></table>
79<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.greenstone.org/english/docs.html">Greenstone<br>Documentation</a></td></tr></table>
80</td>
81<td>_textsoftwareinfo_</td>
82</tr>
83
84<tr>
85<td></td>
86<th align=left>_titleresearchinfo_</th>
87</tr>
88<tr valign=top>
89<td>
90<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/research.html">Research</a></td></tr></table>
91<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/projects.html">Projects</a></td></tr></table>
92<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/software.html">Software<br>Downloads</a></td></tr></table>
93<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=publicat">Publications</a></td></tr></table>
94</td>
95<td>_textresearchinfo_</td>
96</tr>
97
98<tr>
99<td></td>
100<th align=left>_titleaffiliateinfo_</th>
101</tr>
102<tr valign=top>
103<td>
104<img src="_httpimg_/ghproj.jpg" alt="Human Info NGO" width=100 height=90>
105</td>
106<td>_textaffiliatehumaninfo_</td></tr>
107<tr valign='top'>
108<td>
109<img src="_httpimg_/unescol.gif" alt="UNESCO" width=106 height=82>
110</td>
111<td>_textaffiliateunesco_</td>
112</tr></table></p>
113
114<div class="divbar">&nbsp;</div>
115<table>
116<tr valign=top>
117<td>_textpoem_</td>
118<td>_imagegreenstone_</td>
119</tr></table>
120<p>_textgreenstone_
121
122<p>
123_nzdlpagefooter_
124}
125
126#######################################################################
127# descriptions
128#######################################################################
129
130_textdescrcolun_ {Humanitarian and UN collections}
131
132_textdescrcolus_ {User contributed collections}
133
134_textdescrcolde_ {Demonstration collections}
135
136_textdescrcoldec_ {Documented Example collections}
137
138_textdescrcolgd_ {Greenstone documentation collections}
139
140#######################################################################
141# English language text macros
142#######################################################################
143_textpagetitle_ {New Zealand Digital Library}
144_textprojhead_ {The New Zealand Digital Library Project}
145
146_textprojinfo_ {
147<p>
148The New Zealand Digital Library project is a research programme at
149The University of Waikato whose aim is to develop the underlying
150technology for digital libraries and make it available publicly so that
151others can use it to create their own collections.
152<p>
153Our web site provides several document collections, including historical
154documents, humanitarian and development information, computer
155science technical reports and bibliographies, literary works, and
156magazines. All are available over the Web, and can be accessed
157through searching and browsing interfaces provided by the
158Greenstone digital library software. Behind the query interface lies a
159huge collection providing gigabytes of information. We hope you find
160what you want, or at least something intriguing!
161}
162
163_titlesoftwareinfo_ {The Greenstone software}
164
165_textsoftwareinfo_ {
166<p>
167The <a href="http://www.greenstone.org">Greenstone Digital Library software</a> provides a new way of
168organizing information and making it available over the Internet or on
169CD-ROM. It is open-source software, available under the terms of the
170Gnu public license.
171<p>
172A digital library is made up of a set of collections. Each collection of
173information comprises several (typically several thousand, or even
174several million) documents, which share a uniform searching and
175browsing interface. Collections can be organized in many different
176ways while retaining a strong family resemblance.
177
178<p>To subscribe to the Greenstone mailing list, go to <a
179href="https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users">https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users</a>.</p>
180
181<p align=right>
182<a href="_httppagex_(gsdl)">More...</a>
183}
184
185_titleresearchinfo_ {Our research}
186
187_textresearchinfo_ {
188<p>
189The goal of our research program is to explore the potential of
190internet-based digital libraries. Our vision is to develop systems that
191automatically impose structure on anarchic, uncatalogued, distributed
192repositories of information, thereby providing information consumers
193with effective tools to locate what they need and to peruse it
194conveniently and comfortably.
195<p>
196Project members are actively working on techniques for creating,
197managing, and and mainatining collections; extracting metadata from
198legacy documents; analysing library usage and user needs; Maori,
199Arabic and Chinese language systems; internationalising the library
200interface; optical music recognition and musical collections; novel
201interfaces for formulating queries and visualising results; novel
202interfaces for browsing metadata; text mining for keyphrases,
203acronyms, and other metadata; keyphrase extraction and
204phrase-based browsing; and other research topics.
205<p align=right>
206<a href="http://www.nzdl.org/html/research.html">More...</a>
207}
208
209_titleaffiliateinfo_ {Our affiliates}
210
211_textaffiliatehumaninfo_ {
212<p>
213<a href="http://humaninfo.org">Human Info NGO</a>
214is a registered charity responsible for the
215provision of universal low-cost
216information access through co-operation between UN Agencies,
217universities and NGOs. Human Info NGO collaborates extensively
218with the NZDL project, and use the Greenstone software.
219}
220
221_textaffiliateunesco_ {
222<p>
223<a href="http://www.unesco.org">United Nations Educational, Scientific and Cultural Organization</a>.
224The dissemination of educational, scientific and cultural information
225throughout the world, and particularly its availability in developing
226countries, is central to UNESCO's goals as pursued within its
227intergovernmental Information for All Programme, and appropriate,
228accessible information and communication technology is seen as an important
229tool in this context.
230}
231
232#######################################################################
233# The collection display
234# A hand-crafted alternative to the _homeextra_ macro
235#######################################################################
236
237_nzdlgwcgi_ {library}
238#_nzdlgwcgi_ {http://www.nzdl.org/cgi-bin/library}
239_nzdlhttpprefix_ {http://www.nzdl.org/gsdl}
240
241_nzdlcollection_ {library?a=p&p=about&c=_1_}
242#_nzdlcollection_ {http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=_1_}
243_nzdlcollectionimage_ {<img width=150 border=1 src="_nzdlhttpprefix_/collect/_1_/images/_2_" alt=_3_ title=_3_>}
244
245_collectionlink_ {<a href="_nzdlcollection_(_4_)">_nzdlcollectionimage_(_1_,_2_,_3_)</a>}
246
247
248_nzdlcollectionlist_ {
249<center>
250<div class="divbar"><p class="navbar">_textdescrcolus_</p></div>
251<p>_collectusr_
252<div class="divbar"><p class="navbar">_textdescrcolun_</p></div>
253<p>_collectfao_
254<div class="divbar"><p class="navbar">_textdescrcolde_</p></div>
255<p>_collectrest_
256<a name="greenstonedocumentationcollections"></a>
257<div class="divbar"><p class="navbar">_textdescrcolgd_</p></div>
258<p>_collectgd_
259<a name="documentedexamplecollections"></a>
260<div class="divbar"><p class="navbar">_textdescrcoldec_</p></div>
261<p>_collectdec_
262</center>
263}
264
265_collectusr_{
266<table width=537>
267<tr valign=top>
268<td align=center>
269<p>_collectionlink_(aliveint, ait_sm.jpg, "Alive in Truth", aliveint)
270</td>
271<td align=center>
272<p>_collectionlink_(literatu, hdlsm.gif, "Literature for Vietnam", literatu)
273</td>
274</tr>
275</table>
276}
277
278
279_collectfao_ {
280<table width=537>
281<tr valign=top>
282<td align=center>
283<p>_collectionlink_(hdl, hdlsm.gif, "Humanity Development Library", hdl)
284<!--<p>_collectionlink_(fnl, fnlsm.gif, "Food and Nutrition Library", fnl)-->
285<p>_collectionlink_(envl, welsm.gif, "World Environment Library", envl)
286<p>_collectionlink_(aginfo, aginfo.gif, "Agricultural Information Modules", aginfo)
287<p>_collectionlink_(gtz, gtz.gif, "Crystal", gtz)
288<p>_collectionlink_(cdl, cdl.gif, "Community Development Library", cdl)
289<p>_collectionlink_(edudev, edudevsm.gif, "Human Info NGO Library for Education and Development", edudev)
290<p>_collectionlink_(nigeria, nigeriasm.gif, "Revitalizing Technical and Vocational Education in Nigeria", nigeria)
291<p>_collectionlink_(safem, safemsm.gif, "Safe Motherhood Strategies", safem)
292<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>
293</td>
294
295<td align=center>
296<p>_collectionlink_(mhl, mhlsm.gif, "Medical and Health Library", mhl)
297<!--<p>_collectionlink_(fnl1\_1, fnl1\_1.gif, "Food and Nutrition Library 1.1", fnl1\_1)-->
298<p>_collectionlink_(paho, pahosml.gif, "Virtual Disaster Library", paho)
299<p>_collectionlink_(unesco, unescosm.gif, "Sahel point Doc", unesco)
300<p>_collectionlink_(muster, muster.gif, "The Multi-Site Teacher Education Research Project", muster)
301<p>_collectionlink_(unescoen, unescoensm.gif, "East African Development Library", unescoen)
302<p>_collectionlink_(dfid, dfidsm.gif, "Researching Education Development", dfid)
303<p>_collectionlink_(ewf, ewf.gif, "Education Work and the Future", ewf)
304<p>_collectionlink_(fi1998, faosm.gif, "FAO on the Internet &#40;1998&#41;", fi1998)
305<p>_collectionlink_(faodocs, faodrsm.gif, "FAO document repository", faodocs)</td>
306</td>
307
308<td align=center>
309<p>_collectionlink_(ccgi, ccgism.gif, "Collection on Critical Global Issues", ccgi)
310<p>_collectionlink_(fnl2.2, fnl22.gif, "Food and Nutrition Library 2.2", fnl2.2)
311<p>_collectionlink_(who, who.gif, "Biblioteca Virtual De Salud Para Desastres", who)
312<p>_collectionlink_(tulane, tulanesm.gif, "BibliothÚque pour le développement", tulane)
313<p>_collectionlink_(unaids, unaids.gif, "UNAIDS Library", unaids)
314<p>_collectionlink_(aedl, aedl.gif, "Africa Collection for Transition", aedl)
315<p>_collectionlink_(whoedm, whoedmsm.gif, "WHO Medicines Bookshelf 1.0", whoedm)
316<p>_collectionlink_(helid, helidsm.gif, "WHO Health Library for Disasters", helid)
317<p>_collectionlink_(ipc, ipcsm.gif, "Indigenous Peoples", ipc)
318<p>_collectionlink_(povsem, povsem_front.gif, "Poverty Alleviation", povsem)
319</tr>
320</table>
321}
322
323
324_collectrest_ {
325<table width=537>
326<tr valign=top>
327
328<td align=center>
329<p>_collectionlink_(acrodemo, acrodemosm.gif, "AGRIS: acronym extraction demo", acrodemo)
330<p><a href="library?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Àori Newspapers"></a>
331<p>_collectionlink_(arabic, arabic.gif, "Arabic text collection", arabic&l=ar&nw=windows-1256)
332<p>_collectionlink_(chinese, chinsm.jpg, "Chinese text collection", chinese&l=zh&nw=utf-8)
333<p>_collectionlink_(folktale, folktale.gif, "Folktales: language extraction demo", folktale)
334<p>_collectionlink_(demooai, jcdl_logo_photo_tiled.gif, "OAI demo collection", demooai)
335<p>_collectionlink_(tidbits, tidbitsm.gif, "TidBITS", tidbits)
336<p>_collectionlink_(workingp, wp_logo.png, "Working Papers\, Dept of Computer Science\, University of Waikato", workingp)
337</td>
338
339<td align=center>
340<p><a href="/musiclib"><img src="_nzdlhttpprefix_/images/meldexsm.gif" border=1 alt="Meldex music library"></a>
341<p>_collectionlink_(wordpdf, wordpdf.gif, "MSWord and PDF demo", wordpdf)
342<p>_collectionlink_(musvid, musvid\_frontpage.gif, "Music Videos", musvid)
343<p>_collectionlink_(gberg, gbergsm.gif, "Project Gutenberg Collection", gberg)
344<p>_collectionlink_(allshake, shakefront.gif, "The Complete works of Shakespeare", allshake)
345<p>_collectionlink_(aircraft, logo.gif, "aircraft images collection", aircraft)
346<p>_collectionlink_(csbib, csbibsm.gif, "Computer Science Bibliographies", csbib)
347<p>_collectionlink_(coltbib, coltsm.gif, "COLT Bibliography", coltbib)
348</td>
349
350<td align=center>
351<p>_collectionlink_(cstr, cstrsm.gif, "Computer Science Technical Reports", cstr)
352<p>_collectionlink_(ohist, ohist\_title\_small.gif, "Hamilton Public Library Youth Oral History Collection", ohist)
353<p>_collectionlink_(hcibib, hcibibsm.gif, "The HCI Bibliography", hcibib)
354<p>_collectionlink_(whist, whist\_logo\_small.gif, "Women\'s History Primary Source Documents", whist)
355<p>_collectionlink_(beowulf, beowulffront.jpg, "MARC Demonstration collection: Beowulf", beowulf)
356<p>_collectionlink_(tcc, tccsm.gif, "The Computists\' Weekly", tcc)
357<p>_collectionlink_(jair, jair-sm.gif, "Journal of Artificial Intelligence Research", jair)
358<p>_collectionlink_(lomdemo,ieeelom_sm.gif,"IEEE LOM Demonstration", lomdemo)
359</td>
360
361</tr>
362</table>
363}
364_collectgd_ {
365<table width=537>
366<tr valign=top>
367<td align=center>
368<p>_collectionlink_(publicat, nzdlpub.gif, "NZDL Publications collection", publicat)</td>
369<td align=center>
370<p>_collectionlink_(gsarch, gsarch.gif, "Greenstone mailing list archive", gsarch)
371<p><a href="/howto"><img width=150 height=110 border=1 src="/custom/howto/images/front_cover_tiled.gif" alt="How to build a digital library"></a></td>
372<td align=center>
373<p>_collectionlink_(gsdocs, gsdocs.gif, "Greenstone Documentation collection", gsdocs)</td>
374</tr></table>
375}
376
377_collectdec_ {
378<table width=537>
379<tr valign=top>
380
381<td align=center>
382<p>_collectionlink_(dls-e, en/dls-e.gif, "(Documented) Development Library Subset collection", dls-e)
383<p>_collectionlink_(wrdpdf-e, en/wrdpdf-e.gif, "(Documented) MSWord and PDF demonstration", wrdpdf-e)
384<p>_collectionlink_(gsarch-e, en/gsarch-e.gif, "(Documented) Greenstone Archives collection", gsarch-e)
385<p>_collectionlink_(isis-e, en/isis-e.gif, "(Documented) CDS/ISIS collection", isis-e)
386<p>_collectionlink_(dspace-e, en/dspace-e.gif,"(Documented) DSpace example collection", dspace-e)
387</td>
388
389<td align=center>
390<p>_collectionlink_(cltbib-e, en/cltbib-e.gif, "(Documented) bibliography collection", cltbib-e)
391<p>_collectionlink_(image-e, en/image-e.gif, "(Documented) simple image collection", image-e)
392<p>_collectionlink_(MARC-e, en/MARC-e.gif, "(Documented) MARC example", MARC-e)
393<p>_collectionlink_(oai-e, en/oai-e.gif, "(Documented) OAI demo collection", oai-e)
394</td>
395
396<td align=center>
397<p>_collectionlink_(cltext-e, en/cltext-e.gif, "(Documented) bibliography supplement", cltext-e)
398<p>_collectionlink_(pagedimg-e, en/pagedimg-e.gif, "(Documented) paged image collection", pagedimg-e)
399<p>_collectionlink_(garish, en/garish.gif, "(Documented) Garish version of demo collection", garish)
400<p>_collectionlink_(authen-e, en/authen-e.gif, "(Documented) Formatting and authentication demo", authen-e)
401<p>_collectionlink_(style-e, en/style-e.gif, "(Documented) Cascading Stylesheets collection", style-e)
402</td>
403
404</tr>
405</table>
406}
407
408
409# bbc no longer public
410#<p>_collectionlink_(bbc1, bbc_home.gif, "BBC archives (1900-1985)", bbc1)
Note: See TracBrowser for help on using the repository browser.