source: main/trunk/model-interfaces-dev/alt-atea/transform/pages/home.xsl@ 34009

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

PJ based alternative interface for Atea

File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:java="http://xml.apache.org/xslt/java"
5 xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
6 xmlns:gslib="http://www.greenstone.org/skinning"
7 extension-element-prefixes="java util"
8 exclude-result-prefixes="java util">
9
10 <xsl:template name="siteDescriptionAbout">
11 <div style="padding-bottom: 15px">
12 <h3>Ātea: Creating a Māori experience in the digital realm</h3>
13
14 <p>
15 This Spearhead project emerged from a Science for Technological
16 Innovation (SfTI) workshop, where Te Whānau-ā-Apanui tribal
17 leader Rikirangi Gage posed an intriguing question:
18 </p>
19
20 <p>
21 “What if in 200-300 years’ time I was able to be a hologram and
22 my mokopuna could sit there and talk to me and I could explain,
23 for example, how the Star Compass worked. Wouldn’t that be
24 awesome!”
25 </p>
26
27 <p>
28 That vision motivated University of Waikato Associate Professor
29 Dr. Hēmi Whaanga to develop the concept of Ātea, a digital space
30 that uses new technologies and novel approaches to enable Māori
31 to interactively engage with their language, culture and
32 knowledge. The multidisciplinary project team aims to design an
33 immersive experience for future generations, addressing the
34 Vision Mātauranga goals of the SfTI Challenge, to connect
35 dispersed Māori communities.
36 </p>
37
38 <p>
39 <a href="https://www.sftichallenge.govt.nz/research/atea">Read more ...</a>
40 </p>
41
42 </div>
43 </xsl:template>
44
45 <!-- the page content -->
46 <xsl:template match="/page/pageResponseXXXX">
47
48 <div id="quickSearch">
49 <gslib:crossCollectionQuickSearchForm/>
50 </div>
51
52 <h2><gslib:selectACollectionTextBar/></h2>
53
54 <div id="collectionLinks">
55 <xsl:if test="count(collectionList/collection) = 0">
56 <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'home.no_collections')"/>
57 <br/>
58 </xsl:if>
59 <xsl:for-each select="collectionList/collection">
60 <gslib:collectionLinkWithImage/>
61 </xsl:for-each>
62 <br class="clear"/>
63 </div>
64
65 <div>
66 <p>Pei Te Hurinui Jones, 1898-1976, was an outstanding figure in New Zealand - from his editorial work compiling and translating the songs of Maori tribes in Nga Moteatea, to founding one of the first New Zealand owned and operated million dollar companies, to being the President of the Maori Council and advisor to King Koriki and the Maori Queen, Dame Te Atairangikaahu. If you've read (or watched) any of Shakespeare's plays in Maori, then you've experienced some of the work of Pei Jones.</p>
67
68 <p> In conjunction with staff from the School of Maori and Pacific Development, our library staff have worked tirelessly to gather scholarly material and artefacts relating to his academic life, made available as a special collection and housed in its own room on the top floor of the recently re-developed library building. Over the last 5 years, work has been undertaken to digitize these items and develop a digital library which you are now visiting.</p>
69
70 </div>
71
72 <gslib:serviceClusterList/>
73
74 <xsl:for-each select="serviceList/service[@type='query']">
75 <gslib:serviceLink/><br/>
76 </xsl:for-each>
77
78 <xsl:for-each select="serviceList/service[@type='authen']">
79 <gslib:authenticationLink/><br/><br/>
80 <gslib:registerLink/><br/>
81 </xsl:for-each>
82
83 </xsl:template>
84
85</xsl:stylesheet>
86
87
Note: See TracBrowser for help on using the repository browser.