Project

General

Profile

1 59685 k.triantaf
<div class="graphApp">
2
  <navbar *ngIf="showMenu && header" [header]="header" portal="graph" [onlyTop]="false" [userMenu]="false"
3
          [user]="user" [userMenuItems]=userMenuItems [menuItems]=menuItems [properties]=properties></navbar>
4 59855 argiro.kok
  <schema2jsonld [URL]="properties.domain"
5
                 [logoURL]="properties.domain + '/assets/common-assets/logo-small-graph.png'"
6
                 type="home" description="OpenAIRE Research Graph is an open resource that aggregates a collection of research data properties (metadata, links) available within the OpenAIRE Open Science infrastructure for funders, organizations, researchers, research communities and publishers to interlink information by using a semantic graph database approach. "
7
                 name="OpenAIRE Graph" [searchAction]="false" [searchActionRoute]=null>
8
  </schema2jsonld>
9 59685 k.triantaf
  <div class="custom-main-content">
10 59510 k.triantaf
    <main>
11 59685 k.triantaf
      <router-outlet></router-outlet>
12 59507 konstantin
    </main>
13 59685 k.triantaf
  </div>
14
  <bottom class="footer uk-visible@m"
15
          [showSocialButtons]="true" [showMenuItems]="true" [showOpenaire]="true"
16
          [darkBackground]="false" [centered]="true"></bottom>
17
  <bottom class="footer uk-hidden@m"
18
          [showSocialButtons]="true" [showMenuItems]="true" [showOpenaire]="true"
19
          [darkBackground]="false" [centered]="true"></bottom>
20
  <cookie-law position="bottom">
21 59507 konstantin
    OpenAIRE uses cookies in order to function properly.<br>
22 59685 k.triantaf
    Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing
23
    experience possible.
24
    By using the OpenAIRE portal you accept our use of cookies. <a
25
      href="//ec.europa.eu/ipg/basics/legal/cookies/index_en.htm" target="_blank"> Read more <span class="uk-icon">
26
    <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right" ratio="1"><polyline
27
        fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg>
28 59507 konstantin
    </span></a>
29 59685 k.triantaf
  </cookie-law>
30
</div>