Project

General

Profile

« Previous | Next » 

Revision 58024

[Explore|Trunk]

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

View differences:

modules/uoa-services-portal/trunk/explore/src/app/home/home.component.html
96 96
                                    research data</span>
97 97
                                </span>
98 98
                                <span *ngIf="type=='software' && showSoftware && (softwareSize ||softwareLinkedSize)">
99
                                  <span *ngIf="datasetsLinkedSize">
99
                                  <span *ngIf="softwareLinkedSize">
100 100
                                        <span class="uk-text-bold
101 101
                                    ">{{softwareLinkedSize.number|number}}{{softwareLinkedSize.size}} research
102 102
                                          software</span>  interlinked with publications</span>
103
                                  <span *ngIf="softwareSize && !datasetsLinkedSize"
103
                                  <span *ngIf="softwareSize && !softwareLinkedSize"
104 104
                                        class="uk-text-bold">{{softwareSize.number|number}}{{softwareSize.size}}
105 105
                                    research software</span>
106 106
                                </span>
modules/uoa-services-portal/trunk/explore/src/app/app.module.ts
11 11
import { CookieLawModule } from './openaireLibrary/sharedComponents/cookie-law/cookie-law.module';
12 12

  
13 13
import {BottomModule} from './openaireLibrary/sharedComponents/bottom.module';
14
import {FeedbackModule} from './openaireLibrary/sharedComponents/feedback/feedback.module';
15 14
import { EnvironmentSpecificResolver} from './openaireLibrary/utils/properties/environmentSpecificResolver';
16 15
//import { EnvironmentSpecificService, REQUEST_TOKEN} from './openaireLibrary/utils/properties/environment-specific.service';
17 16

  
......
29 28
    CommonModule,
30 29
    HttpClientModule,
31 30
    ErrorModule,
32
    NavigationBarModule, FeedbackModule, BottomModule,
31
    NavigationBarModule, BottomModule,
33 32
    CookieLawModule,
34 33
    BrowserModule.withServerTransition({appId: 'my-app'}),
35 34
    AppRoutingModule,
modules/uoa-services-portal/trunk/explore/src/app/app.component.ts
24 24
        <router-outlet></router-outlet>
25 25
      </main>
26 26
    </div>
27
    <feedback *ngIf="isClient && properties && properties.environment === 'production'" portalName="Explore" [feedbackmail]=feedbackmail></feedback>
28 27
    <cookie-law *ngIf="isClient" position="bottom">
29 28
      OpenAIRE uses cookies in order to function properly.<br>
30 29
      Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing
modules/uoa-services-portal/trunk/explore/src/assets/env-properties.json
35 35
  "piwikSiteId" : "6",
36 36
  "loginUrl" :"http://dl170.madgik.di.uoa.gr:8180/dnet-login/openid_connect_login",
37 37

  
38
  "userInfoUrl" : "http://dl170.madgik.di.uoa.gr:8180/dnet-openaire-users-1.0.0-SNAPSHOT/api/users/getUserInfo?accessToken=",
38
  "userInfoUrl" : "http://scoobydoo.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/api/users/getUserInfo?accessToken=",
39 39

  
40 40
  "logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
41 41

  
modules/uoa-services-portal/trunk/explore/src/sitemaps/publicationSitemap.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3

  
4
   <url>
5
      <loc><![CDATA[https://explore.openaire.eu/search/find/publications]]></loc>
6
      <changefreq>daily</changefreq>
7
      <priority>0.9</priority>
8
   </url>
9

  
10
   <url>
11
      <loc><![CDATA[https://explore.openaire.eu/search/advanced/publications]]></loc>
12
      <changefreq>daily</changefreq>
13
      <priority>0.8</priority>
14
   </url>
15

  
16
</urlset>
modules/uoa-services-portal/trunk/explore/src/index.html
59 59
       <!-- <script src="assets/common-assets/jquery/jquery.min.js" type="text/javascript"></script> -->
60 60
       <script  src="assets/common-assets/common/jquery.js"></script>
61 61
       <script  src="assets/common-assets/citeproc.js"></script>
62
     <script  src="assets/common-assets/common/uikit.min.js?v=1"></script>
63
     <script src="assets/common-assets/common/uikit-icons.min.js?v=1"></script>
62
     <script  src="assets/common-assets/common/uikit.min.js?v=3"></script>
63
     <script src="assets/common-assets/common/uikit-icons.min.js?v=3"></script>
64 64

  
65 65
<script>
66 66
$(document).ready(function(){
67 67
  console.log("Is ready - load uikit ***")
68
  $.getScript("assets/common-assets/common/uikit.min.js?v=1");
69
  $.getScript("assets/common-assets/common/uikit-icons.min.js?v=1");
68
  $.getScript("assets/common-assets/common/uikit.min.js?v=3");
69
  $.getScript("assets/common-assets/common/uikit-icons.min.js?v=3");
70 70
    $.getScript("//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-559d24521cd8c080");
71 71
});
72 72

  
73 73
</script>
74 74

  
75 75

  
76
      <link rel="stylesheet" href="assets/common-assets/common/theme.css?v=1">
77
      <link rel="stylesheet" href="assets/common-assets/common/custom.css?v=1">
78
      <link rel="stylesheet" href="assets/common-assets/library.css?v=1">
79
      <link rel="stylesheet" href="assets/explore-custom.css?v=1">
76
      <link rel="stylesheet" href="assets/common-assets/common/theme.css?v=3">
77
      <link rel="stylesheet" href="assets/common-assets/common/custom.css?v=3">
78
      <link rel="stylesheet" href="assets/common-assets/library.css?v=5">
79
      <link rel="stylesheet" href="assets/explore-custom.css?v=5">
80 80

  
81 81

  
82 82

  
modules/uoa-services-portal/trunk/explore/deploy/beta-properties.json
91 91
  "showLastIndexInformationLink" : false,
92 92
  "widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
93 93
  "claimsInformationLink": "https://beta.openaire.eu/linking",
94
  "lastIndexUpdate": "2019-05-16",
94
  "lastIndexUpdate": "2019-11-01",
95 95
  "indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
96 96

  
97 97
  "depositLearnHowPage": "/participate/deposit/learn-how",

Also available in: Unified diff