Project

General

Profile

1
<!doctype html>
2
<!-- The DOCTYPE declaration above will set the    -->
3
<!-- browser's rendering engine into               -->
4
<!-- "Standards Mode". Replacing this declaration  -->
5
<!-- with a "Quirks Mode" doctype may lead to some -->
6
<!-- differences in layout.                        -->
7

    
8
<html>
9
<head>
10
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
11

    
12
    <meta charset="utf-8">
13
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
14
    <meta name="viewport" content="width=device-width, initial-scale=1">
15
    <meta name="description" content="">
16
    <meta name="author" content="">
17

    
18
    <!-- Bootstrap core CSS -->
19
    <!--<link href="css/bootstrap.min.css" rel="stylesheet">-->
20

    
21
    <!-- Animation CSS -->
22
    <link href="css/animate.css" rel="stylesheet">
23
    <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
24
    <link href="css/plugins/steps/jquery.steps.css" rel="stylesheet">
25

    
26
    <!-- Custom styles for this template -->
27
    <!--<link href="css/style.css" rel="stylesheet">-->
28
    <!--<link href="css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css" rel="stylesheet">-->
29

    
30
    <link href="fonts/yanonekaffeesatz.css" rel="stylesheet">
31

    
32
    <!--                                                               -->
33
    <!-- Consider inlining CSS to reduce the number of requested files -->
34
    <!--                                                               -->
35

    
36
    <link type="text/css" rel="stylesheet" href="css/theme.css">
37
    <link type="text/css" rel="stylesheet" href="css/theme.update.css">
38

    
39
    <link type="text/css" rel="stylesheet" href="RepositoryManager.css">
40
    <link type="text/css" rel="stylesheet" href="css/custom.css">
41

    
42
    <!--<link type="text/css" rel="stylesheet" href="css/datepicker.css">-->
43

    
44

    
45

    
46
    <script src="https://code.jquery.com/jquery-3.2.1.min.js"
47
            integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
48
    <script src="uikit-3/js/uikit.min.js"></script>
49

    
50
    <script src="js/theme.js"></script>
51

    
52
    <!--                                           -->
53
    <!-- Any title is fine                         -->
54
    <!--                                           -->
55
    <title>OpenAIRE's Repository Manager</title>
56

    
57
    <!--                                           -->
58
    <!-- This script loads your compiled module.   -->
59
    <!-- If you add any GWT meta tags, they must   -->
60
    <!-- be added before this line.                -->
61
    <!--                                           -->
62
    <script type="text/javascript" language="javascript" src="RepositoryManager/RepositoryManager.nocache.js"></script>
63
</head>
64

    
65
<!--                                           -->
66
<!-- The body can have arbitrary html, or      -->
67
<!-- you can leave the body empty if you want  -->
68
<!-- to create a completely dynamic UI.        -->
69
<!--                                           -->
70
<body id="page-top" class="landing-page pace-done">
71

    
72
<!-- OPTIONAL: include this if you want history support -->
73
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
74
        style="position:absolute;width:0;height:0;border:0"></iframe>
75

    
76
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
77
<noscript>
78
    <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
79
        Your web browser must have JavaScript enabled
80
        in order for this application to display correctly.
81
    </div>
82
</noscript>
83

    
84
<div style="display:none;">
85
    <form id="login_form" method="post" action="ccsadmin/login">
86
        <input id="creds_username" name="username" type="text" required=""/>
87
        <input id="creds_password" name="password" type="password" required=""/>
88
    </form>
89
</div>
90

    
91
<div id="landingPage">
92
    <div class="uk-offcanvas-content">
93

    
94
        <div class="tm-header-mobile uk-hidden@m">
95
            <nav class="uk-navbar-container uk-navbar" uk-navbar="">
96
                <div class="uk-navbar-left">
97
                    <a class="uk-navbar-toggle" href="#tm-mobile" uk-toggle="">
98
                        <div uk-navbar-toggle-icon="" class="uk-navbar-toggle-icon uk-icon">
99
                            <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
100
                                 icon="navbar-toggle-icon" ratio="1">
101
                                <rect y="9" width="20" height="2"/>
102
                                <rect y="3" width="20" height="2"/>
103
                                <rect y="15" width="20" height="2"/>
104
                            </svg>
105
                        </div>
106
                    </a>
107
                </div>
108
                <div class="uk-navbar-center">
109
                    <a class="uk-navbar-item uk-logo" href="http://dl119.madgik.di.uoa.gr">
110
                        <img src="img/OA_JOIN_A.png" alt="OpenAIRE"
111
                             class="uk-responsive-height"> </a>
112
                </div>
113
            </nav>
114
            <div id="tm-mobile" uk-offcanvas="" mode="slide" overlay="" class="uk-offcanvas">
115
                <div class="uk-offcanvas-bar">
116
                    <button class="uk-offcanvas-close uk-close uk-icon" type="button" uk-close="">
117
                        <svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"
118
                             icon="close-icon" ratio="1">
119
                            <line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/>
120
                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/>
121
                        </svg>
122
                    </button>
123
                    <div class="uk-child-width-1-1 uk-grid" uk-grid="">
124
                        <div>
125
                            <div class="uk-panel" id="module-0">
126
                                <!--<ul class="uk-nav uk-nav-default">-->
127
                                    <!--<li class="uk-nav-header uk-parent">Services-->
128
                                        <!--<ul class="uk-nav-sub">-->
129
                                            <!--<li>-->
130
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1035&amp;Itemid=1885">Researchers</a>-->
131
                                            <!--</li>-->
132
                                            <!--<li>-->
133
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1034&amp;Itemid=1886">Data-->
134
                                                    <!--Providers</a></li>-->
135
                                            <!--<li>-->
136
                                                <!--<a href="/index.php?option=com_zoo&amp;view=category&amp;layout=category&amp;Itemid=1897">Funders</a>-->
137
                                            <!--</li>-->
138
                                            <!--<li><a href="/www.cnn.com">Developers</a></li>-->
139
                                            <!--<li><a href="/www.cnn.com">Research Communities</a></li>-->
140
                                            <!--<li><a href="/www.cnn.com">The Public</a></li>-->
141
                                            <!--<li>-->
142
                                                <!--<a href="/index.php?option=com_zoo&amp;view=category&amp;layout=category&amp;Itemid=1928">Zoo-->
143
                                                    <!--product</a></li>-->
144
                                        <!--</ul>-->
145
                                    <!--</li>-->
146
                                    <!--<li class="uk-nav-header uk-parent">Resources-->
147
                                        <!--<ul class="uk-nav-sub">-->
148
                                            <!--<li class="uk-nav-header uk-parent">Open Access Policies-->
149
                                                <!--<ul>-->
150
                                                    <!--<li>-->
151
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=300&amp;Itemid=157">Overview</a>-->
152
                                                    <!--</li>-->
153
                                                    <!--<li>-->
154
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=292&amp;Itemid=158">EC-->
155
                                                            <!--Policies and Mandates</a></li>-->
156
                                                    <!--<li>-->
157
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=154&amp;Itemid=160">European-->
158
                                                            <!--Observatory</a></li>-->
159
                                                <!--</ul>-->
160
                                            <!--</li>-->
161
                                            <!--<li>-->
162
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=663&amp;Itemid=1916">Factsheets-->
163
                                                    <!--H2020</a></li>-->
164
                                            <!--<li><a href="/www.cnn.com">Workshops</a></li>-->
165
                                            <!--<li class="uk-nav-header">Publications</li>-->
166
                                            <!--<li>-->
167
                                                <!--<a href="/index.php?option=com_edocman&amp;view=category&amp;id=2&amp;Itemid=1947">White-->
168
                                                    <!--papers</a></li>-->
169
                                            <!--<li>-->
170
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=672&amp;Itemid=1952">For-->
171
                                                    <!--funders</a></li>-->
172
                                            <!--<li>-->
173
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1037&amp;Itemid=1953">testing-->
174
                                                    <!--sidebar menu</a></li>-->
175
                                        <!--</ul>-->
176
                                    <!--</li>-->
177
                                    <!--<li class="uk-nav-header uk-parent">Helpdesk-->
178
                                        <!--<ul class="uk-nav-sub">-->
179
                                            <!--<li>-->
180
                                                <!--<a href="/index.php?option=com_ifaq&amp;view=categories&amp;id=0&amp;Itemid=1880">FAQs</a>-->
181
                                            <!--</li>-->
182
                                            <!--<li class="uk-parent"><a-->
183
                                                    <!--href="/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=18&amp;Itemid=1917">Guides</a>-->
184
                                                <!--<ul>-->
185
                                                    <!--<li>-->
186
                                                        <!--<a href="/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=42&amp;Itemid=1918">Copyright-->
187
                                                            <!--Issues</a></li>-->
188
                                                <!--</ul>-->
189
                                            <!--</li>-->
190
                                            <!--<li>-->
191
                                                <!--<a href="/index.php?option=com_fss&amp;view=ticket&amp;layout=open&amp;Itemid=1881">Ask-->
192
                                                    <!--a Question</a></li>-->
193
                                            <!--<li class="uk-nav-header">Training</li>-->
194
                                            <!--<li>-->
195
                                                <!--<a href="/index.php?option=com_zoo&amp;view=category&amp;layout=category&amp;Itemid=1888">Webinars</a>-->
196
                                            <!--</li>-->
197
                                        <!--</ul>-->
198
                                    <!--</li>-->
199
                                    <!--<li class="uk-nav-header uk-parent">About-->
200
                                        <!--<ul class="uk-nav-sub">-->
201
                                            <!--<li>-->
202
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1023&amp;Itemid=1878">About-->
203
                                                    <!--OpenAIRE</a></li>-->
204
                                            <!--<li>-->
205
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1032&amp;Itemid=1911">Why-->
206
                                                    <!--Open Access</a></li>-->
207
                                            <!--<li>-->
208
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1025&amp;Itemid=1905">What-->
209
                                                    <!--we do</a></li>-->
210
                                            <!--<li>-->
211
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1031&amp;Itemid=1912">History</a>-->
212
                                            <!--</li>-->
213
                                            <!--<li><a href="/www.cnn.com">Governing Board</a></li>-->
214
                                            <!--<li><a href="/www.cnn.com">Our Members</a></li>-->
215
                                            <!--<li><a href="/www.cnn.com">Our Team</a></li>-->
216
                                            <!--<li>-->
217
                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1033&amp;Itemid=1913">Our-->
218
                                                    <!--Partners</a></li>-->
219
                                            <!--<li><a href="/www.cnn.com">Projects</a></li>-->
220
                                        <!--</ul>-->
221
                                    <!--</li>-->
222
                                <!--</ul>-->
223
                            </div>
224
                        </div>
225
                        <div>
226
                            <div class="uk-panel" id="module-tm-2">
227
                                <form id="search-tm-2" action="/index.php" method="post" role="search"
228
                                      class="uk-search uk-search-default">
229
                                    <span uk-search-icon="" class="uk-search-icon uk-icon"><svg width="20" height="20"
230
                                                                                                viewBox="0 0 20 20"
231
                                                                                                xmlns="http://www.w3.org/2000/svg"
232
                                                                                                icon="search-icon"
233
                                                                                                ratio="1">
234
                                        <circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/>
235
                                        <path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/>
236
                                    </svg></span>
237
                                    <input name="searchword" placeholder="Search" class="uk-search-input" type="search">
238
                                    <input name="task" value="search" type="hidden">
239
                                    <input name="option" value="com_search" type="hidden">
240
                                    <input name="Itemid" value="1860" type="hidden">
241
                                </form>
242
                            </div>
243
                        </div>
244
                    </div>
245

    
246
                </div>
247
            </div>
248
        </div>
249

    
250

    
251
        <div class="tm-toolbar uk-visible@m">
252
            <div class="uk-container uk-flex uk-flex-middle uk-container-expand">
253

    
254

    
255
                <div class="uk-margin-auto-left">
256
                    <div class="uk-grid-medium uk-child-width-auto uk-flex-middle uk-grid uk-grid-stack"
257
                         uk-grid="margin: uk-margin-small-top">
258
                        <div class="uk-first-column">
259
                            <div class="uk-panel inner" id="module-119">
260
                                <ul class="uk-subnav uk-subnav-line">
261
                                    <li class="uk-active"><a
262
                                            href="/index.php?option=com_content&amp;view=article&amp;id=292&amp;Itemid=1860"><img
263
                                            class="uk-responsive-height"
264
                                            src="http://dl119.madgik.di.uoa.gr/images/site_images/Home-icon.png"
265
                                            alt="home"></a></li>
266
                                    <li><a href="/www.cnn.com">Explore</a></li>
267
                                    <li class="active"><a href="/www.cnn.com">Join</a></li>
268
                                    <li><a href="/www.cnn.com">Connect</a></li>
