Project

General

Profile

1
<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
  <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
  <div class="custom-main-content">
10
    <main>
11
      <router-outlet></router-outlet>
12
    </main>
13
  </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
    OpenAIRE uses cookies in order to function properly.<br>
22
    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
    </span></a>
29
  </cookie-law>
30
</div>
(1-1/4)