source: other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/Word-PDF-Basic/import/metadata.xml@ 31418

Last change on this file since 31418 was 29240, checked in by ak19, 10 years ago

Instead of removing and replacing prebuilt CDS-ISIS tutorial collection for gs3, had removed all gs3 tutorial collections. Adding them back in, including the updated CDS-ISIS, which has been pre-built on 64 bit with the latest GS3 binary.

File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE DirectoryMetadata SYSTEM "http://greenstone.org/dtd/DirectoryMetadata/1.0/DirectoryMetadata.dtd">
3<DirectoryMetadata><!--
4 Two examples of the syntax to use to attach metadata to files in a
5 given directory within the 'import' area.
6
7 Copy this file to the folder where the files or interest are, and
8 then uncomment (or copy and paste) the <FileSet> block and
9 edit to suit the file name(s) and metadata values required
10 --><!--
11 Example 1:
12 Attached dc.Title and dc.Subject (x 2) to a single, named file
13 --><!--
14 <FileSet>
15 <FileName>sample-file1\.txt</FileName>
16 <Description>
17 <Metadata name="dc.Title">Sample Title</Metadata>
18 <Metadata name="dc.Subject">Subject A</Metadata>
19 <Metadata mode="accumulate" name="dc.Subject">Subject B</Metadata>
20 </Description>
21 </FileSet>
22--><!--
23 Example 2:
24 Attached dc.Subject to all files in this folder that match the given
25 regular expression
26 --><!--
27 <FileSet>
28 <FileName>.*</FileName>
29 <Description>
30 <Metadata mode="accumulate" name="dc.Subject">Subject X</Metadata>
31 </Description>
32 </FileSet>
33-->
34 <FileSet>
35 <FileName>cluster\.ps</FileName>
36 <Description>
37 <Metadata mode="accumulate" name="dc.Title">Clustering with finite data from semi-parametric mixture distributions</Metadata>
38 <Metadata mode="accumulate" name="dc.Creator">Yong Wang</Metadata>
39 <Metadata mode="accumulate" name="dc.Creator">Ian H. Witten</Metadata>
40 </Description>
41 </FileSet>
42 <FileSet>
43 <FileName>langmodl\.ps</FileName>
44 <Description>
45 <Metadata mode="accumulate" name="dc.Title">Using language models for generic entity extraction</Metadata>
46 <Metadata mode="accumulate" name="dc.Creator">Ian H. Witten</Metadata>
47 <Metadata mode="accumulate" name="dc.Creator">Zane Bray</Metadata>
48 <Metadata mode="accumulate" name="dc.Creator">Malika Mahoui</Metadata>
49 <Metadata mode="accumulate" name="dc.Creator">W.J. Teahan</Metadata>
50 </Description>
51 </FileSet>
52 <FileSet>
53 <FileName>pdf01\.pdf</FileName>
54 <Description>
55 <Metadata mode="accumulate" name="dc.Title">Greenstone: A Comprehensive Open-Source Digital Library Software System</Metadata>
56 <Metadata mode="accumulate" name="dc.Creator">Ian H. Witten</Metadata>
57 <Metadata mode="accumulate" name="dc.Creator">Rodger J. McNab</Metadata>
58 <Metadata mode="accumulate" name="dc.Creator">Stefan J. Boddie</Metadata>
59 <Metadata mode="accumulate" name="dc.Creator">David Bainbridge</Metadata>
60 </Description>
61 </FileSet>
62 <FileSet>
63 <FileName>pdf03\.pdf</FileName>
64 <Description>
65 <Metadata mode="accumulate" name="dc.Title">Applications for Bibliometric Research in the Emerging Digital Libraries</Metadata>
66 <Metadata mode="accumulate" name="dc.Creator">Sally Jo Cunningham</Metadata>
67 </Description>
68 </FileSet>
69 <FileSet>
70 <FileName>rtf01\.rtf</FileName>
71 <Description>
72 <Metadata mode="accumulate" name="dc.Creator">Sally Jo Cunningham</Metadata>
73 <Metadata mode="accumulate" name="dc.Creator">Stuart M. Dillon</Metadata>
74 </Description>
75 </FileSet>
76 <FileSet>
77 <FileName>word03\.doc</FileName>
78 <Description>
79 <Metadata mode="accumulate" name="dc.Title">Greenstone: A Comprehensive Open-Source Digital Library Software System</Metadata>
80 <Metadata mode="accumulate" name="dc.Creator">Ian H. Witten</Metadata>
81 <Metadata mode="accumulate" name="dc.Creator">Rodger J. McNab</Metadata>
82 <Metadata mode="accumulate" name="dc.Creator">Stefan J. Boddie</Metadata>
83 <Metadata mode="accumulate" name="dc.Creator">David Bainbridge</Metadata>
84 </Description>
85 </FileSet>
86 <FileSet>
87 <FileName>word05\.doc</FileName>
88 <Description>
89 <Metadata mode="accumulate" name="dc.Title">GREENSTONE DIGITAL LIBRARY INSTALLER’S GUIDE</Metadata>
90 <Metadata mode="accumulate" name="dc.Creator">Ian H. Witten</Metadata>
91 <Metadata mode="accumulate" name="dc.Creator">Stefan J. Boddie</Metadata>
92 </Description>
93 </FileSet>
94 <FileSet>
95 <FileName>word06\.doc</FileName>
96 <Description>
97 <Metadata mode="accumulate" name="dc.Title">COMPUTATIONAL SENSE: THE ROLE OF TECHNOLOGY IN THE EDUCATION OF DIGITAL LIBRARIANS</Metadata>
98 <Metadata mode="accumulate" name="dc.Creator">Michael B. Twidale</Metadata>
99 <Metadata mode="accumulate" name="dc.Creator">David M. Nichols</Metadata>
100 </Description>
101 </FileSet>
102</DirectoryMetadata>
Note: See TracBrowser for help on using the repository browser.