Changeset 35089 for main


Ignore:
Timestamp:
2021-04-17T14:26:19+12:00 (3 years ago)
Author:
davidb
Message:

Added in new mir-content based example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/pages/sgvizler.xsl

    r35071 r35089  
    1818    <xsl:include href="dataviz/list-of-winners.xsl"/>
    1919    <xsl:include href="dataviz/list-of-losers.xsl"/>
     20    <xsl:include href="dataviz/top-3-with-mir-content.xsl"/>
    2021    <xsl:include href="dataviz/got-nul-point.xsl"/>
    2122    <xsl:include href="dataviz/got-nul-point-after-winning.xsl"/>
     
    260261        <xsl:call-template name="ssv-list-of-winners"/>
    261262        <xsl:call-template name="ssv-list-of-losers"/>
     263        <xsl:call-template name="ssv-top-3-with-mir-content"/>
    262264        <xsl:call-template name="ssv-got-nul-point"/>
    263265        <xsl:call-template name="ssv-got-nul-point-after-winning"/>
     
    301303          </li>
    302304         
     305          <li>
     306        <b>Top 3 Acts per Year with (where available) Details of Musical Content:</b><br/>
     307        <button type="button" class="load-ssq" id="load-ssv-top-3-with-mir-content" onclick="ssv_load('ssv-top-3-with-mir-content')">Load query above</button>
     308        <button type="button" class="exec-ssq" id="exec-ssv-top-3-with-mir-content" onclick="ssv_execute()">Visualize Tabulated Results</button><br/>
     309        <p>List the Top 3 entries per year, including musical details such as tempo, time-signature, and key where alignment with content in MusicBrainz was possible.</p>
     310          </li>
     311
    303312          <li>
    304313        <b>The ignominy of &quot;nul point&quot;:</b><br/>
Note: See TracChangeset for help on using the changeset viewer.