269
                                    <li><a href="/www.cnn.com">Monitor</a></li>
270
                                    <li><a href="/www.cnn.com">Develop</a></li>
271
                                </ul>
272
                            </div>
273
                        </div>
274
                    </div>
275
                </div>
276

    
277
            </div>
278
        </div>
279

    
280

    
281
        <div class="tm-header uk-visible@m tm-header-transparent" uk-header="">
282
            <div class="uk-navbar-container uk-sticky uk-navbar-transparent uk-light" uk-sticky="" media="768"
283
                 cls-active="uk-active uk-navbar-sticky" style="" animation="uk-animation-slide-top"
284
                 top=".tm-header + [class*=&quot;uk-section&quot;]" cls-inactive="uk-navbar-transparent uk-light">
285
                <div class="uk-container uk-container-expand">
286
                    <nav class="uk-navbar" uk-navbar="{&quot;align&quot;:&quot;left&quot;}">
287
                        <div class="uk-navbar-left">
288
                            <a href="http://dl119.madgik.di.uoa.gr" class="uk-logo uk-navbar-item">
289
                                <img src="img/OA_JOIN_B.png"
290
                                     alt="OpenAIRE" class="uk-responsive-height"></a>
291
                        </div>
292
                        <div class="uk-navbar-center">
293
                            <!--<ul class="uk-navbar-nav">-->
294
                                <!--<li class="uk-parent"><a href="#" class="" aria-expanded="false">Services</a>-->
295

    
296
                                    <!--<div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"-->
297
                                         <!--style="top: 80px; left: 0px;">-->
298
                                        <!--<div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"-->
299
                                             <!--uk-grid="">-->
300
                                            <!--<div class="uk-first-column">-->
301
                                                <!--<ul class="uk-nav uk-navbar-dropdown-nav">-->
302
                                                    <!--<li>-->
303
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1035&amp;Itemid=1885">Researchers</a>-->
304
                                                    <!--</li>-->
305
                                                    <!--<li>-->
306
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1034&amp;Itemid=1886">Data-->
307
                                                            <!--Providers</a></li>-->
308
                                                    <!--<li>-->
309
                                                        <!--<a href="/index.php?option=com_zoo&amp;view=category&amp;layout=category&amp;Itemid=1897">Funders</a>-->
310
                                                    <!--</li>-->
311
                                                    <!--<li><a href="/www.cnn.com">Developers</a></li>-->
312
                                                    <!--<li><a href="/www.cnn.com">Research Communities</a></li>-->
313
                                                    <!--<li><a href="/www.cnn.com">The Public</a></li>-->
314
                                                    <!--<li>-->
315
                                                        <!--<a href="/index.php?option=com_zoo&amp;view=category&amp;layout=category&amp;Itemid=1928">Zoo-->
316
                                                            <!--product</a></li>-->
317
                                                <!--</ul>-->
318
                                            <!--</div>-->
319
                                        <!--</div>-->
320
                                    <!--</div>-->
321
                                <!--</li>-->
322
                                <!--<li class="uk-parent"><a href="#" class="" aria-expanded="false">Resources</a>-->
323

    
324
                                    <!--<div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"-->
325
                                         <!--style="top: 80px; left: 114.667px;">-->
326
                                        <!--<div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"-->
327
                                             <!--uk-grid="">-->
328
                                            <!--<div class="uk-first-column">-->
329
                                                <!--<ul class="uk-nav uk-navbar-dropdown-nav">-->
330
                                                    <!--<li class="uk-parent"><a href="#">Open Access Policies</a>-->
331
                                                        <!--<ul class="uk-nav-sub">-->
332
                                                            <!--<li>-->
333
                                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=300&amp;Itemid=157">Overview</a>-->
334
                                                            <!--</li>-->
335
                                                            <!--<li>-->
336
                                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=292&amp;Itemid=158">EC-->
337
                                                                    <!--Policies and Mandates</a></li>-->
338
                                                            <!--<li>-->
339
                                                                <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=154&amp;Itemid=160">European-->
340
                                                                    <!--Observatory</a></li>-->
341
                                                        <!--</ul>-->
342
                                                    <!--</li>-->
343
                                                    <!--<li>-->
344
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=663&amp;Itemid=1916">Factsheets-->
345
                                                            <!--H2020</a></li>-->
346
                                                    <!--<li><a href="/www.cnn.com">Workshops</a></li>-->
347
                                                    <!--<li class="uk-nav-header">Publications</li>-->
348
                                                    <!--<li>-->
349
                                                        <!--<a href="/index.php?option=com_edocman&amp;view=category&amp;id=2&amp;Itemid=1947">White-->
350
                                                            <!--papers</a></li>-->
351
                                                    <!--<li>-->
352
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=672&amp;Itemid=1952">For-->
353
                                                            <!--funders</a></li>-->
354
                                                    <!--<li>-->
355
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1037&amp;Itemid=1953">testing-->
356
                                                            <!--sidebar menu</a></li>-->
357
                                                <!--</ul>-->
358
                                            <!--</div>-->
359
                                        <!--</div>-->
360
                                    <!--</div>-->
361
                                <!--</li>-->
362
                                <!--<li class="uk-parent"><a href="#">Helpdesk</a>-->
363

    
364
                                    <!--<div class="uk-navbar-dropdown">-->
365
                                        <!--<div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid" uk-grid="">-->
366
                                            <!--<div>-->
367
                                                <!--<ul class="uk-nav uk-navbar-dropdown-nav">-->
368
                                                    <!--<li>-->
369
                                                        <!--<a href="/index.php?option=com_ifaq&amp;view=categories&amp;id=0&amp;Itemid=1880">FAQs</a>-->
370
                                                    <!--</li>-->
371
                                                    <!--<li class="uk-parent"><a-->
372
                                                            <!--href="/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=18&amp;Itemid=1917">Guides</a>-->
373
                                                        <!--<ul class="uk-nav-sub">-->
374
                                                            <!--<li>-->
375
                                                                <!--<a href="/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=42&amp;Itemid=1918">Copyright-->
376
                                                                    <!--Issues</a></li>-->
377
                                                        <!--</ul>-->
378
                                                    <!--</li>-->
379
                                                    <!--<li>-->
380
                                                        <!--<a href="/index.php?option=com_fss&amp;view=ticket&amp;layout=open&amp;Itemid=1881">Ask-->
381
                                                            <!--a Question</a></li>-->
382
                                                    <!--<li class="uk-nav-header">Training</li>-->
383
                                                    <!--<li>-->
384
                                                        <!--<a href="/index.php?option=com_zoo&amp;view=category&amp;layout=category&amp;Itemid=1888">Webinars</a>-->
385
                                                    <!--</li>-->
386
                                                <!--</ul>-->
387
                                            <!--</div>-->
388
                                        <!--</div>-->
389
                                    <!--</div>-->
390
                                <!--</li>-->
391
                                <!--<li class="uk-parent"><a href="#">About</a>-->
392

    
393
                                    <!--<div class="uk-navbar-dropdown">-->
394
                                        <!--<div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid" uk-grid="">-->
395
                                            <!--<div>-->
396
                                                <!--<ul class="uk-nav uk-navbar-dropdown-nav">-->
397
                                                    <!--<li>-->
398
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1023&amp;Itemid=1878">About-->
399
                                                            <!--OpenAIRE</a></li>-->
400
                                                    <!--<li>-->
401
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1032&amp;Itemid=1911">Why-->
402
                                                            <!--Open Access</a></li>-->
403
                                                    <!--<li>-->
404
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1025&amp;Itemid=1905">What-->
405
                                                            <!--we do</a></li>-->
406
                                                    <!--<li>-->
407
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1031&amp;Itemid=1912">History</a>-->
408
                                                    <!--</li>-->
409
                                                    <!--<li><a href="/www.cnn.com">Governing Board</a></li>-->
410
                                                    <!--<li><a href="/www.cnn.com">Our Members</a></li>-->
411
                                                    <!--<li><a href="/www.cnn.com">Our Team</a></li>-->
412
                                                    <!--<li>-->
413
                                                        <!--<a href="/index.php?option=com_content&amp;view=article&amp;id=1033&amp;Itemid=1913">Our-->
414
                                                            <!--Partners</a></li>-->
415
                                                    <!--<li><a href="/www.cnn.com">Projects</a></li>-->
416
                                                <!--</ul>-->
417
                                            <!--</div>-->
418
                                        <!--</div>-->
419
                                    <!--</div>-->
420
                                <!--</li>-->
421
                            <!--</ul>-->
422

    
423
                        </div>
424
                        <div class="uk-navbar-right">
425

    
426
                            <ul class="uk-navbar-nav">
427
                                <li class="uk-parent">
428
                                    <a class="loginLink" href="#login">
429
                                        <span class="uk-margin-small-right uk-icon"><svg height="20" ratio="1" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><circle cx="9.9" cy="6.4" fill="none" r="4.4" stroke="#000" stroke-width="1.1"></circle><path d="M1.5,19 C2.3,14.5 5.8,11.2 10,11.2 C14.2,11.2 17.7,14.6 18.5,19.2" fill="none" stroke="#000" stroke-width="1.1"></path></svg>
430
                                        </span>
431
                                         Sign in | Register
432
                                    </a>
433
                                </li>
434
                            </ul>
435

    
436

    
437
                            <!--<div class="uk-navbar-item btlogin" id="module-367">-->
438
                                <!--<div id="btl">-->
439
                                    <!--&lt;!&ndash; Panel top &ndash;&gt;-->
440
                                    <!--<div class="btl-panel" style="float: right;">-->
441
                                        <!--&lt;!&ndash; Login button &ndash;&gt;-->
442
			<!--<span style="color: rgb(255, 255, 255); background-color: rgb(45, 114, 214); border: medium none rgb(255, 255, 255);"-->
443
                  <!--id="btl-panel-login" class="btl-dropdown">-->
444
			<!--<a class="loginLink" href="#login"> Sign in | Register </a></span>-->
445
                                        <!--|-->
446
                                        <!--<span style="color: rgb(255, 255, 255); background-color: rgb(45, 114, 214); border: medium none rgb(255, 255, 255);"-->
447
                                              <!--id="btl-panel-register" class="btl-dropdown">-->
448
			<!--<a class="loginLink" href="#register"> REGISTER </a></span>-->
449
                                        <!--&lt;!&ndash; Registration button &ndash;&gt;-->
450
                                    <!--</div>-->
451

    
452
                                <!--</div>-->
453
                            <!--</div>-->
454

    
455
                        </div>
456
                    </nav>
457
                </div>
458
            </div>
459
            <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" hidden="hidden"></div>
460
        </div>
461

    
462

    
463
        <!--<div class="image-front-topbar uk-section-muted uk-light"-->
464
             <!--uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top&quot;,&quot;delay&quot;:false}"-->
465
             <!--tm-header-transparent="light">-->
466
            <!--<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);"-->
467
                 <!--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"-->
468
                 <!--uk-height-viewport="offset-top: true;offset-bottom: 20">-->
469
                <!--<div class="uk-width-1-1">-->
470
                    <!--<div class="uk-container">-->
471
                        <!--<div class="tm-header-placeholder uk-margin-remove-adjacent" style="height: 84px;"></div>-->
472
                        <!--<div class="uk-margin-remove-vertical uk-grid uk-grid-stack" uk-grid="">-->
473
                            <!--<div class="uk-width-1-1@m uk-first-column">-->
474
                                <!--<h1 class="uk-text-center uk-heading-hero uk-scrollspy-inview uk-animation-slide-top"-->
475
                                    <!--uk-scrollspy-class="" style="">-->
476
                                    <!--Science. Set free. </h1>-->
477
                            <!--</div>-->
478
                        <!--</div>-->
479
                    <!--</div>-->
480
                <!--</div>-->
481
            <!--</div>-->
482
        <!--</div>-->
483

    
484

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

    
495

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

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

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

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

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

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

    
588
        <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">
589
            <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">
590
                <div class="uk-width-1-1">
591
                    <div class="uk-container uk-margin-large">
592
                        <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
593
                            <div class="uk-width-1-1@m uk-first-column">
594
                                <h1 id="page#4" class="uk-text-center uk-h1 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
595
                                    OpenAIRE Content Provider Dashboard    </h1>
596

    
597
                                <h4 class="uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
598
                                    A one-stop-shop for sharing, finding and enriching your content    </h4>
599
                            </div>
600
                        </div>
601
                    </div>
602
                </div>
603
            </div>
604
        </div>
605

    
606

    
607
        <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;">
608
            <div class="uk-width-1-1">
609
                <div class="uk-container">
610
                    <div class="uk-margin-small uk-grid uk-grid-stack" uk-grid="">
611
                        <div class="uk-width-1-1@m uk-first-column">
612
                            <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="">
613
                                See what you can do with OpenAIRE's Content Provider Dashboard    </h6>
614
                            <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="">
