diff --git a/portal-4cli-lib/package.json b/portal-4cli-lib/package.json
index a29debbf..df861566 100644
--- a/portal-4cli-lib/package.json
+++ b/portal-4cli-lib/package.json
@@ -8,7 +8,7 @@
],
"scripts": {
"ng": "ng",
- "start": "ng serve --disable-host-check --host 0.0.0.0",
+ "start": "ng serve --disable-host-check --host 0.0.0.0 --port 4300",
"start:dynamic": "npm run build:dynamic && npm run serve:dynamic",
"start:static": "npm run build:static && npm run serve:static",
"build": "ng build",
diff --git a/portal-4cli-lib/src/app/app.component.ts b/portal-4cli-lib/src/app/app.component.ts
index 2c61f758..9624b49f 100644
--- a/portal-4cli-lib/src/app/app.component.ts
+++ b/portal-4cli-lib/src/app/app.component.ts
@@ -74,11 +74,16 @@ export class AppComponent {
}
];
bottomMenuItems =[
- new MenuItem("","About","https://beta.openaire.eu/project-factsheets","",false,[],[],{}),
- new MenuItem("","News - Events","https://beta.openaire.eu/news-events","",false,[],[],{}),
- new MenuItem("","Blog","https://blogs.openaire.eu/","",false,[],[],{}),
- new MenuItem("","Contact us","https://beta.openaire.eu/contact-us","",false,[],[],{})
- ];
+ new MenuItem("","About","https://www.openaire.eu/about","",false,[],[],{}),
+ new MenuItem("","Services","http://catalogue.openaire.eu","",false,[],[],{}),
+ new MenuItem("","Support","https://www.openaire.eu/support","",false,[],[],{}),
+ new MenuItem("","News","https://www.openaire.eu/news","",false,[],[],{}),
+ new MenuItem("","Events","https://www.openaire.eu/events","",false,[],[],{}),
+ new MenuItem("","Documents","https://www.openaire.eu/documents","",false,[],[],{}),
+ ];
+
+
+
feedbackmail:string
properties:EnvProperties;
constructor( private route: ActivatedRoute, private propertiesService:EnvironmentSpecificService) {
diff --git a/portal-4cli-lib/src/app/home/home.component.html b/portal-4cli-lib/src/app/home/home.component.html
index 5cd484e3..8a9bf4ca 100644
--- a/portal-4cli-lib/src/app/home/home.component.html
+++ b/portal-4cli-lib/src/app/home/home.component.html
@@ -1,124 +1,255 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{publicationsSize.number|number}} {{publicationsSize.size}} publications{{((showDatasets && datasetsSize)?",":"")}}
- {{datasetsSize.number|number}} {{datasetsSize.size}} research data
-
- from {{datasourcesSize.number |number}} {{datasourcesSize.size}} content providers
- {{((showDataProviders && datasourcesSize)?" and ":" from ")}} {{fundersSize.number|number}} {{fundersSize.size}} funders
-
- linked together for an integrated research search
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{publicationsSize.number|number}} {{publicationsSize.size}} publications{{((showDatasets && datasetsSize)?",":"")}}
+ {{datasetsSize.number|number}} {{datasetsSize.size}} research data
+
+ from {{datasourcesSize.number |number}} {{datasourcesSize.size}} content providers
+ {{((showDataProviders && datasourcesSize)?" and ":" from ")}} {{fundersSize.number|number}} {{fundersSize.size}} funders
+
+ linked together for an integrated research search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Explore
+
+
Discover linked open research
+
Search for
+ publications, datasets, software and other research products. See how these
+ are linked together and how they are linked to funding and
+ organizations.
+
+ View statistics on projects and institutions.
+
+
+
+
+
+
+
+
+
+
+ Share
+
+
Deposit in a repository of your choice
+
+ Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding information.
+
+ Use
ZENODO,
+ a catch-all repository hosted by CERN to deposit all your research results (publications, data, software, etc.)
+
+
+
+
+
+
+
+
+
+
+
+
+ Link
+
+
Connect all your research
+
+ If you can't find your research results in OpenAIRE, don't worry!
+
+ Use our LINK OUT service,
+ that reaches out to many external sources via APIs, to connect your research results and claim them to your project.
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Have more questions?
-
+
+
+
-
+
+
-
-
+
+
+
+
+
+
+ Our community
+
+
+
+
+
+
+
+
+ {{publicationsSize.count|number}} publications
+
+
+ {{datasetsSize.count|number}} research data
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{datasourcesSize.number |number}} {{datasourcesSize.size}}
+ content providers
+
+
+ {{fundersSize.number|number}} {{fundersSize.size}}
+ Funders
+
+
+ {{projectsSize.count|number}}
+ Projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Our data policies
+
+
+
+
+ -
+
Data acquisition
+
+ How we retrieve data, how often, what processes it goes through (aggregating cleaning, transforming, inferring, de-duplicating), what are the quality checks along all data processing stages.
+
+
+ -
+
Data usage
+
+ Who is able to retrieve our data, what are the licences, what about specific SLAs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
-
-
-
+
-
@@ -149,6 +129,10 @@ $(document).ready(function(){
return n&&n.parentNode&&n.parentNode.removeChild(n),n=document[d+"NS"]&&document.documentElement.namespaceURI,n=n?document[d+"NS"](n,"script"):document[d]("script"),n[m]("id",e),n[m]("src",t),(document[c]("head")[0]||document[c]("body")[0]).appendChild(n),n=new Image,void n[m]("src","https://d1uo4w7k31k5mn.cloudfront.net/donut/0.png")
};
-
+
+
+
+
+