diff --git a/package.json b/package.json index 142486f..ffd540b 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "prop-types": "^15.7.2", "query-string": "^6.9.0", "react": "^16.12.0", + "react-countup": "^4.3.3", "react-dom": "^16.12.0", "react-helmet": "^5.2.1", "react-paginate": "^6.3.2", diff --git a/src/components/layout.js b/src/components/layout.js index f83e167..838beac 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -19,15 +19,11 @@ export const Navbar = props => { const content = [ { li: "Our Databases", - link: "/", - }, - { - li: "About", - link: "/", + link: "/databases", }, { li: "Contact", - link: "/", + externalLink: "https://platform.x5gon.org/team", }, ] @@ -75,9 +71,15 @@ export const Navbar = props => { {content.map((li, index) => { return (
- {name} -
- {contents[name].map((object, index) => { - if (object.externalLink) { - return ( - - {object.page} - - ) - } else if (name !== "CONTACT") { - return ( - - {object.page} - - ) - } else { - return ( - - {object.page} - - ) - } - })} -- This project has received funding from the European Union’s - Horizon new policy 2020 research and innovation programme under - grant agreement No 761758. -
-{provider.provider}
-1260 Materials
+ +{provider.provider.name}
+ +{provider.provider.number_materials} Materials
+ {stat.name} +
+CONNECTED DATABASES
-+ The basic X5GON database statistics - showing the number of OER + materials, user activity data (visits) and number of unique users + that accessed the registered OER repositories in the X5GON network. +
++ Check statistics about your database{" "} + + here + + . +
+ The material search enables anyone to search through the indexed OER + materials that are connected in our network via our Connect service. + The material search functionality is cross-lingual and functions as a + Recommendation engine. +
++ The materials shown currently are text, video and audio. They are + enriched them through a process called Wikification and stored into a + database that contains data about user activities on the OER + repositories that integrated the Connect Service, a library developed + for acquiring behavior data.{" "} +
++ The platform consists of four major components – the database, + ingesting and processing pipeline, services and platform API – each + employed to perform a separate task. The platform is able to process + three types of OER materials: text, video and audio. In addition, it + enriches them through a process called Wikification. The processed + materials are stored into the database. The database also contains + data about user activities on the OER repositories that integrated the + X5GON Connect Service, a library developed for acquiring behaviour + data. The database is accessed by the different services developed + within the project – the recommender engine, the quality assurance + tool and the learning analytics tool – which can be accessed through + the platform API. +
+