File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en-US "> < head >
3+ < meta charset ="UTF-8 ">
4+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+
7+ < title > Training Metrics Databse widgets | Example</ title >
8+ < meta property ="og:title " content ="Training Metrics Databse widgets ">
9+ < meta property ="og:locale " content ="en_US ">
10+ < link rel ="canonical " href ="https://elixir-europe-training.github.io/Training-Metrics-Database-widget/example.html ">
11+ < meta property ="og:url " content ="https://elixir-europe-training.github.io/Training-Metrics-Database-widget/example.html ">
12+ < meta property ="og:site_name " content ="Training-Metrics-Database-widget ">
13+ < meta property ="og:type " content ="website ">
14+ < meta name ="twitter:card " content ="summary ">
15+ < meta property ="twitter:title " content ="Training Metrics Databse widgets ">
16+ </ head >
17+ < body >
18+ < div class ="container-lg px-3 my-5 markdown-body ">
19+ < h1 id ="training-metrics-databse-widgets "> Training Metrics Databse widgets</ h1 >
20+
21+ < div id ="tmd-widget-container "> < div >
22+ </ div >
23+ < script src ="https://elixir-europe-training.github.io/Training-Metrics-Database-widget/widget.js "> </ script >
24+ < script >
25+ TMDWidget ( {
26+ container : "#tmd-widget-container" ,
27+ questionSets : [
28+ "quality" ,
29+ "impact" ,
30+ "demographic"
31+ ] ,
32+ endpoint : "https://tmd-test.elixir-hpc.si/metrics"
33+ } ) . catch ( ( error ) => {
34+ console . error ( 'TMDWidget failed to initialise' , error ) ;
35+ } ) ;
36+ </ script >
37+ </ body >
38+ </ html >
You can’t perform that action at this time.
0 commit comments