|
11 | 11 | <link rel="stylesheet" href="css/bootstrap.css"> |
12 | 12 | <link rel="stylesheet" href="css/flexslider.css"> |
13 | 13 | <link rel="stylesheet" href="css/style.css"> |
| 14 | + <link rel="stylesheet" href="css/crosswalk.css"> |
14 | 15 | <link rel="icon" type="image/png" href="/website/images/everse_icon.png"> |
15 | 16 | <script src="js/modernizr-2.6.2.min.js"></script> |
16 | 17 | <!--[if lt IE 9]> |
17 | 18 | <script src="js/respond.min.js"></script> |
18 | 19 | <![endif]--> |
19 | 20 |
|
20 | | - <style> |
21 | | - table { |
22 | | - width: 100%; |
23 | | - border-collapse: separate; |
24 | | - border-spacing: 0; |
25 | | - margin-top: 15px; |
26 | | - table-layout: fixed; |
27 | | - } |
28 | | - th, td { |
29 | | - border: 1px solid #ddd; |
30 | | - padding: 12px 18px; |
31 | | - text-align: left; |
32 | | - vertical-align: top; |
33 | | - font-size: 14px; |
34 | | - word-break: break-word; |
35 | | - } |
36 | | - th { |
37 | | - background-color: #1E90FF; |
38 | | - color: white; |
39 | | - font-size: 17px; |
40 | | - } |
41 | | - tr:nth-child(even) { |
42 | | - background-color: #f2f2f2; |
43 | | - } |
44 | | - |
45 | | - #search-wrapper { |
46 | | - display: flex; |
47 | | - gap: 10px; |
48 | | - align-items: center; |
49 | | - margin-bottom: 15px; |
50 | | - } |
51 | | - |
52 | | - #search-input { |
53 | | - font-size: 16px; |
54 | | - padding: 10px; |
55 | | - width: 100%; |
56 | | - border: 2px solid #005bb5; |
57 | | - } |
58 | | - |
59 | | - #search-input:focus { |
60 | | - border-color: #1E90FF; |
61 | | - box-shadow: 0 0 5px rgba(30, 144, 255, 0.6); |
62 | | - outline: none; |
63 | | - } |
64 | | - |
65 | | - #clear-search { |
66 | | - padding: 10px 15px; |
67 | | - font-size: 16px; |
68 | | - border: none; |
69 | | - background-color: #ddd; |
70 | | - cursor: pointer; |
71 | | - } |
72 | | - |
73 | | - #clear-search:hover { |
74 | | - background-color: #bbb; |
75 | | - } |
76 | | - |
77 | | - #fh5co-about { |
78 | | - padding-top: 20px; |
79 | | - padding-bottom: 20px; |
80 | | - } |
81 | | - |
82 | | - #fh5co-about .container { |
83 | | - padding-top: 0; |
84 | | - padding-bottom: 0; |
85 | | - margin-top: 0; |
86 | | - margin-bottom: 0; |
87 | | - position: relative; |
88 | | - } |
89 | | - |
90 | | - .fh5co-heading { |
91 | | - margin-top: 20px; |
92 | | - margin-bottom: 20px; |
93 | | - } |
94 | | - |
95 | | - #table-loading-overlay { |
96 | | - position: absolute; |
97 | | - top: 0; |
98 | | - left: 0; |
99 | | - width: 100%; |
100 | | - min-height: 300px; |
101 | | - background: rgba(255, 255, 255, 0.9); |
102 | | - z-index: 999; |
103 | | - display: none; |
104 | | - flex-direction: column; |
105 | | - justify-content: center; |
106 | | - align-items: center; |
107 | | - font-size: 18px; |
108 | | - color: #333; |
109 | | - } |
110 | | - |
111 | | - .spinner { |
112 | | - border: 6px solid #f3f3f3; |
113 | | - border-top: 6px solid #1E90FF; |
114 | | - border-radius: 50%; |
115 | | - width: 40px; |
116 | | - height: 40px; |
117 | | - animation: spin 1s linear infinite; |
118 | | - margin-bottom: 10px; |
119 | | - } |
120 | | - |
121 | | - @keyframes spin { |
122 | | - 0% { transform: rotate(0deg); } |
123 | | - 100% { transform: rotate(360deg); } |
124 | | - } |
125 | | - </style> |
126 | 21 | </head> |
127 | 22 |
|
128 | 23 | <body> |
|
155 | 50 | <div class="container"> |
156 | 51 | <div class="row animate-box"> |
157 | 52 | <div class="col-md-8 col-md-offset-2 text-center fh5co-heading"> |
158 | | - <h2>Equivalent Indicators Crosswalk</h2> |
| 53 | + <h2>Indicators Crosswalk</h2> |
159 | 54 | </div> |
160 | 55 | <div class="col-md-8 col-md-offset-2 text-center fh5co-heading"> |
161 | 56 | <p style="color: #333333;"> |
162 | | - Here you can find a table that shows equivalent indicators from other sources |
| 57 | + Here you can find a table that shows the relations between EVERSE indicators and those from other sources |
163 | 58 | </p> |
164 | 59 | </div> |
165 | 60 | </div> |
166 | 61 |
|
| 62 | + |
167 | 63 | <div id="search-wrapper"> |
168 | 64 | <input type="text" id="search-input" class="form-control" placeholder="Search in table..."> |
169 | 65 | <button id="clear-search" title="Clear search">✕</button> |
@@ -200,6 +96,47 @@ <h2>Equivalent Indicators Crosswalk</h2> |
200 | 96 | </div> |
201 | 97 | </div> |
202 | 98 |
|
| 99 | + <div id="mapping-legend"> |
| 100 | + <div class="legend-section"> |
| 101 | + <div class="legend-title">Relations</div> |
| 102 | + <ul> |
| 103 | + <li> |
| 104 | + <span class="legend-term equivalent">Equivalent</span>: |
| 105 | + Same meaning or scope as the EVERSE indicator. |
| 106 | + </li> |
| 107 | + <li> |
| 108 | + <span class="legend-term broader">Broader</span>: |
| 109 | + Covers a wider concept than the EVERSE indicator. |
| 110 | + </li> |
| 111 | + <li> |
| 112 | + <span class="legend-term narrower">Narrower</span>: |
| 113 | + Covers a more specific aspect of the EVERSE indicator. |
| 114 | + </li> |
| 115 | + </ul> |
| 116 | + </div> |
| 117 | + |
| 118 | + <div class="legend-section"> |
| 119 | + <div class="legend-title">Sources</div> |
| 120 | + <ul> |
| 121 | + <li> |
| 122 | + <span class="legend-term">FAIRSOFT</span>: |
| 123 | + Set of indicators in the biomedical sciences. URL: |
| 124 | + <a href="https://inab.github.io/FAIRsoft_indicators/indicators/" target="_blank"> |
| 125 | + https://inab.github.io/FAIRsoft_indicators/indicators/ |
| 126 | + </a> |
| 127 | + </li> |
| 128 | + <li> |
| 129 | + <span class="legend-term">FAIR-Impact</span>: |
| 130 | + Set of metrics for FAIR principles compliance. URL: |
| 131 | + <a href="https://fair-impact.eu/metrics-software" target="_blank"> |
| 132 | + https://fair-impact.eu/metrics-software |
| 133 | + </a> |
| 134 | + </li> |
| 135 | + </ul> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + |
| 139 | + |
203 | 140 | <script> |
204 | 141 | let allData = []; |
205 | 142 | let crosswalkByIndicatorId = {}; |
|
0 commit comments