Project

General

Profile

« Previous | Next » 

Revision 50197

Changed the landing page to a new one

View differences:

modules/uoa-repository-manager-gui/trunk/src/main/java/eu/dnetlib/repo/manager/client/browsehistory/BrowseHistoryWidget.java
83 83

  
84 84
        super();
85 85

  
86
        HTML title = new HTML("<h1 class=\"uk-article-title\">Browse validation history</h1>");
86
        HTML title = new HTML("<h1 class=\"uk-article-title\">Previous validations</h1>");
87 87
        title.addStyleName("uk-margin-medium-bottom");
88 88
        contentPanel.add(title);
89 89

  
......
633 633
        String contents = "<div class=\"uk-overflow-auto uk-scrollspy-inview uk-animation-slide-top-medium uk-margin-top uk-margin-bottom\">" +
634 634
                "<table class=\"uk-table uk-table-middle jobs-list\"><thead>" +
635 635
                "<tr>" +
636
                "<th class=\"\">Repository</th>" +
636 637
                "<th class=\"\">Validation Type</th>" +
637 638
                "<th class=\"\">Status</th>" +
638 639
                "<th class=\"\">Score</th>" +
639 640
//                "<th class=\"header\">User</th>" +
640 641
                "<th class=\"\">Started</th>" +
641 642
//                "<th class=\"header\">Duration</th>" +
642
                "<th class=\"\">Repository</th>" +
643 643
                "<th class=\"\">Guidelines</th>" +
644 644
                "<th class=\"\">Actions</th>" +
645 645
                "<th class=\"\"></th>" +
......
666 666
                if(storedJob.getValidationType().equals("CU")) {
667 667

  
668 668
                    contents += "<tr class=\"el-item " + parity + "\">" +
669
                            "<td class=\"uk-table-shrink\" rowspan=\"2\"><div class=\"el-title\">" + storedJob.getBaseUrl() + "</div></td>" +
669 670
                            "<td class=\"uk-table-shrink\"><div class=\"el-title\">OAI Content</div></td>" +
670 671
                            "<td class=\"uk-table-shrink\"><div class=\"el-title\">" + storedJob.getContentJobStatus() + "</div></td>" +
671 672
                            "<td class=\"uk-table-shrink\"><div class=\"el-title\">" + storedJob.getContentJobScore() + "</div></td>" +
672 673
//                            "<td rowspan=\"2\"><div class=\"user\">" + storedJob.getUserEmail() + "</div></td>" +
673 674
                            "<td class=\"uk-table-shrink\" rowspan=\"2\"><div class=\"el-title\">" + storedJob.getStarted() + "</div></td>" +
674 675
//                            "<td rowspan=\"2\"><div class=\"duration\">" + storedJob.getDuration() + "</div></td>" +
675
                            "<td class=\"uk-table-shrink\" rowspan=\"2\"><div class=\"el-title\">" + storedJob.getBaseUrl() + "</div></td>" +
676 676
                            "<td class=\"uk-table-shrink\" rowspan=\"2\"><div class=\"el-title\">" + storedJob.getGuidelinesShortName() + "</div></td>";
677 677

  
678 678

  
modules/uoa-repository-manager-gui/trunk/src/main/webapp/RepositoryManager.css
910 910
  margin-bottom: 0px;
911 911
}
912 912

  
913
.jobs-list.uk-table-middle, .jobs-list.uk-table-middle td {
914
  vertical-align: top !important;
915
}
916

  
917
.jobs-list.uk-table td {
918
  padding: 3px 6px 0px 6px;
919
}
920

  
921

  
922

  
913 923
/**********************************************/
914 924

  
915 925
.chart {
......
1285 1295

  
1286 1296
/********************************/
1287 1297

  
1298
#page\#6 {
1299
  font-weight: 700 !important;
1300
  color: #28beFF !important;
1301
  color: #008ec5 !important;
1302
  color: #17A6F6 !important;
1303
}
1288 1304

  
1305
#page\#7 {
1306
  color: #19116D !important;
1307
  font-size: 28px !important;
1308
  font-weight: normal !important;
1309
}
1310

  
1311
#page\#12 {
1312
  font-weight: 300 !important;
1313
}
1314

  
1315

  
1289 1316
#page\#4 {
1290 1317
  font-weight: 400 !important;
1291 1318
}
1292 1319

  
1293

  
1294

  
1295
#page\#34 .el-content {
1320
#page\#37 .el-title {
1321
  height: 3em;
1322
  line-height: 1.5em;
1323
  overflow: hidden;
1324
}
1325
#page\#37 .el-content {
1326
  height: 7.5em;
1327
  line-height: 1.5em;
1328
  overflow: hidden;
1329
}
1330
#page\#37 a.uk-button-default {
1296 1331
  text-transform: none !important;
1332
  font-weight: 400;
1333
  color: #f25f30;
1334
}
1335
#page\#37 a.uk-button-default:hover {
1336
  background: #f25f30 !important;
1297 1337
  color: #fff !important;
1298
  background: #f25f30 !important;
1299
  font-weight: 600;
1300 1338
}
1301 1339

  
1302
#page\#38 .el-content {
1303
  background-color: #8bcc00 !important;
1304
  font-weight: 600;
1340

  
1341
#page\#39 .el-title {
1342
  height: 3em;
1343
  line-height: 1.5em;
1344
  overflow: hidden;
1305 1345
}
1306
#page\#38 .el-content {
1346
#page\#39 .el-content {
1347
  height: 7.5em;
1348
  line-height: 1.5em;
1349
  overflow: hidden;
1350
}
1351
#page\#39 a.uk-button-default {
1307 1352
  text-transform: none !important;
1353
  font-weight: 400;
1354
  color: #68A704;
1355
}
1356
#page\#39 a.uk-button-default:hover {
1357
  background: #68A704 !important;
1308 1358
  color: #fff !important;
1309 1359
}
1310 1360

  
1311
#page\#42 .el-content {
1312
  background-color: #ffc800 !important;
1313
  font-weight: 600;
1361

  
1362
#page\#41 .el-title {
1363
  height: 3em;
1364
  line-height: 1.5em;
1365
  overflow: hidden;
1314 1366
}
1315
#page\#42 .el-content {
1367
#page\#41 .el-content {
1368
  height: 7.5em;
1369
  line-height: 1.5em;
1370
  overflow: hidden;
1371
}
1372
#page\#41 a.uk-button-default {
1316 1373
  text-transform: none !important;
1374
  font-weight: 400;
1375
  color: #ffc800;
1376
}
1377
#page\#41 a.uk-button-default:hover {
1378
  background: #ffc800 !important;
1317 1379
  color: #fff !important;
1318 1380
}
1319 1381

  
1320
#page\#46 .el-content {
1382

  
1383
#page\#43 .el-title {
1384
  height: 3em;
1385
  line-height: 1.5em;
1386
  overflow: hidden;
1387
}
1388
#page\#43 .el-content {
1389
  height: 7.5em;
1390
  line-height: 1.5em;
1391
  overflow: hidden;
1392
}
1393
#page\#43 a.uk-button-default {
1321 1394
  text-transform: none !important;
1395
  font-weight: 400;
1396
  color: #d13f96;
1397
}
1398
#page\#43 a.uk-button-default:hover {
1399
  background: #d13f96 !important;
1322 1400
  color: #fff !important;
1323
  background: #d13f96;
1324
  font-weight: 600;
1325 1401
}
1402

  
1403

  
1404

  
1405

  
1406

  
1407

  
1408
/*#page\#34 .el-content {*/
1409
  /*text-transform: none !important;*/
