[develop | DONE | CHANGED] FAQs: update texts add categories

This commit is contained in:
argirok 2024-07-19 14:02:33 +03:00
parent 847a50dbf2
commit b11bd3b86f
2 changed files with 416 additions and 164 deletions

View File

@ -21,20 +21,158 @@ import {properties} from "../../../environments/environment";
<div class="uk-section uk-padding-remove-top">
<div class="uk-container uk-container-large uk-margin-top">
<h1>Frequently Asked Questions</h1>
<!-- Categories -->
<!-- <div class="uk-margin-large-top">
<div class="uk-child-width-1-4@m uk-child-width-1-1@s uk-grid-medium uk-grid-match uk-grid" uk-grid=""
uk-height-match=".target">
<div *ngFor="let category of categories" >
<div class="uk-card uk-card-default uk-padding-small uk-card-hover" [class.uk-card-primary]="selectedCategory == category.id" (click)="selectedCategory = category.id" style="cursor:pointer">
<div class="uk-card-media-top uk-flex uk-flex-middle uk-flex-center
\t\t\t\t\t\t\t\tuk-padding-small uk-padding-remove-vertical uk-margin-top uk-margin-bottom">
<div>
<icon [name]="category.icon"></icon>
</div>
</div>
<div class="uk-card-body uk-padding-remove ">
<div class="target uk-text-center">
<h5 class=" uk-card-title uk-margin-medium-bottom">{{category.name}}</h5>
&lt;!&ndash;<div>
Suggested for university alliances and networks of research organisations.
</div>&ndash;&gt;
</div>
</div>
</div>
</div>
</div>
</div>-->
<ul class="uk-tab uk-margin-medium-top" uk-tab>
<li *ngFor="let category of categories; let i=index" [class.uk-active]="category.id === selectedCategory">
<a class="uk-flex uk-flex-column uk-flex-middle" (click)="selectedCategory = category.id">
<icon [name]="category.icon" ratio="2" [customClass]="selectedCategory === category.id?'uk-text-primary':null" class="uk-margin-bottom"></icon>
<span>{{category.name}}</span>
</a>
</li>
</ul>
</div>
<ng-container *ngIf="selectedCategory == 'about'" >
<div class="uk-container uk-margin-large-top">
<ul class="uk-accordion" uk-accordion="">
<li>
<a class="uk-accordion-title" href="#">What is a &quot;Research community&quot;?</a>
<a class="uk-accordion-title" href="#">What is a Community Gateway?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>A research community is a community of practice that gathers together researchers and practitioners
with common research interests (e.g. a research discipline or a specific research topic) and,
possibly, a decisional board. In some cases, a community builds and grows in the context of a research
infrastructure that provides services and tools supporting the research activities of the members of a
community. In other cases, a community builds and grows in the context of one or more research
projects, forming what we call a &ldquo;research initiative&rdquo;.</p>
<p>A Community Gateway is a customisable web portal with Open Science functionalities for research communities. It enables research initiatives (e.g. research networks, infrastructures) to create, configure and manage a web portal that gathers research outcomes that are relevant for them. It supports the adoption, promotion and monitoring of Open Science practices thanks to its built-in tools.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">What is OpenAIRE CONNECT?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>OpenAIRE CONNECT is the platform on top of which we deliver Community Gateways.
</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">What is a research community?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p> A research community is a community of practice that gathers together researchers and practitioners with common research interests (e.g. a research discipline or a specific research topic) and, possibly, a decisional board. Examples of research communities are: research projects, university alliances, research infrastructures.
</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">What is a Community Gateway?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>A Community Gateway is a customisable web portal with Open Science functionalities for research communities. It enables research initiatives (e.g. research networks, infrastructures) to create, configure and manage a web portal that gathers research outcomes that are relevant for them. It supports the adoption, promotion and monitoring of Open Science practices thanks to its built-in tools.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">What is a community manager or curator?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p> A community manager (or curator) is a person that has administrative access to a Community Gateway. They have access to an admin dashboard to completely configure the gateway according to the needs of the community.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">How does a Community Gateway help my research community at implementing Open Science practices?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p> Discovery and reproducibility: Your community will have a single entry point where all research
products, of any type (literature, datasets, software, workflows, protocols), are gathered together
and linked with semantic relationships. Researchers can find a research product in the gateway (e.g. a
research dataset) and easily find out everything related to it and that is needed to re-use it, but
also to replicate and reproduce a research activity (e.g. software used to process the dataset, the
journal article where the research is described).</p>
<p>
Sharing: Making research data, software, methods and scientific workflows available as soon as
possible in trusted repositories is one of the mantra of Open Science. With a Community Gateway you
can suggest trusted repositories, journals and Zenodo communities to your researchers. If your
community has integrated Zenodo into a digital experiment platform, researchers no longer bear the
burden of manually publishing their research products, while it is also easier for them to publish
different versions, which reflect different stages of their activities.
</p>
<p>
Credit for all: scientific literature is only the tip of the iceberg. With a Community Gateway you say
to the members of your community that everything they produce is relevant and that they are credited
for it.
</p>
<p>
Awareness: Thanks to dedicated pages of the Community Gateway you can suggest best practices to the
researchers of the community. Open Science experts of OpenAIRE will be available to assist you.
</p>
<p>
Open to the world: Research communities, organisations, universities and their alliances often strive
to gain the visibility they deserve with funding agencies or research staff. With a Community gateway
they get the tools to discover, assess and outreach their findings.
</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">How to get a Community Gateway for my research community?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p> <a routerLink="/contact-us">Contact us</a>. Well set up a virtual meeting to understand your needs and present you all the features and opportunities of OpenAIRE CONNECT for your community. Learn more about the process <a routerLink="/about/learn-how">here</a>.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">How often is the searchable content of the gateway updated?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p> The content is automatically updated according to the update schedule of the <a href="https://graph.openaire.eu/" target="_blank">OpenAIRE Graph</a>, about once a month.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">What are the costs?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p> Check out are <a routerLink="/pricing">pricing plans</a>. OpenAIRE members get a discount of 30%.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Can I ask end-users to pay to access my Community Gateway?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p> No. Community Gateways must be free at the point of use.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">How can I become a member of OpenAIRE?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Learn more on the <a href="https://www.openaire.eu/become-a-member" target="_blank">OpenAIRE website</a> and fill in the expression of interest form.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">How does the gateway operate?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>The gateway runs on the OpenAIRE CONNECT platform. The OpenAIRE team takes care of the full IT support: installation, maintenance, upgrade, backups, etc.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Where can I find news about OpenAIRE CONNECT?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>You can check the <a href="https://trello.com/b/yfzUz0kp/openaire-connect-dashboard" target="_blank">service roadmap on Trello</a> and the logs on the <a href="https://catalogue.openaire.eu/service/openaire.research_community_dashboard/resourcesAndSupport" target="_blank">OpenAIRE catalogue</a>.
We also organise <a href="https://www.openaire.eu/connect-community-calls" target="_blank">OpenAIRE CONNECT Community calls</a>: check out the calendar and register for the next event. If you want you can view the past calls in our youtube <a href="https://youtube.com/playlist?list=PL0c4IRNUxuKfDB4-weIlqCtsUe9d2WZB5&si=Ynx9uhtr55-CKex-" target="_blank">playlist</a>.
</p>
</div>
</li>
<!--<li>
<a class="uk-accordion-title" href="#">What is the difference between a Community Gateway and the
Research Community Dashboard (RCD)?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
@ -190,10 +328,116 @@ import {properties} from "../../../environments/environment";
ideas and implementations of software in the Open Science domain.
</div>
</div>
</li>-->
</ul>
</div>
</ng-container>
<ng-container *ngIf="selectedCategory == 'configuration'" >
<div class="uk-container uk-margin-large-top">
<ul class="uk-accordion" uk-accordion="">
<li>
<a class="uk-accordion-title" href="#">Which customisation options does OpenAIRE CONNECT offer to community managers?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Community gateways are highly configurable. The main configuration options are:</p>
<ul>
<li>Customization of the searchable content: managers can define the criteria to identify which research products available in the OpenAIRE Graph are relevant for the community. Criteria includes: provenance, subject terms, funding projects, Zenodo communities.</li>
<li>Customized menu</li>
<li>Customization of the sections of the home page</li>
<li>Customization of the look&amp;feel according to the visual identity of the community: colors, background and more</li>
<li>Editable portal pages</li>
<li>Enabling/disabling of specific entities and the possibility to search for them</li>
<li>Enabling/disabling functionality for end-users</li>
</ul>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Can I configure my gateway according to the visual identity of my research community?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Yes, you can set your logo, colors, background and more.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Can I integrate a community service in my gateway?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Once a Community Gateway has been created, several thematic service integration patterns are possible:</p>
<ol>
<li><i>Community-specific repository</i>: OpenAIRE can guide your repository managers on how to make the repository &ldquo;<a href="https://www.openaire.eu/validator-registration-guide" target="_blank">OpenAIRE-compliant</a>&rdquo;. The gateway managers can configure the gateway so that all metadata records collected from the repository are available in the gateway. If the repository manager wants to get the enrichments OpenAIRE applies to the records, he/she can activate the <a href="https://www.openaire.eu/content-enrichment-guide" target="_blank">Broker service</a> using <a href="https://provide.openaire.eu/" target="_blank">OpenAIRE PROVIDE</a>.</li>
<li><i>Continuous publishing</i>: thematic services can, once authorised by the user, publish their outputs (e.g. datasets, digital experiments) on behalf of the user. Thematic services and&nbsp; digital experiment platforms can be easily enhanced with a publishing step by integrating the <a href="https://developers.zenodo.org/" target="_blank">Zenodo API</a>. To know more, <a href="https://doi.org/10.5281/zenodo.1314672" target="_blank">check out the pilot we have designed with the EPOS-IT infrastructure</a>.</li>
</ol>
<p>The OpenAIRE technical team can evaluate the feasibility of other integration patterns for your service. For an example, check out the <a href="https://enermaps.openaire.eu/">EnerMaps Gateway</a>: see how we integrated the REST API developed by the EC project EnerMaps to include a &ldquo;Featured Datasets&rdquo; section.&nbsp;&nbsp;</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Can I embed my gateway in my web site?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>No, but you can use the <a href="https://graph.openaire.eu/docs/apis/search-api/research-products" target="_blank">OpenAIRE Search API</a> to show the research products relevant to your community in your own website.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Can I invite colleagues to manage the gateway with me?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Yes, a gateway can have unlimited numbers of managers. Check out the <a href="https://youtu.be/Z3ePc4ltJ4M" target="_blank">mini video tutorial</a> on how to add new managers in your gateway.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Can I keep the gateway restricted?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Yes. If restricted, the gateway is accessible only by gateway managers. Managers can change the visibility whenever they want from the admin dashboard.
</p>
</div>
</li>
</ul>
</div>
</ng-container>
<ng-container *ngIf="selectedCategory == 'troubleshooting'" >
<div class="uk-container uk-margin-large-top">
<ul class="uk-accordion" uk-accordion="">
<li>
<a class="uk-accordion-title" href="#">I received an invitation to become manager but the link does not work. What can I do?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Probably you never logged in to any OpenAIRE service or the email is different.</p>
<p>Go to <a href="https://explore.openaire.eu" target="_blank">OpenAIRE EXPLORE</a> and check the user information you can find by hovering on the initials on the top right. Inform the manager and ask them to invite you using the email address you see in the user information page. (<a href="https://youtu.be/Z3ePc4ltJ4M" target="_blank">mini video tutorial</a> from 00:30 to 1:00)</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">How to avoid spam users who create wrong links in my Community Gateway?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Inform the OpenAIRE CONNECT service manager about possible spammers: the OpenAIRE team will check, remove all their links and ban the users. If you want to avoid any users to add links you can change the gateway configuration options &ldquo;Who can create links for your community&rdquo; and &ldquo;Who can join&rdquo;.</p>
<p>Examples:</p>
<ul>
<li>&ldquo;Who can create links for your community&rdquo; set to &ldquo;Managers only&rdquo;: only managers can use the Link functionality</li>
<li>&ldquo;Who can create links for your community&rdquo; set to &ldquo;Members only&rdquo; and &ldquo;Who can join&rdquo; set to &ldquo;By invitation&rdquo;: users can become members of the gateway only if a manager invites them. Only them (and the managers) can use the Link functionality.</li>
</ul>
</div>
</li>
</ul>
</div>
</ng-container>
<ng-container *ngIf="selectedCategory == 'functionality'" >
<div class="uk-container uk-margin-large-top">
<ul class="uk-accordion" uk-accordion="">
<li>
<a class="uk-accordion-title" href="#">What is the Link functionality?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>With the Link functionality users can contribute to the growth of the research record of the community by adding missing research products and linking research products between them and funding projects. Check out <a href="https://www.openaire.eu/linking" target="_blank">the guide for the Link functionality</a>.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Can I programmatically access the searchable content of a Community Gateway?</a>
<div aria-hidden="true" class="uk-accordion-content text-small uk-margin-medium-bottom" hidden="">
<p>Yes, metadata about community research products is available via the OpenAIRE Search API.</p>
<p>OpenAIRE also publishes a dataset with the metadata every 6 months on <a href="https://zenodo.org/doi/10.5281/zenodo.3974604" target="_blank">Zenodo</a>.</p>
<p>For more information check out the &ldquo;Develop&rdquo; page of your gateway.</p>
</div>
</li>
</ul>
</div>
</ng-container>
</div>
`
})
@ -206,6 +450,13 @@ export class FaqsComponent {
public divContents = null;
public url: string = null;
properties: EnvProperties;
categories = [
{name:"About Connect", id: "about", icon: "info"},
{name:"Gateway configuration", id: "configuration", icon: "settings"},
{name:"Troubleshooting", id: "troubleshooting", icon: "build"},
{name:"Gateway functionality", id: "functionality", icon: "storage"}
]
selectedCategory = this.categories[0].id;
constructor(
private route: ActivatedRoute,

View File

@ -13,11 +13,12 @@ import {Schema2jsonldModule} from "../../openaireLibrary/sharedComponents/schema
import {SEOServiceModule} from "../../openaireLibrary/sharedComponents/SEO/SEOService.module";
import {BreadcrumbsModule} from "../../openaireLibrary/utils/breadcrumbs/breadcrumbs.module";
import {HtmlPagesModule} from "../../htmlPages/htmlPages.module";
import {IconsModule} from "../../openaireLibrary/utils/icons/icons.module";
@NgModule({
imports: [
CommonModule, RouterModule, FaqsRoutingModule, HelperModule,
Schema2jsonldModule, SEOServiceModule, BreadcrumbsModule, HtmlPagesModule
Schema2jsonldModule, SEOServiceModule, BreadcrumbsModule, HtmlPagesModule, IconsModule
],
declarations: [
FaqsComponent