-Comment out section about metadata schema in resources

- add a link to ICM
- sitemap update
- add google verification code




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-graph-portal/trunk@60442 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Argiro Kokogiannaki 2021-02-16 17:55:35 +00:00
parent 7cc65597c9
commit 64db4ecb68
7 changed files with 13 additions and 11 deletions

View File

@ -28,7 +28,6 @@
"@nguniversal/express-engine": "^6.0.0",
"@types/express": "^4.16.1",
"angular-datatables": "^4.4.1",
"citation-js": "^0.3.4",
"clipboard": "^1.5.16",
"core-js": "2.6.8",
"datatables.net": "^1.10.19",

View File

@ -724,7 +724,9 @@
<div class="uk-flex uk-flex-center uk-grid uk-grid-stack">
<!-- <div>-->
<p class="uk-width-4-5@m uk-padding-small">
The OpenAIRE Research Graph is operated and maintained at the ICM cutting-edge Technology centre with the facilities and staff guaranteeing robust operation of the whole system.
The OpenAIRE Research Graph is operated and maintained at the <a
href="https://icm.edu.pl/en/centre-of-technology/" target="_blank">ICM cutting-edge Technology centre</a>
with the facilities and staff guaranteeing robust operation of the whole system.
Okeanos SuperComputer hosting the graph consists of 26016 cores in total providing 1082 Tflops/s.
Whole setup is energy efficient with 1.554 Gflops/Watts Power Efficiency resulting in 160th place on the "Top500 by energy-eficiency" list (as of 2019).
</p>

View File

@ -58,8 +58,8 @@ export class AppComponent implements OnInit {
{
rootItem: new MenuItem("resources", "Resources", "", "/resources", false, [], null, {}),
items: [
new MenuItem("api", "API", "", "/resources", false, [], null, {}),
new MenuItem("schema", "Metadata Schema", "", "/resources", false, [], null, {}, null, "schema"),
// new MenuItem("api", "API", "", "/resources", false, [], null, {}),
// new MenuItem("schema", "Metadata Schema", "", "/resources", false, [], null, {}, null, "schema"),
// new MenuItem("sources", "Sources", "", "/resources", false, [], null, {}, null, "sources"),
]
},

View File

@ -58,7 +58,7 @@
</div>
</div>
</div>
<div id="schema">
<!--<div id="schema">
<div class="uk-section uk-container uk-container-large">
<div class="uk-padding-small">
<h3 class="uk-text-center">Metadata Schema</h3>
@ -80,4 +80,4 @@
</div>
</div>
</div>
</div>
</div>-->

View File

@ -6,7 +6,7 @@ export let properties: EnvProperties = {
baseLink: "",
enablePiwikTrack: true,
piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=",
piwikSiteId: "",
piwikSiteId: "373",
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
adminToolsAPIURL:"https://services.openaire.eu/uoa-admin-tools/",
admins: ["graph@openaire.eu"],

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/">
<title>OpenAIRE - Research Graph</title>
<meta name="google-site-verification" content="rZ-58gIX8IqzBte6Qv4J5yY9aSiDP15Dfc1Yr9yezqE" />
<meta charset="UTF-8">
<link href="assets/common-assets/logo-small-graph.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png">

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc><![CDATA[https://graph.openaire.eu]]></loc>
<loc>https://graph.openaire.eu</loc>
</url>
<url>
<loc><![CDATA[https://graph.openaire.eu/about]]></loc>
<loc>https://graph.openaire.eu/about</loc>
</url>
<url>
<loc><![CDATA[https://graph.openaire.eu/resources]]></loc>
<loc>https://graph.openaire.eu/resources</loc>
</url>
</urlset>