615
                        </div>
616
                    </div>
617
                    <div class="uk-container uk-container-large uk-margin-large">
618
                        <div uk-grid="" class="uk-grid uk-grid-stack">
619
                            <div class="uk-width-1-1@m uk-first-column">
620
                                <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;">
621
                                    <div class="uk-first-column">
622
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
623
                                            <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>
624
                                            <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>
625
                                            <div class="uk-card-body">
626
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
627
                                                    Validate    </h3>
628
                                                <div class="el-meta uk-margin uk-text-meta">Interoperable metadata is key for effective content sharing.</div>
629
                                                <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>
630
                                            </div>
631
                                        </div>
632
                                    </div>
633
                                    <div>
634
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
635
                                            <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>
636
                                            <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>
637
                                            <div class="uk-card-body">
638
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
639
                                                    Register    </h3>
640
                                                <div class="el-meta uk-margin uk-text-meta">Reach a wider audience around the world</div>
641
                                                <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>
642
                                            </div>
643
                                        </div>
644
                                    </div>
645
                                    <div>
646
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
647
                                            <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>
648
                                            <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>
649
                                            <div class="uk-card-body">
650
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
651
                                                    Enrich    </h3>
652
                                                <div class="el-meta uk-margin uk-text-meta">Improve your metadata.  Get more connections</div>
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
                                            </div>
655
                                        </div>
656
                                    </div>
657
                                    <div>
658
                                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
659
                                            <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>
660
                                            <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>
661
                                            <div class="uk-card-body">
662
                                                <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
663
                                                    Measure    </h3>
664
                                                <div class="el-meta uk-margin uk-text-meta">Open research impact empowers Open Science</div>
665
                                                <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>
666
                                            </div>
667
                                        </div>
668
                                    </div>
669
                                </div>
670
                                <div class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
671
                                    <a class="el-content uk-button uk-button-primary uk-button-large">
672
                                        Get Started
673
                                    </a>
674
                                </div>
675
                            </div>
676
                        </div>
677
                    </div>
678
                </div>
679
            </div>
680
        </div>
681

    
682

    
683
        <div class="uk-section-default uk-section">
684
            <div class="uk-container">
685
                <div class="uk-grid-medium uk-margin-medium uk-grid" uk-grid="">
686
                    <div class="uk-width-expand@m uk-first-column">
687
                        <div class="uk-margin uk-panel">
688
                            <h3 class="el-title uk-margin uk-h3 uk-heading-bullet uk-text-primary">
689
                                Our community    </h3>
690
                            <div class="el-content uk-margin uk-text-lead">800 literature repositories<br>200 OA Journals<br>50 data repositories<br>4 aggregators</div>
691
                        </div>
692
                        <hr class="uk-divider-small uk-text-left">
693
                        <div class="uk-margin">
694
                            <div>22,3 mi publications<br>6,000 datasets<br>1000 software</div>
695
                            <div>1,200,000 usage events (2017)<br>330,000 metadata exchange events (2017)&nbsp;&nbsp;</div></div>
696
                    </div>
697
                    <div class="uk-width-expand@m">
698
                        <h3 class="uk-h3 uk-heading-bullet uk-text-primary">
699
                            Latest additions    </h3>
700
                        <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="">
701
                            <div class="uk-first-column">
702
                                <div class="el-item uk-panel">
703
                                    <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom">
704
                                        Cambridge Server    </h6>
705
                                    <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
706
                                    <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>
707
                                </div>
708
                            </div>
709
                            <div class="uk-grid-margin uk-first-column">
710
                                <div class="el-item uk-panel">
711
                                    <h6 class="el-title uk-margin uk-h6 uk-text-primary uk-margin-remove-adjacent uk-margin-remove-bottom">
712
                                        Cambridge Server    </h6>
713
                                    <div class="el-meta uk-margin uk-text-meta">Cambridge Uviversity</div>
714
                                    <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>
715
                                </div>
716
                            </div>
717
                        </div>
718
                        <div class="uk-margin">
719
                            <a class="el-content uk-button uk-button-text">
720
                                View all
721
                            </a>
722
                        </div>
723
                    </div>
724
                    <div class="uk-width-expand@m">
725
                        <h3 class="uk-margin-remove-top uk-h3 uk-heading-bullet">
726
                            <span class="uk-text-background">Our data policies</span>
727
                        </h3>
728
                        <ul class="uk-margin-small uk-list uk-list-large">
729
                            <li class="el-item">
730
                                <h3 class="el-title uk-h3 uk-margin-remove">Data acquisition</h3>
731
                                <div class="el-content">
732
                                    <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>
733
                                </div>
734
                            </li>
735
                            <li class="el-item">
736
                                <h3 class="el-title uk-h3 uk-margin-remove">Data usage</h3>
737
                                <div class="el-content">
738
                                    <a href="/www.cnn.com">Who is able to retrieve our data, what are the licences, what about specific SLAs.</a>
739
                                </div>
740
                            </li>
741
                        </ul>
742
                        <div class="uk-margin uk-margin-remove-bottom uk-text-left">
743
                            <a class="el-content uk-link-text" href="/www.cnn.com" target="_blank">
744
                                Learn more
745
                            </a>
746
                        </div>
747
                    </div>
748
                </div>
749
            </div>
750
        </div>
751

    
752

    
753
        <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}">
754

    
755
            <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">
756
                <div class="uk-container">
757
                    <div class="uk-grid-divider uk-margin-remove-vertical uk-grid" uk-grid="">
758
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-first-column">
759
                            <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
760
                                A researcher?    </h4>
761
                            <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="">
762
                                <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>
763
                            <div id="page#34" class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
764
                                <a class="el-content uk-button uk-button-default uk-button-small" href="/explore.openaire.eu" target="_blank">
765
                                    OpenAIRE.EXPLORE
766
                                </a>
767
                            </div>
768
                        </div>
769
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark">
770
                            <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
771
                                A research manager?    </h4>
772
                            <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="">
773
                                Use our monitoring services and easily track all relevant research results.</div>
774
                            <div id="page#38" class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
775
                                <a class="el-content uk-button uk-button-default uk-button-small" href="/monitor.openaire.eu" target="_blank">
776
                                    OpenAIRE.MONITOR
777
                                </a>
778
                            </div>
779
                        </div>
780
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark">
781
                            <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
782
                                A research community?    </h4>
783
                            <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="">
784
                                Use a trusted partner to share, link, disseminate and monitor your research.</div>
785
                            <div id="page#42" class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
786
                                <a class="el-content uk-button uk-button-default uk-button-small" href="/connect.openaire.eu" target="_blank">
787
                                    OpenAIRE.CONNECT
788
                                </a>
789
                            </div>
790
                        </div>
791
                        <div class="uk-width-expand@m uk-width-1-2@s uk-dark">
792
                            <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
793
                                A developer?    </h4>
794
                            <div id="page#45" 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="">
795
                                Get access to OpenAIRE data and capitalize on on Europe's open linked research.</div>
796
                            <div id="page#46" class="uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
797
                                <a class="el-content uk-button uk-button-default uk-button-small" href="/develop.openaire.eu" target="_blank">
798
                                    OpenAIRE.DEVELOP
799
                                </a>
800
                            </div>
801
                        </div>
802
                    </div>
803
                </div>
804
            </div>
805
        </div>
806

    
807

    
808
        <div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
809

    
810
            <div class="uk-container">
811

    
812
                <div class="uk-grid-margin uk-grid" uk-grid="">
813

    
814
                    <div class="uk-width-expand@m uk-light uk-first-column">
815

    
816
                        <div class="uk-margin">
817
                            <div class="uk-child-width-auto uk-grid-small uk-grid" uk-grid="">
818

    
819
                                <div class="uk-first-column">
820
                                    <a uk-icon="icon: facebook" href="http://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-link uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"> <path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"></path></svg></a>
821
                                </div>
822
                                <div>
823
                                    <a uk-icon="icon: twitter" href="http://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-link uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"> <path d="M19,4.74 C18.339,5.029 17.626,5.229 16.881,5.32 C17.644,4.86 18.227,4.139 18.503,3.28 C17.79,3.7 17.001,4.009 16.159,4.17 C15.485,3.45 14.526,3 13.464,3 C11.423,3 9.771,4.66 9.771,6.7 C9.771,6.99 9.804,7.269 9.868,7.539 C6.795,7.38 4.076,5.919 2.254,3.679 C1.936,4.219 1.754,4.86 1.754,5.539 C1.754,6.82 2.405,7.95 3.397,8.61 C2.79,8.589 2.22,8.429 1.723,8.149 L1.723,8.189 C1.723,9.978 2.997,11.478 4.686,11.82 C4.376,11.899 4.049,11.939 3.713,11.939 C3.475,11.939 3.245,11.919 3.018,11.88 C3.49,13.349 4.852,14.419 6.469,14.449 C5.205,15.429 3.612,16.019 1.882,16.019 C1.583,16.019 1.29,16.009 1,15.969 C2.635,17.019 4.576,17.629 6.662,17.629 C13.454,17.629 17.17,12 17.17,7.129 C17.17,6.969 17.166,6.809 17.157,6.649 C17.879,6.129 18.504,5.478 19,4.74"></path></svg></a>
824
                                </div>
825
                                <div>
826
                                    <a uk-icon="icon: linkedin" href="http://www.linkedin.com/groups/OpenAIRE-3893548" target="_blank" class="el-link uk-icon-link uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"> <path d="M5.77,17.89 L5.77,7.17 L2.21,7.17 L2.21,17.89 L5.77,17.89 L5.77,17.89 Z M3.99,5.71 C5.23,5.71 6.01,4.89 6.01,3.86 C5.99,2.8 5.24,2 4.02,2 C2.8,2 2,2.8 2,3.85 C2,4.88 2.77,5.7 3.97,5.7 L3.99,5.7 L3.99,5.71 L3.99,5.71 Z"></path> <path d="M7.75,17.89 L11.31,17.89 L11.31,11.9 C11.31,11.58 11.33,11.26 11.43,11.03 C11.69,10.39 12.27,9.73 13.26,9.73 C14.55,9.73 15.06,10.71 15.06,12.15 L15.06,17.89 L18.62,17.89 L18.62,11.74 C18.62,8.45 16.86,6.92 14.52,6.92 C12.6,6.92 11.75,7.99 11.28,8.73 L11.3,8.73 L11.3,7.17 L7.75,7.17 C7.79,8.17 7.75,17.89 7.75,17.89 L7.75,17.89 L7.75,17.89 Z"></path></svg></a>
827
                                </div>
828
                                <div>
829
                                    <a uk-icon="icon: social" href="http://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-link uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"> <line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line> <line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line> <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle> <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle> <circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle></svg></a>
830
                                </div>
831
                                <div>
832
                                    <a uk-icon="icon: vimeo" href="http://vimeo.com/openaire" target="_blank" class="el-link uk-icon-link uk-icon"><svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1"> <path d="M2.065,7.59C1.84,7.367,1.654,7.082,1.468,6.838c-0.332-0.42-0.137-0.411,0.274-0.772c1.026-0.91,2.004-1.896,3.127-2.688 c1.017-0.713,2.365-1.173,3.286-0.039c0.849,1.045,0.869,2.629,1.084,3.891c0.215,1.309,0.421,2.648,0.88,3.901 c0.127,0.352,0.37,1.018,0.81,1.074c0.567,0.078,1.145-0.917,1.408-1.289c0.684-0.987,1.611-2.317,1.494-3.587 c-0.115-1.349-1.572-1.095-2.482-0.773c0.146-1.514,1.555-3.216,2.912-3.792c1.439-0.597,3.579-0.587,4.302,1.036 c0.772,1.759,0.078,3.802-0.763,5.396c-0.918,1.731-2.1,3.333-3.363,4.829c-1.114,1.329-2.432,2.787-4.093,3.422 c-1.897,0.723-3.021-0.686-3.667-2.318c-0.705-1.777-1.056-3.771-1.565-5.621C4.898,8.726,4.644,7.836,4.136,7.191 C3.473,6.358,2.72,7.141,2.065,7.59C1.977,7.502,2.115,7.551,2.065,7.59L2.065,7.59z"></path></svg></a>
833
                                </div>
834
                            </div>
835
                        </div>
836
                        <div class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">
837
                            <h6 class="el-title uk-margin uk-h2">
838
                                Newsletter    </h6>
839
                            <a href="/www.cnn.com" class="el-link"><span uk-icon="icon: comments;ratio: 1.5" class="el-image uk-icon"><svg width="30" height="30" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" ratio="1.5"> <polyline fill="none" stroke="#000" points="2 0.5 19.5 0.5 19.5 13"></polyline> <path d="M5,19.71 L5,15 L0,15 L0,2 L18,2 L18,15 L9.71,15 L5,19.71 L5,19.71 L5,19.71 Z M1,14 L6,14 L6,17.29 L9.29,14 L17,14 L17,3 L1,3 L1,14 L1,14 L1,14 Z"></path></svg></span></a>
