source: main/tags/2.20/gsdl/macros/research.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: 2.8 KB
Line 
1package research
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## "research" ## green_title ## research ##
22_httpiconresearch_ {_httpimg_/research.gif}
23_widthresearch_ {200}
24_heightresearch_ {57}
25
26_iconresearch_ {<img src="_httpiconresearch_" width=_widthresearch_ height=_heightresearch_}
27
28#######################################################################
29# page content
30#######################################################################
31
32_pagetitle_ {New Zealand Digital Library Project research}
33
34_imagethispage_ {_iconresearch_}
35
36
37_content_ {
38_iconblankbar_
39
40<h2>_pagetitle_</h2>
41
42<p> The goal of our research program is to explore the potential of
43internet-based digital libraries. Our vision is to develop systems that
44automatically impose structure on anarchic, uncatalogued, distributed
45repositories of information, thereby providing information consumers with
46effective tools to locate what they need and to peruse it conveniently and
47comfortably. Our research objectives are to
48
49<ul>
50 <li> develop technology for creating and automatically
51 maintaining collections;
52 <li> monitor usage to study library users' needs;
53 <li> look at novel interfaces that cater to a wide spectrum of users;
54 <li> find ways to abstract layout and bibliographic information
55 from document files;
56 <li> use this information to enhance presentation and for
57 bibliometric research;
58 <li> assess potential subject areas for public-domain collections;
59 <li> survey and critique other digital library projects.
60</ul>
61
62
63<h2>Project members</h2>
64<p>
65The New Zealand Digital Library Project is based in the
66Department of Computer Science at The University of Waikato,
67but comprises contributors from universities all over the world.
68A directory of current and past members is available on the
69<a href="_httppagex_(people)">_home:textpeople_</a> page.
70<p>
71
72<h2>Projects, publications, and programs</h2>
73<p>
74Our project members are actively researching a diverse range of topics.
75These projects are described on the
76<a href="_httppagex_(projects)">_home:textprojects_</a>
77page.
78<p>
79Our research is regularly published in academic publications,
80which can be browsed and searched through the
81<a href="http://www.nzdl.org/publications/">_home:textpub_</a>
82collection.
83<p>
84In the course of our research,
85we have developed a range of practical software packages,
86many are available for
87<a href="_httppagex_(download)">download</a>.
88<p>
89
90_nzdlpagefooter_
91<br>April 2000
92}
93
94
Note: See TracBrowser for help on using the repository browser.