Project

General

Profile

« Previous | Next » 

Revision 53259

Use production API urls
Use production urls in main menu and links in home page
Add google verification code
Correct sitemap (also comment orp/software)

View differences:

modules/uoa-services-portal/trunk/production-portal/explore-production-properties.json
2 2
  "enablePiwikTrack" : true,
3 3
  "enableHelper" : true,
4 4
  "useCache" : true,
5
  "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",
6
  "framesAPIURL" : "https://beta.openaire.eu/stats3/",
5
  "metricsAPIURL" : "https://services.openaire.eu/usagestats/",
6
  "framesAPIURL" : "https://www.openaire.eu/stats3/",
7 7
  "statisticsAPIURL" : "https://beta.services.openaire.eu/stats-api/",
8
  "statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
9
  "claimsAPIURL" : "https://beta.services.openaire.eu/claims/rest/claimsService/",
8
  "statisticsFrameAPIURL":"https://www.openaire.eu/stats/",
9
  "claimsAPIURL" : "https://services.openaire.eu/claims/rest/claimsService/",
10 10
  "searchAPIURLLAst"     : "https://services.openaire.eu/search/v2/api/",
11 11
  "searchResourcesAPIURL"     : "https://services.openaire.eu/search/v2/api/resources",
12 12
  "csvAPIURL" : "https://services.openaire.eu/search/v2/api/reports",
......
31 31

  
32 32
  "piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
33 33
  "piwikSiteId" : "109",
34
  "loginUrl" :"https://beta.services.openaire.eu/uoa-user-management/openid_connect_login",
34
  "loginUrl" :"https://services.openaire.eu/uoa-user-management/openid_connect_login",
35 35

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

  
38
  "logoutOpenaireUrl" :"http://dl067.madgik.di.uoa.gr/idp/profile/Logout",
39

  
40 38
  "cookieDomain" :".openaire.eu",
41 39

  
42 40
  "feedbackmail" :"openaire.test@gmail.com",
43 41

  
44
  "helperPageUrl" :"http://scoobydoo.di.uoa.gr:16000/api/page/route",
45

  
46 42
  "cacheUrl" :"https://explore.openaire.eu/cache/get?url=",
47 43

  
48 44
  "datasourcesAPI": "https://services.openaire.eu/openaire/ds/search/",
49 45

  
50
  "adminToolsAPIURL" :"https://beta.services.openaire.eu/uoa-admin-tools/",
46
  "adminToolsAPIURL" :"https://services.openaire.eu/uoa-admin-tools/",
51 47

  
52 48
  "adminToolsCommunity" :"openaire",
53 49
  "contextsAPI":"https://services.openaire.eu/openaire/context",
modules/uoa-services-portal/trunk/production-portal/src/app/app.component.ts
66 66
    },
67 67
    {
68 68
    rootItem: new MenuItem("datasources","Content Providers","","",false,["datasource"],[],{}),
69
    items: [new MenuItem("","Data Policies","https://beta.openaire.eu/oa-policies-mandates","",false,["datasource"],[""],{}),
69
    items: [//new MenuItem("","Data Policies","https://openaire.eu/oa-policies-mandates","",false,["datasource"],[""],{}),
70 70
    new MenuItem("","Repositories","","/search/content-providers",false,["datasource"],["/search/content-providers"],{}),
71 71
    new MenuItem("","Journals","","/search/journals",false,["datasource"],["/search/journals"],{}),
72 72
    new MenuItem("","Registries","","/search/entity-registries",false,["datasource"],["/search/entity-registries"],{}),
......
74 74
    }
75 75
];
76 76
bottomMenuItems =[
77
                new MenuItem("","About","https://beta.openaire.eu/project-factsheets","",false,[],[],{}),
78
                new MenuItem("","News - Events","https://beta.openaire.eu/news-events","",false,[],[],{}),
79
                new MenuItem("","Blog","https://blogs.openaire.eu/","",false,[],[],{}),
80
                new MenuItem("","Contact us","https://beta.openaire.eu/contact-us","",false,[],[],{})
81
              ];
77
                new MenuItem("","About","https://www.openaire.eu/about","",false,[],[],{}),
78
                new MenuItem("","Services","http://catalogue.openaire.eu","",false,[],[],{}),
79
                new MenuItem("","Support","https://www.openaire.eu/support","",false,[],[],{}),
80
                new MenuItem("","News","https://www.openaire.eu/news","",false,[],[],{}),
81
                new MenuItem("","Documents","https://www.openaire.eu/documents","",false,[],[],{}),
82
               ];