840
                        </div>
841

    
842
                        <div class="newsletter uk-panel">
843

    
844

    
845
                            <script type="text/javascript">
846
                                <!--
847
                                if(typeof acymailing == 'undefined'){
848
                                    var acymailing = Array();
849
                                }
850
                                acymailing['NAMECAPTION'] = 'Name';
851
                                acymailing['NAME_MISSING'] = 'Please enter your name';
852
                                acymailing['EMAILCAPTION'] = 'E-mail';
853
                                acymailing['VALID_EMAIL'] = 'Please enter a valid e-mail address';
854
                                acymailing['ACCEPT_TERMS'] = 'Please check the Terms and Conditions';
855
                                acymailing['CAPTCHA_MISSING'] = 'The captcha is invalid, please try again';
856
                                acymailing['NO_LIST_SELECTED'] = 'Please select the lists you want to subscribe to';
857

    
858
                                //-->
859
                            </script>
860
                            <script type="text/javascript" src="/media/com_acymailing/js/acymailing_module.js?v=570"></script>
861

    
862
                            <link rel="stylesheet" property="stylesheet" href="/media/com_acymailing/css/module_default_square_blue.css?v=1494072539" type="text/css">
863
                            <script type="text/javascript">
864
                                <!--
865

    
866
                                acymailing['level'] = 'enterprise';
867

    
868
                                //-->
869
                            </script><script type="text/javascript">
870
                            <!--
871
                            acymailing['reqFieldsformAcymailing61281'] = Array('name','html');
872
                            acymailing['validFieldsformAcymailing61281'] = Array('Please enter a value for the field Name','Please enter a value for the field Receive');
873
                            //-->
874
                        </script><script type="text/javascript">
875
                            <!--
876
                            if (window.jQuery) {
877
                                jQuery(document).ready(function(){
878
                                    jQuery("#acymailing_fulldiv_formAcymailing61281").hide();
879
                                    jQuery("#acymailing_togglemodule_formAcymailing61281").click(function(){
880
                                        jQuery("#acymailing_fulldiv_formAcymailing61281").slideToggle("fast");
881
                                        jQuery("#acymailing_togglemodule_formAcymailing61281").toggleClass("acyactive");
882
                                        return false;
883
                                    });
884
                                });
885
                            } else{
886
                                window.addEvent('domready', function(){
887
                                    var mySlide = new Fx.Slide('acymailing_fulldiv_formAcymailing61281');
888
                                    mySlide.hide();
889
                                    try{
890
                                        var acytogglemodule = document.id('acymailing_togglemodule_formAcymailing61281');
891
                                    }catch(err){
892
                                        var acytogglemodule = $('acymailing_togglemodule_formAcymailing61281');
893
                                    }
894

    
895
                                    acytogglemodule.addEvent('click', function(e){
896
                                        if(mySlide.wrapper.offsetHeight == 0){
897
                                            acytogglemodule.className = 'acymailing_togglemodule acyactive';
898
                                        }else{
899
                                            acytogglemodule.className = 'acymailing_togglemodule';
900
                                        }
901
                                        mySlide.toggle();
902
                                        try {
903
                                            var evt = new Event(e);
904
                                            evt.stop();
905
                                        } catch(err) {
906
                                            e.stop();
907
                                        }
908
                                    });
909
                                });
910
                            }
911
                            //-->
912
                        </script><div class="acymailing_module" id="acymailing_module_formAcymailing61281">
913
                            <div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing61281">
914
                                <p><a class="acymailing_togglemodule" id="acymailing_togglemodule_formAcymailing61281" href="#subscribe">Subscribe</a></p>
915
                                <div class="acymailing_fulldiv" id="acymailing_fulldiv_formAcymailing61281" style="text-align: left; display: none;">
916
                                    <form id="formAcymailing61281" action="/testing-stuff-2" onsubmit="return submitacymailingform('optin','formAcymailing61281')" method="post" name="formAcymailing61281">
917
                                        <div class="acymailing_module_form">
918
                                            <div class="acymailing_form">
919
                                                <p class="onefield fieldacyemail" id="field_email_formAcymailing61281">								<span class="acyfield_email acy_requiredField">
920
								<input id="user_email_formAcymailing61281" style="width:80%" onfocus="if(this.value == 'E-mail') this.value = '';" onblur="if(this.value=='') this.value='E-mail';" class="inputbox required" name="user[email]" value="E-mail" title="E-mail" type="text">								</span>
921
                                                </p>
922
                                                <div class="onefield fieldacycaptcha" id="field_captcha_formAcymailing61281"><div id="formAcymailing61281-captcha" class="g-recaptcha " data-sitekey="6LftQyAUAAAAAOv1NBWgayP9RsAeaSPFzSSjqLYc" data-theme="light" data-size="normal"><div style="width: 304px; height: 78px;"><div><iframe src="https://www.google.com/recaptcha/api2/anchor?k=6LftQyAUAAAAAOv1NBWgayP9RsAeaSPFzSSjqLYc&amp;co=aHR0cDovL2RsMTE5Lm1hZGdpay5kaS51b2EuZ3I6ODA.&amp;hl=en-GB&amp;v=r20171115120512&amp;theme=light&amp;size=normal&amp;cb=avgqzgw2ygmu" role="presentation" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox" width="304" height="78" frameborder="0"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;  display: none; "></textarea></div></div>					</div>
923

    
924

    
925
                                                <p class="acysubbuttons">
926
                                                    <input class="button subbutton btn btn-primary" value="Subscribe" name="Submit" onclick="try{ return submitacymailingform('optin','formAcymailing61281'); }catch(err){alert('The form could not be submitted '+err);return false;}" type="submit">
927
                                                </p>
928
                                            </div>
929
                                            <script type="text/javascript">
930
                                                <!--
931

    
932
                                                acymailing['excludeValuesformAcymailing61281'] = Array();
933
                                                acymailing['excludeValuesformAcymailing61281']['email'] = 'E-mail';
934

    
935
                                                //-->
936
                                            </script>			<input name="ajax" value="0" type="hidden">
937
                                            <input name="acy_source" value="module_361" type="hidden">
938
                                            <input name="ctrl" value="sub" type="hidden">
939
                                            <input name="task" value="notask" type="hidden">
940
                                            <input name="redirect" value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2Ftesting-stuff-2" type="hidden">
941
                                            <input name="redirectunsub" value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2Ftesting-stuff-2" type="hidden">
942
                                            <input name="option" value="com_acymailing" type="hidden">
943
                                            <input name="hiddenlists" value="1" type="hidden">
944
                                            <input name="acyformname" value="formAcymailing61281" type="hidden">
945
                                            <input name="Itemid" value="185" type="hidden">			</div>
946
                                    </form>
947
                                </div>
948
                            </div> </div>
949

    
950
                        </div>
951
                    </div>
952

    
953
                    <div class="uk-width-expand@m uk-light">
954
                        <div>
955
                            <ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider" uk-margin="">
956
                                <li class="el-item uk-first-column">
957
                                    <a class="el-link" href="/www.cnn.com">About</a>
958
                                </li>
959
                                <li class="el-item">
960
                                    <a class="el-content uk-disabled">Services</a>
961
                                </li>
962
                                <li class="el-item">
963
                                    <a class="el-link" href="/news/?filter_tag[0]=">News</a>
964
                                </li>
965
                                <li class="el-item">
966
                                    <a class="el-link" href="/index.php?option=com_jevents&amp;view=month&amp;layout=calendar&amp;Itemid=2090">Events</a>
967
                                </li>
968
                                <li class="el-item">
969
                                    <a class="el-content uk-disabled">Blog</a>
970
                                </li>
971
                                <li class="el-item">
972
                                    <a class="el-content uk-disabled">Contact us</a>
973
                                </li>
974
                            </ul>
975
                        </div>
976
                    </div>
977
                </div>
978
            </div>
979

    
980

    
981

    
982

    
983
        </div>
984

    
985
        <div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">
986
            <div class="uk-container">
987
                <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
988
                    <div class="uk-width-1-1@m uk-first-column">
989
                        <div class="uk-margin-medium uk-margin-remove-bottom uk-text-center">
990
                            <img src="http://dl119.madgik.di.uoa.gr/images/Logos/Logo_Horizontal_white_small.png" class="el-image" alt="OpenAIRE">
991
                        </div>
992
                        <div class="footer-license uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">
993
                            <div><a href="http://creativecommons.org/licenses/by/4.0/" rel="license"><img src="https://i.creativecommons.org/l/by/3.0/80x15.png" alt="Creative" style="height: auto; max-width: 100%; vertical-align: middle;"></a>&nbsp;UNLESS OTHERWISE INDICATED, ALL MATERIALS CREATED BY THE OPENAIRE CONSORTIUM ARE LICENSED UNDER A&nbsp;<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.</div>
994
                            <div>OPENAIRE IS POWERED BY&nbsp;<a href="http://www.d-net.research-infrastructures.eu/">D-NET</a>.</div></div>
995
                        <div class="uk-margin uk-margin-remove-bottom uk-text-center">
996
                            <img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png" srcset="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/ec_logo_inv_small-e4d7de03.png 91w,http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png 114w" sizes="(min-width: 114px) 114px, 100vw" class="el-image" alt="European Commission" width="114">
997
                        </div>
998
                        <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right">
999
                            <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon"><svg width="15" height="20" viewBox="0 0 15 20" xmlns="http://www.w3.org/2000/svg" ratio="1"> <polyline fill="none" stroke="#0000" stroke-width="1.1" points="1,8 7.5,1.5 14,8 "></polyline> <rect fill="000" x="7" y="2" width="1" height="20"></rect></svg></a>
1000
                        </div>
1001
                    </div>
1002
                </div>
1003
            </div>
1004
        </div>
1005

    
1006

    
1007
        <!--<div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">-->
1008
            <!--<div class="uk-container">-->
1009
                <!--<div class="uk-grid-margin uk-grid" uk-grid="">-->
1010
                    <!--<div class="uk-width-expand@m uk-light uk-first-column">-->
1011
                        <!--<div class="uk-margin">-->
1012
                            <!--<div class="uk-child-width-auto uk-grid-small uk-grid" uk-grid="">-->
1013
                                <!--<div class="uk-first-column">-->
1014
                                    <!--<a uk-icon="icon: facebook" href="http://www.facebook.com/groups/openaire/"-->
1015
                                       <!--target="_blank" class="el-link uk-icon-link uk-icon">-->
1016
                                        <!--<svg width="20" height="20" viewBox="0 0 20 20"-->
1017
                                             <!--xmlns="http://www.w3.org/2000/svg" icon="facebook" ratio="1">-->
1018
                                            <!--<path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"/>-->
1019
                                        <!--</svg>-->
1020
                                    <!--</a>-->
1021
                                <!--</div>-->
1022
                                <!--<div>-->
1023
                                    <!--<a uk-icon="icon: twitter" href="http://www.twitter.com/OpenAIRE_eu" target="_blank"-->
1024
                                       <!--class="el-link uk-icon-link uk-icon">-->
1025
                                        <!--<svg width="20" height="20" viewBox="0 0 20 20"-->
1026
                                             <!--xmlns="http://www.w3.org/2000/svg" icon="twitter" ratio="1">-->
1027
                                            <!--<path d="M19,4.74 C18.339,5.029 17.626,5.229 16.881,5.32 C17.644,4.86 18.227,4.139 18.503,3.28 C17.79,3.7 17.001,4.009 16.159,4.17 C15.485,3.45 14.526,3 13.464,3 C11.423,3 9.771,4.66 9.771,6.7 C9.771,6.99 9.804,7.269 9.868,7.539 C6.795,7.38 4.076,5.919 2.254,3.679 C1.936,4.219 1.754,4.86 1.754,5.539 C1.754,6.82 2.405,7.95 3.397,8.61 C2.79,8.589 2.22,8.429 1.723,8.149 L1.723,8.189 C1.723,9.978 2.997,11.478 4.686,11.82 C4.376,11.899 4.049,11.939 3.713,11.939 C3.475,11.939 3.245,11.919 3.018,11.88 C3.49,13.349 4.852,14.419 6.469,14.449 C5.205,15.429 3.612,16.019 1.882,16.019 C1.583,16.019 1.29,16.009 1,15.969 C2.635,17.019 4.576,17.629 6.662,17.629 C13.454,17.629 17.17,12 17.17,7.129 C17.17,6.969 17.166,6.809 17.157,6.649 C17.879,6.129 18.504,5.478 19,4.74"/>-->
1028
                                        <!--</svg>-->
1029
                                    <!--</a>-->
1030
                                <!--</div>-->
1031
                                <!--<div>-->