1410
  /*color: #fff !important;*/
1411
  /*background: #f25f30 !important;*/
1412
  /*font-weight: 600;*/
1413
/*}*/
1414

  
1415
/*#page\#38 .el-content {*/
1416
  /*background-color: #8bcc00 !important;*/
1417
  /*font-weight: 600;*/
1418
/*}*/
1419
/*#page\#38 .el-content {*/
1420
  /*text-transform: none !important;*/
1421
  /*color: #fff !important;*/
1422
/*}*/
1423

  
1424
/*#page\#42 .el-content {*/
1425
  /*background-color: #ffc800 !important;*/
1426
  /*font-weight: 600;*/
1427
/*}*/
1428
/*#page\#42 .el-content {*/
1429
  /*text-transform: none !important;*/
1430
  /*color: #fff !important;*/
1431
/*}*/
1432

  
1433
/*#page\#46 .el-content {*/
1434
  /*text-transform: none !important;*/
1435
  /*color: #fff !important;*/
1436
  /*background: #d13f96;*/
1437
  /*font-weight: 600;*/
1438
/*}*/
modules/uoa-repository-manager-gui/trunk/src/main/webapp/css/custom.css
4 4
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
5 5
@import url('https://fonts.googleapis.com/css?family=Lora');
6 6
@import url('https://fonts.googleapis.com/css?family=Raleway|Raleway+Dots');
7
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
8
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
9
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic-ext,greek-ext,latin-ext');
7 10

  
11

  
8 12
body {
9 13
font-family: 'Open Sans', sans-serif!important;
10 14
font-family: Raleway, sans-serif!important;
11
font-weight:400!important;
15
/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;*/
16
font-size: 14px;
17
font-weight:normal!important;
18
}
12 19

  
13
}
14
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3 {
20
h1, .uk-h1, .wk-h1, h2, .uk-h2, .wk-h2, h3, .uk-h3, .wk-h2 {
15 21
 font-family: 'Open Sans', sans-serif !important;
16 22
 text-transform:none!important;
17
 font-weight:300;
23
 font-weight:300!important;
18 24
}
19
h4, .uk-h4, h5, .uk-h5 {
25
h4, .uk-h4, .wk-h4, h5, .uk-h5, .wk-h5 {
20 26
 font-family: 'Open Sans', sans-serif !important;
21 27
 font-weight:bold;
22 28
}
23 29
	
24
h6, .uk-h6 {
30
h6, .uk-h6, .wk-h6 {
25 31
 font-family: 'Open Sans', sans-serif !important;
26 32
 font-weight: normal;
27 33
}
28
h2, .uk-h2 {
34
h2, .uk-h2, .wk-h2 {
29 35
	font-size:36px;
30 36
}
37
h3, .uk-h3, .wk-h3 {
38
	font-size:26px;
39
}
40
@media(min-width:640px){.uk-heading-hero{font-size:4rem;line-height:1}}
41
@media(min-width:960px){.uk-heading-hero{font-size:6rem;line-height:1}}
31 42

  
43
/* support plain widgetkits */
44
.wk-h1{font-size:54px;line-height:1.2}
45
.wk-h3{font-size:22px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase}
46
.wk-h4{font-size:16px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase!important}
47
.wk-h5{font-size:14px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase}
48
.wk-h6{font-size:13px;line-height:1.4;font-family:'Open Sans';font-weight:300;text-transform:uppercase}
49
.img-fulltext-none {
50
   text-align: center;
51
   margin-bottom: 10px;
52
}
53
.img-fulltext-left {
54
   float: left;
55
   margin-right: 10px;
56
}
57
.img-fulltext-right {
58
   float: right;
59
   margin-left: 10px;
60
}
61

  
62
.wk-tab>li {font-family: 'Roboto', sans-serif!important;}
63
.wk-panel { }
64

  
65
.dark_overlay .wk-overlay-active :not(.wk-active)>.wk-overlay-panel:not(.wk-ignore),
66
.dark_overlay .wk-overlay-active :not(.wk-active)>.wk-overlay-panel:not(.wk-ignore), 
67
.dark_overlay .wk-overlay-hover:not(:hover):not(.wk-hover) .wk-overlay-panel:not(.wk-ignore),
68
.dark_overlay .wk-overlay-background{background:rgba(100,100,100,.6);}
69
 
70
/* service pages */
71
.service-button .wk-dotnav>li>a, 
72
.service-button .wk-icon-button, .service-button .wk-list>li>a, .service-button .wk-nav ul>li>a, .service-button .wk-nav>li>a, 
73
.service-button .wk-overlay, .service-button .wk-slidenav {}
74

  
75
.service-button > .wk-subnav>li>a{
76
	border: 1px solid #9c9c9c!important;
77
	border-radius: 0px!important;
78

  
79
}
80
.service-button .wk-subnav-pill>*>:hover {
81
    border: 1px solid #213BAA!important;    
82
    color:#213BAA!important;    
83
    text-decoration: none;
84
    outline: 0;
85
    box-shadow: none!important;
86
    background:none;
87
}
88
.service-button .wk-subnav-pill>*>:focus,
89
 {
90
    color: #fff!important;
91
}
92
.service-button .wk-subnav-pill>.wk-active>*
93
 {
94
    background: #213BAA;
95
    border: 1px solid #213BAA!important;    
96
    color: #fff!important;
97
    box-shadow: none;
98
}
99
.service-button .wk-panel-box-primary {background:none!important;}
100
.service-button .wk-panel-box {
101
    padding: 20px;
102
   background: #fff;
103
    /* border: 1px solid #e5e5e5; */
104
    border: none!important;
105
    border-radius: 0px;
106
    background: #fff;
107
    color: #767779;
108
    color: rgb(108, 109, 116);
109
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px;
110
    background: rgb(255, 255, 255)!important;
111
}
112

  
113
.uk-button-default:focus, .uk-button-default:hover {color:#fff;}
114
.btn-info, .btn-primary, .uk-button-primary { 
115
    /*provide*/
116
background: #17A6F6!important;
117
}
118
.btn-info:focus, .btn-info:hover, .btn-primary:focus, .btn-primary:hover, 
119
.uk-button-primary:focus, .uk-button-primary:hover {
120

  
121
 	/*provide*/
122
	background-color: #28beFF!important;
123
}
124

  
32 125
a, .uk-link {
33 126
	color: #2D72D6;
34 127
}
......
36 129
color: #D53B23;
37 130
}
38 131

  
39
.uk-badge, .badge, a.badge { border-radius: 2px;}
132
/*.uk-badge, .badge, a.badge { border-radius: 2px;}*/
133
.uk-button-secondary {
134
    background-color: transparent;
135
    
136
    border-radius:0px;
40 137

  
138
    /*provide*/
139
    border:1px solid #17A6F6!important;
140
}
41 141

  
142
.uk-button-secondary:hover {
143
    
144
     /*provide*/
145
    border:1px solid #17A6F6!important;
146
    background-color:#17A6F6!important;
147
   
148
    
149
}
150
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
151
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover {
152

  
153
 	/*provide*/
154
    border:1px solid #17A6F6!important;
155
    background-color:#f9f9f9!important;
156
    color:#1B92F4!important;
157
}
158
ol.big-numbers-list{
159
 margin-left: 0;
160
    padding-right: 0;
161
    padding-left:0;
162
    list-style-type: none;
163
}
164
ol.big-numbers-list li {
165
    counter-increment: step-counter;
166
    padding-bottom:20px;
167

  
168
}
169
ol.big-numbers-list li::before {
170
    content: counter(step-counter);
171
    margin-right: 5px;
172
    text-align: center; 
173

  
174
    font-size: 100%;
175
    vertical-align: middle;
176
    /*background-color: #192699;
177
    border-radius: 2px;
178
    */
179
    color: #192699;
180
    border-radius:50%;
181
    -moz-border-radius:50%;
182
    -webkit-border-radius:50%;
183
    border: 1px solid #192699;
184

  
185

  
186
        /* 
187
    border: 1px solid #192699;
188
    color: #192699;
189
    border-radius: 12px;
190
	*/
191

  
192
    font-weight: normal;
193
    padding: 2px 8px 4px 8px;
194
}
195
.badge-important {
196
	padding: 2px 5px!important;
197
}
198

  
42 199
.hero_to_top  {
43 200
}
44 201
.image-front-topbar {
......
50 207
}
51 208

  
52 209
.tm-toolbar {
53
border-top: 5px solid rgb(40, 190, 255);
54 210
position:relative;
55 211
color: #fff;
56 212
padding-top: 0px;
......
58 214
background:rgba(255,255,255, 0.0);
59 215
z-index:10000;
60 216
/*background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url(/images/toolbar_bg.png);*/
217
/*provide*/
218
border-top: 5px solid #28beFF;
219
}
61 220

  
62
}
63 221
.tm-toolbar .forimage {
64 222
background:rgba(255,255,255, 0.4);
65 223
}
......
78 236
}
79 237
.inner {
80 238
 left:0px;
81
 background-color: rgb(40, 190, 255);
82
 margin-top:-5px;
239
  margin-top:-5px;
240

  
241
 /*provide*/
242
 background-color: #28beFF;
243

  
83 244
}
84 245
.tm-toolbar .uk-container {
85 246
padding-right:0px;
86 247
}
87 248

  
88
.tm-toolbar ul.uk-subnav.uk-subnav-line{
249
.tm-toolbar ul.uk-subnav.uk-subnav-line,
250
.tm-toolbar ul.uk-subnav{
89 251
 margin-top:-10px;
90
  background-color: rgb(40, 190, 255);
91
  padding:10px 10px  0px 0px;
92
  transform: skew(25deg);
252
 padding:10px 10px  0px 0px;
253
  -ms-transform: skew(25deg);
254
  -webkit-transform: skew(25deg);
255
  transform: skew(25deg);  
93 256
  margin-right:10px;
257

  
258
  /*provide*/
259
 background-color: #28beFF;
260

  
94 261
}
95 262

  
96
.tm-toolbar .uk-subnav-line li {
263
.tm-toolbar .uk-subnav-line li,
264
.tm-toolbar .uk-subnav li
265
{
97 266
  padding:5px 25px 5px 25px;
98 267
  /*transition: background 0.2s;*/
99 268
  /*  display:inline-block;*/
100 269
  font-family:Roboto!important;
101
  font-weight:900!important;
270
  font-weight:bold!important;
102 271
  text-transform:uppercase!important;
103 272
  font-size:12px!important;
104 273
  opacity:1!important;
105 274
  display:inline-block;
106 275
}
107
.tm-toolbar .uk-subnav-line > :before {
276
.tm-toolbar .uk-subnav-line > :before,
277
.tm-toolbar .uk-subnav > :before {
108 278
    content: none;
109 279
    display: block;
110 280
    /* display: inline-block*/
......
112 282
    vertical-align: middle
113 283
}
114 284

  
115
.uk-subnav-line > :nth-child(n + 2):before {
285
.uk-subnav-line > :nth-child(n + 2):before,
286
.tm-toolbar .uk-subnav > :nth-child(n + 2):before {
116 287
    margin-right: 10px;
117 288
    border-left: 0px ;
118 289
}
119 290

  
120
.tm-toolbar .uk-subnav-line li  a{
291
.tm-toolbar .uk-subnav-line li  a,
292
.tm-toolbar .uk-subnav li  a{
121 293
  display: block;
122 294
  text-decoration:none;
123
  transform: skew(-25deg);
295
  -ms-transform: skew(-25deg);
296
  -webkit-transform: skew(-25deg);
297
  transform: skew(-25deg); 
124 298
  font-family:Roboto:900!important;
125 299
  text-transform:uppercase!important;
126 300
  font-size:13px!important;
127 301
  opacity:1!important;
128 302
  color:#fff!important;
303
     font-weight: 400;
304

  
129 305
}
130 306

  
131 307

  
132
.tm-toolbar .uk-subnav-line li:hover {
133
  color:rgb(40, 190, 255)!important;
308
.tm-toolbar .uk-subnav-line li:hover,
309
.tm-toolbar .uk-subnav li:hover {
310
  color:#05007A!important;
134 311
  background:#fff;
312
  color: #efefef!important;
135 313
  display: block;
314

  
315
   /*provide*/
316
  background:#15A3FF!important;
317
  background:#008ec5!important;
318
  background:#17A6F6!important;
319

  
136 320
}
137 321

  
138 322

  
139 323
.tm-toolbar .uk-subnav-line .uk-active .home-hover li:hover,
324
.tm-toolbar .uk-subnav .uk-active .home-hover li:hover,
140 325
li.uk-active.home-hover
141 326
{
142
 background:rgb(40, 190, 255)!important;
327
  /*provide*/
328
  background:#15A3FF!important;
329
    background:#17A6F6!important;
330

  
143 331
}
144 332

  
145 333
.tm-toolbar .uk-dotnav, .tm-toolbar .uk-subnav {
......
147 335
}
148 336

  
149 337
.tm-toolbar .uk-subnav-line li a:hover,
150
.tm-toolbar .uk-subnav-line li:hover a {
338
.tm-toolbar .uk-subnav li a:hover, 
339
.tm-toolbar .uk-subnav-line li:hover a,
340
.tm-toolbar .uk-subnav li:hover a {
151 341
  display: block;
152
  color:rgb(40, 190, 255)!important;
342
  color:#05007A!important;
343
  color: #efefef!important;
344

  
345
   /*provide*/
346
  background:#15A3FF!important;
347
    background:#17A6F6!important;
153 348
}
154 349

  
350
.tm-toolbar .uk-subnav a[title]:hover:after {
351
  content: attr(title);
352
  padding: 15px 20px;
353
  color: #333;
354
  position: absolute;
355
  top: 200%;
356
  right: -70%;
357
  z-index: 20;
358
  white-space: nowrap;
359
  /*white-space:pre-wrap;*/
360
  text-align:center;
361
  -moz-border-radius: 0px;
362
  -webkit-border-radius: 0px;
363
  border-radius: 0px;
364
  background:  #fff; 
365
  -moz-box-shadow: 0px 0px 1px #666;
366
  -webkit-box-shadow: 0px 0px 1px #666;
367
  box-shadow: 0px 0px 1px #666;
368
/*
369
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
370
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
371
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
372
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
373
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
374
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
375
  */
376
}
377
 
155 378
.movetotop .uk-slidenav-position{
156 379
  /*top:-130px;
157 380
  z-index:5;*/
......
167 390
}
168 391

  
169 392
.navbar .nav>li>.dropdown-menu, .uk-navbar-dropdown
170
{display: none;
393
{
394
display: none;
171 395
position: absolute;
172 396
z-index: 1020;
173 397
box-sizing: border-box;
......
179 403
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1)
180 404
}
181 405

  
182

  
406
.grid-bottom-align {
407
    -webkit-align-items: flex-end!important;
408
    align-items: flex-end!important;
409
}
183 410
/*
184 411
.uk-light a, .uk-light .uk-link, 
185 412
.uk-section-primary:not(.uk-preserve-color) a, .uk-section-primary:not(.uk-preserve-color) .uk-link, 
......
195 422
.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-link, .tm-toolbar a, .tm-toolbar .uk-link {
196 423
	color: #292C3D
197 424
}
425
.uk-card {border-radius:0;}
198 426

  
199

  
200 427
.uk-navbar-container:not(.uk-navbar-transparent) a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-link, 
201 428
.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-link, .tm-toolbar a, .tm-toolbar .uk-link {
202 429
/*color:#292C3D;
......
224 451
 color: #D33A24;
225 452
}
226 453

  
227
.uk-light .uk-navbar-nav>li>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a, .uk-overlay-primary .uk-navbar-nav>li>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a, .uk-offcanvas-bar .uk-navbar-nav>li>a, .tm-toolbar .uk-navbar-nav>li>a {
454
.uk-light .uk-navbar-nav>li>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a, 
455
.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a, .uk-overlay-primary .uk-navbar-nav>li>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a, .uk-offcanvas-bar .uk-navbar-nav>li>a, .tm-toolbar .uk-navbar-nav>li>a {
228 456
color:#292C3D;}
229 457

  
230
.uk-light .uk-navbar-nav>li.uk-active>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-overlay-primary .uk-navbar-nav>li.uk-active>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a, .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .uk-navbar-nav>li.uk-active>a
458
.uk-light .uk-navbar-nav>li.uk-active>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-overlay-primary .uk-navbar-nav>li.uk-active>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a, .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .uk-navbar-nav>li.uk-active>a {
231 459
color:#292C3D;}
232 460

  
233 461
.uk-light .uk-navbar-nav>li>a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a::before, 
......
300 528
.uk-light .uk-navbar-nav>li.uk-active>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-overlay-primary .uk-navbar-nav>li.uk-active>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a, .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .uk-navbar-nav>li.uk-active>a {
301 529
   color: #128DD5!important;
302 530
}
303
.uk-light a:hover, .uk-light .uk-link:hover, 
531
/*.uk-light a:hover, .uk-light .uk-link:hover, */
304 532
.uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover, 
305 533
.uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover, 
306 534
.uk-card-primary.uk-card-body a:hover, .uk-card-primary.uk-card-body .uk-link:hover, 
......
337 565
.uk-light .uk-navbar-nav>li>a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active, .uk-card-primary.uk-card-body .uk-navbar-nav>li>a:active, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav>li>a:active, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active, .uk-overlay-primary .uk-navbar-nav>li>a:active, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a:active, .uk-offcanvas-bar .uk-navbar-nav>li>a:active, .tm-toolbar .uk-navbar-nav>li>a:active {
338 566
color:#128DD5!important;
339 567
}
568
.uk-card-secondary {background:#2EADE4;}
340 569

  
570
.color-three.uk-card {background:red;}
571

  
341 572
.uk-navbar-dropdown-nav {
342 573
	font-size:14px;
343 574
}
......
386 617
.uk-navbar-dropdown, .navbar .nav>li>.dropdown-menu {
387 618
	background:#fff;
388 619
}
620

  
389 621
.uk-nav>li>a,
390 622
.uk-navbar-dropdown-nav>li>a,
391 623
.uk-navbar-dropdown-nav .uk-nav-sub a {
......
393 625
	font-weight:300;
394 626
	padding:4px 0;
395 627
}
628
.uk-nav li.emphasized_menu a, 
629
.uk-navbar-dropdown-nav li.emphasized_menu a 
630
 {
631
color:#1E36B2;
632
font-weight: 500!important;
633
}
634

  
635

  
396 636
.uk-section-secondary:not(.uk-preserve-color) h3,
397 637
.uk-section-secondary:not(.uk-preserve-color) h3 a,
398 638
.uk-section-secondary:not(.uk-preserve-color) a:hover { color:#444!important;}
......
498 738
outline: 0
499 739
}
500 740

  
501
.serviceicon .wk-panel h3{ text-transform: uppercase!important; font-weight: 700; font-size:12px;
741
.serviceicon .wk-panel h3{ text-transform: uppercase!important; font-weight: 700; font-size:16px;
502 742
}
503 743
.serviceicon .wk-panel:hover h3{
504 744
	color: #D53B23!important;
......
586 826
	width: 18%;
587 827
	float: left;
588 828
	position: relative;
589
	color:#757575;
590 829
	color:#fff;
591 830
	font-size:12px!important;
592 831
	background: #9c9c9c;
......
1035 1274
color: rgba(0, 0, 0, 0.6)!important;
1036 1275
}
1037 1276

  
1038
.search_box_bg .uk-text-background{
1039
background-color: rgba(255, 255, 255, 1.0);
1277
.search_box_bg.uk-text-background{
1278
background-color: rgba(255, 255, 255, 0.7)!important;
1040 1279
font-size:28px!important;
1041 1280
font-weight: 500;
1042 1281
}
......
1097 1336
.uk-label-arrow a:hover {
1098 1337
	color: #FFF;
1099 1338
	text-shadow: -1px -1px 0 rgba(153,102,51,0.3);
1339
}
1340
.featured.uk-card-default {
1341
background: rgba(255,255,255, 0.6)!important;
1342
background: #35C2CE!important;
1343
background:#fff!important;
1344

  
1345
}
1346

  
1347
.featured.uk-card-default .uk-card-title {color: black!important;}
1348

  
1349
.omtd_secondary > .uk-section-default,
1350
.omtd_secondary.uk-section-default{
1351
	background:#35C2CE!important;
1100 1352
}
modules/uoa-repository-manager-gui/trunk/src/main/webapp/RepositoryManager.html
463 463
        </div>
464 464

  
465 465

  
466
        <!--<div class="image-front-topbar uk-section-muted uk-light"-->
467
             <!--uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top&quot;,&quot;delay&quot;:false}"-->
468
             <!--tm-header-transparent="light">-->
469
            <!--<div style="background-image: url('http://dl119.madgik.di.uoa.gr/images/Test/Birds_Arrow_01.jpg'); background-color: rgb(30, 48, 64); box-sizing: border-box; min-height: calc(100vh - 107.067px);"-->
470
                 <!--class="uk-background-norepeat uk-background-cover uk-background-top-center uk-background-fixed uk-section uk-padding-remove-vertical uk-flex uk-flex-middle"-->
471
                 <!--uk-height-viewport="offset-top: true;offset-bottom: 20">-->
472
                <!--<div class="uk-width-1-1">-->
473
                    <!--<div class="uk-container">-->
474
                        <!--<div class="tm-header-placeholder uk-margin-remove-adjacent" style="height: 84px;"></div>-->
475
                        <!--<div class="uk-margin-remove-vertical uk-grid uk-grid-stack" uk-grid="">-->
476
                            <!--<div class="uk-width-1-1@m uk-first-column">-->
477
                                <!--<h1 class="uk-text-center uk-heading-hero uk-scrollspy-inview uk-animation-slide-top"-->
478
                                    <!--uk-scrollspy-class="" style="">-->
479
                                    <!--Science. Set free. </h1>-->
480
                            <!--</div>-->
481
                        <!--</div>-->
482
                    <!--</div>-->
483
                <!--</div>-->
484
            <!--</div>-->
485
        <!--</div>-->
466
        <div id="page#1" class="image-front-topbar  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}" tm-header-transparent="light">
486 467

  
468
            <div style="background-image: url(&quot;img/provide_2.jpg&quot;); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(-101.35px + 100vh);" class="uk-background-norepeat uk-background-cover uk-background-top-center uk-background-fixed uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: 20">
487 469

  
488
        <!--<div class="first_page_section uk-section-default uk-section uk-padding-remove-vertical">-->
489
            <!--<div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid uk-grid-stack"-->
490
                 <!--uk-grid="">-->
491
                <!--<div class="uk-width-1-1@m uk-first-column">-->
492
                    <!--<h1 class="first_page_panel uk-margin-remove-vertical uk-text-center">-->
493
                        <!--One-stop shop for Open Access in Europe </h1>-->
494
                <!--</div>-->
495
            <!--</div>-->
496
        <!--</div>-->
497 470

  
498 471

  
499
        <!--<div class="uk-section-default uk-section-overlap uk-section uk-section-xsmall uk-padding-remove-top"-->
500
             <!--uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top-medium&quot;,&quot;delay&quot;:false}">-->
501
            <!--<div class="uk-container">-->
502
                <!--<div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">-->
503
                    <!--<div class="uk-width-1-1@m uk-first-column">-->
504
                        <!--<h2 class="uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium"-->
505
                            <!--uk-scrollspy-class="" style="">-->
506
                            <!--What we do </h2>-->
507
                        <!--<hr class="uk-margin-remove-bottom uk-divider-icon uk-scrollspy-inview uk-animation-slide-top-medium"-->
508
                            <!--uk-scrollspy-class="" style="">-->
509
                    <!--</div>-->
510
                <!--</div>-->
511
                <!--<div class="uk-flex-middle uk-margin-medium uk-grid" uk-grid="">-->
512
                    <!--<div class="uk-width-expand@m uk-first-column">-->
513
                        <!--<h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"-->
514
                            <!--uk-scrollspy-class="" style="">-->
515
                            <!--Operate services to implement open science policies </h1>-->
516 472

  
517
                        <!--<div class="uk-margin uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium"-->
518
                             <!--uk-scrollspy-class="" style="">-->
519
                            <!--<p>We operate a <strong>participatory</strong> infrastructure to support the <strong>interoperability</strong>&nbsp;and-->
520
                                <!--<strong>connectivity</strong> of all research related data sources and produce-->
521
                                <!--an&nbsp;<strong>interlinked scholarly communication graph.</strong></p></div>-->
522
                        <!--<h1 class="uk-margin-large uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"-->
523
                            <!--uk-scrollspy-class="" style="">-->
524
                            <!--Offer Open Science services to research communities </h1>-->
473
                <div class="uk-width-1-1">
525 474

  
526
                        <!--<div class="uk-margin uk-text-center@m uk-text-center uk-scrollspy-inview uk-animation-slide-left-medium"-->
527
                             <!--uk-scrollspy-class="uk-animation-slide-left-medium" style="">-->
528
                            <!--<p style="text-align: center;">We provide <strong>tailored versions of OpenAIRE's tools and-->
529
                                <!--services</strong> (deposition, aggregation, cleaning, enrichment, claiming) to research-->
530
                                <!--communities for their open science needs.</p></div>-->
531
                    <!--</div>-->
532
                    <!--<div class="uk-width-expand@m">-->
533
                        <!--<h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"-->
534
                            <!--uk-scrollspy-class="" style="">-->
535
                            <!--Support Open Access and open science policies </h1>-->
536 475

  
537
                        <!--<div class="uk-margin uk-text-center@m uk-text-center uk-scrollspy-inview uk-animation-slide-left-medium"-->
538
                             <!--uk-scrollspy-class="uk-animation-slide-left-medium" style="">-->
539
                            <!--<p>We are shaping and implementing effective OA and Open Science policies via our network of-->
540
                                <!--<strong>33 National Open Access Desk (NOADs)</strong>&nbsp; that form a <strong>pan-European-->
541
                                    <!--Helpdesk</strong>.</p></div>-->
542
                        <!--<div class="uk-margin-large uk-scrollspy-inview uk-animation-slide-top-medium"-->
543
                             <!--uk-scrollspy-class="" style="">-->
544
                            <!--<div class="uk-box-shadow-bottom"><img-->
545
                                    <!--src="http://dl119.madgik.di.uoa.gr/images/Background_images/Worldmap_network1.png"-->
546
                                    <!--class="el-image uk-box-shadow-medium" alt=""></div>-->
547
                        <!--</div>-->
548
                        <!--<h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"-->
549
                            <!--uk-scrollspy-class="" style="">-->
550
                            <!--Offer an open innovation platform </h1>-->
551 476

  
552
                        <!--<div class="uk-margin uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium"-->
553
                             <!--uk-scrollspy-class="" style="">-->
554
                            <!--<p>We open up OpenAIRE's scholarly communication graph for others to use and to <strong>build-->
555
                                <!--value added services</strong>, and actively promote <strong>open, innovative services-->
556
                                <!--from 3rd party providers</strong> to accelarate open scholarship.</p></div>-->
557
                    <!--</div>-->
558
                    <!--<div class="uk-width-expand@m">-->
559
                        <!--<h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"-->
560
                            <!--uk-scrollspy-class="" style="">-->
561
                            <!--Provide a European wide Research Information platform </h1>-->
562 477

  
563
                        <!--<div class="uk-margin uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium"-->
564
                             <!--uk-scrollspy-class="" style="">-->
565
                            <!--<p>We operate a <strong>monitoring and analysis platform</strong> for all European research.-->
566
                                <!--We promote transparency with reports <strong>available to all</strong>.</p></div>-->
567
                        <!--<h1 class="uk-margin-large uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"-->
568
                            <!--uk-scrollspy-class="" style="">-->
569
                            <!--<div>Act as Europe's Open Science Gateway to the world</div>-->
570
                        <!--</h1>-->
571
                        <!--<div class="uk-margin uk-text-center@m uk-text-center uk-scrollspy-inview uk-animation-slide-left-medium"-->
572
                             <!--uk-scrollspy-class="uk-animation-slide-left-medium" style="">-->
573
                            <!--<p>We connect Europe and its outcomes to the global research ecosystem&nbsp;via <strong>common-->
574
                                <!--access policies, data standards, and data exchange</strong>. </p></div>-->
575
                    <!--</div>-->
576
                <!--</div>-->
577
                <!--<div class="uk-margin-large uk-grid uk-grid-stack" uk-grid="">-->
578
                    <!--<div class="uk-width-1-1@m uk-first-column">-->
579
                        <!--<div class="uk-margin uk-text-center uk-scrollspy-inview uk-animation-slide-bottom-medium"-->
580
                             <!--uk-scrollspy-class="uk-animation-slide-bottom-medium" style="">-->
581
                            <!--<a class="el-content uk-button uk-button-default" href="#" title="Explore More"-->
582
                               <!--uk-scroll="">-->
583
                                <!--Learn More-->
584
                            <!--</a>-->
585
                        <!--</div>-->
586
                    <!--</div>-->
587
                <!--</div>-->
588
            <!--</div>-->
589
        <!--</div>-->
478
                    <div class="uk-margin-medium uk-grid uk-grid-stack" uk-grid="">
590 479

  
591
        <div class="image-front-topbar  uk-section-default uk-light" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}" tm-header-transparent="light">
592
            <div style="background-image: url(&quot;http://dl119.madgik.di.uoa.gr/images/Cover_Images/Main02.jpg&quot;); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 100.35px);" class="uk-background-norepeat uk-background-cover uk-background-fixed uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: 20">
593
                <div class="uk-width-1-1">
480
                        <div class="uk-width-1-1@m">
481

  
482

  
483

  
484

  
485

  
486

  
487

  
488

  
489

  
490
                        </div>
491
                    </div>
492

  
493

  
594 494
                    <div class="uk-container uk-margin-large">
495

  
595 496
                        <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
497

  
596 498
                            <div class="uk-width-1-1@m uk-first-column">
597
                                <h1 id="page#4" class="uk-text-center uk-h1 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
499

  
500

  
501

  
502

  
503

  
504

  
505
                                <h1 id="page#6" class="uk-text-center uk-h1 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
598 506
                                    OpenAIRE Content Provider Dashboard    </h1>
599 507

  
600
                                <h4 class="uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
508
                                <h4 id="page#7" class="uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
601 509
                                    A one-stop-shop for sharing, finding and enriching your content    </h4>
510

  
511
                                <div class="uk-margin-large uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
512

  
513

  
514

  
515

  
516
                                    <a class="el-content uk-button uk-button-primary">
517

  
518
                                        Start here
519
                                    </a>
520

  
521

  
522

  
523

  
524

  
525
                                </div>
526

  
527

  
528

  
529

  
602 530
                            </div>
603 531
                        </div>
532

  
604 533
                    </div>
534

  
535

  
605 536
                </div>
537

  
538

  
606 539
            </div>
540

  
607 541
        </div>
608 542

  
609 543

  
610
        <div class="uk-section-muted uk-section uk-section-small uk-flex uk-flex-middle" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top-medium&quot;,&quot;delay&quot;:false}" uk-height-viewport="offset-top: true" style="box-sizing: border-box; min-height: 100vh;">
611
            <div class="uk-width-1-1">
612
                <div class="uk-container">
613
                    <div class="uk-margin-small uk-grid uk-grid-stack" uk-grid="">
544
        <div class="uk-section-secondary uk-section uk-section-small" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top-medium&quot;,&quot;delay&quot;:false}" uk-height-viewport="expand: true" style="box-sizing: border-box;">
545

  
546

  
547

  
548

  
549

  
550

  
551
            <div class="uk-container">
552

  
553

  
554

  
555
                <div class="uk-margin-small uk-grid uk-grid-stack" uk-grid="">
556

  
557
                    <div class="uk-width-1-1@m uk-first-column">
558

  
559

  
560

  
561

  
562

  
563

  
564
                        <h6 id="page#12" class="uk-margin-large uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
565
                            Learn what you gain when you join OpenAIRE     </h6>
566

  
567
                        <hr class="uk-width-small uk-margin-auto uk-divider-small uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
568

  
569

  
570

  
571

  
572
                    </div>
573
                </div>
574

  
575

  
576
                <div class="uk-container uk-container-large uk-margin-large">
577

  
578
                    <div uk-grid="" class="uk-grid uk-grid-stack">
579

  
614 580
                        <div class="uk-width-1-1@m uk-first-column">
615
                            <h6 id="page#9" class="uk-margin-large uk-margin-remove-bottom uk-text-center uk-h6 uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
616
                                See what you can do with OpenAIRE's Content Provider Dashboard    </h6>
617
                            <hr class="uk-width-small uk-margin-auto uk-divider-small uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
618
                        </div>
619
                    </div>
620
                    <div class="uk-container uk-container-large uk-margin-large">
621
                        <div uk-grid="" class="uk-grid uk-grid-stack">
622
                            <div class="uk-width-1-1@m uk-first-column">
623
                                <div class="uk-margin uk-grid-match uk-child-width-1-1 uk-child-width-1-2@s uk-child-width-1-4@m uk-child-width-1-4@l uk-child-width-1-4@xl uk-grid-parallax uk-grid uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" uk-grid-parallax="translate: " uk-lightbox="toggle: a[data-type]" style="margin-bottom: 20px;">
624
                                    <div class="uk-first-column">
625
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
626
                                            <a data-type="iframe" href="/www.cnn.com" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Validate</h4><div>&nbsp;Use our validation service and see how you can apply the <a href=&quot;guidelines.openaire.eu&quot; target=&quot;_blank&quot;>OpenAIRE Guidelines</a>&nbsp;to expose your content using global standards.</div>"></a>
627
                                            <div class="uk-card-media-top"><img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/validate_2-f963c689.jpg" srcset="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/validate_2-a854724b.jpg 640w,http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/validate_2-f963c689.jpg 800w" sizes="(min-width: 800px) 800px, 100vw" class="el-image" alt="" width="800"></div>
628
                                            <div class="uk-card-body">
629
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
630
                                                    Validate    </h3>
631
                                                <div class="el-meta uk-margin uk-text-meta">Interoperable metadata is key for effective content sharing.</div>
632
                                                <div class="el-content uk-margin"><div>&nbsp;Use our validation service and see how you can apply the <a href="/guidelines.openaire.eu" target="_blank">OpenAIRE Guidelines</a>&nbsp;to expose your content using global standards.</div></div>
633
                                            </div>
581

  
582

  
583

  
584

  
585

  
586

  
587
                            <div class="uk-margin uk-grid-match uk-child-width-1-1 uk-child-width-1-2@s uk-child-width-1-4@m uk-child-width-1-4@l uk-child-width-1-4@xl uk-grid-parallax uk-grid uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" uk-grid-parallax="translate: " uk-lightbox="toggle: a[data-type]" style="margin-bottom: 20px;">
588

  
589
                                <div class="uk-first-column">
590
                                    <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
591

  
592
                                        <a data-type="iframe" href="/www.cnn.com" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Validate</h4><div>&nbsp;Use our validation service and see how you can apply the <a href=&quot;guidelines.openaire.eu&quot; target=&quot;_blank&quot;>OpenAIRE Guidelines</a>&nbsp;to expose your content using global standards.</div>"></a>
593

  
594

  
595
                                        <div class="uk-card-media-top"><img src="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_bw_3-34cc7a83.jpg" srcset="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_bw_3-b8268aa2.jpg 640w,https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_bw_3-34cc7a83.jpg 800w" sizes="(min-width: 800px) 800px, 100vw" class="el-image" alt="" width="800"></div>
596
                                        <div class="uk-card-body">
597

  
598

  
599
                                            <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
600
                                                Validate    </h3>
601

  
602
                                            <div class="el-meta uk-margin uk-text-meta">Interoperable metadata is key for effective content sharing.</div>
603

  
604

  
605
                                            <div class="el-content uk-margin"><div>&nbsp;Use our validation service and see how you can apply the <a href="/guidelines.openaire.eu" target="_blank">OpenAIRE Guidelines</a>&nbsp;to expose your content using global standards.</div></div>
606

  
634 607
                                        </div>
608

  
609

  
610

  
635 611
                                    </div>
636
                                    <div>
637
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
638
                                            <a data-type="iframe" href="/www.cnn.com" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Register</h4><div>Register your literature or data repository, OA Journal, CRIS in OpenAIRE and be part of a global interlinked network.&nbsp;</div>"></a>
639
                                            <div class="uk-card-media-top"><img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_1-222f78eb.jpg" srcset="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_1-6b451a83.jpg 640w,http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_1-222f78eb.jpg 800w" sizes="(min-width: 800px) 800px, 100vw" class="el-image" alt="" width="800"></div>
640
                                            <div class="uk-card-body">
641
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
642
                                                    Register    </h3>
643
                                                <div class="el-meta uk-margin uk-text-meta">Reach a wider audience around the world</div>
644
                                                <div class="el-content uk-margin"><div>Register your literature or data repository, OA Journal, CRIS in OpenAIRE and be part of a global interlinked network.&nbsp;</div></div>
645
                                            </div>
612
                                </div>
613
                                <div>
614
                                    <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
615

  
616
                                        <a data-type="iframe" href="/www.cnn.com" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Register</h4><div>Register your literature or data repository, OA Journal, CRIS in OpenAIRE and be part of a global interlinked network.&nbsp;</div>"></a>
617

  
618

  
619
                                        <div class="uk-card-media-top"><img src="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_bw_5-fb15ad7f.jpg" srcset="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_bw_5-f80c4720.jpg 579w,https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/register_bw_5-fb15ad7f.jpg 724w" sizes="(min-width: 724px) 724px, 100vw" class="el-image" alt="" width="724"></div>
620
                                        <div class="uk-card-body">
621

  
622

  
623
                                            <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
624
                                                Register    </h3>
625

  
626
                                            <div class="el-meta uk-margin uk-text-meta">Reach a wider audience around the world</div>
627

  
628

  
629
                                            <div class="el-content uk-margin"><div>Register your literature or data repository, OA Journal, CRIS in OpenAIRE and be part of a global interlinked network.&nbsp;</div></div>
630

  
646 631
                                        </div>
632

  
633

  
634

  
647 635
                                    </div>
648
                                    <div>
649
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
650
                                            <a data-type="iframe" href="/www.cnn.com" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Enrich</h4>Our newly released OA Broker service offers a wealth of information on scholarly communication data.&nbsp;Find out what interests you and subscribe to enrich your records."></a>
651
                                            <div class="uk-card-media-top"><img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/enrich_5-36003ef4.jpg" srcset="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/enrich_5-710107fd.jpg 640w,http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/enrich_5-36003ef4.jpg 800w" sizes="(min-width: 800px) 800px, 100vw" class="el-image" alt="" width="800"></div>
652
                                            <div class="uk-card-body">
653
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
654
                                                    Enrich    </h3>
655
                                                <div class="el-meta uk-margin uk-text-meta">Improve your metadata.  Get more connections</div>
656
                                                <div class="el-content uk-margin">Our newly released OA Broker service offers a wealth of information on scholarly communication data.&nbsp;Find out what interests you and subscribe to enrich your records.</div>
657
                                            </div>
636
                                </div>
637
                                <div>
638
                                    <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
639

  
640
                                        <a data-type="iframe" href="/www.cnn.com" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Enrich</h4>Our newly released OA Broker service offers a wealth of information on scholarly communication data.&nbsp;Find out what interests you and subscribe to enrich your records."></a>
641

  
642

  
643
                                        <div class="uk-card-media-top"><img src="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/enrich_bw_3-1b487ba1.jpg" srcset="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/enrich_bw_3-32af51c0.jpg 640w,https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/enrich_bw_3-1b487ba1.jpg 800w" sizes="(min-width: 800px) 800px, 100vw" class="el-image" alt="" width="800"></div>
644
                                        <div class="uk-card-body">
645

  
646

  
647
                                            <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
648
                                                Enrich    </h3>
649

  
650
                                            <div class="el-meta uk-margin uk-text-meta">Improve your metadata.  Get more connections</div>
651

  
652

  
653
                                            <div class="el-content uk-margin">Our newly released OA Broker service offers a wealth of information on scholarly communication data.&nbsp;Find out what interests you and subscribe to enrich your records.</div>
654

  
658 655
                                        </div>
656

  
657

  
658

  
659 659
                                    </div>
660
                                    <div>
661
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
662
                                            <a data-type="image" href="http://dl119.madgik.di.uoa.gr/images/Services/measure_2.jpg" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Measure</h4>Participate in the Open Metrics service by sharing your usage data. Get the benefit of an aggregated environment to broaden the mechanisms for impact assesment.&nbsp;"></a>
663
                                            <div class="uk-card-media-top"><img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/measure_2-9d00797b.jpg" srcset="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/measure_2-1ac896b4.jpg 640w,http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/measure_2-9d00797b.jpg 800w" sizes="(min-width: 800px) 800px, 100vw" class="el-image" alt="" width="800"></div>
664
                                            <div class="uk-card-body">
665
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
666
                                                    Measure    </h3>
667
                                                <div class="el-meta uk-margin uk-text-meta">Open research impact empowers Open Science</div>
668
                                                <div class="el-content uk-margin">Participate in the Open Metrics service by sharing your usage data. Get the benefit of an aggregated environment to broaden the mechanisms for impact assesment.&nbsp;</div>
669
                                            </div>
660
                                </div>
661
                                <div>
662
                                    <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
663

  
664
                                        <a data-type="image" href="/images/Services/measure_bw_4.jpg" class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="<h4 class='uk-margin-remove'>Measure</h4>Participate in the Open Metrics service by sharing your usage data. Get the benefit of an aggregated environment to broaden the mechanisms for impact assesment.&nbsp;"></a>
665

  
666

  
667
                                        <div class="uk-card-media-top"><img src="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/measure_bw_4-88ee2637.jpg" srcset="https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/measure_bw_4-0a65f376.jpg 640w,https://dl119.madgik.di.uoa.gr/templates/yootheme/cache/measure_bw_4-88ee2637.jpg 800w" sizes="(min-width: 800px) 800px, 100vw" class="el-image" alt="" width="800"></div>
668
                                        <div class="uk-card-body">
669

  
670

  
671
                                            <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
672
                                                Measure    </h3>
673

  
674
                                            <div class="el-meta uk-margin uk-text-meta">Open research impact empowers Open Science</div>
675

  
676

  
677
                                            <div class="el-content uk-margin">Participate in the Open Metrics service by sharing your usage data. Get the benefit of an aggregated environment to broaden the mechanisms for impact assesment.&nbsp;</div>
678

  
670 679
                                        </div>
680

  
681

  
682

  
671 683
                                    </div>
672 684
                                </div>
673
                                <div class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
674
                                    <a class="el-content uk-button uk-button-primary uk-button-large">
675
                                        Get Started
676
                                    </a>
677
                                </div>
685

  
678 686
                            </div>
687

  
688
                            <div class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
689

  
690

  
691

  
692

  
693
                                <a class="el-content uk-button uk-button-secondary">
694

  
695
                                    Get Started
696
                                </a>
697

  
698

  
699

  
700

  
701

  
702
                            </div>
703

  
704

  
705

  
706

  
679 707
                        </div>
680 708
                    </div>
709

  
681 710
                </div>
711

  
682 712
            </div>
713

  
714

  
715

  
716

  
683 717
        </div>
684 718

  
685 719

  
686
        <div class="uk-section-default uk-section">
720
        <div id="page#18" class="uk-section-default uk-section">
721

  
722

  
723

  
724

  
725

  
726

  
687 727
            <div class="uk-container">
728

  
729

  
730

  
688 731
                <div class="uk-grid-medium uk-margin-medium uk-grid" uk-grid="">
732

  
689 733
                    <div class="uk-width-expand@m uk-first-column">
734

  
735

  
736

  
737

  
738

  
739

  
690 740
                        <div class="uk-margin uk-panel">
741

  
742

  
743

  
744

  
745

  
746

  
691 747
                            <h3 class="el-title uk-margin uk-h3 uk-heading-bullet uk-text-primary">
692 748
                                Our community    </h3>
749

  
750

  
751

  
693 752
                            <div class="el-content uk-margin uk-text-lead">800 literature repositories<br>200 OA Journals<br>50 data repositories<br>4 aggregators</div>
753

  
754

  
755

  
756

  
694 757
                        </div>
758

  
695 759
                        <hr class="uk-divider-small uk-text-left">
760

  
696 761
                        <div class="uk-margin">
697 762
                            <div>22,3 mi publications<br>6,000 datasets<br>1000 software</div>
698 763
                            <div>1,200,000 usage events (2017)<br>330,000 metadata exchange events (2017)&nbsp;&nbsp;</div></div>
764

  
765

  
766

  
767

  
699 768
                    </div>
769

  
700 770
                    <div class="uk-width-expand@m">
771

  
772

  
773

  
774

  
775

  
776

  
701 777
                        <h3 class="uk-h3 uk-heading-bullet uk-text-primary">
702 778
                            Latest additions    </h3>
779

  
703 780
                        <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="">
781

  
704 782
                            <div class="uk-first-column">
705 783
                                <div class="el-item uk-panel">
784

  
785

  
786

  
787

  
788

  
789

  
706 790
                                    <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom">
707 791
                                        Cambridge Server    </h6>
792

  
708 793
                                    <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
794

  
795

  
709 796
                                    <div class="el-content uk-margin"><span class="uk-label">IR</span>&nbsp;<span class=" uk-label uk-label-warning">Literature</span>&nbsp;<span class="uk-label uk-label-success" style="background-color: orange!important;">OpenAIRE 2.0</span><br> 4567 publications</div>
797

  
798

  
799

  
800

  
710 801
                                </div>
711 802
                            </div>
712 803
                            <div class="uk-grid-margin uk-first-column">
713 804
                                <div class="el-item uk-panel">
805

  
806

  
807

  
808

  
809

  
810

  
714 811
                                    <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom">
715 812
                                        Cambridge Server    </h6>
813

  
716 814
                                    <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
815

  
816

  
717 817
                                    <div class="el-content uk-margin"><span class="uk-label">IR</span>&nbsp;<span class=" uk-label uk-label-warning">Literature</span>&nbsp;<span class="uk-label uk-label-success" style="background-color: orange!important;">OpenAIRE 2.0</span><br> 4567 publications</div>
818

  
819

  
820

  
821

  
718 822
                                </div>
719 823
                            </div>
824

  
720 825
                        </div>
826

  
721 827
                        <div class="uk-margin">
828

  
829

  
830

  
831

  
722 832
                            <a class="el-content uk-button uk-button-text">
833

  
723 834
                                View all
724 835
                            </a>
836

  
837

  
838

  
839

  
840

  
725 841
                        </div>
842

  
843

  
844

  
845

  
726 846
                    </div>
847

  
727 848
                    <div class="uk-width-expand@m">
849

  
850

  
851

  
852

  
853

  
854

  
728 855
                        <h3 class="uk-margin-remove-top uk-h3 uk-heading-bullet">
729 856
                            <span class="uk-text-background">Our data policies</span>
730 857
                        </h3>
858

  
731 859
                        <ul class="uk-margin-small uk-list uk-list-large">
732 860
                            <li class="el-item">
861

  
862

  
863

  
864

  
733 865
                                <h3 class="el-title uk-h3 uk-margin-remove">Data acquisition</h3>
866

  
867

  
868

  
869

  
734 870
                                <div class="el-content">
871

  
735 872
                                    <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>
736 873
                                </div>
874

  
875

  
876

  
877

  
737 878
                            </li>
738 879
                            <li class="el-item">
880

  
881

  
882

  
883

  
739 884
                                <h3 class="el-title uk-h3 uk-margin-remove">Data usage</h3>
885

  
886

  
887

  
888

  
740 889
                                <div class="el-content">
890

  
741 891
                                    <a href="/www.cnn.com">Who is able to retrieve our data, what are the licences, what about specific SLAs.</a>
742 892
                                </div>
893

  
894

  
895

  
896

  
743 897
                            </li>
744 898
                        </ul>
899

  
745 900
                        <div class="uk-margin uk-margin-remove-bottom uk-text-left">
901

  
902

  
903

  
904

  
746 905
                            <a class="el-content uk-link-text" href="/www.cnn.com" target="_blank">
906

  
747 907
                                Learn more
748 908
                            </a>
909

  
910

  
911

  
912

  
913

  
749 914
                        </div>
915

  
916

  
917

  
918

  
750 919
                    </div>
751 920
                </div>
921

  
922

  
752 923
            </div>
924

  
925

  
926

  
927

  
753 928
        </div>
754 929

  
755

  
756 930
        <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}">
757 931

  
758
            <div style="background-image: url('http://dl119.madgik.di.uoa.gr/images/Background_images/sky_bw3.png');" class="uk-background-norepeat uk-background-cover uk-background-center-center uk-background-fixed uk-section uk-section-small">
932
            <div style="background-image: url('img/provide_2.jpg');" class="uk-background-norepeat uk-background-cover uk-background-center-center uk-background-fixed uk-section uk-section-small">
933

  
934

  
935

  
936

  
937

  
759 938
                <div class="uk-container">
760
                    <div class="uk-grid-divider uk-margin-remove-vertical uk-grid" uk-grid="">
761
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-first-column">
762
                            <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
763
                                A researcher?    </h4>
764
                            <div class="custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
765
                                <span class="s1">Explore </span>all OA research results.&nbsp;<span class="s1">Link </span>all your research. <span class="s1">Build </span>your profile</div>
766
                            <div id="page#34" class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
767
                                <a class="el-content uk-button uk-button-default uk-button-small" href="/explore.openaire.eu" target="_blank">
768
                                    OpenAIRE.EXPLORE
769
                                </a>
939

  
940

  
941

  
942
                    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
943

  
944
                        <div class="uk-width-1-1@m">
945

  
946

  
947

  
948

  
949

  
950

  
951

  
952

  
953

  
954
                        </div>
955
                    </div>
956

  
957

  
958

  
959
                    <div class="uk-grid-divider uk-margin-medium uk-grid" uk-grid="">
960

  
961
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match uk-first-column">
962

  
963

  
964

  
965

  
966

  
967

  
968
                            <div id="page#37" class="uk-margin uk-text-center uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
969

  
970

  
971

  
972

  
973

  
974

  
975
                                <h4 class="el-title uk-margin uk-h4">
976
                                    A Researcher?    </h4>
977

  
978

  
979

  
980
                                <div class="el-content uk-margin uk-text-lead">Explore all OA research results. Link all your research. Build your profile</div>
981

  
982
                                <p><a href="/www.cnn.com" class="el-link uk-button uk-button-default uk-button-small">OpenAIRE.EXPLORE</a></p>
983

  
984

  
985

  
770 986
                            </div>
987

  
988

  
989

  
990

  
771 991
                        </div>
772
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark">
773
                            <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
774
                                A research manager?    </h4>
775
                            <div class="custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
776
                                Use our monitoring services and easily track all relevant research results.</div>
777
                            <div id="page#38" class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
778
                                <a class="el-content uk-button uk-button-default uk-button-small" href="/monitor.openaire.eu" target="_blank">
779
                                    OpenAIRE.MONITOR
780
                                </a>
992

  
993
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match">
994

  
995

  
996

  
997

  
998

  
999

  
1000
                            <div id="page#39" class="uk-margin uk-text-center uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
1001

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff