Changeset 34854


Ignore:
Timestamp:
2021-02-14T15:58:02+13:00 (3 years ago)
Author:
davidb
Message:

Further turnstyle use in about page

File:
1 edited

Legend:

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

    r34833 r34854  
    8080      <div id="technicaldev-turnstyle" style="margin-top: 12px;">
    8181        <div class="turnstyle-header" style="background-image: none; background-color: hsl(195, 47%, 35%);">
    82           Technical Development
     82          DL Technical Development
    8383        </div>
    8484
     
    160160          <li>The triplestore extension: <a href="https://trac.greenstone.org/browser/gs2-extensions/apache-jena/trunk/src">apache-jena</a></li>
    161161        </ul>
    162        
    163        
    164           </p>
    165          
     162           
     163          </p>
     164        </div>
     165      </div>
     166     
     167      <script>
     168        <xsl:text disable-output-escaping="yes">
     169              $(function(){
     170                transformToTurnstyleBlock("technicaldev");
     171              });
     172        </xsl:text>
     173      </script>
     174     
     175      <div id="LOD-turnstyle" style="margin-top: 12px;">
     176        <div class="turnstyle-header" style="background-image: none; background-color: hsl(195, 47%, 35%);">
     177          Linked Open Data
     178        </div>
     179
     180        <div style="display: none; padding-left: 6px; padding-top: 6px; margin-left: 2px; margin-right: 2px; border-left: white solid 1px; border-right: white solid 1px; border-bottom: white solid 1px;">
     181
     182
    166183          <h2>Eurovision LOD SPARQL Endpoints</h2>
    167          
    168184          <p>
    169185        The source data can be access vis the DBpedia SPARQL endpoint.  The ingested,
     
    180196          </p>
    181197         
    182           <h2>Voting Data</h2>
     198          <h2>Eurovision LOD Errata</h2>
     199          <p>
     200        Songs titles and Entrants (artists) that do not resolve to URIs:
     201        <ul>
     202          <li>
     203            <a href="sites/{$site_name}/collect/{$collName}/prepare/problem-lod-lists/dbpedia-problem-songs.html">Problem Songs (titles are string literals not IRIs)</a>
     204          </li>
     205          <li>
     206            <a href="sites/{$site_name}/collect/{$collName}/prepare/problem-lod-lists/dbpedia-problem-entrants.html">Problem Entrants (artists are string literals not IRIs)</a>
     207          </li>
     208        </ul>
     209          </p>
     210        </div>
     211      </div>
     212     
     213      <script>
     214        <xsl:text disable-output-escaping="yes">
     215              $(function(){
     216                transformToTurnstyleBlock("LOD");
     217              });
     218        </xsl:text>
     219      </script>
     220
     221      <div id="voting-turnstyle" style="margin-top: 12px;">
     222        <div class="turnstyle-header" style="background-image: none; background-color: hsl(195, 47%, 35%);">
     223          Voting Data
     224        </div>
     225
     226        <div style="display: none; padding-left: 6px; padding-top: 6px; margin-left: 2px; margin-right: 2px; border-left: white solid 1px; border-right: white solid 1px; border-bottom: white solid 1px;">
    183227          <p>
    184228        The Voting data used in this collection is sourced from the Kaggle, which in turn
     
    191235        </ul>
    192236          </p>
    193          
    194           <h2>Eurovision LOD Errata</h2>
    195           <p>
    196         Songs titles and Entrants (artists) that do not resolve to URIs:
    197         <ul>
    198           <li>
    199             <a href="sites/{$site_name}/collect/{$collName}/prepare/problem-songs.html">Problem Songs (titles are string literals)</a>
    200           </li>
    201           <li>
    202             <a href="sites/{$site_name}/collect/{$collName}/prepare/problem-entrants.html">Problem Entrants (artists are string literals)</a>
    203           </li>
    204           <li>
    205             <a href="sites/{$site_name}/collect/{$collName}/prepare/problem-songs-and-entrants.html">Problem Songs and Entrants (both titles and artists are string literals)</a>
    206           </li>
    207           <li>
    208             <a href="sites/{$site_name}/collect/{$collName}/prepare/problem-return-path-songs-and-entrants.html">Problem 'return paths' for Songs and Entrants (the reverse check that a song entry specifies the dbp:artist as a URI fails)</a>
    209           </li>
    210         </ul>
    211           </p>
    212          
    213         </div>
    214      
    215       </div>
     237        </div>   
     238      </div>
     239
     240      <script>
     241        <xsl:text disable-output-escaping="yes">
     242              $(function(){
     243                transformToTurnstyleBlock("voting");
     244              });
     245        </xsl:text>
     246      </script>
     247
     248     
    216249    </div>
    217      
    218     <script>
    219       <xsl:text disable-output-escaping="yes">
    220               $(function(){
    221                 transformToTurnstyleBlock("technicaldev");
    222               });
    223       </xsl:text>
    224     </script>
    225250   
    226251  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.