diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 0dc7ed4..fdc6e12 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -9,9 +9,10 @@ import { OpenaireErrorPageComponent } from './error/errorPage.component'; const routes: Routes = [ { path: '', loadChildren: './communitywrapper/communityWrapper.module#CommunityWrapperModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, { path: 'about', loadChildren: './learn-how/learn-how.module#LearnHowModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, + { path: 'learn-in-depth', loadChildren: './learn-how/learnInDepth/learn-in-depth.module#LearnInDepthModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, { path: 'contact-us', loadChildren: './contact/contact.module#ContactModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, { path: 'invite', loadChildren: './utils/subscribe/invite/invite.module#InviteModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, - { path: 'about', loadChildren: './htmlPages/about/aboutPage.module#AboutPageModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, + // { path: 'about', loadChildren: './htmlPages/about/aboutPage.module#AboutPageModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, { path: 'content', loadChildren: './content/contentPage.module#ContentPageModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, { path: 'organizations', loadChildren: './htmlPages/organizations/organizationsPage.module#OrganizationsPageModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, { path: 'curators', loadChildren: './curators/curators.module#CuratorsModule', resolve: { envSpecific: EnvironmentSpecificResolver }}, diff --git a/src/app/communities/communities.component.html b/src/app/communities/communities.component.html index 9aa75e4..9bdac6a 100644 --- a/src/app/communities/communities.component.html +++ b/src/app/communities/communities.component.html @@ -64,7 +64,7 @@
-

A Gateway to the future of your Community

+

A Gateway to the future of your Community

Turn Open Science into Practice. It takes your open and linked research outcomes. A service customized to your needs.
diff --git a/src/app/learn-how/learnInDepth/learn-in-depth-routing.module.ts b/src/app/learn-how/learnInDepth/learn-in-depth-routing.module.ts new file mode 100644 index 0000000..a849ad7 --- /dev/null +++ b/src/app/learn-how/learnInDepth/learn-in-depth-routing.module.ts @@ -0,0 +1,16 @@ +import {NgModule} from '@angular/core'; +import {RouterModule} from '@angular/router'; + +import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard'; +import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard'; +import {LearnInDepthComponent} from "./learn-in-depth.component"; + +@NgModule({ + imports: [ + RouterModule.forChild([ + { path: '', component: LearnInDepthComponent, canActivate: [FreeGuard], canDeactivate: [PreviousRouteRecorder] } + + ]) + ] +}) +export class LearnInDepthRoutingModule { } diff --git a/src/app/learn-how/learnInDepth/learn-in-depth.component.ts b/src/app/learn-how/learnInDepth/learn-in-depth.component.ts new file mode 100644 index 0000000..749d07e --- /dev/null +++ b/src/app/learn-how/learnInDepth/learn-in-depth.component.ts @@ -0,0 +1,228 @@ +import {Component} from '@angular/core'; +import {ActivatedRoute, Router} from '@angular/router'; +import {Title} from '@angular/platform-browser'; +import {PiwikService} from '../../openaireLibrary/utils/piwik/piwik.service'; +import {EnvProperties} from '../../openaireLibrary/utils/properties/env-properties'; + +@Component({ + selector: 'learn-in-depth', + template: ` +
+
+
+
+
+

Let’s set up a Science Gateway for your Community Together

+
+
You don’t have to go alone.
+
+ We work with you in 4 collaborative steps to identify your needs, putting in practice our expertise on open science so you get the most out of OpenAIRE’s operational services. +
+
+
+ + + +
+
+ +
+
+
+
+
+
+
+
+
    +
  • About
  • +
  • Learn in-depth
  • +
+
+
+ + + + + + + + + + + + + + + + + + + +
+
+

1. Analyse your needs

+ Identify the scope and goals. Understand open science practices within EOSC and the OpenAIRE services + +

+ In this stage, you get to talk to the OpenAIRE team. + Share your expectations with us and let us give you all the details about the operational OpenAIRE services, which will be integrated into the Science Gateway for your community. +

+

+ Here are the most important questions that the OpenAIRE team will ask you, in order to understand your scope and goals: +

+
    +
  • + Do you want a gateway, where researchers can have access to all research products of a discipline? + Do you want a gateway that gathers any research outcome, produced thanks to the funding and services of a given research infrastructure? +
  • +
  • + Is your community (in)formally organized in sub-communities? + Would you like to browse research products and get statistics also for these sub-communities? + For example, the European Grid Infrastructure (EGI) features “virtual organizations” that represent discipline-specific communities and/or specific research projects. + The research infrastructure DARIAH, on the other hand, is organised in national nodes (e.g. DARIAH-IT, DARIAH-DE). +
  • +
  • + How can the OpenAIRE team identify the research products of your community, among all those available in the OpenAIRE Graph? + Through a series of steps: set of keywords, acknowledgment statements, set of projects, set of repositories, etc. + This can be partial and provisional information that will serve as a starting point to the OpenAIRE team. + You will be able to refine and update this information, in the second phase “Develop a pilot”. +
  • +
+
+
+ +
+
+ + +
+
+

2. Develop a pilot

+ We tranlate your needs into rules and processes and we configure operational OpenAIRE services. + +

+ Based on the information gathered in phase 1 “Analyse your needs”, the OpenAIRE team will set up a pilot Science Gateway. + We will configure the OpenAIRE mining algorithms to identify research products of the OpenAIRE Graph that are relevant to your community. + Those, together with some basic statistics, will be available in the pilot version of the Science Gateway that will be deployed on the OpenAIRE BETA infrastructure. +

+

+ The OpenAIRE team will give you a demo of the Science Gateway, with details on how to refine and update the configuration of the Science Gateway, both in terms of criteria for including research products and in terms of logo and visible portal pages. +

+ + + +
+
+
+
+ + +
+
+

3. Test and Validate

+ You validate and test your new Science Gateway (portal). If needed, we further refine and adapt to your needs + +

+ Upon the completion of phase 2, take the time you need to test all its features, from search and browse for research products, to addition/removal of statistics from the portal. + You can report any issue you might find and ask questions directly to the dedicated OpenAIRE team, via a specially designed collaboration tool. +

+

+ Typically, this phase takes some months, as you will have to go through certain procedures. + Change the configuration of the criteria to include research products, wait for the new configuration to be applied on the OpenAIRE graph and validate the results, before you actually decide that the coverage of research products for your community is adequate. +

+

+ For some communities, the OpenAIRE team may also be able to implement dedicated mining algorithms (e.g. to find acknowledgement statements to your community/infrastructure in the full-texts of research articles) that may require several rounds of application, validation, and fine-tuning, before it reaches a high precision and recall. + Your feedback is very important to minimize the effort and time needed for this process to complete. +

+ +
+ +
+
+
+
+
+ +
+
+

4. Roll out the service

+ We jointly roll out your new portal. You take over the business operations and start engaging your researchers + +

+ Here we are: the coverage of research product is good, interesting statistics and charts have been selected, and the portal pages available for end-users are ready. + We can roll out the Science Gateway and make it available to all the researchers of the community! +

+

+ You, as a Science Gateway manager, become the main “promoter” of the Science Gateway. + Engage the researchers of your community and, when applicable, inform the managers of the research infrastructure about the availability of tools for impact monitoring. +

+

+ Remember that you will still be able to change the configuration of the Science Gateway in order to address any issue that may arise and to follow the evolution of the community (e.g. a new project or a new content provider that was not previously available in OpenAIRE). +

+

+ Remember that you don’t have to go alone: the dedicated issue tracker you used in the “Test and Validate” phase is always available for you to contact the OpenAIRE team and ask for support. +

+
+
+
+
+
+
+
+ +
+
+ +
+
+
+

+
Let us Help you Develop a Collaborative Science Gateway.
+
It is fast. It is reliable.
+

+
Get in touch with our team to find out how.
+ +
+
+
+
+
+
+ ` +}) +export class LearnInDepthComponent { + public piwiksub: any; + + private pageTitle = "OpenAIRE - Connect | Learn In Depth"; + + properties:EnvProperties; + + constructor ( + private route: ActivatedRoute, + private _router: Router, + private _title: Title, + private _piwikService: PiwikService) { + var description = "OpenAIRE - Connect, Community Dashboard, research community"; + this._title.setTitle(this.pageTitle); + } + + public ngOnInit() { + this.route.data + .subscribe((data: { envSpecific: EnvProperties }) => { + this.properties = data.envSpecific; + if(this.properties.enablePiwikTrack && (typeof document !== 'undefined')){ + this.piwiksub = this._piwikService.trackView(this.properties, "OpenAIRE Connect | Create and manage your community page - learn in depth", this.properties.piwikSiteId).subscribe(); + } + }); + } + + public ngOnDestroy() { + if(this.piwiksub){ + this.piwiksub.unsubscribe(); + } + } +} diff --git a/src/app/learn-how/learnInDepth/learn-in-depth.module.ts b/src/app/learn-how/learnInDepth/learn-in-depth.module.ts new file mode 100644 index 0000000..4140f9a --- /dev/null +++ b/src/app/learn-how/learnInDepth/learn-in-depth.module.ts @@ -0,0 +1,26 @@ +import { NgModule} from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { RouterModule } from '@angular/router'; + +import {FreeGuard} from '../../openaireLibrary/login/freeGuard.guard'; +import {PreviousRouteRecorder} from '../../openaireLibrary/utils/piwik/previousRouteRecorder.guard'; +import {PiwikService} from '../../openaireLibrary/utils/piwik/piwik.service'; + +import {LearnInDepthComponent} from "./learn-in-depth.component"; +import {LearnInDepthRoutingModule} from "./learn-in-depth-routing.module"; + +@NgModule({ + imports: [ + CommonModule, RouterModule, LearnInDepthRoutingModule + ], + declarations: [ + LearnInDepthComponent + ], + exports: [ + LearnInDepthComponent + ], + providers:[ + FreeGuard, PreviousRouteRecorder, PiwikService + ] +}) +export class LearnInDepthModule { } diff --git a/src/assets/OpenAIRE-RCD_howtos.png b/src/assets/OpenAIRE-RCD_howtos.png new file mode 100644 index 0000000..86db889 Binary files /dev/null and b/src/assets/OpenAIRE-RCD_howtos.png differ diff --git a/src/assets/connect-custom.css b/src/assets/connect-custom.css index cabf069..4d778e9 100644 --- a/src/assets/connect-custom.css +++ b/src/assets/connect-custom.css @@ -65,6 +65,11 @@ background-color: rgb(255, 255, 255); } +.cloud1-background { + background-image: url("./cloud/1.png") !important; + background-color: rgb(255, 255, 255); +} + .home-background { background-image: url("home/background.jpg") !important; background-color: rgb(255, 255, 255); @@ -221,3 +226,17 @@ div:not(.connect_App) bottom .uk-totop{ } .communityRecentResults .search-results > li:last-child { border-bottom: none !important; } + +.font-41 { + font-size: 41px; +} + +/* NOT USED +.sketch-line { + height:80%; +} + +.img-sketch { + height:20%; +} +*/ \ No newline at end of file diff --git a/src/assets/sketch_line_arrow.svg b/src/assets/sketch_line_arrow.svg new file mode 100644 index 0000000..80eb2a5 --- /dev/null +++ b/src/assets/sketch_line_arrow.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/assets/sketch_line_arrow_large.svg b/src/assets/sketch_line_arrow_large.svg new file mode 100644 index 0000000..a4d3e20 --- /dev/null +++ b/src/assets/sketch_line_arrow_large.svg @@ -0,0 +1,8 @@ + + + + + + + +