[Explore | Trunk]: Remove helptext from home page, change headings

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59578 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-10-13 19:41:24 +00:00
parent d2ef31eab9
commit 95261ee394
2 changed files with 235 additions and 624 deletions

View File

@ -59,17 +59,21 @@
<div *ngIf="selectedEntity=='all'" uk-dropdown class="uk-dropdown default-dropdown"> <div *ngIf="selectedEntity=='all'" uk-dropdown class="uk-dropdown default-dropdown">
<ul class="uk-list uk-margin-remove-bottom"> <ul class="uk-list uk-margin-remove-bottom">
<li *ngIf="showSoftware || showPublications || showOrp || showDatasets"><a <li *ngIf="showSoftware || showPublications || showOrp || showDatasets"><a
[routerLink]="properties.searchLinkToAdvancedResults" [queryParams]="{qf:true, q: keyword, op: 'and'}" [routerLink]="properties.searchLinkToAdvancedResults"
[queryParams]="{qf:true, q: keyword, op: 'and'}"
>Research >Research
outcomes</a></li> outcomes</a></li>
<li *ngIf="showProjects"><a <li *ngIf="showProjects"><a
[routerLink]="properties.searchLinkToAdvancedProjects" [queryParams]="{q: keyword, op: 'and'}" > [routerLink]="properties.searchLinkToAdvancedProjects"
[queryParams]="{q: keyword, op: 'and'}">
Projects</a></li> Projects</a></li>
<li *ngIf="showDataProviders"><a <li *ngIf="showDataProviders"><a
[routerLink]="properties.searchLinkToAdvancedDataProviders" [queryParams]="{q: keyword, op: 'and'}"> [routerLink]="properties.searchLinkToAdvancedDataProviders"
[queryParams]="{q: keyword, op: 'and'}">
Content providers</a></li> Content providers</a></li>
<li *ngIf="showOrganizations"><a <li *ngIf="showOrganizations"><a
[routerLink]="properties.searchLinkToAdvancedOrganizations" [queryParams]="{q: keyword, op: 'and'}"> [routerLink]="properties.searchLinkToAdvancedOrganizations"
[queryParams]="{q: keyword, op: 'and'}">
Organizations</a></li> Organizations</a></li>
</ul> </ul>
</div> </div>
@ -141,15 +145,17 @@
<div class="uk-slider-container"> <div class="uk-slider-container">
<ul class="uk-slider-items" uk-height-match="target: > li > div > div > .logo1; row: false;"> <ul class="uk-slider-items" uk-height-match="target: > li > div > div > .logo1; row: false;">
<ng-container *ngFor="let type of getKeys(logos)"> <ng-container *ngFor="let type of getKeys(logos)">
<li *ngFor="let range of createRange(logos[type].length) let j=index" class="uk-width-1-1 home-logo"> <li *ngFor="let range of createRange(logos[type].length) let j=index"
<h1 class="uk-text-center uk-margin-bottom portal-color uk-h2"> class="uk-width-1-1 home-logo">
<h1 class="uk-text-center uk-margin-bottom portal-color uk-h3">
<span *ngIf="type=='publication' && showPublications && publicationsSize"> <span *ngIf="type=='publication' && showPublications && publicationsSize">
<span class="uk-text-bold">{{publicationsSize.number|number}}{{publicationsSize.size}} <span class="uk-text-bold">{{publicationsSize.number|number}}{{publicationsSize.size}}
publications</span><span> deduplicated</span> publications</span><span> deduplicated</span>
</span> </span>
<span *ngIf="type=='dataset' && showDatasets && (datasetsLinkedSize ||datasetsSize)"> <span *ngIf="type=='dataset' && showDatasets && (datasetsLinkedSize ||datasetsSize)">
<span *ngIf="datasetsLinkedSize"> <span *ngIf="datasetsLinkedSize">
<span class="uk-text-bold">{{datasetsLinkedSize.number|number}}{{datasetsLinkedSize.size}} <span
class="uk-text-bold">{{datasetsLinkedSize.number|number}}{{datasetsLinkedSize.size}}
datasets</span> interlinked with publications</span> datasets</span> interlinked with publications</span>
<span *ngIf="datasetsSize && !datasetsLinkedSize" <span *ngIf="datasetsSize && !datasetsLinkedSize"
class="uk-text-bold">{{datasetsSize.number|number}}{{datasetsSize.size}} class="uk-text-bold">{{datasetsSize.number|number}}{{datasetsSize.size}}
@ -215,30 +221,19 @@
</div> </div>
</div> </div>
</div> </div>
<!-- If no help text, uncomment from here--> <div *ngIf="properties.environment !== 'production'"
<!-- <div class="uk-text-right uk-padding-small uk-padding-remove-vertical">--> class="uk-text-right uk-padding-small uk-padding-remove-vertical uk-margin-medium-top">
<!-- <a class="uk-button uk-button-large trello-button trello-button-white"--> <a class="uk-button uk-button-large trello-button trello-button-white"
<!-- href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"--> href="https://trello.com/b/o1tEJ3rN/openaire-research-graph" target="_blank">
<!-- target="_blank">--> <img class="trello-image" src="assets/explore-assets/trello-2.svg"/>
<!-- <img [src]="'assets/explore-assets/trello-2.svg'" class="trello-image">--> <span class="uk-margin-small-left">Give us <span class="uk-text-bold">feedback</span></span>
<!-- <span class="uk-margin-small-left">Give us <b>feedback</b></span>--> </a>
<!-- </a>-->
<!-- </div>-->
<!-- If no help text, uncomment to here-->
<helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
[texts]="pageContents['top']"></helper>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!--<schema2jsonld [URL]="properties.baseLink"--> </div>
<!-- [logoURL]="properties.baseLink+'/assets/common-assets/logo-small-explore.png'" type="home"--> <div class="uk-section uk-section-small graph-background uk-margin-top">
<!-- name="OpenAIRE Explore"></schema2jsonld>-->
<div *ngIf="pageContents && pageContents['right'] && pageContents['right'].length > 0"
class="uk-section uk-section-small graph-background uk-margin-top">
<div class="uk-container uk-container-large uk-margin-medium-top"> <div class="uk-container uk-container-large uk-margin-medium-top">
<div class="uk-flex uk-flex-top uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid> <div class="uk-flex uk-flex-top uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
<div> <div>
@ -246,45 +241,26 @@
</div> </div>
<div> <div>
<div [class.lines-10]="!readMore" class="uk-margin-bottom multi-line-ellipsis"> <div [class.lines-10]="!readMore" class="uk-margin-bottom multi-line-ellipsis">
<helper [texts]="pageContents['right']" ></helper> <h3 style="color: white !important;">Extracted <span class="uk-text-bold">Metadata Combined.</span></h3>
<p>The OpenAIRE Research Graph is one of the largest open scholarly record collections worldwide, key in
<!-- If no help text, uncomment from here--> fostering Open Science and establishing its practices in the daily research activities. Conceived as a
<!-- <div class="uk-h2" style="color: white !important;">--> public and transparent good, populated out of data sources trusted by scientists, the Graph aims at bringing
<!-- Extracted <b>Metadata Combined.</b>--> discovery, monitoring, and assessment of science back in the hands of the scientific community.<br/>
<!-- </div>--> <br/>
<!-- The OpenAIRE Research Graph is one of the largest open scholarly record collections worldwide, key in--> Imagine a vast collection of research products all linked together, contextualised and openly available. For
<!-- fostering Open Science and--> the past ten years OpenAIRE has been working to gather this valuable record. OpenAIRE is pleased to announce
<!-- establishing its practices in the daily research activities. Conceived as a public and transparent good,--> the beta release of its Research Graph, a massive collection of metadata and links between scientific
<!-- populated out of data sources--> products such as articles, datasets, software, and other research products, entities like organisations,
<!-- trusted by scientists, the Graph aims at bringing discovery, monitoring, and assessment of science back in--> funders, funding streams, projects, communities, and data sources.<br/>
<!-- the hands of the scientific--> <br/>
<!-- community.--> As of today, the OpenAIRE Research Graph aggregates around 450Mi metadata records with links collecting from
<!-- <br><br>--> 10,000 data sources trusted by scientists! After cleaning, deduplication, and fine-grained classification
<!-- Imagine a vast collection of research products all linked together, contextualised and openly available.--> processes, they narrow down to ~100Mi publications, ~8Mi datasets, ~200K software research products, 8Mi
<!-- For--> other products linked together with semantic relations.<br/>
<!-- the past ten years OpenAIRE--> <br/>
<!-- has been working to gather this valuable record. OpenAIRE is pleased to announce the beta release of its--> More than 10Mi full-texts of Open Access publications are mined by algorithms to enrich metadata records
<!-- Research Graph, a massive--> with additional properties and links among research products, funders, projects, communities, and
<!-- collection of metadata and links between scientific products such as articles, datasets, software, and--> organizations. Thanks to the mining algorithm, the graph is completed with 480Mi semantic relations.</p>
<!-- other-->
<!-- research products, entities like-->
<!-- organisations, funders, funding streams, projects, communities, and data sources.-->
<!-- <br><br>-->
<!-- As of today, the OpenAIRE Research Graph aggregates around 450Mi metadata records with links collecting-->
<!-- from-->
<!-- 10,000 data sources-->
<!-- trusted by scientists! After cleaning, deduplication, and fine-grained classification processes, they-->
<!-- narrow-->
<!-- down to ~100Mi publications,-->
<!-- ~8Mi datasets, ~200K software research products, 8Mi other products linked together with semantic-->
<!-- relations.-->
<!-- <br><br>-->
<!-- More than 10Mi full-texts of Open Access publications are mined by algorithms to enrich metadata records-->
<!-- with additional properties and-->
<!-- links among research products, funders, projects, communities, and organizations. Thanks to the mining-->
<!-- algorithm, the graph is completed-->
<!-- with 480Mi semantic relations.-->
<!-- If no help text, uncomment to here-->
</div> </div>
<div *ngIf="!readMore" class="uk-text-center clickable" (click)="readMore = true"> <div *ngIf="!readMore" class="uk-text-center clickable" (click)="readMore = true">
<a class="custom-explore-toggle">Read more<span uk-icon="chevron-down"></span></a> <a class="custom-explore-toggle">Read more<span uk-icon="chevron-down"></span></a>
@ -296,203 +272,112 @@
</div> </div>
</div> </div>
</div> </div>
<!-- <div class="homePageGrayBackground">--> <div *ngIf="properties.environment !== 'production'" class="uk-section"
<div *ngIf="pageContents && pageContents['right'] && pageContents['right'].length > 0" style="background: #FAFAFA 0 0 no-repeat padding-box;">
class="graph-background-bottom uk-section uk-padding-remove-vertical uk-background-cover"></div> <div class="uk-container uk-container-large uk-margin-bottom">
<!-- </div>--> <div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m uk-grid" uk-grid="">
<!-- If no help text, uncomment from here--> <div class="uk-first-column">
<!-- <div class="uk-section uk-section-small">--> <h3 class="uk-text-secondary">
<!-- <div class="uk-container uk-container-large">--> <span class="uk-text-bold">Contribute</span> to improve the<br/>
<!-- <div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>--> <span class="uk-text-bold">OpenAIRE Research Graph</span>
<!-- <div>--> </h3>
<!-- <div class="uk-text-secondary uk-h2 uk-margin-bottom">--> <p>
<!-- <b>Contribute</b> to improve the<br><b>OpenAIRE Research Graph</b>--> The graph is currently under <span class="uk-text-bold">pre-release consultation process</span> which will
<!-- </div>--> last two months. Help us making the graph ready for its 1st production release by providing your feedback!
<!-- <p> You can explore and test the <b>BETA release</b> of the <b>OpenAIRE Research Graph</b> via the--> </p>
<!-- <b>OpenAIRE BETA Explore portal</b> or via data dumps made available via--> <p>
<!-- <a href="https://zenodo.org" target="_blank">Zenodo.org</a>.--> You can provide feedback via <a href="https://trello.com/b/o1tEJ3rN/openaire-research-graph" target="_blank">Trello</a>
<!-- Help us making the graph ready for its 1st production release by providing your feedback by the end of November 2019.--> or via opening a ticket in the <a href="https://www.openaire.eu/support/helpdesk" target="_blank">OpenAIRE
<!-- </p>--> Helpdesk</a> under the category OpenAIRE Services with the subject &quot;OpenAIRE Research Graph: &rdquo;.
<!-- <p>--> The graph can be explore and tested via this portal or via data dumps made available in
<!-- Find the complete information about the OpenAIRE Research Graph, how to test it and contribute to improving--> <a href="https://zenodo.org/communities/openaire-research-graph" target="_blank">Zenodo.org</a>.</p>
<!-- it on our--> <p>
<!-- <a href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"--> Find information about the OpenAIRE Research Graph, how to test it and contribute to improving it on our
<!-- target="_blank">blog</a>.--> <a href="https://www.openaire.eu/blogs/the-openaire-research-graph" target="_blank">blog</a>. You can also
<!-- </p>--> write to <a href="mailto:paolo.manghi@isti.cnr.it">Paolo Manghi</a>, the OpenAIRE Technical Director, for
<!-- <p>--> additional details.
<!-- You can also write to <a href="mailto:paolo.manghi@isti.cnr.it">Paolo Manghi</a>, the OpenAIRE Technical--> </p>
<!-- Director, for additional details.--> <div class="uk-flex uk-flex-middle uk-grid uk-child-width-1-2@s">
<!-- </p>--> <a class="uk-margin-top" href="https://www.openaire.eu/blogs/the-openaire-research-graph" target="_blank">
<!-- <div class="uk-flex uk-flex-middle uk-grid uk-child-width-1-2@s">--> <u>Instructions on providing feedback</u>
<!-- <a class="uk-margin-top" href="https://www.openaire.eu/blogs/preview/1046-2027-the-openaire-research-graph"--> </a>
<!-- target="_blank">--> <div class="uk-margin-top uk-text-right uk-visible@l">
<!-- <u>Instructions on providing feedback</u>--> <a class="uk-button trello-button trello-button-blue uk-button-large"
<!-- </a>--> href="https://trello.com/b/o1tEJ3rN/openaire-research-graph" target="_blank">
<!-- <div class="uk-margin-top uk-text-right uk-visible@l">--> <img class="trello-image" src="assets/explore-assets/trello.svg"/>
<!-- <a class="uk-button trello-button trello-button-blue uk-button-large"--> <span class="uk-margin-small-left uk-margin-small-right">Go to <span
<!-- href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"--> class="uk-text-bold">Trello</span></span>
<!-- target="_blank">--> <icon name="arrow_right" class="space"></icon>
<!--&lt;!&ndash; (mouseenter)="trelloImg2 = 'trello-2.svg'"&ndash;&gt;--> </a>
<!--&lt;!&ndash; (mouseleave)="trelloImg2 = 'trello.svg'">&ndash;&gt;--> </div>
<!-- <img [src]="'assets/trello.svg'" class="trello-image">--> <div class="uk-margin-top uk-text-right uk-hidden@m">
<!-- <span class="uk-margin-small-left uk-margin-small-right">Go to <b>Trello</b></span>--> <a class="uk-button trello-button trello-button-blue uk-button-large"
<!-- <span uk-icon="arrow-right"></span>--> href="https://trello.com/b/o1tEJ3rN/openaire-research-graph" target="_blank">
<!-- </a>--> <img class="trello-image" src="assets/explore-assets/trello.svg"/>
<!-- </div>--> <span class="uk-margin-small-left uk-margin-small-right">Go to <span
<!-- <div class="uk-margin-top uk-text-right uk-hidden@m">--> class="uk-text-bold">Trello</span></span>
<!-- <a class="uk-button trello-button trello-button-blue uk-button-large"--> <icon name="arrow_right" class="space"></icon>
<!-- href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"--> </a>
<!-- target="_blank">--> </div>
<!--&lt;!&ndash; (mouseenter)="trelloImg = 'trello-2.svg'"&ndash;&gt;--> <div class="uk-margin-top uk-text-right uk-visible@m uk-hidden@l">
<!--&lt;!&ndash; (mouseleave)="trelloImg = 'trello.svg'">&ndash;&gt;--> <a class="uk-button trello-button trello-button-blue uk-button-large"
<!-- <img [src]="'assets/trello.svg'" class="trello-image">--> href="https://trello.com/b/o1tEJ3rN/openaire-research-graph" target="_blank">
<!-- <span class="uk-margin-small-left uk-margin-small-right">Go to <b>Trello</b></span>--> <img class="trello-image uk-margin-right" src="assets/explore-assets/trello.svg"/>
<!-- <span uk-icon="arrow-right"></span>--> <icon name="arrow_right" class="space"></icon>
<!-- </a>--> </a>
<!-- </div>--> </div>
<!-- <div class="uk-margin-top uk-text-right uk-visible@m uk-hidden@l">--> </div>
<!-- <a class="uk-button trello-button trello-button-blue uk-button-large"--> </div>
<!-- href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"-->
<!-- target="_blank">-->
<!--&lt;!&ndash; (mouseenter)="trelloImg = 'trello-2.svg'"&ndash;&gt;-->
<!--&lt;!&ndash; (mouseleave)="trelloImg = 'trello.svg'">&ndash;&gt;-->
<!-- <img [src]="'assets/trello.svg'" class="uk-margin-right trello-image">-->
<!-- <span uk-icon="arrow-right"></span>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div>-->
<!-- <img src="assets/trello-sc.png">-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- If no help text, uncomment to here-->
<helper *ngIf="pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0"
[texts]="pageContents['bottom']"></helper>
<!-- If no help text, uncomment from here-->
<!--<div class=" uk-section">-->
<!-- <div class="uk-container uk-container-small">-->
<!-- <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">-->
<!-- <div class="uk-width-1-1@m uk-first-column">-->
<!-- <div id="page#8"-->
<!-- class="uk-margin uk-text-center uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-3@m uk-child-width-1-3@l uk-grid-large uk-grid"-->
<!-- uk-grid="">-->
<!-- <div class="uk-first-column">-->
<!-- <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">-->
<!-- <a routerLinkActive="uk-link" routerLink="/search/find"-->
<!-- class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>-->
<!-- <img class="" width="80" height="80" src="assets/explore.svg" alt="Explore">-->
<!-- <h3 class="el-title uk-margin uk-h3">-->
<!-- Explore-->
<!-- </h3>-->
<!-- <div class="el-content uk-margin uk-text-lead">Discover linked open research</div>-->
<!-- <div class=" uk-margin-small-top">Search for-->
<!-- publications, datasets, software and other research products. See how these-->
<!-- are linked together and how they are linked to funding and-->
<!-- organizations.-->
<!-- <br>-->
<!-- View statistics on projects and institutions.-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="">--> <div><img src="assets/explore-assets/trello-sc.png"/></div>
<!-- <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">--> </div>
<!-- <a routerLinkActive="uk-link" routerLink="/participate/deposit-publications"--> </div>
<!-- class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>--> </div>
<!-- <img class="" width="70" height="70" src="assets/share.svg" alt="Share">--> <div class="uk-section" style="background: linear-gradient(180deg, #FAFAFA 50%, #FFFFFF 50%);">
<div class="uk-container uk-container-small">
<!-- <h3 class="el-title uk-margin uk-h3">--> <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
<!-- Deposit--> <div class="uk-width-1-1@m uk-first-column">
<!-- </h3>--> <div class="uk-margin uk-text-center uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-2@m uk-child-width-1-2@l uk-grid" id="page#8" uk-grid="" uk-height-match="target: &gt; div &gt; div &gt; .card-text; row: false;">
<!-- <div class="el-content uk-margin uk-text-lead">Deposit in a repository of your choice</div>--> <div class="uk-first-column">
<!-- <div class=" uk-margin-small-top">--> <div class="uk-card uk-card-default uk-card-medium uk-card-body">
<!-- Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding--> <img alt="Share" src="assets/explore-assets/share.svg" />
<!-- information.--> <h4 class="uk-margin uk-text-large">
<!-- <br>--> <span class="uk-text-bold">Deposit</span> your research
<!-- Use <a href="http://www.zenodo.org/" target="_blank" rel="noopener">ZENODO</a>,--> </h4>
<!-- a catch-all repository hosted by CERN to deposit all your research results (publications, data,--> <div class="uk-margin-small-top uk-text-left card-text uk-flex uk-flex-center">
<!-- software, etc.)--> <div class="uk-margin-left uk-margin-right">Deposit in a repository of your choice.<br/>
<!-- </div>--> Select an OpenAIRE compatible<br/>
<!-- </div>--> 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.)</div>
<!-- </div>--> </div>
<a class="uk-button portal-button uk-padding uk-padding-remove-vertical uk-margin-small-left ng-star-inserted uk-margin uk-margin-bottom uk-width-1-2" href="/participate/deposit/learn-how" type="submit"> Deposit </a></div>
</div>
<!-- <div class="">--> <div>
<!-- <div class="el-item uk-card uk-card-hover uk-card-small uk-card-body">--> <div class="uk-card uk-card-default uk-card-medium uk-card-body">
<!-- <img class="" width="60" height="70" src="assets/link.svg" alt="Link">--> <img alt="Link" src="assets/explore-assets/link.svg" />
<!-- <a routerLinkActive="uk-link" routerLink="/participate/claim" routerLink="/participate/claim"--> <h4 class="uk-margin uk-text-large">
<!-- class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent"></a>--> <span class="uk-text-bold">Link</span> your work
</h4>
<!-- <h3 class="el-title uk-margin uk-h3">--> <div class="uk-margin-small-top uk-text-left card-text uk-flex uk-flex-center">
<!-- Link--> <div class="uk-margin-left uk-margin-right">Connect all your research.<br />
<!-- </h3>--> If you can&#39;t find your research results in OpenAIRE, don&#39;t worry! Use our Link Out service , that reaches out to many<br />
<!-- <div class="el-content uk-margin uk-text-lead">Connect all your research</div>--> external sources via APIs, to connect<br />
<!-- <div class=" uk-margin-small-top">--> your research results and claim them to your project.</div>
<!-- If you can't find your research results in OpenAIRE, don't worry!--> </div>
<!-- <br>--> <a class="uk-button portal-button uk-padding uk-padding-remove-vertical uk-margin-small-left ng-star-inserted uk-margin uk-margin-bottom uk-width-1-2" href="/participate/claim" type="submit"> Link </a></div>
<!-- Use our <strong>LINK OUT service</strong>,--> </div>
<!-- that reaches out to many external sources via APIs, to connect your research results and--> </div>
<!-- <em>claim</em> them to your project.--> </div>
<!-- </div>--> </div>
<!-- </div>--> </div>
<!-- </div>--> </div>
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!-- If no help text, uncomment from here-->
<!--<div class="uk-section-muted uk-section uk-section-small">-->
<!-- <div class="uk-container uk-container-large">-->
<!-- <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">-->
<!-- <div class="uk-width-1-1@m uk-first-column">-->
<!-- <div class="uk-margin uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-2@m-->
<!-- uk-child-width-1-2@l uk-grid-large uk-grid uk-grid-divider ask-explore" uk-grid="">-->
<!-- <div class="uk-first-column uk-text-center">-->
<!-- <div class="el-item uk-card uk-card-small uk-card-body">-->
<!-- <img src="assets/ask-explore.svg" class="el-image" alt="" uk-svg="" hidden="true">-->
<!-- <h3 class="el-title uk-margin uk-h3">Have more questions?</h3>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="questions">-->
<!-- <div class="el-item uk-card uk-card-small uk-card-body">-->
<!-- <ul class="uk-list uk-list-divider">-->
<!-- <li><a href="https://www.openaire.eu/os-primers">Learn about open science policies and how to align</a>-->
<!-- </li>-->
<!-- <li><a-->
<!-- href="https://www.openaire.eu/rdm-handbook">Learn more on how to manage your data in the open science-->
<!-- era</a>-->
<!-- </li>-->
<!-- <li><a href="https://www.openaire.eu/guides">Find out how to use OpenAIRE to best serve your needs</a>-->
<!-- </li>-->
<!-- <li><a-->
<!-- href="https://www.openaire.eu/webinars/">View our training material on a variety of related topics</a>-->
<!-- </li>-->
<!-- <li><a href="https://www.openaire.eu/contact-us/">Contact us</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!-- If no help text, uncomment to here-->
<!-- For old numbers section, comment from here-->
<div class="uk-section-default uk-section uk-padding-remove-bottom"> <div class="uk-section-default uk-section uk-padding-remove-bottom">
<div class="uk-container uk-text-center uk-margin-medium-bottom"> <div class="uk-container uk-text-center uk-margin-medium-bottom">
<div class="uk-margin-medium uk-flex-center"> <div class="uk-margin-medium uk-flex-center">
<div class="uk-first-column"> <div class="uk-first-column">
<div class="uk-panel"> <div class="uk-panel">
<h2 class="uk-margin uk-h2 uk-text-center"> <h3 class="uk-margin uk-h2 uk-text-center">
Our growing <span class="uk-text-bold">Community</span> Our growing <span class="uk-text-bold">Community</span>
</h2> </h3>
<div class="uk-margin-medium-top"> <div class="uk-margin-medium-top">
<div class="uk-grid uk-child-width-1-3@m"> <div class="uk-grid uk-child-width-1-3@m">
<p *ngIf="showProjects && fundersSize"> <p *ngIf="showProjects && fundersSize">
@ -533,7 +418,10 @@
<p> <p>
<span class="emphasis">{{publicationsSize.count|number}} </span><br> <span class="emphasis">{{publicationsSize.count|number}} </span><br>
<span class="uk-icon uk-text-uppercase uk-float-left"> <span class="uk-icon uk-text-uppercase uk-float-left">
<svg height="20" ratio="1" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><rect style="stroke: var(--portal-main-color);" fill="none" height="16" stroke="#000" width="12" x="3.5" y="2.5"></rect><polyline style="stroke: var(--portal-main-color);" fill="none" points="5 0.5 17.5 0.5 17.5 17" stroke="#000"></polyline></svg> <svg height="20" ratio="1" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><rect
style="stroke: var(--portal-main-color);" fill="none" height="16" stroke="#000" width="12" x="3.5"
y="2.5"></rect><polyline style="stroke: var(--portal-main-color);" fill="none"
points="5 0.5 17.5 0.5 17.5 17" stroke="#000"></polyline></svg>
publications publications
</span> </span>
</p> </p>
@ -542,7 +430,10 @@
<p> <p>
<span class="emphasis">{{softwareSize.count|number}} </span><br> <span class="emphasis">{{softwareSize.count|number}} </span><br>
<span class="uk-icon uk-text-uppercase uk-float-left"> <span class="uk-icon uk-text-uppercase uk-float-left">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="cog"><circle style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="9.997" cy="10" r="3.31"></circle><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M18.488,12.285 L16.205,16.237 C15.322,15.496 14.185,15.281 13.303,15.791 C12.428,16.289 12.047,17.373 12.246,18.5 L7.735,18.5 C7.938,17.374 7.553,16.299 6.684,15.791 C5.801,15.27 4.655,15.492 3.773,16.237 L1.5,12.285 C2.573,11.871 3.317,10.999 3.317,9.991 C3.305,8.98 2.573,8.121 1.5,7.716 L3.765,3.784 C4.645,4.516 5.794,4.738 6.687,4.232 C7.555,3.722 7.939,2.637 7.735,1.5 L12.263,1.5 C12.072,2.637 12.441,3.71 13.314,4.22 C14.206,4.73 15.343,4.516 16.225,3.794 L18.487,7.714 C17.404,8.117 16.661,8.988 16.67,10.009 C16.672,11.018 17.415,11.88 18.488,12.285 L18.488,12.285 Z"></path></svg> <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="cog"><circle
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="9.997" cy="10"
r="3.31"></circle><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M18.488,12.285 L16.205,16.237 C15.322,15.496 14.185,15.281 13.303,15.791 C12.428,16.289 12.047,17.373 12.246,18.5 L7.735,18.5 C7.938,17.374 7.553,16.299 6.684,15.791 C5.801,15.27 4.655,15.492 3.773,16.237 L1.5,12.285 C2.573,11.871 3.317,10.999 3.317,9.991 C3.305,8.98 2.573,8.121 1.5,7.716 L3.765,3.784 C4.645,4.516 5.794,4.738 6.687,4.232 C7.555,3.722 7.939,2.637 7.735,1.5 L12.263,1.5 C12.072,2.637 12.441,3.71 13.314,4.22 C14.206,4.73 15.343,4.516 16.225,3.794 L18.487,7.714 C17.404,8.117 16.661,8.988 16.67,10.009 C16.672,11.018 17.415,11.88 18.488,12.285 L18.488,12.285 Z"></path></svg>
software software
</span> </span>
</p> </p>
@ -553,7 +444,14 @@
<p> <p>
<span class="emphasis">{{datasetsSize.count|number}} </span><br> <span class="emphasis">{{datasetsSize.count|number}} </span><br>
<span class="uk-icon uk-text-uppercase uk-float-left"> <span class="uk-icon uk-text-uppercase uk-float-left">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="database"><ellipse style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="4.64" rx="7.5" ry="3.14"></ellipse><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M17.5,8.11 C17.5,9.85 14.14,11.25 10,11.25 C5.86,11.25 2.5,9.84 2.5,8.11"></path><path style="stroke: var(--portal-main-color);"fill="none" stroke="#000" d="M17.5,11.25 C17.5,12.99 14.14,14.39 10,14.39 C5.86,14.39 2.5,12.98 2.5,11.25"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M17.49,4.64 L17.5,14.36 C17.5,16.1 14.14,17.5 10,17.5 C5.86,17.5 2.5,16.09 2.5,14.36 L2.5,4.64"></path></svg> <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="database"><ellipse
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="4.64" rx="7.5"
ry="3.14"></ellipse><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M17.5,8.11 C17.5,9.85 14.14,11.25 10,11.25 C5.86,11.25 2.5,9.84 2.5,8.11"></path><path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M17.5,11.25 C17.5,12.99 14.14,14.39 10,14.39 C5.86,14.39 2.5,12.98 2.5,11.25"></path><path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M17.49,4.64 L17.5,14.36 C17.5,16.1 14.14,17.5 10,17.5 C5.86,17.5 2.5,16.09 2.5,14.36 L2.5,4.64"></path></svg>
research data research data
</span> </span>
</p> </p>
@ -562,7 +460,13 @@
<p> <p>
<span class="emphasis">{{otherSize.count|number}} </span><br> <span class="emphasis">{{otherSize.count|number}} </span><br>
<span class="uk-icon uk-text-uppercase uk-float-left"> <span class="uk-icon uk-text-uppercase uk-float-left">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="world"><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M1,10.5 L19,10.5"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M2.35,15.5 L17.65,15.5"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M2.35,5.5 L17.523,5.5"></path><path style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M10,19.46 L9.98,19.46 C7.31,17.33 5.61,14.141 5.61,10.58 C5.61,7.02 7.33,3.83 10,1.7 C10.01,1.7 9.99,1.7 10,1.7 L10,1.7 C12.67,3.83 14.4,7.02 14.4,10.58 C14.4,14.141 12.67,17.33 10,19.46 L10,19.46 L10,19.46 L10,19.46 Z"></path><circle style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="10.5" r="9"></circle></svg> <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-svg="world"><path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M1,10.5 L19,10.5"></path><path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M2.35,15.5 L17.65,15.5"></path><path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" d="M2.35,5.5 L17.523,5.5"></path><path
style="stroke: var(--portal-main-color);" fill="none" stroke="#000"
d="M10,19.46 L9.98,19.46 C7.31,17.33 5.61,14.141 5.61,10.58 C5.61,7.02 7.33,3.83 10,1.7 C10.01,1.7 9.99,1.7 10,1.7 L10,1.7 C12.67,3.83 14.4,7.02 14.4,10.58 C14.4,14.141 12.67,17.33 10,19.46 L10,19.46 L10,19.46 L10,19.46 Z"></path><circle
style="stroke: var(--portal-main-color);" fill="none" stroke="#000" cx="10" cy="10.5" r="9"></circle></svg>
other research products other research products
</span> </span>
</p> </p>
@ -571,343 +475,43 @@
</div> </div>
</div> </div>
</div> </div>
<!-- For old numbers section, comment to here--> <div class="uk-section-muted uk-section uk-section-small">
<div class="uk-container uk-container-large">
<helper *ngIf="pageContents && pageContents['left'] && pageContents['left'].length > 0" <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
[texts]="pageContents['left']"></helper> <div class="uk-width-1-1@m uk-first-column">
<!-- For old numbers section, uncomment from here--> <div class="uk-margin uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-2@m
<!--<div class="uk-section-default uk-section">--> uk-child-width-1-2@l uk-grid-large uk-grid uk-grid-divider ask-explore" uk-grid="">
<!-- <div class="uk-container">--> <div class="uk-first-column uk-text-center">
<!-- <div class="uk-grid-medium uk-margin-medium uk-grid" uk-grid="">--> <div class="el-item uk-card uk-card-small uk-card-body"><img alt="" class="el-image"
<!-- <div class="uk-width-2-3@m uk-first-column">--> src="assets/explore-assets/ask-explore.svg"
<!-- <div class="uk-margin-medium-top uk-panel">--> uk-svg=""/>
<!-- <h3 class="el-title uk-margin uk-h3">--> <h3 class="el-title uk-margin uk-h3">Have more questions?</h3>
<!-- Our community--> </div>
<!-- </h3>-->
<!-- <hr class="uk-divider-small uk-text-left provide">-->
<!-- <div class="uk-grid uk-margin-medium-top">-->
<!-- <div class="uk-width-expand@m">-->
<!-- <p *ngIf="showPublications && publicationsSize" class="uk-margin-medium-bottom">-->
<!-- <span class="emphasis portal-color">{{publicationsSize.count|number}} </span><br><span-->
<!-- class="uk-text-uppercase"> publications</span>-->
<!-- </p>-->
<!-- <p *ngIf="showOrp && otherSize" class="uk-margin-medium-bottom">-->
<!-- <span class="emphasis portal-color">{{otherSize.count|number}} </span><br><span-->
<!-- class="uk-text-uppercase"> other research products</span>-->
<!-- </p>-->
<!-- </div>-->
<!-- <div class="uk-width-expand@m">-->
<!-- <p *ngIf="showDatasets && datasetsSize" class="uk-margin-medium-bottom">-->
<!-- <span class="emphasis portal-color">{{datasetsSize.count|number}} </span><br><span-->
<!-- class="uk-text-uppercase"> research data</span>-->
<!-- </p>-->
<!-- <p *ngIf="showSoftware && softwareSize" class="uk-margin-medium-bottom">-->
<!-- <span class="emphasis portal-color">{{softwareSize.count|number}} </span><br><span-->
<!-- class="uk-text-uppercase"> software</span>-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="uk-margin-top">-->
<!-- <div class="uk-grid uk-child-width-1-3@m">-->
<!-- <p *ngIf="showDataProviders && datasourcesSize" class="uk-margin-medium-bottom">-->
<!-- <span class=" emphasis "> {{datasourcesSize.number |number}} {{datasourcesSize.size}}</span><br>-->
<!-- <span class="uk-text-uppercase">content providers</span>-->
<!-- </p>-->
<!-- <p *ngIf="showProjects && fundersSize">-->
<!-- <span class=" emphasis ">{{fundersSize.number|number}} {{fundersSize.size}}</span><br>-->
<!-- <span class="uk-text-uppercase">Funders</span>-->
<!-- </p>-->
<!-- <p *ngIf="showProjects && projectsSize">-->
<!-- <span class=" emphasis ">{{projectsSize.count|number}} </span><br>-->
<!-- <span class="uk-text-uppercase">Projects</span>-->
<!-- </p>-->
<!-- </div>-->
<!-- &lt;!&ndash; <div class="uk-grid uk-child-width-1-2@m uk-margin-small-top">-->
<!-- <p *ngIf="showProjects && projectsSize">-->
<!-- <span class=" emphasis ">{{projectsSize.count|number}} </span><br>-->
<!-- <span class="uk-text-uppercase">Projects</span>-->
<!-- </p>-->
<!-- </div> &ndash;&gt;-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="uk-width-expand@m">-->
<!-- <div class="uk-card uk-card-body uk-card-explore">-->
<!-- <h3 class="uk-margin-remove-top uk-h3">-->
<!-- <span class="">Our data policies</span>-->
<!-- </h3>-->
<!-- <hr class="uk-divider-small uk-text-left">-->
<!-- <ul class="uk-margin-small uk-list uk-list-large uk-margin-medium-bottom">-->
<!-- <li class="el-item uk-margin-medium-bottom">-->
<!-- <h5 class="el-title uk-h5">Data acquisition</h5>-->
<!-- <div class="el-content">-->
<!-- <span>How we retrieve data, how often, what processes it goes through (aggregating cleaning, transforming, inferring, de-duplicating), what are the quality checks&nbsp;along all&nbsp; data processing stages.</span>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="el-item">-->
<!-- <h5 class="el-title uk-h5">Data usage</h5>-->
<!-- <div class="el-content">-->
<!-- <span>Who is able to retrieve our data, what are the licences, what about specific SLAs.</span>-->
<!-- </div>-->
<!-- </li>-->
<!-- </ul>-->
<!-- <div class="uk-margin uk-margin-remove-bottom uk-text-left">-->
<!-- <h6 class="uk-h6">-->
<!-- <a class="el-content uk-link-text" href="https://www.openaire.eu/data-aquisition-policy" target="_blank">-->
<!-- Learn more-->
<!-- </a>-->
<!-- </h6>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!-- For old numbers section, uncomment to here-->
<!-- <div class="uk-section-default uk-section">
<div class="uk-container">
<div class="uk-grid-small uk-margin-medium uk-grid" uk-grid=""> -->
<!--div class="uk-width-expand@m uk-first-column">
<h5 class="searchFilterTitle">
<span>New content providers</span>
</h5>
<div class="uk-margin-remove-vertical uk-grid-match uk-child-width-1-1 uk-child-width-1-1@m uk-child-width-1-1@l uk-child-width-1-1@xl uk-grid-small uk-grid-divider uk-grid uk-grid-stack" uk-grid=""-->
<!-- <errorMessages [status]="[fetchDataproviders.searchUtils.status]" [type]="'content providers'"></errorMessages>
<div *ngIf="fetchDataproviders.searchUtils.totalResults > 0">
<ul [class]="'uk-list uk-list-divider uk-margin '+custom_class">
<li *ngFor="let result of fetchDataproviders.results" class="uk-animation-fade">
<h4 [title] = result.title.accessMode >
<a [queryParams]="routerHelper.createQueryParam(urlParam,result.id)" routerLinkActive="router-link-active" routerLink="/search/{{type}}">
<p *ngIf="result['title'].name || result.acronym"><span *ngIf="result.acronym">{{result.acronym}}</span><span *ngIf="result.acronym && result['title'].name">-</span><span *ngIf="result['title'].name" [innerHTML]="result['title'].name"></span><span *ngIf="result.code">({{result.code}})</span></p>
<p *ngIf="!result['title'].name && !result.acronym">[no title available]<span *ngIf="result.code">({{result.code}})</span></p>
</a>
</h4>
<span *ngIf="result.types && result.types.length > 0" [class]="'uk-label custom-label label-blue label-'+result.entityType" title="Type">{{result.types.join(", ")}}</span>
<span *ngIf="result.languages && result.languages.length > 0" class="uk-label custom-label label-language " title="Language">{{result.languages.join(", ")}}</span>
<span *ngIf="result.title && result.title.accessMode" [class]="'uk-label custom-label label-'+ result.title.accessMode " title="Access Mode">{{result.title.accessMode}}</span>
<span *ngIf="result['funderShortname']" class="uk-label custom-label label-funder " title="Funder">{{result['funderShortname']}}></span>
<span *ngIf="result.openAccessMandate != undefined && result.openAccessMandate " class="uk-label custom-label label-openaccessmandate " title="Open Access mandate">Open Access mandate</span>
<span *ngIf="result['type'] != undefined && result['type'] != ''" class="uk-label custom-label label-blue label-dataprovider" title="Type"> {{result['type']}}</span>
<span *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''" class="uk-label custom-label label-compatibility" title="Compatibility">{{result.compatibility}}</span>
<div *ngIf="showOrganizations && result['organizations'] != undefined && result['organizations'].length > 0">
<span> Organization: </span>
<span *ngFor="let organization of result['organizations'].slice(0,10) let i=index">
<a *ngIf="organization.id" [queryParams]="{organizationId: organization.id}" routerLinkActive="router-link-active" routerLink="/search/organization">
{{organization.name}}</a><span
*ngIf="!organization.id">
{{organization.name}}</span><span
*ngIf="(i < result['organizations'].length-1) && (i < 9)">,</span>
</span>
<span *ngIf="result['organizations'].length > 10">...</span>
</div> </div>
<div *ngIf="result['countries'] && result['countries'].length > 0"> <div class="questions">
Country: <span *ngFor="let country of result['countries'].slice(0,10) let i = index">{{country}}{{(i < ( result['countries'].slice(0,10).length-1))?", ":""}}{{(i == result['countries'].slice(0,10).length-1 && result['countries'].length > 10)?"...":""}}</span> <div class="el-item uk-card uk-card-small uk-card-body">
</div> <ul class="uk-list uk-list-divider">
<div *ngIf="result['websiteURL'] != undefined && result['websiteURL'] != ''"> <li><a href="https://www.openaire.eu/os-primers" target="_blank">Learn about open science policies and
<span>Website URL: </span> how to align</a></li>
<span> <li><a href="https://www.openaire.eu/rdm-handbook" target="_blank">Learn more on how to manage your data
<a href="{{result['websiteURL']}}" target="_blank" class="custom-external custom-icon"> in the open science era</a></li>
{{result['websiteURL']}} <li><a href="https://www.openaire.eu/guides" target="_blank">Find out how to use OpenAIRE to best serve
</a> your needs</a></li>
</span> <li><a href="https://www.openaire.eu/webinars/" target="_blank">View our training material on a variety
</div> of related topics</a></li>
<div *ngIf="result['OAIPMHURL'] != undefined && result['OAIPMHURL'] != ''"> <li><a href="https://www.openaire.eu/contact-us/" target="_blank">Contact us</a></li>
<span>OAI-PMH URL: </span>
<span>
<a href="{{result['OAIPMHURL']}}" target="_blank" class="custom-external custom-icon">
{{result['OAIPMHURL']}}
</a>
</span>
</div>
</li>
</ul> </ul>
</div> -->
<!--div class="uk-first-column">
<div class="el-item uk-panel">
<h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
Aaltodoc Publication Archive
</h6>
<div class="el-meta uk-margin uk-text-meta">Aalto University</div>
<div class="el-content uk-margin"><span class="uk-label label-grey">IR</span>&nbsp;<span class=" uk-label label-grey">Data</span>&nbsp;<span class="uk-label label-grey">OpenAIRE 3.0</span><br>
12469 datasets
</div>
</div>
</div>
<div class="uk-grid-margin uk-first-column">
<div class="el-item uk-panel">
<h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
Cambridge Server
</h6>
<div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
<div class="el-content uk-margin"><span class="uk-label label-grey">IR</span>&nbsp;<span class=" uk-label label-grey">Literature</span>&nbsp;<span class="uk-label label-grey" >OpenAIRE 2.0</span><br>
4567 publications
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<hr>
<div class="uk-margin">
<a class="" routerLinkActive="uk-link" routerLink="/search/find/dataproviders" >
View all
</a>
</div>
</div>
<div class="uk-width-expand@m">
<h5 class="searchFilterTitle">
<span>New funders</span>
</h5>
<div class="uk-margin uk-text-meta">
Latest funding database incorporated in OpenAIRE
</div>
<div class="uk-margin-remove-vertical uk-grid-match uk-child-width-1-1 uk-child-width-1-1@m uk-child-width-1-1@l uk-child-width-1-1@xl uk-grid-small uk-grid-divider uk-grid uk-grid-stack" uk-grid="">
<div class="uk-first-column">
<div class="el-item uk-panel">
<h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
Swiss National Science Foundation
</h6>
<div class="el-meta uk-margin uk-text-meta">Switzerland</div>
<div class="el-content uk-margin"><span class="uk-label label-grey">OA mandate</span><br> 47.509 publications</div>
</div>
</div>
<div class="uk-grid-margin uk-first-column">
<div class="el-item uk-panel">
<h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom portal-color">
Ministry of Education, Science and Technological Development of Republic of Serbia
</h6>
<div class="el-meta uk-margin uk-text-meta">Serbia</div>
<div class="el-content uk-margin">7.942 publicatios</div>
</div> </div>
</div> </div>
</div> </div>
</div-->
<!-- <div class="uk-width-medium uk-grid-item-match">
<div class="uk-tile-secondary uk-tile uk-tile-xsmall portal-box" >
<h3 class="uk-margin-remove-top ">
Our data policies
</h3>
<ul class="uk-margin-small uk-list uk-list-large">
<li class="el-item">
<h6 class="el-title uk-margin-remove">Data acquisition</h6>
<h5 class="el-content">
<a target="_blank" href="www.openaire.eu/policies">How we retrieve data, how often, what processes it goes through (aggregating cleaning, trasnforming, inferring, de-duplicating), what are the quality checks&nbsp;along all&nbsp; data processing stages.</a>
</h5>
</li>
<li class="el-item">
<h6 class="el-title uk-margin-remove">Data usage</h6>
<h5 class="el-content">
<a target="_blank" href="www.openaire.eu/policies">Who is able to retrieve our data, what are the licences, what about specific SLAs.</a>
</h5>
</li>
</ul>
<div class="uk-margin uk-margin-remove-bottom uk-text-left">
<a class="el-content uk-link-text" target="_blank" href="www.openaire.eu/policies">
Learn more
</a>
</div>
</div>
</div>
</div>
</div>
</div> -->
<div class="uk-section-muted" <div class="uk-section-muted"
uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}"> uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
<div class="uk-container uk-container-large"> <div class="uk-container uk-container-large">
<other-portals portal="explore" [properties]="properties"></other-portals> <other-portals portal="explore" [properties]="properties"></other-portals>
</div> </div>
</div> </div>
<!--div class="image-front-topbar uk-section-secondary uk-position-relative" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}" tm-header-transparent="light">
<div style="" class="mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-fixed uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: ! +">
<div class="uk-position-cover"></div>
<div class="uk-width-1-1">
<div class="uk-position-relative">
<div class="uk-container uk-margin-medium">
<div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
<div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
<div class="uk-width-1-1@m uk-first-column">
<div data-id="page#4">
<search-form placeholderText="Search in OpenAIRE information space" link=true></search-form>
</div>
</div>
</div>
</div>
<div class="uk-container uk-container-large uk-margin-medium">
<div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
<div class="uk-width-1-1@m uk-first-column">
<div class="search_box_bg uk-margin-large uk-margin-remove-bottom uk-text-center uk-grid-match uk-child-width-1-2 uk-child-width-1-2@s uk-child-width-1-4@m uk-child-width-1-4@l uk-child-width-1-4@xl uk-grid-collapse uk-grid-divider uk-grid uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" uk-grid="" data-id="page#7" style="">
<div *ngIf="showPublications && publicationsSize" class="uk-first-column">
<div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
<h2 class="el-title uk-margin uk-h2">
<span>{{publicationsSize.number}} {{publicationsSize.size}} publications</span>
</h2>
</div>
</div>
<div *ngIf="showDatasets && datasetsSize">
<div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
<h2 class="el-title uk-margin uk-h2">
<span>{{datasetsSize.number}} {{datasetsSize.size}} research data</span>
</h2>
</div>
</div>
<div *ngIf="showDataProviders && datasourcesSize" >
<div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
<h2 class="el-title uk-margin uk-h2">
<span>{{datasourcesSize.number}} {{datasourcesSize.size}} data sources</span>
</h2>
</div>
</div>
<div *ngIf="showProjects && fundersSize">
<div uk-scrollspy-class="" class="uk-width-medium uk-margin-auto el-item uk-panel uk-scrollspy-inview uk-animation-fade" style="">
<h2 class="el-title uk-margin uk-h2">
<span>{{fundersSize.number}} {{fundersSize.size}} funders</span>
</h2>
</div>
</div>
</div>
<div *ngIf = "showPublications || showDatasets || showProjects || showDataProviders" class="uk-margin-large uk-margin-remove-bottom uk-text-center uk-text-meta uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" data-id="page#8" style="">
<span style="color:#fff!important; font-size:30pt!important">all linked together</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tm-main uk-container" style="min-height:200px">
<helper position="bottom"></helper>
</div-->

