forked from clarin-eric/resource-families-html-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules_norm.json
42 lines (40 loc) · 2.04 KB
/
rules_norm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{"tags": [
{"tag": "<table class =\"table\" cellspacing=\"5\">", "tags":[
{"tag": "<thead>", "tags": [
{"tag": "<tr>", "tags": [
{"tag": "<th valign=\"top\">", "text": "Tool"},
{"tag": "<th valign=\"top\">", "text": "Language"},
{"tag": "<th valign=\"top\">", "text": "Description"},
{"tag": "<th valign=\"top\">", "text": "Availability"}
]}
]},
{"tag": "<tbody>", "tags": [
{"tag": "<tr>", "tags": [
{"tag": "<td valign=\"top\">", "tags":[
{"tag": "<p>", "fields": [
{"text": "<a href=\"%s\">%s</a>", "optional": false, "columns": ["Tool_URL", "Tool"]}]},
{"tag": "<p>", "on_next": "<br>", "fields": [
{"text": "<strong>Functionality: </strong>%s", "optional": true, "columns": ["Functionality"]},
{"text": "<strong>Domain: </strong>%s", "optional": true, "columns": ["Domain"]},
{"text": "<strong>Licence: </strong>%s", "optional": true, "columns": ["Licence"]}
]}
]},
{"tag": "<td valign=\"top\">", "fields":[
{"text": "%s", "optional": false, "columns": ["Language"]}
]},
{"tag": "<td valign=\"top\">", "fields":[
{"text": "<p>%s</p>", "optional": false, "sep": "#SEP", "columns": ["Description"]},
{"text": "<strong>CLARIN Centre: </strong>%s<br>", "optional": true, "columns": ["CLARIN_Centre"]},
{"text": "<strong>Platform: </strong>%s<br>", "optional": true, "columns": ["Platform"]},
{"text": "<strong>Input format: </strong>%s<br>", "optional": true, "columns": ["Input_format"]},
{"text": "<strong>Output format: </strong>%s<br>", "optional": true, "columns": ["Output_format"]},
{"text": "<strong>Publication: </strong><a href=\"%s\">%s</a></p>", "optional": true, "columns": ["Publication_URL", "Publication"]}
]},
{"tag": "<td valign=\"top\">", "fields":[
{"text": "<p><a class=\"btn btn-primary text-nowrap\" href=\"%s\"><span class=\"%s\"></span>%s</a></p>", "optional": true, "sep": "#SEP", "columns": ["Buttons_URL", "Buttons"]},
{"text": "<p>%s</p>", "optional": true, "columns": ["Note"]}
]}
]}
]}
]}
]}