1032
                                    <!--<a uk-icon="icon: linkedin" href="http://www.linkedin.com/groups/OpenAIRE-3893548"-->
1033
                                       <!--target="_blank" class="el-link uk-icon-link uk-icon">-->
1034
                                        <!--<svg width="20" height="20" viewBox="0 0 20 20"-->
1035
                                             <!--xmlns="http://www.w3.org/2000/svg" icon="linkedin" ratio="1">-->
1036
                                            <!--<path d="M5.77,17.89 L5.77,7.17 L2.21,7.17 L2.21,17.89 L5.77,17.89 L5.77,17.89 Z M3.99,5.71 C5.23,5.71 6.01,4.89 6.01,3.86 C5.99,2.8 5.24,2 4.02,2 C2.8,2 2,2.8 2,3.85 C2,4.88 2.77,5.7 3.97,5.7 L3.99,5.7 L3.99,5.71 L3.99,5.71 Z"/>-->
1037
                                            <!--<path d="M7.75,17.89 L11.31,17.89 L11.31,11.9 C11.31,11.58 11.33,11.26 11.43,11.03 C11.69,10.39 12.27,9.73 13.26,9.73 C14.55,9.73 15.06,10.71 15.06,12.15 L15.06,17.89 L18.62,17.89 L18.62,11.74 C18.62,8.45 16.86,6.92 14.52,6.92 C12.6,6.92 11.75,7.99 11.28,8.73 L11.3,8.73 L11.3,7.17 L7.75,7.17 C7.79,8.17 7.75,17.89 7.75,17.89 L7.75,17.89 L7.75,17.89 Z"/>-->
1038
                                        <!--</svg>-->
1039
                                    <!--</a>-->
1040
                                <!--</div>-->
1041
                                <!--<div>-->
1042
                                    <!--<a uk-icon="icon: social" href="http://www.slideshare.net/OpenAIRE_eu"-->
1043
                                       <!--target="_blank" class="el-link uk-icon-link uk-icon">-->
1044
                                        <!--<svg width="20" height="20" viewBox="0 0 20 20"-->
1045
                                             <!--xmlns="http://www.w3.org/2000/svg" icon="social" ratio="1">-->
1046
                                            <!--<line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14"-->
1047
                                                  <!--x2="6.3" y2="10.7"/>-->
1048
                                            <!--<line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5"-->
1049
                                                  <!--x2="6.5" y2="8.8"/>-->
1050
                                            <!--<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6"-->
1051
                                                    <!--r="2.3"/>-->
1052
                                            <!--<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8"-->
1053
                                                    <!--r="2.3"/>-->
1054
                                            <!--<circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8"-->
1055
                                                    <!--r="2.3"/>-->
1056
                                        <!--</svg>-->
1057
                                    <!--</a>-->
1058
                                <!--</div>-->
1059
                                <!--<div>-->
1060
                                    <!--<a uk-icon="icon: vimeo" href="http://vimeo.com/openaire" target="_blank"-->
1061
                                       <!--class="el-link uk-icon-link uk-icon">-->
1062
                                        <!--<svg width="20" height="20" viewBox="0 0 20 20"-->
1063
                                             <!--xmlns="http://www.w3.org/2000/svg" icon="vimeo" ratio="1">-->
1064
                                            <!--<path d="M2.065,7.59C1.84,7.367,1.654,7.082,1.468,6.838c-0.332-0.42-0.137-0.411,0.274-0.772c1.026-0.91,2.004-1.896,3.127-2.688 c1.017-0.713,2.365-1.173,3.286-0.039c0.849,1.045,0.869,2.629,1.084,3.891c0.215,1.309,0.421,2.648,0.88,3.901 c0.127,0.352,0.37,1.018,0.81,1.074c0.567,0.078,1.145-0.917,1.408-1.289c0.684-0.987,1.611-2.317,1.494-3.587 c-0.115-1.349-1.572-1.095-2.482-0.773c0.146-1.514,1.555-3.216,2.912-3.792c1.439-0.597,3.579-0.587,4.302,1.036 c0.772,1.759,0.078,3.802-0.763,5.396c-0.918,1.731-2.1,3.333-3.363,4.829c-1.114,1.329-2.432,2.787-4.093,3.422 c-1.897,0.723-3.021-0.686-3.667-2.318c-0.705-1.777-1.056-3.771-1.565-5.621C4.898,8.726,4.644,7.836,4.136,7.191 C3.473,6.358,2.72,7.141,2.065,7.59C1.977,7.502,2.115,7.551,2.065,7.59L2.065,7.59z"/>-->
1065
                                        <!--</svg>-->
1066
                                    <!--</a>-->
1067
                                <!--</div>-->
1068
                            <!--</div>-->
1069
                        <!--</div>-->
1070
                        <!--<div class="uk-margin-medium uk-margin-remove-bottom uk-text-left">-->
1071
                            <!--<img src="http://dl119.madgik.di.uoa.gr/images/Logos/Logo_Horizontal_white_small.png"-->
1072
                                 <!--class="el-image" alt="OpenAIRE">-->
1073
                        <!--</div>-->
1074
                        <!--<div class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">-->
1075
                            <!--<h6 class="el-title uk-margin uk-h2">-->
1076
                                <!--Newsletter </h6>-->
1077
                            <!--<a href="/www.cnn.com" class="el-link"><span uk-icon="icon: comments;ratio: 1.5"-->
1078
                                                                         <!--class="el-image uk-icon"><svg width="30"-->
1079
                                                                                                       <!--height="30"-->
1080
                                                                                                       <!--viewBox="0 0 20 20"-->
1081
                                                                                                       <!--xmlns="http://www.w3.org/2000/svg"-->
1082
                                                                                                       <!--icon="comments"-->
1083
                                                                                                       <!--ratio="1.5">-->
1084
                                <!--<polyline fill="none" stroke="#000" points="2 0.5 19.5 0.5 19.5 13"/>-->
1085
                                <!--<path d="M5,19.71 L5,15 L0,15 L0,2 L18,2 L18,15 L9.71,15 L5,19.71 L5,19.71 L5,19.71 Z M1,14 L6,14 L6,17.29 L9.29,14 L17,14 L17,3 L1,3 L1,14 L1,14 L1,14 Z"/>-->
1086
                            <!--</svg></span></a>-->
1087
                        <!--</div>-->
1088
                        <!--<div class="newsletter uk-panel">-->
1089
                        <!--</div>-->
1090
                    <!--</div>-->
1091
                    <!--<div class="uk-width-expand@m uk-light">-->
1092
                        <!--<div>-->
1093
                            <!--<ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider" uk-margin="">-->
1094
                                <!--<li class="el-item uk-first-column">-->
1095
                                    <!--<a class="el-link" href="/www.cnn.com">About</a>-->
1096
                                <!--</li>-->
1097
                                <!--<li class="el-item">-->
1098
                                    <!--<a class="el-content uk-disabled">Services</a>-->
1099
                                <!--</li>-->
1100
                                <!--<li class="el-item">-->
1101
                                    <!--<a class="el-content uk-disabled">News</a>-->
1102
                                <!--</li>-->
1103
                                <!--<li class="el-item">-->
1104
                                    <!--<a class="el-content uk-disabled">Events</a>-->
1105
                                <!--</li>-->
1106
                                <!--<li class="el-item">-->
1107
                                    <!--<a class="el-content uk-disabled">Blog</a>-->
1108
                                <!--</li>-->
1109
                                <!--<li class="el-item">-->
1110
                                    <!--<a class="el-content uk-disabled">Contact us</a>-->
1111
                                <!--</li>-->
1112
                            <!--</ul>-->
1113
                        <!--</div>-->
1114
                    <!--</div>-->
1115
                <!--</div>-->
1116
            <!--</div>-->
1117
        <!--</div>-->
1118
        <!--<div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">-->
1119
            <!--<div class="uk-container">-->
1120
                <!--<div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">-->
1121
                    <!--<div class="uk-width-1-1@m uk-first-column">-->
1122
                        <!--<div class="footer-license uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">-->
1123
                            <!--<div><a href="http://creativecommons.org/licenses/by/4.0/" rel="license"><img-->
1124
                                    <!--src="https://i.creativecommons.org/l/by/3.0/80x15.png" alt="Creative"-->
1125
                                    <!--style="height: auto; max-width: 100%; vertical-align: middle;"></a>&nbsp;UNLESS-->
1126
                                <!--OTHERWISE INDICATED, ALL MATERIALS CREATED BY THE OPENAIRE CONSORTIUM ARE LICENSED UNDER-->
1127
                                <!--A&nbsp;<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CREATIVE-->
1128
                                    <!--COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.-->
1129
                            <!--</div>-->
1130
                            <!--<div>OPENAIRE IS POWERED BY&nbsp;<a href="http://www.d-net.research-infrastructures.eu/">D-NET</a>.-->
1131
                            <!--</div>-->
1132
                        <!--</div>-->
1133
                        <!--<div class="uk-margin uk-margin-remove-bottom uk-text-center">-->
1134
                            <!--<img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png"-->
1135
                                 <!--srcset="/templates/yootheme/cache/ec_logo_inv_small-e4d7de03.png 91w, /templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png 114w"-->
1136
                                 <!--sizes="(min-width: 114px) 114px, 100vw" class="el-image" alt="European Commission">-->
1137
                        <!--</div>-->
1138
                        <!--<div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right">-->
1139
                            <!--<a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">-->
1140
                                <!--<svg width="15" height="20" viewBox="0 0 15 20" xmlns="http://www.w3.org/2000/svg"-->
1141
                                     <!--icon="totop" ratio="1">-->
1142
                                    <!--<polyline fill="none" stroke="#0000" stroke-width="1.1" points="1,8 7.5,1.5 14,8 "/>-->
1143
                                    <!--<rect fill="000" x="7" y="2" width="1" height="20"/>-->
1144
                                <!--</svg>-->
1145
                            <!--</a>-->
1146
                        <!--</div>-->
1147
                    <!--</div>-->
1148
                <!--</div>-->
1149
            <!--</div>-->
1150
        <!--</div>-->
1151

    
1152

    
1153
    </div>
1154
</div>
1155

    
1156
<div id="login" style="display:none">
1157
    <div class="middle-box text-center loginscreen animated fadeInDown">
1158
        <div>
1159
            <div>
1160
                <!--<img src="http://dl119.madgik.di.uoa.gr/images/openaire/Logo_Horizontal.png" alt="OpenAIRE" class="" width="100%">-->
1161
                <img src="img/OA_JOIN_B.png" alt="OpenAIRE" class="" width="100%">
1162
            </div>
1163
            <h3>Welcome to OpenAIRE's Repository Manager</h3>
1164

    
1165
            <p>This service uses the same sign-in mechanism as the OpenAIRE portal so you can use the same
1166
                credentials.</p>
1167

    
1168
            <p>Login in. To see it in action.</p>
1169

    
1170
            <div id="loginForm">
1171
            </div>
1172
        </div>
1173
    </div>
1174
</div>
1175

    
1176
<div id="register" style="display:none">
1177
    <div class="middle-box text-center loginscreen   animated fadeInDown">
1178
        <div>
1179
            <div>
1180
                <img src="img/OA_JOIN_B.png" alt="OpenAIRE" class="" width="100%">
1181
            </div>
1182
            <h3>Register to OpenAIRE's Repository Manager</h3>
1183
            <!--<p>Register to use the OpenAIRE repository manager services.</p>-->
1184
            <div id="registerForm">
1185
            </div>
1186
        </div>
1187
    </div>
1188
</div>
1189

    
1190
<div id="wrapper" style="display:none">
1191

    
1192
    <div class="uk-offcanvas-content">
1193

    
1194
        <div class="tm-header-mobile uk-hidden@m">
1195
            <nav class="uk-navbar-container uk-navbar" uk-navbar="">
1196
                <div class="uk-navbar-left">
1197
                    <a class="uk-navbar-toggle" href="#tm-mobile" uk-toggle="">
1198
                        <div uk-navbar-toggle-icon="" class="uk-navbar-toggle-icon uk-icon">
1199
                            <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
1200
                                 icon="navbar-toggle-icon" ratio="1">
1201
                                <rect y="9" width="20" height="2"/>
1202
                                <rect y="3" width="20" height="2"/>
1203
                                <rect y="15" width="20" height="2"/>
1204
                            </svg>
1205
                        </div>
1206
                    </a>
1207
                </div>
1208
                <div class="uk-navbar-center">
1209
                    <a class="uk-navbar-item uk-logo" href="http://dl119.madgik.di.uoa.gr">
1210
                        <!--<img src="http://dl119.madgik.di.uoa.gr/images/openaire/Symbol.png" alt="OpenAIRE" class="uk-responsive-height">-->
1211
                        <img src="img/OA_JOIN_A.png" alt="OpenAIRE" class="uk-responsive-height">
1212
                    </a>
