source: main/trunk/model-sites-dev/atea/groupConfig.xml@ 34080

Last change on this file since 34080 was 34080, checked in by davidb, 4 years ago

Collections now strutured as gruops

File size: 1.8 KB
Line 
1<groupConfig>
2 <hierarchy>
3 <group name="textual">
4 <group name="text-born-digital">
5 <collection name="digital-nz"/>
6 <collection name="he-herenga-korero-pdfs"/>
7 </group>
8 <group name="OCRed">
9 <collection name="niupepa" />
10 </group>
11 </group>
12 <group name="multimedia">
13 <collection name="he-herenga-korero-mp3s"/>
14 </group>
15 <group name="voxels">
16 <collection name="voxelvid"/>
17 <collection name="global-digital-heritage"/>
18 </group>
19 </hierarchy>
20
21 <groupDescriptions>
22 <group name="textual">
23 <title>Text</title>
24 <description>A set of collections sourced from born digital and OCR'd text sources.</description>
25 <shortDescription>Born digital and OCR'd text collections</shortDescription>
26 <!--
27 <backgroundImage>/images/Group3.jpg</backgroundImage>
28 -->
29 </group>
30 <group name="text-born-digital">
31 <title>Text (Born Digital) </title>
32 <description>A set of born-digital Māori text collections sourced from on-line resources.</description>
33 <shortDescription>Born digital text collections</shortDescription>
34 </group>
35 <group name="OCRed">
36 <title>Text (OCR'd) </title>
37 <description>A set of OCR'd Māori text collections.</description>
38 <shortDescription>OCR'd text collections</shortDescription>
39 </group>
40 <group name="multimedia">
41 <title>Multimedia</title>
42 <description>A set of audio and video collections in Te Reo Māori</description>
43 <shortDescription>Audio and Video collections</shortDescription>
44 </group>
45 <group name="voxels">
46 <title>Voxels</title>
47 <description>A set of resources centred on volume-pixels (voxels)</description>
48 <shortDescription>Voxel resources</shortDescription>
49 </group>
50 </groupDescriptions>
51</groupConfig>
Note: See TracBrowser for help on using the repository browser.