Skip to content

Commit 926f494

Browse files
committed
update
1 parent 2ea3ff3 commit 926f494

File tree

1 file changed

+61
-14
lines changed

1 file changed

+61
-14
lines changed

content/en/frequently-asked-questions.md

Lines changed: 61 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,67 @@ title: Frequently Asked Questions
55
{{< htmlcode >}}
66
<script type="application/ld+json">
77
{
8-
"@context": "https://schema.org",
9-
"@type": "WebApplication",
10-
"name": "Harmony",
11-
"applicationCategory": "Research Tool",
12-
"url": "https://harmonydata.ac.uk/app",
13-
"publisher": "Ulster University",
14-
"producer": "Fast Data Science Ltd, Delosis",
15-
"maintainer": "Thomas Wood",
16-
"license": "https://github.com/harmonydata/harmony?tab=MIT-1-ov-file#readme",
17-
"keywords": "data harmonisation, item harmonisation, natural language processing",
18-
"isAccessibleForFree": true,
19-
"funder": "Wellcome Trust, ESRC",
20-
"dateCreated": "2023-05-02",
21-
"citation": "https://doi.org/10.1186/s12888-024-05954-2"
8+
"@context": "https://schema.org",
9+
"@type": "WebApplication",
10+
"name": "Harmony",
11+
"applicationCategory": "Research Tool",
12+
"url": "https://harmonydata.ac.uk/app",
13+
"publisher": "Ulster University",
14+
"producer": "Fast Data Science Ltd, Delosis",
15+
"maintainer": "Thomas Wood",
16+
"license": "https://github.com/harmonydata/harmony?tab=MIT-1-ov-file#readme",
17+
"keywords": "data harmonisation, item harmonisation, natural language processing",
18+
"isAccessibleForFree": true,
19+
"funder": "Wellcome Trust, ESRC",
20+
"dateCreated": "2023-05-02",
21+
"citation": "https://doi.org/10.1186/s12888-024-05954-2",
22+
"offers": {
23+
"@type": "Offer",
24+
"price": 0,
25+
"priceCurrency": "USD"
26+
},
27+
"operatingSystem": "WINDOWS MAC LINUX",
28+
"aggregateRating": {
29+
"@type": "AggregateRating",
30+
"ratingValue": 5,
31+
"bestRating": 5,
32+
"ratingCount": 3
33+
},
34+
"review": [
35+
{
36+
"@type": "Review",
37+
"reviewRating": {
38+
"@type": "Rating",
39+
"ratingValue": 5
40+
},
41+
"author": {
42+
"@type": "Person",
43+
"name": "Matthew Doyle"
44+
}
45+
},
46+
{
47+
"@type": "Review",
48+
"reviewRating": {
49+
"@type": "Rating",
50+
"ratingValue": 5
51+
},
52+
"author": {
53+
"@type": "Person",
54+
"name": "Nathan Lutala"
55+
}
56+
},
57+
{
58+
"@type": "Review",
59+
"reviewRating": {
60+
"@type": "Rating",
61+
"ratingValue": 5
62+
},
63+
"author": {
64+
"@type": "Person",
65+
"name": "Kunru Song"
66+
}
67+
}
68+
]
2269
}
2370
</script>
2471
{{< /htmlcode >}}

0 commit comments

Comments
 (0)