1213
                </div>
1214
            </nav>
1215
            <div id="tm-mobile" uk-offcanvas="" mode="slide" overlay="" class="uk-offcanvas">
1216
                <div class="uk-offcanvas-bar">
1217
                    <button class="uk-offcanvas-close uk-close uk-icon" type="button" uk-close="">
1218
                        <svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"
1219
                             icon="close-icon" ratio="1">
1220
                            <line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/>
1221
                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/>
1222
                        </svg>
1223
                    </button>
1224
                    <div class="uk-child-width-1-1 uk-grid" uk-grid="">
1225
                        <div>
1226
                            <div class="uk-panel" id="module-0">
1227
                                <ul class="uk-nav uk-nav-default">
1228
                                    <li class="uk-nav-header uk-parent"><a href="#dashboard">Home</a>
1229
                                    </li>
1230
                                    <li class="uk-nav-header uk-parent">Sources
1231
                                        <ul class="uk-nav-sub">
1232
                                            <li>
1233
                                                <a href="#registerDatasource">Register</a>
1234
                                            </li>
1235
                                            <li>
1236
                                                <a href="#manageDatasource">Update</a>
1237
                                            </li>
1238
                                        </ul>
1239
                                    </li>
1240
                                    <li class="uk-nav-header uk-parent">Compatibility
1241
                                        <ul class="uk-nav-sub">
1242
                                            <li>
1243
                                                <a href="#validate">Validation</a>
1244
                                            </li>
1245
                                            <li>
1246
                                                <a href="#browseHistory">Monitor</a>
1247
                                            </li>
1248
                                        </ul>
1249
                                    </li>
1250
                                    <li class="uk-nav-header uk-parent">Content
1251
                                        <ul class="uk-nav-sub">
1252
                                            <li>
1253
                                                <a href="#enrichContent/events">Events</a>
1254
                                            </li>
1255
                                            <li>
1256
                                                <a href="#enrichContent/subscriptions">Notifications</a>
1257
                                            </li>
1258
                                        </ul>
1259
                                    </li>
1260
                                    <li class="uk-nav-header uk-parent"><a href="#getImpact">Metrics</a>
1261
                                    </li>
1262
                                    <li id="admin1" class="uk-nav-header uk-parent adminMenu" style="display: none;">Admin
1263
                                        <ul class="uk-nav-sub">
1264
                                            <li class="helpAdminMenu">
1265
                                                <a href="#admin/helpTexts">Help Texts</a>
1266
                                            </li>
1267
                                            <li class="metricsAdminMenu">
1268
                                                <a href="#admin/metrics">Metrics</a>
1269
                                            </li>
1270
                                        </ul>
1271
                                    </li>
1272
                                </ul>
1273
                            </div>
1274
                        </div>
1275
                        <div>
1276
                            <div class="uk-panel" id="module-tm-2">
1277
                                <form id="search-tm-2" action="/index.php" method="post" role="search"
1278
                                      class="uk-search uk-search-default">
1279
                                    <span uk-search-icon="" class="uk-search-icon uk-icon"><svg width="20" height="20"
1280
                                                                                                viewBox="0 0 20 20"
1281
                                                                                                xmlns="http://www.w3.org/2000/svg"
1282
                                                                                                icon="search-icon"
1283
                                                                                                ratio="1">
1284
                                        <circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/>
1285
                                        <path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/>
1286
                                    </svg></span>
1287
                                    <input name="searchword" placeholder="Search" class="uk-search-input" type="search">
1288
                                    <input name="task" value="search" type="hidden">
1289
                                    <input name="option" value="com_search" type="hidden">
1290
                                    <input name="Itemid" value="1860" type="hidden">
1291
                                </form>
1292
                            </div>
1293
                        </div>
1294
                    </div>
1295

    
1296
                </div>
1297
            </div>
1298
        </div>
1299

    
1300
        <div class="tm-toolbar uk-visible@m">
1301
            <div class="uk-container uk-flex uk-flex-middle uk-container-expand">
1302

    
1303

    
1304
                <div class="uk-margin-auto-left">
1305
                    <div class="uk-grid-medium uk-child-width-auto uk-flex-middle uk-grid uk-grid-stack"
1306
                         uk-grid="margin: uk-margin-small-top">
1307
                        <div class="uk-first-column">
1308
                            <div class="uk-panel inner" id="module-119">
1309
                                <ul class="uk-subnav uk-subnav-line">
1310
                                    <li class="uk-active"><a
1311
                                            href="/index.php?option=com_content&amp;view=article&amp;id=292&amp;Itemid=1860"><img
1312
                                            class="uk-responsive-height"
1313
                                            src="http://dl119.madgik.di.uoa.gr/images/site_images/Home-icon.png"
1314
                                            alt="home"></a></li>
1315
                                    <li><a href="/www.cnn.com">Explore</a></li>
1316
                                    <li class="active"><a href="/www.cnn.com">Join</a></li>
1317
                                    <li><a href="/www.cnn.com">Connect</a></li>
1318
                                    <li><a href="/www.cnn.com">Monitor</a></li>
1319
                                    <li><a href="/www.cnn.com">Develop</a></li>
1320
                                </ul>
1321
                            </div>
1322
                        </div>
1323
                    </div>
1324
                </div>
1325

    
1326
            </div>
1327
        </div>
1328

    
1329
        <div id="headerNoTransparent" class="tm-header uk-visible@m" uk-header="">
1330
            <div class="uk-navbar-container uk-sticky" uk-sticky="" media="768"
1331
                 cls-active="uk-active uk-navbar-sticky" style="">
1332
                 <!--animation="uk-animation-slide-top"-->
1333
                 <!--top=".tm-header + [class*=&quot;uk-section&quot;]" cls-inactive="uk-navbar-transparent uk-light"-->
1334
            <!--&gt;-->
1335
                <div class="uk-container uk-container-expand">
1336
                    <nav class="uk-navbar" uk-navbar="{'align':'left'}">
1337
                        <div class="uk-navbar-left">
1338
                            <a href="http://dl119.madgik.di.uoa.gr" class="uk-logo uk-navbar-item">
1339
                                <img src="img/OA_JOIN_B.png"
1340
                                     alt="OpenAIRE" class="uk-responsive-height"></a>
1341
                        </div>
1342
                        <div class="uk-navbar-center">
1343
                            <ul class="uk-navbar-nav">
1344
                                <li class=""><a href="#dashboard" class="" aria-expanded="false">Home</a>
1345
                                </li>
1346
                                <li class="uk-parent"><a href="#" class="" aria-expanded="false">Sources</a>
1347

    
1348
                                    <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"
1349
                                         style="top: 80px; left: 0px;">
1350
                                        <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"
1351
                                             uk-grid="">
1352
                                            <div class="uk-first-column">
1353
                                                <ul class="uk-nav uk-navbar-dropdown-nav">
1354
                                                    <li>
1355
                                                        <a href="#registerDatasource">Register</a>
1356
                                                    </li>
1357
                                                    <li>
1358
                                                        <a href="#manageDatasource">Update</a>
1359
                                                    </li>
1360
                                                </ul>
1361
                                            </div>
1362
                                        </div>
1363
                                    </div>
1364
                                </li>
1365
                                <li class="uk-parent"><a href="#" class="" aria-expanded="false">Compatibility</a>
1366

    
1367
                                    <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"
1368
                                         style="top: 80px; left: 0px;">
1369
                                        <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"
1370
                                             uk-grid="">
1371
                                            <div class="uk-first-column">
1372
                                                <ul class="uk-nav uk-navbar-dropdown-nav">
1373
                                                    <li>
1374
                                                        <a href="#validate">Validation</a>
1375
                                                    </li>
1376
                                                    <li>
1377
                                                        <a href="#browseHistory">Monitor</a>
1378
                                                    </li>
1379
                                                </ul>
1380
                                            </div>
1381
                                        </div>
1382
                                    </div>
1383
                                </li>
1384
                                <li class="uk-parent"><a href="#" class="" aria-expanded="false">Content</a>
1385

    
1386
                                    <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"
1387
                                         style="top: 80px; left: 0px;">
1388
                                        <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"
1389
                                             uk-grid="">
1390
                                            <div class="uk-first-column">
1391
                                                <ul class="uk-nav uk-navbar-dropdown-nav">
1392
                                                    <li>
1393
                                                        <a href="#enrichContent/events">Events</a>
1394
                                                    </li>
1395
                                                    <li>
1396
                                                        <a href="#enrichContent/subscriptions">Notifications</a>
1397
                                                    </li>
1398
                                                </ul>
1399
                                            </div>
1400
                                        </div>
1401
                                    </div>
1402
                                </li>
1403
                                <li class=""><a href="#getImpact" class="" aria-expanded="false">Metrics</a>
1404
                                </li>
1405
                                <li id="admin2" class="uk-parent adminMenu" style="display: none;"><a href="#" class="" aria-expanded="false">Admin</a>
1406

    
1407
                                    <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"
1408
                                         style="top: 80px; left: 0px;">
1409
                                        <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"
1410
                                             uk-grid="">
1411
                                            <div class="uk-first-column">
1412
                                                <ul class="uk-nav uk-navbar-dropdown-nav">
1413
                                                    <li class="helpAdminMenu">
1414
                                                        <a href="#admin/helpTexts">Help Texts</a>
1415
                                                    </li>
1416
                                                    <li class="metricsAdminMenu">
1417
                                                        <a href="#admin/metrics">Metrics</a>
1418
                                                    </li>
1419
                                                </ul>
1420
                                            </div>
1421
                                        </div>
1422
                                    </div>
1423
                                </li>
1424
                            </ul>
1425

    
1426
                        </div>
1427
                        <div class="uk-navbar-right">
1428

    
1429
                            <ul class="uk-navbar-nav">
1430
                                <li class="uk-parent">
1431
                                    <a class="loginLink" id="currentUser" href="#login">
1432
                                        <span class="uk-margin-small-right uk-icon"><svg height="20" ratio="1" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><circle cx="9.9" cy="6.4" fill="none" r="4.4" stroke="#000" stroke-width="1.1"></circle><path d="M1.5,19 C2.3,14.5 5.8,11.2 10,11.2 C14.2,11.2 17.7,14.6 18.5,19.2" fill="none" stroke="#000" stroke-width="1.1"></path></svg>
1433
                                        </span>
1434
                                        Guest
1435
                                    </a>
1436
                                    <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left" id="userMenu" style="top: 80px; left: 1156.42px;">
1437
                                        <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack" uk-grid="">
1438
                                            <div class="uk-first-column">
1439
                                                <ul class="uk-nav uk-navbar-dropdown-nav">
1440
                                                    <li><a class="logoutLink loginLink" href="#landing">Log out</a></li>
1441
                                                </ul>
1442
                                            </div>
1443
                                        </div>
1444
                                    </div>
1445
                                </li>
1446
                            </ul>
1447

    
1448
                        </div>
1449
                    </nav>
1450
                </div>
1451
            </div>
1452
            <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" hidden="hidden"></div>
1453
        </div>
1454

    
1455
        <div id="contentWrapper" class="tm-main uk-section uk-section-default" uk-height-viewport="expand: true" style="box-sizing: border-box;">
1456

    
1457
        </div>
1458

    
1459
        <div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
1460
            <div class="uk-container">
1461
                <div class="uk-grid-margin uk-grid" uk-grid="">
1462
                    <div class="uk-width-expand@m uk-light uk-first-column">
1463
                        <div class="uk-margin">
1464
                            <div class="uk-child-width-auto uk-grid-small uk-grid" uk-grid="">
1465
                                <div class="uk-first-column">
1466
                                    <a uk-icon="icon: facebook" href="http://www.facebook.com/groups/openaire/"
1467
                                       target="_blank" class="el-link uk-icon-link uk-icon">
1468
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1469
                                             xmlns="http://www.w3.org/2000/svg" icon="facebook" ratio="1">
1470
                                            <path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"/>
1471
                                        </svg>
1472
                                    </a>
1473
                                </div>
1474
                                <div>
1475
                                    <a uk-icon="icon: twitter" href="http://www.twitter.com/OpenAIRE_eu" target="_blank"
1476
                                       class="el-link uk-icon-link uk-icon">
1477
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1478
                                             xmlns="http://www.w3.org/2000/svg" icon="twitter" ratio="1">
