From b943be8ee307533c8f34a43c9f3004b31ee7a3b4 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Tue, 27 Dec 2022 21:22:30 +0200 Subject: [PATCH] Fix links from impact measures page to specific properties/objects in the result --- .env | 4 ++-- docs/data-provision/indicators-ingestion/impact-scores.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 9ed2036..a8c69cf 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -URL="http://snf-23385.ok-kno.grnetcloud.net" -BASE_URL="/" +URL="https://graph.openaire.eu" +BASE_URL="/docs" diff --git a/docs/data-provision/indicators-ingestion/impact-scores.md b/docs/data-provision/indicators-ingestion/impact-scores.md index 7754a04..b5d9bcd 100644 --- a/docs/data-provision/indicators-ingestion/impact-scores.md +++ b/docs/data-provision/indicators-ingestion/impact-scores.md @@ -1,7 +1,7 @@ # Impact indicators -This page summarises all calculated impact indicators, which are included into the [measure](/data-model/entities/other#measure) property. -It should be noted that the impact indicators are being calculated both on the level of the research output as well on the level of distinct DOIs. +This page summarises all calculated impact indicators, which are included in the [impactMeasures](/data-model/entities/other#impactmeasures) property which is part of the [indicators](/data-model/entities/result#indicators) property of the result. +It should be noted that the impact indicators are being calculated on the level of the research output. Below we explain their main intuition, the way they are calculated, and their most important limitations, in an attempt help avoiding common pitfalls and misuses.