83

  
84

  
85

  
82 86
  feedbackmail:string
83 87
   properties:EnvProperties;
84 88
   constructor(  private  route: ActivatedRoute, private propertiesService:EnvironmentSpecificService) {
......
90 94
       try{
91 95
         this.isClient = true;
92 96
         if(Session.isPortalAdministrator()){
93
           this.userMenuItems.push(new MenuItem("","Manage helptexts","https://beta.admin.connect.openaire.eu/dashboard?communityId=openaire","",true,[],[],{}))
97
           this.userMenuItems.push(new MenuItem("","Manage helptexts","https://admin.explore.openaire.eu/dashboard?communityId=openaire","",true,[],[],{}))
94 98
         }
95 99
       }catch (e) {
96 100
       }
modules/uoa-services-portal/trunk/production-portal/src/app/home/home.component.html
71 71
                        </a>
72 72
                        <div class="uk-card-body">
73 73
                            <p>Search for
74
                               publications-data-software and other research artefacts. See how these
74
                               publications, datasets, software and other research products. See how these
75 75
                               are linked together and how they are linked to funding and
76 76
                               organizations.</p>
77 77
                               <p>View statistics on projects and institutions.</p>
......
191 191
   </div>
192 192
</div>
193 193

  
194
<div class="uk-section-default uk-section">
194
<!--div class="uk-section-default uk-section">
195 195
   <div class="uk-container">
196 196
      <div class="uk-grid-small uk-margin-medium uk-grid" uk-grid="">
197 197
         <div class="uk-width-expand@m uk-first-column">
198 198
            <h3 class="uk-margin-small uk-h3 uk-heading-line uk-text-primary">
199 199
               <span>New content providers</span>
200 200
            </h3>
201
            <div class="uk-margin-remove-vertical uk-grid-match uk-child-width-1-1 uk-child-width-1-1@m uk-child-width-1-1@l uk-child-width-1-1@xl uk-grid-small uk-grid-divider uk-grid uk-grid-stack" uk-grid="">
201
            <div class="uk-margin-remove-vertical uk-grid-match uk-child-width-1-1 uk-child-width-1-1@m uk-child-width-1-1@l uk-child-width-1-1@xl uk-grid-small uk-grid-divider uk-grid uk-grid-stack" uk-grid=""-->
202 202
              <!-- <errorMessages [status]="[fetchDataproviders.searchUtils.status]" [type]="'content providers'"></errorMessages>
203 203

  
204 204
              <div *ngIf="fetchDataproviders.searchUtils.totalResults > 0">
......
259 259
                 </ul>
260 260

  
261 261
              </div> -->
262
               <div class="uk-first-column">
262
               <!--div class="uk-first-column">
263 263
                  <div class="el-item uk-panel">
264 264
                     <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom">
265 265
                        Aaltodoc Publication Archive
......
312 312
                        Ministry of Education, Science and Technological Development of Republic of Serbia
313 313
                     </h6>
314 314
                     <div class="el-meta uk-margin uk-text-meta">Serbia</div>
315
                     <div class="el-content uk-margin">7.942 publicatios</div>
315
                     <div class="el-content uk-margin">7.942 publications</div>
316 316
                  </div>
317 317
               </div>
318 318
            </div>
......
328 328
                <li class="el-item">
329 329
                   <h3 class="el-title uk-h3 uk-margin-remove">Data acquisition</h3>
330 330
                   <div class="el-content">
331
                      <a href="/www.cnn.com">How we retrieve data, how often, what processes it goes through (aggregating cleaning, trasnforming, inferring, de-duplicating), what are the quality checks&nbsp;along all&nbsp; data processing stages.</a>
331
                      <a href="/www.cnn.com">How we retrieve data, how often, what processes it goes through (aggregating cleaning, transforming, inferring, de-duplicating), what are the quality checks&nbsp;along all&nbsp; data processing stages.</a>
332 332
                   </div>
333 333
                </li>
334 334
                <li class="el-item">
......
349 349
         </div>
350 350
      </div>
351 351
   </div>
352
</div>
352
</div-->
353 353
<div class="uk-section-default" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
354 354
  <div class="mainPageBottomInfo uk-background-norepeat uk-background-cover uk-background-center-center uk-section uk-section-small ">
355 355
    <div class="uk-container">
......
362 362
                  Join OpenAIRE, use our tools and make your content more visible around the world.
363 363
               </div>
364 364
               <div id="page#37" class=" uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
365
                  <a class="providelink el-content  uk-button uk-button-default uk-button-small" href="https://beta.provide.openaire.eu" target="_blank" style="">
365
                  <a class="providelink el-content  uk-button uk-button-default uk-button-small" href="https://provide.openaire.eu" target="_blank" style="">
366 366
                  OpenAIRE.PROVIDE
367 367
                  </a>
368 368
               </div>
......
388 388
                  Use a trusted partner to share, link, disseminate and monitor your research.
389 389
               </div>
390 390
               <div id="page#45" class="  uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
391
                  <a class="connectlink el-content uk-button uk-button-default uk-button-small" href="https://beta.connect.openaire.eu" target="_blank">
391
                  <a class="connectlink el-content uk-button uk-button-default uk-button-small" href="https://connect.openaire.eu" target="_blank">
392 392
                  OpenAIRE.CONNECT
393 393
                  </a>
394 394
               </div>
modules/uoa-services-portal/trunk/production-portal/src/assets/sitemap.xml
25 25
      <changefreq>weekly</changefreq>
26 26
      <priority>0.5</priority>
27 27
   </url>
28
   <url>
28
   <!--url>
29 29
      <loc><![CDATA[https://explore.openaire.eu/search/find/software]]></loc>
30 30
      <changefreq>weekly</changefreq>
31 31
      <priority>0.5</priority>
......
34 34
      <loc><![CDATA[https://explore.openaire.eu/search/find/other]]></loc>
35 35
      <changefreq>weekly</changefreq>
36 36
      <priority>0.5</priority>
37
   </url>
37
   </url-->
38 38
   <url>
39 39
      <loc><![CDATA[https://explore.openaire.eu/search/find/projects]]></loc>
40 40
      <changefreq>weekly</changefreq>
......
60 60
      <changefreq>weekly</changefreq>
61 61
      <priority>0.5</priority>
62 62
   </url>
63
   <url>
63
   <!--url>
64 64
      <loc><![CDATA[https://explore.openaire.eu/search/advanced/software]]></loc>
65 65
      <changefreq>weekly</changefreq>
66 66
      <priority>0.5</priority>
......
69 69
      <loc><![CDATA[https://explore.openaire.eu/search/advanced/other]]></loc>
70 70
      <changefreq>weekly</changefreq>
71 71
      <priority>0.5</priority>
72
   </url>
72
   </url-->
73 73
   <url>
74 74
      <loc><![CDATA[https://explore.openaire.eu/search/advanced/projects]]></loc>
75 75
      <changefreq>weekly</changefreq>
......
96 96
      <priority>0.5</priority>
97 97
   </url>
98 98
   <url>
99
      <loc>![CDATA[https://explore.openaire.eu/participate/deposit-publications]</loc>
99
      <loc><![CDATA[https://explore.openaire.eu/participate/deposit-publications]]></loc>
100 100
      <changefreq>weekly</changefreq>
101 101
      <priority>0.5</priority>
102 102
   </url>
103 103
   <url>
104
      <loc>![CDATA[https://explore.openaire.eu/participate/deposit-datasets]</loc>
104
      <loc><![CDATA[https://explore.openaire.eu/participate/deposit-datasets]]></loc>
105 105
      <changefreq>weekly</changefreq>
106 106
      <priority>0.5</priority>
107 107
   </url>
modules/uoa-services-portal/trunk/production-portal/src/assets/env-properties.json
2 2
  "enablePiwikTrack" : false,
3 3
  "enableHelper" : true,
4 4
  "useCache" : true,
5
  "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",
5
  "metricsAPIURL" : "https://services.openaire.eu/usagestats/",
6 6
  "framesAPIURL" : "https://beta.openaire.eu/stats3/",
7 7
  "statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/",
8 8
  "statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
......
29 29
  "helpdesk" : "https://www.openaire.eu/support/helpdesk",
30 30
  "uploadService" : "http://scoobydoo.di.uoa.gr:8000/upload",
31 31

  
32
  "vocabulariesAPI" :"https://beta.services.openaire.eu/provision/mvc/vocabularies/",
32
  "vocabulariesAPI" :"https://services.openaire.eu/provision/mvc/vocabularies/",
33 33

  
34 34
  "piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
35 35
  "piwikSiteId" : "6",
......
38 38

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

  
41
  "logoutOpenaireUrl" :"http://dl067.madgik.di.uoa.gr/idp/profile/Logout",
42

  
43 41
  "cookieDomain" :".di.uoa.gr",
44 42

  
45 43
  "feedbackmail" :"openaire.test@gmail.com",
modules/uoa-services-portal/trunk/production-portal/src/assets/explore-custom.css
47 47
  font-weight: 600;
48 48
}
49 49
.connectlink{
50
  text-transform: none !important;
50 51
  background-color: #ffc800 !important;
51 52
  font-weight: 600;
52 53
  color: #fff !important;
53 54
}
54 55
.monitorlink{
56
  text-transform: none !important;
55 57
  background-color: #8bcc00 !important;
56 58
  font-weight: 600;
57 59
  color: #fff !important;
modules/uoa-services-portal/trunk/production-portal/src/index.html
20 20
      <meta property="og:image:type" content="image/png" />
21 21
      <meta property="og:image:width" content="360" />
22 22
      <meta property="og:image:height" content="359" />
23

  
23
      <meta name="google-site-verification" content="rZ-58gIX8IqzBte6Qv4J5yY9aSiDP15Dfc1Yr9yezqE" />
24 24
      <link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png">
25 25
      <link rel="apple-touch-icon" sizes="60x60" href="assets/common-assets/logo/apple-icon-60x60.png">
26 26
      <link rel="apple-touch-icon" sizes="72x72" href="assets/common-assets/logo/apple-icon-72x72.png">
......
64 64
  console.log("Is ready - load uikit ***")
65 65
    $.getScript("assets/common-assets/common/uikit.js");
66 66
    $.getScript("assets/common-assets/common/uikit-icons-max.js");
67
    $.getScript("//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-559d24521cd8c080");
67 68
});
68 69

  
69 70
</script>
70
<script>
71
  var logoutClicked = function(){
72
    console.log("jqery logout!");
73
    // no
74
    // $("#logout1").load("https://dl067.madgik.di.uoa.gr/idp/profile/Logout");
75
    //yes
76
    // window.open('https://dl067.madgik.di.uoa.gr/idp/profile/Logout','_blank','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,visible=none', '');
77 71

  
78
    // no
79
    var xmlHttp = null;
80 72

  
81
    xmlHttp = new XMLHttpRequest();
82
    xmlHttp.open( "GET", "https://dl067.madgik.di.uoa.gr/idp/profile/Logout", true );
83
    xmlHttp.send( null );
84

  
85
   };
86

  
87
</script>
88
       <!-- <script  src="assets/common-assets/common/uikit.js"></script> -->
89
       <!-- <script src="assets/common-assets/common/uikit-icons-max.js"></script> -->
90

  
91

  
92 73
      <link rel="stylesheet" href="assets/common-assets/common/theme.css">
93 74
      <link rel="stylesheet" href="assets/common-assets/common/custom.css">
94 75
      <link rel="stylesheet" href="assets/common-assets/library.css">
modules/uoa-services-portal/trunk/production-portal/static.paths.ts
1 1
export const ROUTES = [
2 2
  '/',
3
  '/lazy',
4
  '/home',
5
  '/search/publication','/search/project','/search/dataset','/search/dataprovider','/search/organization',
6
  '/search/find',
7
  '/search/person','/search/publication','/search/project','/search/dataset','/search/dataprovider','/search/organization',
8
  '/search/find/people','/search/find/publications','/search/find/projects','/search/find/datasets','/search/find/dataproviders','/search/find/organizations',
9
  '/search/advanced/people','/search/advanced/publications','/search/advanced/projects','/search/advanced/datasets','/search/advanced/dataproviders','/search/advanced/organizations',
3
  '/search/find/publications','/search/find/projects','/search/find/datasets','/search/find/dataproviders','/search/find/organizations',
4
  '/search/advanced/publications','/search/advanced/projects','/search/advanced/datasets','/search/advanced/dataproviders','/search/advanced/organizations',
10 5
  '/participate/deposit-publications','/participate/deposit-datasets','/participate/deposit-publications-result','/participate/deposit-datasets-result','/participate/deposit-subject-result',
11 6
  '/search/content-providers','/search/content-providers-table','/search/entity-registries','/search/entity-registries-table','/search/journals','/search/journals-table',
12 7
  '/project-report','/claims','/myclaims','/participate/claim','/participate/direct-claim','/claims-project-manager',
13 8
  '/test','/user-info',
9
  '/search/publication','/search/project','/search/dataset','/search/dataprovider','/search/organization','search/other','search/software',
10
  '/search/find',
14 11
  '/error', '/*path'
15 12
];

Also available in: Unified diff