1479
                                            <path d="M19,4.74 C18.339,5.029 17.626,5.229 16.881,5.32 C17.644,4.86 18.227,4.139 18.503,3.28 C17.79,3.7 17.001,4.009 16.159,4.17 C15.485,3.45 14.526,3 13.464,3 C11.423,3 9.771,4.66 9.771,6.7 C9.771,6.99 9.804,7.269 9.868,7.539 C6.795,7.38 4.076,5.919 2.254,3.679 C1.936,4.219 1.754,4.86 1.754,5.539 C1.754,6.82 2.405,7.95 3.397,8.61 C2.79,8.589 2.22,8.429 1.723,8.149 L1.723,8.189 C1.723,9.978 2.997,11.478 4.686,11.82 C4.376,11.899 4.049,11.939 3.713,11.939 C3.475,11.939 3.245,11.919 3.018,11.88 C3.49,13.349 4.852,14.419 6.469,14.449 C5.205,15.429 3.612,16.019 1.882,16.019 C1.583,16.019 1.29,16.009 1,15.969 C2.635,17.019 4.576,17.629 6.662,17.629 C13.454,17.629 17.17,12 17.17,7.129 C17.17,6.969 17.166,6.809 17.157,6.649 C17.879,6.129 18.504,5.478 19,4.74"/>
1480
                                        </svg>
1481
                                    </a>
1482
                                </div>
1483
                                <div>
1484
                                    <a uk-icon="icon: linkedin" href="http://www.linkedin.com/groups/OpenAIRE-3893548"
1485
                                       target="_blank" class="el-link uk-icon-link uk-icon">
1486
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1487
                                             xmlns="http://www.w3.org/2000/svg" icon="linkedin" ratio="1">
1488
                                            <path d="M5.77,17.89 L5.77,7.17 L2.21,7.17 L2.21,17.89 L5.77,17.89 L5.77,17.89 Z M3.99,5.71 C5.23,5.71 6.01,4.89 6.01,3.86 C5.99,2.8 5.24,2 4.02,2 C2.8,2 2,2.8 2,3.85 C2,4.88 2.77,5.7 3.97,5.7 L3.99,5.7 L3.99,5.71 L3.99,5.71 Z"/>
1489
                                            <path d="M7.75,17.89 L11.31,17.89 L11.31,11.9 C11.31,11.58 11.33,11.26 11.43,11.03 C11.69,10.39 12.27,9.73 13.26,9.73 C14.55,9.73 15.06,10.71 15.06,12.15 L15.06,17.89 L18.62,17.89 L18.62,11.74 C18.62,8.45 16.86,6.92 14.52,6.92 C12.6,6.92 11.75,7.99 11.28,8.73 L11.3,8.73 L11.3,7.17 L7.75,7.17 C7.79,8.17 7.75,17.89 7.75,17.89 L7.75,17.89 L7.75,17.89 Z"/>
1490
                                        </svg>
1491
                                    </a>
1492
                                </div>
1493
                                <div>
1494
                                    <a uk-icon="icon: social" href="http://www.slideshare.net/OpenAIRE_eu"
1495
                                       target="_blank" class="el-link uk-icon-link uk-icon">
1496
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1497
                                             xmlns="http://www.w3.org/2000/svg" icon="social" ratio="1">
1498
                                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14"
1499
                                                  x2="6.3" y2="10.7"/>
1500
                                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5"
1501
                                                  x2="6.5" y2="8.8"/>
1502
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6"
1503
                                                    r="2.3"/>
1504
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8"
1505
                                                    r="2.3"/>
1506
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8"
1507
                                                    r="2.3"/>
1508
                                        </svg>
1509
                                    </a>
1510
                                </div>
1511
                                <div>
1512
                                    <a uk-icon="icon: vimeo" href="http://vimeo.com/openaire" target="_blank"
1513
                                       class="el-link uk-icon-link uk-icon">
1514
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1515
                                             xmlns="http://www.w3.org/2000/svg" icon="vimeo" ratio="1">
1516
                                            <path d="M2.065,7.59C1.84,7.367,1.654,7.082,1.468,6.838c-0.332-0.42-0.137-0.411,0.274-0.772c1.026-0.91,2.004-1.896,3.127-2.688 c1.017-0.713,2.365-1.173,3.286-0.039c0.849,1.045,0.869,2.629,1.084,3.891c0.215,1.309,0.421,2.648,0.88,3.901 c0.127,0.352,0.37,1.018,0.81,1.074c0.567,0.078,1.145-0.917,1.408-1.289c0.684-0.987,1.611-2.317,1.494-3.587 c-0.115-1.349-1.572-1.095-2.482-0.773c0.146-1.514,1.555-3.216,2.912-3.792c1.439-0.597,3.579-0.587,4.302,1.036 c0.772,1.759,0.078,3.802-0.763,5.396c-0.918,1.731-2.1,3.333-3.363,4.829c-1.114,1.329-2.432,2.787-4.093,3.422 c-1.897,0.723-3.021-0.686-3.667-2.318c-0.705-1.777-1.056-3.771-1.565-5.621C4.898,8.726,4.644,7.836,4.136,7.191 C3.473,6.358,2.72,7.141,2.065,7.59C1.977,7.502,2.115,7.551,2.065,7.59L2.065,7.59z"/>
1517
                                        </svg>
1518
                                    </a>
1519
                                </div>
1520
                            </div>
1521
                        </div>
1522
                        <div class="uk-margin-medium uk-margin-remove-bottom uk-text-left">
1523
                            <img src="http://dl119.madgik.di.uoa.gr/images/Logos/Logo_Horizontal_white_small.png"
1524
                                 class="el-image" alt="OpenAIRE">
1525
                        </div>
1526
                        <div class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">
1527
                            <h6 class="el-title uk-margin uk-h2">
1528
                                Newsletter </h6>
1529
                            <a href="/www.cnn.com" class="el-link"><span uk-icon="icon: comments;ratio: 1.5"
1530
                                                                         class="el-image uk-icon"><svg width="30"
1531
                                                                                                       height="30"
1532
                                                                                                       viewBox="0 0 20 20"
1533
                                                                                                       xmlns="http://www.w3.org/2000/svg"
1534
                                                                                                       icon="comments"
1535
                                                                                                       ratio="1.5">
1536
                                <polyline fill="none" stroke="#000" points="2 0.5 19.5 0.5 19.5 13"/>
1537
                                <path d="M5,19.71 L5,15 L0,15 L0,2 L18,2 L18,15 L9.71,15 L5,19.71 L5,19.71 L5,19.71 Z M1,14 L6,14 L6,17.29 L9.29,14 L17,14 L17,3 L1,3 L1,14 L1,14 L1,14 Z"/>
1538
                            </svg></span></a>
1539
                        </div>
1540
                        <div class="newsletter uk-panel">
1541
                            <!--<script type="text/javascript">-->
1542
                            <!--&lt;-->
1543
                            <!--!&#45;&#45;-->
1544
                            <!--if (typeof acymailing == 'undefined') {-->
1545
                            <!--var acymailing = Array();-->
1546
                            <!--}-->
1547
                            <!--acymailing['NAMECAPTION'] = 'Name';-->
1548
                            <!--acymailing['NAME_MISSING'] = 'Please enter your name';-->
1549
                            <!--acymailing['EMAILCAPTION'] = 'E-mail';-->
1550
                            <!--acymailing['VALID_EMAIL'] = 'Please enter a valid e-mail address';-->
1551
                            <!--acymailing['ACCEPT_TERMS'] = 'Please check the Terms and Conditions';-->
1552
                            <!--acymailing['CAPTCHA_MISSING'] = 'The captcha is invalid, please try again';-->
1553
                            <!--acymailing['NO_LIST_SELECTED'] = 'Please select the lists you want to subscribe to';-->
1554
                            <!--//&#45;&#45;&gt;-->
1555
                            <!--</script>-->
1556
                            <!--<script type="text/javascript"-->
1557
                            <!--src="/media/com_acymailing/js/acymailing_module.js?v=570"></script>-->
1558
                            <!--<link rel="stylesheet" property="stylesheet"-->
1559
                            <!--href="/media/com_acymailing/css/module_default_square_blue.css?v=1494072539"-->
1560
                            <!--type="text/css">-->
1561
                            <!--<script type="text/javascript">-->
1562
                            <!--&lt;-->
1563
                            <!--!&#45;&#45;-->
1564
                            <!--acymailing['level'] = 'enterprise';-->
1565
                            <!--//&#45;&#45;&gt;-->
1566
                            <!--</script>-->
1567
                            <!--<script type="text/javascript">-->
1568
                            <!--&lt;-->
1569
                            <!--!&#45;&#45;-->
1570
                            <!--acymailing['reqFieldsformAcymailing86171'] = Array('name', 'html');-->
1571
                            <!--acymailing['validFieldsformAcymailing86171'] = Array('Please enter a value for the field Name', 'Please enter a value for the field Receive');-->
1572
                            <!--//&#45;&#45;&gt;-->
1573
                            <!--</script>-->
1574
                            <!--<script type="text/javascript">-->
1575
                            <!--&lt;-->
1576
                            <!--!&#45;&#45;-->
1577
                            <!--if (window.jQuery) {-->
1578
                            <!--jQuery(document).ready(function () {-->
1579
                            <!--jQuery("#acymailing_fulldiv_formAcymailing86171").hide();-->
1580
                            <!--jQuery("#acymailing_togglemodule_formAcymailing86171").click(function () {-->
1581
                            <!--jQuery("#acymailing_fulldiv_formAcymailing86171").slideToggle("fast");-->
1582
                            <!--jQuery("#acymailing_togglemodule_formAcymailing86171").toggleClass("acyactive");-->
1583
                            <!--return false;-->
1584
                            <!--});-->
1585
                            <!--});-->
1586
                            <!--} else {-->
1587
                            <!--window.addEvent('domready', function () {-->
1588
                            <!--var mySlide = new Fx.Slide('acymailing_fulldiv_formAcymailing86171');-->
1589
                            <!--mySlide.hide();-->
1590
                            <!--try {-->
1591
                            <!--var acytogglemodule = document.id('acymailing_togglemodule_formAcymailing86171');-->
1592
                            <!--} catch (err) {-->
1593
                            <!--var acytogglemodule = $('acymailing_togglemodule_formAcymailing86171');-->
1594
                            <!--}-->
1595
                            <!--acytogglemodule.addEvent('click', function (e) {-->
1596
                            <!--if (mySlide.wrapper.offsetHeight == 0) {-->
1597
                            <!--acytogglemodule.className = 'acymailing_togglemodule acyactive';-->
1598
                            <!--} else {-->
1599
                            <!--acytogglemodule.className = 'acymailing_togglemodule';-->
1600
                            <!--}-->
1601
                            <!--mySlide.toggle();-->
1602
                            <!--try {-->
1603
                            <!--var evt = new Event(e);-->
1604
                            <!--evt.stop();-->
1605
                            <!--} catch (err) {-->
1606
                            <!--e.stop();-->
1607
                            <!--}-->
1608
                            <!--});-->
1609
                            <!--});-->
1610
                            <!--}-->
1611
                            <!--//&#45;&#45;&gt;-->
1612
                            <!--</script>-->
1613
                            <!--<div class="acymailing_module" id="acymailing_module_formAcymailing86171">-->
1614
                                <!--<div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing86171">-->
1615
                                    <!--<p><a class="acymailing_togglemodule"-->
1616
                                          <!--id="acymailing_togglemodule_formAcymailing86171"-->
1617
                                          <!--href="#subscribe">Subscribe</a></p>-->
1618

    
1619
                                    <!--<div class="acymailing_fulldiv" id="acymailing_fulldiv_formAcymailing86171"-->
1620
                                         <!--style="text-align: left; display: none;">-->
1621
                                        <!--<form id="formAcymailing86171" action="/index.php"-->
1622
                                              <!--onsubmit="return submitacymailingform('optin','formAcymailing86171')"-->
1623
                                              <!--method="post" name="formAcymailing86171">-->
1624
                                            <!--<div class="acymailing_module_form">-->
1625
                                                <!--<div class="acymailing_form">-->
1626
                                                    <!--<p class="onefield fieldacyemail"-->
1627
                                                       <!--id="field_email_formAcymailing86171">								<span-->
1628
                                                            <!--class="acyfield_email acy_requiredField">-->
1629
								<!--<input id="user_email_formAcymailing86171" style="width:80%"-->
1630
                                       <!--onfocus="if(this.value == 'E-mail') this.value = '';"-->
1631
                                       <!--onblur="if(this.value=='') this.value='E-mail';" class="inputbox required"-->
1632
                                       <!--name="user[email]" value="E-mail" title="E-mail" type="text">								</span>-->
1633
                                                    <!--</p>-->
1634

    
1635
                                                    <!--<div class="onefield fieldacycaptcha"-->
1636
                                                         <!--id="field_captcha_formAcymailing86171">-->
1637
                                                        <!--<div id="formAcymailing86171-captcha" class="g-recaptcha "-->
1638
                                                             <!--data-sitekey="6LftQyAUAAAAAOv1NBWgayP9RsAeaSPFzSSjqLYc"-->
1639
                                                             <!--data-theme="light" data-size="normal">-->
1640
                                                            <!--<div style="width: 304px; height: 78px;">-->
1641
                                                                <!--<div>-->
