Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 2 KB

scratch.md

File metadata and controls

73 lines (62 loc) · 2 KB

scratch

Some text

Questions

Question: A question

Solution

A Header

  1. Yes, add explanation here

TODO: add image

Solution ### A Header 1. Yes, add explanation here **TODO**: add image

TeSS Widgets

<script> function initTeSSWidgets() { TessWidget.Materials(document.getElementById('tess-widget-materials-table'), 'FacetedTable', { opts: { columns: [{name: 'Name', field: 'title'}, {name: 'Description', field: 'description'}], allowedFacets: ['scientific-topics', 'target-audience'], facetOptionLimit: 5 }, params: { pageSize: 5, q: 'Python' } }); } </script> <script async="" defer="" src="https://elixirtess.github.io/TeSS_widgets/js/tess-widget-standalone.js" onload="initTeSSWidgets()"></script>