View File

@ -24,6 +24,9 @@ import {ErrorMessagesModule} from '../openaireLibrary/utils/errorMessages.module
import {OtherPortalsModule} from "../openaireLibrary/sharedComponents/other-portals/other-portals.module"; import {OtherPortalsModule} from "../openaireLibrary/sharedComponents/other-portals/other-portals.module";
import {EntitiesSelectionModule} from "../openaireLibrary/searchPages/searchUtils/entitiesSelection.module"; import {EntitiesSelectionModule} from "../openaireLibrary/searchPages/searchUtils/entitiesSelection.module";
import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/quick-selections.module"; import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/quick-selections.module";
import {IconsModule} from "../openaireLibrary/utils/icons/icons.module";
import {IconsService} from "../openaireLibrary/utils/icons/icons.service";
import {arrow_right} from "../openaireLibrary/utils/icons/icons";
@NgModule({ @NgModule({
imports: [ imports: [
@ -36,7 +39,7 @@ import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/
HomeRoutingModule, HomeRoutingModule,
HelperModule, HelperModule,
ErrorMessagesModule, ErrorMessagesModule,
SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule
], ],
declarations: [ declarations: [
HomeComponent HomeComponent
@ -48,4 +51,8 @@ import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/
HomeComponent HomeComponent
] ]
}) })
export class HomeModule { } export class HomeModule {
constructor(private iconsService: IconsService) {
this.iconsService.registerIcons([arrow_right]);
}
}