1642
                                                                    <!--<iframe src="https://www.google.com/recaptcha/api2/anchor?k=6LftQyAUAAAAAOv1NBWgayP9RsAeaSPFzSSjqLYc&amp;co=aHR0cDovL2RsMTE5Lm1hZGdpay5kaS51b2EuZ3I6ODA.&amp;hl=en-GB&amp;v=r20170503135251&amp;theme=light&amp;size=normal&amp;cb=f52f64ueqeeb"-->
1643
                                                                            <!--title="recaptcha widget" scrolling="no"-->
1644
                                                                            <!--name="undefined" width="304" frameborder="0"-->
1645
                                                                            <!--height="78"></iframe>-->
1646
                                                                <!--</div>-->
1647
                                                                <!--<textarea id="g-recaptcha-response-1"-->
1648
                                                                          <!--name="g-recaptcha-response"-->
1649
                                                                          <!--class="g-recaptcha-response"-->
1650
                                                                          <!--style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;  display: none; "></textarea>-->
1651
                                                            <!--</div>-->
1652
                                                        <!--</div>-->
1653
                                                    <!--</div>-->
1654
                                                    <!--<p class="acysubbuttons">-->
1655
                                                        <!--<input class="button subbutton btn btn-primary"-->
1656
                                                               <!--value="Subscribe" name="Submit"-->
1657
                                                               <!--onclick="try{ return submitacymailingform('optin','formAcymailing86171'); }catch(err){alert('The form could not be submitted '+err);return false;}"-->
1658
                                                               <!--type="submit">-->
1659
                                                    <!--</p>-->
1660
                                                <!--</div>-->
1661
                                                <!--&lt;!&ndash;<script type="text/javascript">&ndash;&gt;-->
1662
                                                <!--&lt;!&ndash;&lt;&ndash;&gt;-->
1663
                                                <!--&lt;!&ndash;!&#45;&#45;&ndash;&gt;-->
1664
                                                <!--&lt;!&ndash;acymailing['excludeValuesformAcymailing86171'] = Array();&ndash;&gt;-->
1665
                                                <!--&lt;!&ndash;acymailing['excludeValuesformAcymailing86171']['email'] = 'E-mail';&ndash;&gt;-->
1666
                                                <!--&lt;!&ndash;//&#45;&#45;&gt;&ndash;&gt;-->
1667
                                                <!--&lt;!&ndash;</script>&ndash;&gt;-->
1668
                                                <!--<input name="ajax" value="0" type="hidden">-->
1669
                                                <!--<input name="acy_source" value="module_361" type="hidden">-->
1670
                                                <!--<input name="ctrl" value="sub" type="hidden">-->
1671
                                                <!--<input name="task" value="notask" type="hidden">-->
1672
                                                <!--<input name="redirect" value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2F"-->
1673
                                                       <!--type="hidden">-->
1674
                                                <!--<input name="redirectunsub"-->
1675
                                                       <!--value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2F" type="hidden">-->
1676
                                                <!--<input name="option" value="com_acymailing" type="hidden">-->
1677
                                                <!--<input name="hiddenlists" value="1" type="hidden">-->
1678
                                                <!--<input name="acyformname" value="formAcymailing86171" type="hidden">-->
1679
                                                <!--<input name="Itemid" value="185" type="hidden"></div>-->
1680
                                        <!--</form>-->
1681
                                    <!--</div>-->
1682
                                <!--</div>-->
1683
                            <!--</div>-->
1684
                        </div>
1685
                    </div>
1686
                    <div class="uk-width-expand@m uk-light">
1687
                        <div>
1688
                            <ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider" uk-margin="">
1689
                                <li class="el-item uk-first-column">
1690
                                    <a class="el-link" href="/www.cnn.com">About</a>
1691
                                </li>
1692
                                <li class="el-item">
1693
                                    <a class="el-content uk-disabled">Services</a>
1694
                                </li>
1695
                                <li class="el-item">
1696
                                    <a class="el-content uk-disabled">News</a>
1697
                                </li>
1698
                                <li class="el-item">
1699
                                    <a class="el-content uk-disabled">Events</a>
1700
                                </li>
1701
                                <li class="el-item">
1702
                                    <a class="el-content uk-disabled">Blog</a>
1703
                                </li>
1704
                                <li class="el-item">
1705
                                    <a class="el-content uk-disabled">Contact us</a>
1706
                                </li>
1707
                            </ul>
1708
                        </div>
1709
                    </div>
1710
                </div>
1711
            </div>
1712
        </div>
1713
        <div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">
1714
            <div class="uk-container">
1715
                <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
1716
                    <div class="uk-width-1-1@m uk-first-column">
1717
                        <div class="footer-license uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">
1718
                            <div><a href="http://creativecommons.org/licenses/by/4.0/" rel="license"><img
1719
                                    src="https://i.creativecommons.org/l/by/3.0/80x15.png" alt="Creative"
1720
                                    style="height: auto; max-width: 100%; vertical-align: middle;"></a>&nbsp;UNLESS
1721
                                OTHERWISE INDICATED, ALL MATERIALS CREATED BY THE OPENAIRE CONSORTIUM ARE LICENSED UNDER
1722
                                A&nbsp;<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CREATIVE
1723
                                    COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.
1724
                            </div>
1725
                            <div>OPENAIRE IS POWERED BY&nbsp;<a href="http://www.d-net.research-infrastructures.eu/">D-NET</a>.
1726
                            </div>
1727
                        </div>
1728
                        <div class="uk-margin uk-margin-remove-bottom uk-text-center">
1729
                            <img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png"
1730
                                 srcset="/templates/yootheme/cache/ec_logo_inv_small-e4d7de03.png 91w, /templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png 114w"
1731
                                 sizes="(min-width: 114px) 114px, 100vw" class="el-image" alt="European Commission">
1732
                        </div>
1733
                        <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right">
1734
                            <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
1735
                                <svg width="15" height="20" viewBox="0 0 15 20" xmlns="http://www.w3.org/2000/svg"
1736
                                     icon="totop" ratio="1">
1737
                                    <polyline fill="none" stroke="#0000" stroke-width="1.1" points="1,8 7.5,1.5 14,8 "/>
1738
                                    <rect fill="000" x="7" y="2" width="1" height="20"/>
1739
                                </svg>
1740
                            </a>
1741
                        </div>
1742
                    </div>
1743
                </div>
1744
            </div>
1745
        </div>
1746

    
1747
        <!--<div id="tm-main" class="tm-main uk-section uk-section-default" uk-height-viewport="expand: true" style="box-sizing: border-box;">-->
1748
            <!--<div class="uk-container">-->
1749

    
1750

    
1751
                <!--<div class="uk-grid uk-grid-stack" uk-grid="">-->
1752

    
1753
                    <!--&lt;!&ndash;<div id="contentWrapper"></div>&ndash;&gt;-->
1754

    
1755
                    <!--&lt;!&ndash;<div class="uk-width-expand@m uk-first-column">&ndash;&gt;-->
1756

    
1757
                        <!--&lt;!&ndash;<div id="pageHeader" class="row wrapper border-bottom white-bg page-heading">&ndash;&gt;-->
1758
                            <!--&lt;!&ndash;&lt;!&ndash;<div class="col-sm-9">&ndash;&gt;-->
1759
                                <!--&lt;!&ndash;<h2>Dashboard</h2>&ndash;&gt;-->
1760
                                <!--&lt;!&ndash;<ol class="breadcrumb">&ndash;&gt;-->
1761
                                    <!--&lt;!&ndash;<li>&ndash;&gt;-->
1762
                                        <!--&lt;!&ndash;<a href="index.html">Home</a>&ndash;&gt;-->
1763
                                    <!--&lt;!&ndash;</li>&ndash;&gt;-->
1764
                                    <!--&lt;!&ndash;<li class="active">&ndash;&gt;-->
1765
                                        <!--&lt;!&ndash;<strong>New DataSource Registration</strong>&ndash;&gt;-->
1766
                                    <!--&lt;!&ndash;</li>&ndash;&gt;-->
1767
                                <!--&lt;!&ndash;</ol>&ndash;&gt;-->
1768
                            <!--&lt;!&ndash;</div>&ndash;&gt;-->
1769
                            <!--&lt;!&ndash;<div class="col-sm-3">&ndash;&gt;-->
1770
                                <!--&lt;!&ndash;<div class="nav navbar-top-links navbar-right">&ndash;&gt;-->
1771
                                    <!--&lt;!&ndash;<button class="btn btn-w-m btn-white" type="button" style="margin-top: 30px; margin-right: 20px">Change DataSource type</button>&ndash;&gt;-->
1772
                                <!--&lt;!&ndash;</div>&ndash;&gt;-->
1773
                            <!--&lt;!&ndash;</div>&ndash;&gt;&ndash;&gt;-->
1774
                        <!--&lt;!&ndash;</div>&ndash;&gt;-->
1775
                        <!--&lt;!&ndash;<div id="contentWrapper">&ndash;&gt;-->
1776

    
1777
                        <!--&lt;!&ndash;</div>&ndash;&gt;-->
1778

    
1779

    
1780
                    <!--&lt;!&ndash;</div>&ndash;&gt;-->
1781
                <!--</div>-->
1782
            <!--</div>-->
1783
        <!--</div>-->
1784

    
1785

    
1786
    </div>
1787

    
1788
</div>
1789

    
1790

    
1791

    
1792
<!--&lt;!&ndash; Mainly scripts &ndash;&gt;-->
1793
<!--<script src="js/jquery-2.1.1.js"></script>-->
1794
<!--&lt;!&ndash;<script src="js/jquery-ui-1.10.4.min.js"></script>&ndash;&gt;-->
1795
<!--<script src="js/bootstrap.min.js"></script>-->
1796
<!--<script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>-->
1797
<!--<script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>-->
1798

    
1799
<!--&lt;!&ndash; Custom and plugin javascript &ndash;&gt;-->
1800
<!--<script src="js/inspinia.js"></script>-->
1801
<!--<script src="js/plugins/pace/pace.min.js"></script>-->
1802
<!--<script src="js/plugins/wow/wow.min.js"></script>-->
1803

    
1804

    
1805
<!--<script>-->
1806

    
1807
    <!--$(document).ready(function () {-->
1808

    
1809
        <!--$('body').scrollspy({-->
1810
            <!--target: '.navbar-fixed-top',-->
1811
            <!--offset: 80-->
1812
        <!--});-->
1813

    
1814
        <!--// Page scrolling feature-->
1815
        <!--$('a.page-scroll').bind('click', function (event) {-->
1816
            <!--var link = $(this);-->
1817
            <!--$('html, body').stop().animate({-->
1818
                <!--scrollTop: $(link.attr('href')).offset().top - 50-->
1819
            <!--}, 500);-->
1820
            <!--event.preventDefault();-->
1821
        <!--});-->
1822

    
1823
        <!--function minimalizeNavbar() {-->
1824
            <!--var $this = $(document.body);-->
1825
            <!--if ($this.hasClass("mini-navbar")) {-->
1826
                <!--$this.removeClass("mini-navbar");-->
1827
            <!--}-->
1828
            <!--else {-->
1829
                <!--$this.addClass("mini-navbar");-->
1830
            <!--}-->
1831
        <!--}-->
1832
    <!--});-->
1833

    
1834
    <!--var cbpAnimatedHeader = (function () {-->
1835
        <!--var docElem = document.documentElement,-->
1836
                <!--header = document.querySelector('.navbar-default'),-->
1837
                <!--didScroll = false,-->
1838
                <!--changeHeaderOn = 200;-->
1839

    
1840
        <!--function init() {-->
1841
            <!--window.addEventListener('scroll', function (event) {-->
1842
                <!--if (!didScroll) {-->
1843
                    <!--didScroll = true;-->
1844
                    <!--setTimeout(scrollPage, 250);-->
1845
                <!--}-->
1846
            <!--}, false);-->
1847
        <!--}-->
1848

    
1849
        <!--function scrollPage() {-->
1850
            <!--var sy = scrollY();-->
1851
            <!--if (sy >= changeHeaderOn) {-->
1852
                <!--$(header).addClass('navbar-scroll')-->
1853
            <!--}-->
1854
            <!--else {-->
1855
                <!--$(header).removeClass('navbar-scroll')-->
1856
            <!--}-->
1857
            <!--didScroll = false;-->
1858
        <!--}-->
1859

    
1860
        <!--function scrollY() {-->
1861
            <!--return window.pageYOffset || docElem.scrollTop;-->
1862
        <!--}-->
1863

    
1864
        <!--init();-->
1865

    
1866
    <!--})();-->
1867

    
1868
    <!--// Activate WOW.js plugin for animation on scrol-->
1869
    <!--new WOW().init();-->
1870

    
1871
<!--</script>-->
1872

    
1873
</body>
1874
</html>
(2-2/2)