Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 69: | Line 69: | ||
dct.name = dctKey; | dct.name = dctKey; | ||
dct.url = results[dctKey].fullurl; | dct.url = results[dctKey].fullurl; | ||
dct.dataSources = results[dctKey].printouts['Data Sources'].map(source => source.fulltext); | dct.dataSources = results[dctKey].printouts['Data Sources'].map(source => source.fulltext).sort(); | ||
dct.logo = results[dctKey].printouts['Image'][0] ? getUrl(results[dctKey].printouts['Image'][0].fulltext) : void 0; | dct.logo = results[dctKey].printouts['Image'][0] ? getUrl(results[dctKey].printouts['Image'][0].fulltext) : void 0; | ||
return dct; | return dct; | ||
Line 116: | Line 116: | ||
<div id="dct-list-wrapper"> | <div id="dct-list-wrapper"> | ||
<h1>Social Media and Crowdsourcing Technologies</h1> | <h1>Social Media and Crowdsourcing Technologies</h1> | ||
<div id="dct-filters"></div> | |||
<div id="dct-tabulator"></div> | <div id="dct-tabulator"></div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> |
Revision as of 15:31, 7 June 2022
Development verstion of the DCT List.
Not ready for production!