[Explore|Trunk]

Remove publications sitemap file
Remmove feedback from production
fix how interlinked and total is presented in home
update js/css ersions



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58024 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-01-28 13:07:04 +00:00
parent d90b756fc4
commit 88fc045db3
7 changed files with 13 additions and 31 deletions

View File

@ -91,7 +91,7 @@
"showLastIndexInformationLink" : false,
"widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
"claimsInformationLink": "https://beta.openaire.eu/linking",
"lastIndexUpdate": "2019-05-16",
"lastIndexUpdate": "2019-11-01",
"indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
"depositLearnHowPage": "/participate/deposit/learn-how",

View File

@ -24,7 +24,6 @@ import {UserManagementService} from "./openaireLibrary/services/user-management.
<router-outlet></router-outlet>
</main>
</div>
<feedback *ngIf="isClient && properties && properties.environment === 'production'" portalName="Explore" [feedbackmail]=feedbackmail></feedback>
<cookie-law *ngIf="isClient" position="bottom">
OpenAIRE uses cookies in order to function properly.<br>
Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing

View File

@ -11,7 +11,6 @@ import {NavigationBarModule} from './openaireLibrary/sharedComponents/navigation
import { CookieLawModule } from './openaireLibrary/sharedComponents/cookie-law/cookie-law.module';
import {BottomModule} from './openaireLibrary/sharedComponents/bottom.module';
import {FeedbackModule} from './openaireLibrary/sharedComponents/feedback/feedback.module';
import { EnvironmentSpecificResolver} from './openaireLibrary/utils/properties/environmentSpecificResolver';
//import { EnvironmentSpecificService, REQUEST_TOKEN} from './openaireLibrary/utils/properties/environment-specific.service';
@ -29,7 +28,7 @@ import { HttpInterceptorService } from "./openaireLibrary/http-interceptor.servi
CommonModule,
HttpClientModule,
ErrorModule,
NavigationBarModule, FeedbackModule, BottomModule,
NavigationBarModule, BottomModule,
CookieLawModule,
BrowserModule.withServerTransition({appId: 'my-app'}),
AppRoutingModule,

View File

@ -96,11 +96,11 @@
research data</span>
</span>
<span *ngIf="type=='software' && showSoftware && (softwareSize ||softwareLinkedSize)">
<span *ngIf="datasetsLinkedSize">
<span *ngIf="softwareLinkedSize">
<span class="uk-text-bold
">{{softwareLinkedSize.number|number}}{{softwareLinkedSize.size}} research
software</span> interlinked with publications</span>
<span *ngIf="softwareSize && !datasetsLinkedSize"
<span *ngIf="softwareSize && !softwareLinkedSize"
class="uk-text-bold">{{softwareSize.number|number}}{{softwareSize.size}}
research software</span>
</span>

View File

@ -35,7 +35,7 @@
"piwikSiteId" : "6",
"loginUrl" :"http://dl170.madgik.di.uoa.gr:8180/dnet-login/openid_connect_login",
"userInfoUrl" : "http://dl170.madgik.di.uoa.gr:8180/dnet-openaire-users-1.0.0-SNAPSHOT/api/users/getUserInfo?accessToken=",
"userInfoUrl" : "http://scoobydoo.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/api/users/getUserInfo?accessToken=",
"logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",

View File

@ -59,24 +59,24 @@
<!-- <script src="assets/common-assets/jquery/jquery.min.js" type="text/javascript"></script> -->
<script src="assets/common-assets/common/jquery.js"></script>
<script src="assets/common-assets/citeproc.js"></script>
<script src="assets/common-assets/common/uikit.min.js?v=1"></script>
<script src="assets/common-assets/common/uikit-icons.min.js?v=1"></script>
<script src="assets/common-assets/common/uikit.min.js?v=3"></script>
<script src="assets/common-assets/common/uikit-icons.min.js?v=3"></script>
<script>
$(document).ready(function(){
console.log("Is ready - load uikit ***")
$.getScript("assets/common-assets/common/uikit.min.js?v=1");
$.getScript("assets/common-assets/common/uikit-icons.min.js?v=1");
$.getScript("assets/common-assets/common/uikit.min.js?v=3");
$.getScript("assets/common-assets/common/uikit-icons.min.js?v=3");
$.getScript("//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-559d24521cd8c080");
});
</script>
<link rel="stylesheet" href="assets/common-assets/common/theme.css?v=1">
<link rel="stylesheet" href="assets/common-assets/common/custom.css?v=1">
<link rel="stylesheet" href="assets/common-assets/library.css?v=1">
<link rel="stylesheet" href="assets/explore-custom.css?v=1">
<link rel="stylesheet" href="assets/common-assets/common/theme.css?v=3">
<link rel="stylesheet" href="assets/common-assets/common/custom.css?v=3">
<link rel="stylesheet" href="assets/common-assets/library.css?v=5">
<link rel="stylesheet" href="assets/explore-custom.css?v=5">

View File

@ -1,16 +0,0 @@
<?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">
<url>
<loc><![CDATA[https://explore.openaire.eu/search/find/publications]]></loc>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc><![CDATA[https://explore.openaire.eu/search/advanced/publications]]></loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>