diff --git a/package.json b/package.json index f0e11d87..7246dd9a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ "dayjs": "1.11.7", "from-exponential": "^1.1.1", "ga-gtag": "1.2.0", + "highcharts": "^11.4.8", + "highcharts-react-official": "^3.2.1", "history": "4.10.1", "http-proxy-middleware": "^2.0.1", "jquery": "^3.5.1", @@ -32,6 +34,7 @@ "react-scripts": "5.0.1", "react-table": "^7.7.0", "react-tooltip": "^5.11.2", + "react-wordcloud": "^1.2.7", "redux": "^4.0.1", "redux-thunk": "^2.3.0", "tocbot": "^4.25.0", diff --git a/src/App/App.jsx b/src/App/App.jsx index d83cd4eb..ac2b5754 100644 --- a/src/App/App.jsx +++ b/src/App/App.jsx @@ -25,8 +25,12 @@ import SearchPageConnected from '../Search/searchPage'; import GeneCentricViewConnected from '../AnalysisPage/GeneCentricViewRat/geneCentricViewPage'; import GraphicalClustering from '../AnalysisPage/GraphicalClustering/graphicalClusteringPage'; import CodeRepositories from '../CodeRepoPage/codeRepoPage'; -import MainStudyConnected from '../MainStudy/mainStudy'; +import ProjectOverviewConnected from '../MainStudy/overview'; +import ExerciseBenefits from '../MainStudy/exerciseBenefits'; +import StudyAssays from '../MainStudy/studyAssays'; import Tutorials from '../Tutorials/tutorials'; +import License from '../License/licensePage'; +import DataDeposition from '../DataDeposition/dataDepositionPage'; import Publications from '../Publications/publications'; import MultiOmicsWorkingGroups from '../MultiOmicsWorkingGroups/multiOmicsWorkingGroups'; import FullTableEnduranceTraining from '../Publications/Data/Animal/Phenotype/fullTableEnduranceTraining'; @@ -134,9 +138,22 @@ function App({ history = History }) { /> + + + + +