From 7bca39ab932561db80ce56dd63c0a603a0760e1d Mon Sep 17 00:00:00 2001
From: bourgesl <bourges.laurent@gmail.com>
Date: Tue, 7 May 2019 15:28:49 +0200
Subject: [PATCH] updated GNSS_products config to provide alternative data
 access urls on osug-dc data

---
 conf/GNSS_products/access_instruction.html            | 2 +-
 conf/GNSS_products/access_instruction_alt.html        | 7 +++++++
 conf/GNSS_products/doi_url_data_access_alt.csv        | 2 ++
 conf/GNSS_products/inputs/doi_gnss_product_all.csv    | 3 +--
 conf/GNSS_products/inputs/doi_gnss_product_europe.csv | 1 +
 conf/GNSS_products/project.properties                 | 3 +++
 6 files changed, 15 insertions(+), 3 deletions(-)
 create mode 100644 conf/GNSS_products/access_instruction_alt.html
 create mode 100644 conf/GNSS_products/doi_url_data_access_alt.csv

diff --git a/conf/GNSS_products/access_instruction.html b/conf/GNSS_products/access_instruction.html
index dfe7477..ca49f52 100644
--- a/conf/GNSS_products/access_instruction.html
+++ b/conf/GNSS_products/access_instruction.html
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <html xmlns="http://www.w3.org/1999/xhtml">
     <body>
-        The following web page describes the methodology and documentation and provides also access to data products:
+        The following web page describes the methodology, documentation and product visualization, and provides a link to data products:
     </body>
 </html>
 
diff --git a/conf/GNSS_products/access_instruction_alt.html b/conf/GNSS_products/access_instruction_alt.html
new file mode 100644
index 0000000..4b80b23
--- /dev/null
+++ b/conf/GNSS_products/access_instruction_alt.html
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <body>
+        Time series and velocity products are directly accessible from the following archive:
+    </body>
+</html>
+
diff --git a/conf/GNSS_products/doi_url_data_access_alt.csv b/conf/GNSS_products/doi_url_data_access_alt.csv
new file mode 100644
index 0000000..f0de95b
--- /dev/null
+++ b/conf/GNSS_products/doi_url_data_access_alt.csv
@@ -0,0 +1,2 @@
+# DOI_suffix;data_access_url
+GNSS.products.Europe;http://doi.osug.fr/data/public/GNSS_products/Europe/
diff --git a/conf/GNSS_products/inputs/doi_gnss_product_all.csv b/conf/GNSS_products/inputs/doi_gnss_product_all.csv
index 7274bed..9fc5cf5 100644
--- a/conf/GNSS_products/inputs/doi_gnss_product_all.csv
+++ b/conf/GNSS_products/inputs/doi_gnss_product_all.csv
@@ -4,5 +4,4 @@ title;"GNSS position and velocity solutions ";;;;
 title:TranslatedTitle;"GNSS positions and velocities solutions for worldwide areas: - Global Navigation Satellite System - positions and velocities solutions for worldwide areas";;;;
 description:Abstract;"GNSS data are analyzed by the ISTerre laboratory, part of the Observatory of Earth Sciences and Astronomy of Grenoble (OSUG). This analysis center processes GNSS data from permanent sites. Different areas in the world are processed, corresponding to different research projects. For now, only the Europe project is available. ISTerre provides the processing solutions, i.e. position and velocity for each GNSS site. A specific DOI is allocated for those solutions.";;;;
 relatedIdentifier:HasPart:DOI;10.5072/GNSS.products.Europe;;;;
-;;;;;
-;" ";;;;
+relatedIdentifier:Cites:URL;http://www.isterre.fr/article4271;;;;
diff --git a/conf/GNSS_products/inputs/doi_gnss_product_europe.csv b/conf/GNSS_products/inputs/doi_gnss_product_europe.csv
index 00ce6f7..af8ec0c 100644
--- a/conf/GNSS_products/inputs/doi_gnss_product_europe.csv
+++ b/conf/GNSS_products/inputs/doi_gnss_product_europe.csv
@@ -5,4 +5,5 @@ title:TranslatedTitle;"GNSS positions and velocities solutions in Europe: - Glob
 description:Abstract;"This dataset includes all European GNSS solutions processed by ISTerre. These products are position time series (North, East and Vertical) and the horizontal and vertical velocity fields calculated from rinex files using the double difference method with GAMIT software.";;;;
 description:SeriesInformation;"This dataset provides GNSS solutions of continuous stations in Europe. Data come from academic and private networks obtained according to agreements between institutes. Basic networks are the EPN network (http://www.epncb.oma.be), the RENAG network (http://renag.resif.fr), the RGP network (http://rgp.ign.fr), the Italian RING network (http://ring.gm.ingv.it), and the Greek NOA network (http://194.177.194.238:8080/noanetgsac/gsacapi/site/search). Others networks are used depending on the solutions and data are updated for each new solution.";;;;
 relatedIdentifier:IsPartOf:DOI;10.5072/GNSS.products.all;;;;
+relatedIdentifier:Cites:URL;http://www.isterre.fr/article4254;;;;
 geoLocationPlace;Europe;;;;
diff --git a/conf/GNSS_products/project.properties b/conf/GNSS_products/project.properties
index 61f9542..46066cf 100644
--- a/conf/GNSS_products/project.properties
+++ b/conf/GNSS_products/project.properties
@@ -9,6 +9,9 @@ use_template_doi=false
 # general data access URL:
 dataAccessUrl=http://www.isterre.fr/article4271
 
+# general data access alternative URL:
+dataAccessAltUrl=http://doi.osug.fr/data/public/GNSS_products/
+
 # enable / disable the generation of embeddedable fragments for landing pages:
 generate_embedded=false
 
-- 
GitLab