<config css="dash.css">
    <title>Demo for DSA</title>
    <refresh>120</refresh>
    <section column="c2" title="Tweets in Bristol">
        <Twitter>
            <search/>
            <latitude>51.45</latitude>
            <longitude>-2.58</longitude>
            <range>10</range>
            <max>5</max>
        </Twitter>
    </section>
    <section column="c3" title="US Weather">
        <NOAA>
            <stationid>KJFK</stationid>
            <stationid>KMGR</stationid>
        </NOAA>
    </section>
    <section column="c1" title="Bristol Weather Observations">
        <WDL>
            <format>
                <field value="concat(widgets:degrees-to-point(xs:decimal($raw[4])),' ' ,$raw[2])">Wind</field>
                <field n="7" unit="hPa">Barometer</field>
                <field n="5" unit="°C">Temp</field>
            </format>
            <station>
                <base>http://www.martynhicks.co.uk/weather</base>
                <location>Horfield, Bristol</location>
                <latitude>51.5</latitude>
                <longitude>-2.58</longitude>
            </station>
            <station>
                <base>http://www.uwe.ac.uk/estates/weatherdisplay</base>
                <location>UWE Frenchay Campus</location>
                <latitude>51.5</latitude>
                <longitude>-2.547</longitude>
            </station>
            <station>
                <base>http://www.alvestonweather.co.uk</base>
                <location>Alveston</location>
                <latitude>51.59</latitude>
                <longitude>-2.54</longitude>
            </station>
            <station>
                <base>http://www.drbig.co.uk/weather</base>
                <home>http://www.drbig.co.uk/weatherstation/live-data/</home>
                <location>Totterdown</location>
                <latitude>51.44</latitude>
                <longitude>-2.58</longitude>
            </station>
        </WDL>
    </section>
    <section column="c1" title="Bristol Airport - raw">
        <METAR>
            <ICAO>EGGD</ICAO>
        </METAR>
    </section>
</config>