diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 4cba53b8..c926dc6a 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/deploy/beta-properties.json @@ -23,7 +23,8 @@ "cordisURL" : "http://cordis.europa.eu/projects/", "openDoarURL": "http://v2.sherpa.ac.uk/id/repository/", "r3DataURL": "http://service.re3data.org/repository/", - "sherpaURL": "http://www.sherpa.ac.uk/romeo/search.php?issn=", + "sherpaURL": "http://sherpa.ac.uk/romeo/issn/", + "sherpaURLSuffix": "/", "zenodo" : "https://zenodo.org/", "openAccess" : "https://www.openaire.eu/support/faq#article-id-234", "openAccessRepo" : "https://www.openaire.eu/support/faq#article-id-310", diff --git a/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index 99b8d9c0..1e227293 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -23,7 +23,8 @@ "cordisURL" : "http://cordis.europa.eu/projects/", "openDoarURL": "http://v2.sherpa.ac.uk/id/repository/", "r3DataURL": "http://service.re3data.org/repository/", - "sherpaURL": "http://www.sherpa.ac.uk/romeo/search.php?issn=", + "sherpaURL": "http://sherpa.ac.uk/romeo/issn/", + "sherpaURLSuffix": "/", "zenodo" : "https://zenodo.org/", "openAccess" : "https://www.openaire.eu/support/faq#article-id-234", "openAccessRepo" : "https://www.openaire.eu/support/faq#article-id-310", diff --git a/explore/deploy/test-properties.json b/explore/deploy/test-properties.json index e397128c..c12b5082 100644 --- a/explore/deploy/test-properties.json +++ b/explore/deploy/test-properties.json @@ -24,7 +24,8 @@ "cordisURL" : "http://cordis.europa.eu/projects/", "openDoarURL": "http://v2.sherpa.ac.uk/id/repository/", "r3DataURL": "http://service.re3data.org/repository/", - "sherpaURL": "http://www.sherpa.ac.uk/romeo/search.php?issn=", + "sherpaURL": "http://sherpa.ac.uk/romeo/issn/", + "sherpaURLSuffix": "/", "zenodo" : "https://zenodo.org/", "openAccess" : "https://www.openaire.eu/support/faq#article-id-234", "openAccessRepo" : "https://www.openaire.eu/support/faq#article-id-310", diff --git a/explore/server.ts b/explore/server.ts index 20a95d52..a6ad1da7 100644 --- a/explore/server.ts +++ b/explore/server.ts @@ -12,7 +12,7 @@ enableProdMode(); // Express server const app = express(); -const PORT = process.env.PORT || 4000; +const PORT = process.env.PORT || 6000; const DIST_FOLDER = join(process.cwd(), 'dist'); // Our index.html we'll use as our template diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 45170285..e0c94832 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -22,18 +22,18 @@
-
-
+
+
-
+
- @@ -44,7 +44,7 @@
-
+