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">Discover/Share</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
                            <div class="uk-navbar-item btlogin" id="module-367">
426
                                <div id="btl">
427
                                    <!-- Panel top -->
428
                                    <div class="btl-panel" style="float: right;">
429
                                        <!-- Login button -->
430
			<span style="color: rgb(255, 255, 255); background-color: rgb(45, 114, 214); border: medium none rgb(255, 255, 255);"
431
                  id="btl-panel-login" class="btl-dropdown">
432
			<a class="loginLink" href="#login"> SIGN IN </a></span>
433
                                        |
434
                                        <span style="color: rgb(255, 255, 255); background-color: rgb(45, 114, 214); border: medium none rgb(255, 255, 255);"
435
                                              id="btl-panel-register" class="btl-dropdown">
436
			<a class="loginLink" href="#register"> REGISTER </a></span>
437
                                        <!-- Registration button -->
438
                                    </div>
439

    
440
                                </div>
441
                            </div>
442

    
443
                        </div>
444
                    </nav>
445
                </div>
446
            </div>
447
            <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" hidden="hidden"></div>
448
        </div>
449

    
450

    
451
        <div class="image-front-topbar uk-section-muted uk-light"
452
             uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top&quot;,&quot;delay&quot;:false}"
453
             tm-header-transparent="light">
454
            <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);"
455
                 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"
456
                 uk-height-viewport="offset-top: true;offset-bottom: 20">
457
                <div class="uk-width-1-1">
458
                    <div class="uk-container">
459
                        <div class="tm-header-placeholder uk-margin-remove-adjacent" style="height: 84px;"></div>
460
                        <div class="uk-margin-remove-vertical uk-grid uk-grid-stack" uk-grid="">
461
                            <div class="uk-width-1-1@m uk-first-column">
462
                                <h1 class="uk-text-center uk-heading-hero uk-scrollspy-inview uk-animation-slide-top"
463
                                    uk-scrollspy-class="" style="">
464
                                    Science. Set free. </h1>
465
                            </div>
466
                        </div>
467
                    </div>
468
                </div>
469
            </div>
470
        </div>
471

    
472

    
473
        <div class="first_page_section uk-section-default uk-section uk-padding-remove-vertical">
474
            <div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid uk-grid-stack"
475
                 uk-grid="">
476
                <div class="uk-width-1-1@m uk-first-column">
477
                    <h1 class="first_page_panel uk-margin-remove-vertical uk-text-center">
478
                        One-stop shop for Open Access in Europe </h1>
479
                </div>
480
            </div>
481
        </div>
482

    
483

    
484
        <div class="uk-section-default uk-section-overlap uk-section uk-section-xsmall uk-padding-remove-top"
485
             uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top-medium&quot;,&quot;delay&quot;:false}">
486
            <div class="uk-container">
487
                <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
488
                    <div class="uk-width-1-1@m uk-first-column">
489
                        <h2 class="uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium"
490
                            uk-scrollspy-class="" style="">
491
                            What we do </h2>
492
                        <hr class="uk-margin-remove-bottom uk-divider-icon uk-scrollspy-inview uk-animation-slide-top-medium"
493
                            uk-scrollspy-class="" style="">
494
                    </div>
495
                </div>
496
                <div class="uk-flex-middle uk-margin-medium uk-grid" uk-grid="">
497
                    <div class="uk-width-expand@m uk-first-column">
498
                        <h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"
499
                            uk-scrollspy-class="" style="">
500
                            Operate services to implement open science policies </h1>
501

    
502
                        <div class="uk-margin uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium"
503
                             uk-scrollspy-class="" style="">
504
                            <p>We operate a <strong>participatory</strong> infrastructure to support the <strong>interoperability</strong>&nbsp;and
505
                                <strong>connectivity</strong> of all research related data sources and produce
506
                                an&nbsp;<strong>interlinked scholarly communication graph.</strong></p></div>
507
                        <h1 class="uk-margin-large uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"
508
                            uk-scrollspy-class="" style="">
509
                            Offer Open Science services to research communities </h1>
510

    
511
                        <div class="uk-margin uk-text-center@m uk-text-center uk-scrollspy-inview uk-animation-slide-left-medium"
512
                             uk-scrollspy-class="uk-animation-slide-left-medium" style="">
513
                            <p style="text-align: center;">We provide <strong>tailored versions of OpenAIRE's tools and
514
                                services</strong> (deposition, aggregation, cleaning, enrichment, claiming) to research
515
                                communities for their open science needs.</p></div>
516
                    </div>
517
                    <div class="uk-width-expand@m">
518
                        <h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"
519
                            uk-scrollspy-class="" style="">
520
                            Support Open Access and open science policies </h1>
521

    
522
                        <div class="uk-margin uk-text-center@m uk-text-center uk-scrollspy-inview uk-animation-slide-left-medium"
523
                             uk-scrollspy-class="uk-animation-slide-left-medium" style="">
524
                            <p>We are shaping and implementing effective OA and Open Science policies via our network of
525
                                <strong>33 National Open Access Desk (NOADs)</strong>&nbsp; that form a <strong>pan-European
526
                                    Helpdesk</strong>.</p></div>
527
                        <div class="uk-margin-large uk-scrollspy-inview uk-animation-slide-top-medium"
528
                             uk-scrollspy-class="" style="">
529
                            <div class="uk-box-shadow-bottom"><img
530
                                    src="http://dl119.madgik.di.uoa.gr/images/Background_images/Worldmap_network1.png"
531
                                    class="el-image uk-box-shadow-medium" alt=""></div>
532
                        </div>
533
                        <h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"
534
                            uk-scrollspy-class="" style="">
535
                            Offer an open innovation platform </h1>
536

    
537
                        <div class="uk-margin uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium"
538
                             uk-scrollspy-class="" style="">
539
                            <p>We open up OpenAIRE's scholarly communication graph for others to use and to <strong>build
540
                                value added services</strong>, and actively promote <strong>open, innovative services
541
                                from 3rd party providers</strong> to accelarate open scholarship.</p></div>
542
                    </div>
543
                    <div class="uk-width-expand@m">
544
                        <h1 class="uk-margin uk-margin-remove-bottom uk-text-center uk-h4 uk-scrollspy-inview uk-animation-slide-top-medium"
545
                            uk-scrollspy-class="" style="">
546
                            Provide a European wide Research Information platform </h1>
547

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

    
576

    
577

    
578
        <div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
579
            <div class="uk-container">
580
                <div class="uk-grid-margin uk-grid" uk-grid="">
581
                    <div class="uk-width-expand@m uk-light uk-first-column">
582
                        <div class="uk-margin">
583
                            <div class="uk-child-width-auto uk-grid-small uk-grid" uk-grid="">
584
                                <div class="uk-first-column">
585
                                    <a uk-icon="icon: facebook" href="http://www.facebook.com/groups/openaire/"
586
                                       target="_blank" class="el-link uk-icon-link uk-icon">
587
                                        <svg width="20" height="20" viewBox="0 0 20 20"
588
                                             xmlns="http://www.w3.org/2000/svg" icon="facebook" ratio="1">
589
                                            <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"/>
590
                                        </svg>
591
                                    </a>
592
                                </div>
593
                                <div>
594
                                    <a uk-icon="icon: twitter" href="http://www.twitter.com/OpenAIRE_eu" target="_blank"
595
                                       class="el-link uk-icon-link uk-icon">
596
                                        <svg width="20" height="20" viewBox="0 0 20 20"
597
                                             xmlns="http://www.w3.org/2000/svg" icon="twitter" ratio="1">
598
                                            <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"/>
599
                                        </svg>
600
                                    </a>
601
                                </div>
602
                                <div>
603
                                    <a uk-icon="icon: linkedin" href="http://www.linkedin.com/groups/OpenAIRE-3893548"
604
                                       target="_blank" class="el-link uk-icon-link uk-icon">
605
                                        <svg width="20" height="20" viewBox="0 0 20 20"
606
                                             xmlns="http://www.w3.org/2000/svg" icon="linkedin" ratio="1">
607
                                            <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"/>
608
                                            <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"/>
609
                                        </svg>
610
                                    </a>
611
                                </div>
612
                                <div>
613
                                    <a uk-icon="icon: social" href="http://www.slideshare.net/OpenAIRE_eu"
614
                                       target="_blank" class="el-link uk-icon-link uk-icon">
615
                                        <svg width="20" height="20" viewBox="0 0 20 20"
616
                                             xmlns="http://www.w3.org/2000/svg" icon="social" ratio="1">
617
                                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14"
618
                                                  x2="6.3" y2="10.7"/>
619
                                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5"
620
                                                  x2="6.5" y2="8.8"/>
621
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6"
622
                                                    r="2.3"/>
623
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8"
624
                                                    r="2.3"/>
625
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8"
626
                                                    r="2.3"/>
627
                                        </svg>
628
                                    </a>
629
                                </div>
630
                                <div>
631
                                    <a uk-icon="icon: vimeo" href="http://vimeo.com/openaire" target="_blank"
632
                                       class="el-link uk-icon-link uk-icon">
633
                                        <svg width="20" height="20" viewBox="0 0 20 20"
634
                                             xmlns="http://www.w3.org/2000/svg" icon="vimeo" ratio="1">
635
                                            <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"/>
636
                                        </svg>
637
                                    </a>
638
                                </div>
639
                            </div>
640
                        </div>
641
                        <div class="uk-margin-medium uk-margin-remove-bottom uk-text-left">
642
                            <img src="http://dl119.madgik.di.uoa.gr/images/Logos/Logo_Horizontal_white_small.png"
643
                                 class="el-image" alt="OpenAIRE">
644
                        </div>
645
                        <div class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">
646
                            <h6 class="el-title uk-margin uk-h2">
647
                                Newsletter </h6>
648
                            <a href="/www.cnn.com" class="el-link"><span uk-icon="icon: comments;ratio: 1.5"
649
                                                                         class="el-image uk-icon"><svg width="30"
650
                                                                                                       height="30"
651
                                                                                                       viewBox="0 0 20 20"
652
                                                                                                       xmlns="http://www.w3.org/2000/svg"
653
                                                                                                       icon="comments"
654
                                                                                                       ratio="1.5">
655
                                <polyline fill="none" stroke="#000" points="2 0.5 19.5 0.5 19.5 13"/>
656
                                <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"/>
657
                            </svg></span></a>
658
                        </div>
659
                        <div class="newsletter uk-panel">
660
                            <!--<script type="text/javascript">-->
661
                                <!--&lt;-->
662
                                <!--!&#45;&#45;-->
663
                                <!--if (typeof acymailing == 'undefined') {-->
664
                                    <!--var acymailing = Array();-->
665
                                <!--}-->
666
                                <!--acymailing['NAMECAPTION'] = 'Name';-->
667
                                <!--acymailing['NAME_MISSING'] = 'Please enter your name';-->
668
                                <!--acymailing['EMAILCAPTION'] = 'E-mail';-->
669
                                <!--acymailing['VALID_EMAIL'] = 'Please enter a valid e-mail address';-->
670
                                <!--acymailing['ACCEPT_TERMS'] = 'Please check the Terms and Conditions';-->
671
                                <!--acymailing['CAPTCHA_MISSING'] = 'The captcha is invalid, please try again';-->
672
                                <!--acymailing['NO_LIST_SELECTED'] = 'Please select the lists you want to subscribe to';-->
673
                                <!--//&#45;&#45;&gt;-->
674
                            <!--</script>-->
675
                            <!--<script type="text/javascript"-->
676
                                    <!--src="/media/com_acymailing/js/acymailing_module.js?v=570"></script>-->
677
                            <!--<link rel="stylesheet" property="stylesheet"-->
678
                                  <!--href="/media/com_acymailing/css/module_default_square_blue.css?v=1494072539"-->
679
                                  <!--type="text/css">-->
680
                            <!--<script type="text/javascript">-->
681
                                <!--&lt;-->
682
                                <!--!&#45;&#45;-->
683
                                        <!--acymailing['level'] = 'enterprise';-->
684
                                <!--//&#45;&#45;&gt;-->
685
                            <!--</script>-->
686
                            <!--<script type="text/javascript">-->
687
                                <!--&lt;-->
688
                                <!--!&#45;&#45;-->
689
                                        <!--acymailing['reqFieldsformAcymailing86171'] = Array('name', 'html');-->
690
                                <!--acymailing['validFieldsformAcymailing86171'] = Array('Please enter a value for the field Name', 'Please enter a value for the field Receive');-->
691
                                <!--//&#45;&#45;&gt;-->
692
                            <!--</script>-->
693
                            <!--<script type="text/javascript">-->
694
                                <!--&lt;-->
695
                                <!--!&#45;&#45;-->
696
                                <!--if (window.jQuery) {-->
697
                                    <!--jQuery(document).ready(function () {-->
698
                                        <!--jQuery("#acymailing_fulldiv_formAcymailing86171").hide();-->
699
                                        <!--jQuery("#acymailing_togglemodule_formAcymailing86171").click(function () {-->
700
                                            <!--jQuery("#acymailing_fulldiv_formAcymailing86171").slideToggle("fast");-->
701
                                            <!--jQuery("#acymailing_togglemodule_formAcymailing86171").toggleClass("acyactive");-->
702
                                            <!--return false;-->
703
                                        <!--});-->
704
                                    <!--});-->
705
                                <!--} else {-->
706
                                    <!--window.addEvent('domready', function () {-->
707
                                        <!--var mySlide = new Fx.Slide('acymailing_fulldiv_formAcymailing86171');-->
708
                                        <!--mySlide.hide();-->
709
                                        <!--try {-->
710
                                            <!--var acytogglemodule = document.id('acymailing_togglemodule_formAcymailing86171');-->
711
                                        <!--} catch (err) {-->
712
                                            <!--var acytogglemodule = $('acymailing_togglemodule_formAcymailing86171');-->
713
                                        <!--}-->
714
                                        <!--acytogglemodule.addEvent('click', function (e) {-->
715
                                            <!--if (mySlide.wrapper.offsetHeight == 0) {-->
716
                                                <!--acytogglemodule.className = 'acymailing_togglemodule acyactive';-->
717
                                            <!--} else {-->
718
                                                <!--acytogglemodule.className = 'acymailing_togglemodule';-->
719
                                            <!--}-->
720
                                            <!--mySlide.toggle();-->
721
                                            <!--try {-->
722
                                                <!--var evt = new Event(e);-->
723
                                                <!--evt.stop();-->
724
                                            <!--} catch (err) {-->
725
                                                <!--e.stop();-->
726
                                            <!--}-->
727
                                        <!--});-->
728
                                    <!--});-->
729
                                <!--}-->
730
                                <!--//&#45;&#45;&gt;-->
731
                            <!--</script>-->
732
                            <!--<div class="acymailing_module" id="acymailing_module_formAcymailing86171">-->
733
                                <!--<div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing86171">-->
734
                                    <!--<p><a class="acymailing_togglemodule"-->
735
                                          <!--id="acymailing_togglemodule_formAcymailing86171"-->
736
                                          <!--href="#subscribe">Subscribe</a></p>-->
737

    
738
                                    <!--<div class="acymailing_fulldiv" id="acymailing_fulldiv_formAcymailing86171"-->
739
                                         <!--style="text-align: left; display: none;">-->
740
                                        <!--<form id="formAcymailing86171" action="/index.php"-->
741
                                              <!--onsubmit="return submitacymailingform('optin','formAcymailing86171')"-->
742
                                              <!--method="post" name="formAcymailing86171">-->
743
                                            <!--<div class="acymailing_module_form">-->
744
                                                <!--<div class="acymailing_form">-->
745
                                                    <!--<p class="onefield fieldacyemail"-->
746
                                                       <!--id="field_email_formAcymailing86171">								<span-->
747
                                                            <!--class="acyfield_email acy_requiredField">-->
748
								<!--<input id="user_email_formAcymailing86171" style="width:80%"-->
749
                                       <!--onfocus="if(this.value == 'E-mail') this.value = '';"-->
750
                                       <!--onblur="if(this.value=='') this.value='E-mail';" class="inputbox required"-->
751
                                       <!--name="user[email]" value="E-mail" title="E-mail" type="text">								</span>-->
752
                                                    <!--</p>-->
753

    
754
                                                    <!--<div class="onefield fieldacycaptcha"-->
755
                                                         <!--id="field_captcha_formAcymailing86171">-->
756
                                                        <!--<div id="formAcymailing86171-captcha" class="g-recaptcha "-->
757
                                                             <!--data-sitekey="6LftQyAUAAAAAOv1NBWgayP9RsAeaSPFzSSjqLYc"-->
758
                                                             <!--data-theme="light" data-size="normal">-->
759
                                                            <!--<div style="width: 304px; height: 78px;">-->
760
                                                                <!--<div>-->
761
                                                                    <!--<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"-->
762
                                                                            <!--title="recaptcha widget" scrolling="no"-->
763
                                                                            <!--name="undefined" width="304" frameborder="0"-->
764
                                                                            <!--height="78"></iframe>-->
765
                                                                <!--</div>-->
766
                                                                <!--<textarea id="g-recaptcha-response-1"-->
767
                                                                          <!--name="g-recaptcha-response"-->
768
                                                                          <!--class="g-recaptcha-response"-->
769
                                                                          <!--style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;  display: none; "></textarea>-->
770
                                                            <!--</div>-->
771
                                                        <!--</div>-->
772
                                                    <!--</div>-->
773
                                                    <!--<p class="acysubbuttons">-->
774
                                                        <!--<input class="button subbutton btn btn-primary"-->
775
                                                               <!--value="Subscribe" name="Submit"-->
776
                                                               <!--onclick="try{ return submitacymailingform('optin','formAcymailing86171'); }catch(err){alert('The form could not be submitted '+err);return false;}"-->
777
                                                               <!--type="submit">-->
778
                                                    <!--</p>-->
779
                                                <!--</div>-->
780
                                                <!--&lt;!&ndash;<script type="text/javascript">&ndash;&gt;-->
781
                                                    <!--&lt;!&ndash;&lt;&ndash;&gt;-->
782
                                                    <!--&lt;!&ndash;!&#45;&#45;&ndash;&gt;-->
783
                                                            <!--&lt;!&ndash;acymailing['excludeValuesformAcymailing86171'] = Array();&ndash;&gt;-->
784
                                                    <!--&lt;!&ndash;acymailing['excludeValuesformAcymailing86171']['email'] = 'E-mail';&ndash;&gt;-->
785
                                                    <!--&lt;!&ndash;//&#45;&#45;&gt;&ndash;&gt;-->
786
                                                <!--&lt;!&ndash;</script>&ndash;&gt;-->
787
                                                <!--<input name="ajax" value="0" type="hidden">-->
788
                                                <!--<input name="acy_source" value="module_361" type="hidden">-->
789
                                                <!--<input name="ctrl" value="sub" type="hidden">-->
790
                                                <!--<input name="task" value="notask" type="hidden">-->
791
                                                <!--<input name="redirect" value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2F"-->
792
                                                       <!--type="hidden">-->
793
                                                <!--<input name="redirectunsub"-->
794
                                                       <!--value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2F" type="hidden">-->
795
                                                <!--<input name="option" value="com_acymailing" type="hidden">-->
796
                                                <!--<input name="hiddenlists" value="1" type="hidden">-->
797
                                                <!--<input name="acyformname" value="formAcymailing86171" type="hidden">-->
798
                                                <!--<input name="Itemid" value="185" type="hidden"></div>-->
799
                                        <!--</form>-->
800
                                    <!--</div>-->
801
                                <!--</div>-->
802
                            <!--</div>-->
803
                        </div>
804
                    </div>
805
                    <div class="uk-width-expand@m uk-light">
806
                        <div>
807
                            <ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider" uk-margin="">
808
                                <li class="el-item uk-first-column">
809
                                    <a class="el-link" href="/www.cnn.com">About</a>
810
                                </li>
811
                                <li class="el-item">
812
                                    <a class="el-content uk-disabled">Services</a>
813
                                </li>
814
                                <li class="el-item">
815
                                    <a class="el-content uk-disabled">News</a>
816
                                </li>
817
                                <li class="el-item">
818
                                    <a class="el-content uk-disabled">Events</a>
819
                                </li>
820
                                <li class="el-item">
821
                                    <a class="el-content uk-disabled">Blog</a>
822
                                </li>
823
                                <li class="el-item">
824
                                    <a class="el-content uk-disabled">Contact us</a>
825
                                </li>
826
                            </ul>
827
                        </div>
828
                    </div>
829
                </div>
830
            </div>
831
        </div>
832
        <div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">
833
            <div class="uk-container">
834
                <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
835
                    <div class="uk-width-1-1@m uk-first-column">
836
                        <div class="footer-license uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">
837
                            <div><a href="http://creativecommons.org/licenses/by/4.0/" rel="license"><img
838
                                    src="https://i.creativecommons.org/l/by/3.0/80x15.png" alt="Creative"
839
                                    style="height: auto; max-width: 100%; vertical-align: middle;"></a>&nbsp;UNLESS
840
                                OTHERWISE INDICATED, ALL MATERIALS CREATED BY THE OPENAIRE CONSORTIUM ARE LICENSED UNDER
841
                                A&nbsp;<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CREATIVE
842
                                    COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.
843
                            </div>
844
                            <div>OPENAIRE IS POWERED BY&nbsp;<a href="http://www.d-net.research-infrastructures.eu/">D-NET</a>.
845
                            </div>
846
                        </div>
847
                        <div class="uk-margin uk-margin-remove-bottom uk-text-center">
848
                            <img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png"
849
                                 srcset="/templates/yootheme/cache/ec_logo_inv_small-e4d7de03.png 91w, /templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png 114w"
850
                                 sizes="(min-width: 114px) 114px, 100vw" class="el-image" alt="European Commission">
851
                        </div>
852
                        <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right">
853
                            <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
854
                                <svg width="15" height="20" viewBox="0 0 15 20" xmlns="http://www.w3.org/2000/svg"
855
                                     icon="totop" ratio="1">
856
                                    <polyline fill="none" stroke="#0000" stroke-width="1.1" points="1,8 7.5,1.5 14,8 "/>
857
                                    <rect fill="000" x="7" y="2" width="1" height="20"/>
858
                                </svg>
859
                            </a>
860
                        </div>
861
                    </div>
862
                </div>
863
            </div>
864
        </div>
865

    
866

    
867
    </div>
868
</div>
869

    
870
<div id="login" style="display:none">
871
    <div class="middle-box text-center loginscreen animated fadeInDown">
872
        <div>
873
            <div>
874
                <!--<img src="http://dl119.madgik.di.uoa.gr/images/openaire/Logo_Horizontal.png" alt="OpenAIRE" class="" width="100%">-->
875
                <img src="img/OA_JOIN_B.png" alt="OpenAIRE" class="" width="100%">
876
            </div>
877
            <h3>Welcome to OpenAIRE's Repository Manager</h3>
878

    
879
            <p>This service uses the same sign-in mechanism as the OpenAIRE portal so you can use the same
880
                credentials.</p>
881

    
882
            <p>Login in. To see it in action.</p>
883

    
884
            <div id="loginForm">
885
            </div>
886
        </div>
887
    </div>
888
</div>
889

    
890
<div id="register" style="display:none">
891
    <div class="middle-box text-center loginscreen   animated fadeInDown">
892
        <div>
893
            <div>
894
                <img src="img/OA_JOIN_B.png" alt="OpenAIRE" class="" width="100%">
895
            </div>
896
            <h3>Register to OpenAIRE's Repository Manager</h3>
897
            <!--<p>Register to use the OpenAIRE repository manager services.</p>-->
898
            <div id="registerForm">
899
            </div>
900
        </div>
901
    </div>
902
</div>
903

    
904
<div id="wrapper" style="display:none">
905

    
906
    <div class="uk-offcanvas-content">
907

    
908
        <div class="tm-header-mobile uk-hidden@m">
909
            <nav class="uk-navbar-container uk-navbar" uk-navbar="">
910
                <div class="uk-navbar-left">
911
                    <a class="uk-navbar-toggle" href="#tm-mobile" uk-toggle="">
912
                        <div uk-navbar-toggle-icon="" class="uk-navbar-toggle-icon uk-icon">
913
                            <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"
914
                                 icon="navbar-toggle-icon" ratio="1">
915
                                <rect y="9" width="20" height="2"/>
916
                                <rect y="3" width="20" height="2"/>
917
                                <rect y="15" width="20" height="2"/>
918
                            </svg>
919
                        </div>
920
                    </a>
921
                </div>
922
                <div class="uk-navbar-center">
923
                    <a class="uk-navbar-item uk-logo" href="http://dl119.madgik.di.uoa.gr">
924
                        <!--<img src="http://dl119.madgik.di.uoa.gr/images/openaire/Symbol.png" alt="OpenAIRE" class="uk-responsive-height">-->
925
                        <img src="img/OA_JOIN_A.png" alt="OpenAIRE" class="uk-responsive-height">
926
                    </a>
927
                </div>
928
            </nav>
929
            <div id="tm-mobile" uk-offcanvas="" mode="slide" overlay="" class="uk-offcanvas">
930
                <div class="uk-offcanvas-bar">
931
                    <button class="uk-offcanvas-close uk-close uk-icon" type="button" uk-close="">
932
                        <svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"
933
                             icon="close-icon" ratio="1">
934
                            <line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/>
935
                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/>
936
                        </svg>
937
                    </button>
938
                    <div class="uk-child-width-1-1 uk-grid" uk-grid="">
939
                        <div>
940
                            <div class="uk-panel" id="module-0">
941
                                <ul class="uk-nav uk-nav-default">
942
                                    <li class="uk-nav-header uk-parent"><a href="#dashboard">Home</a>
943
                                    </li>
944
                                    <li class="uk-nav-header uk-parent">My Sources
945
                                        <ul class="uk-nav-sub">
946
                                            <li>
947
                                                <a href="#validate">Validate</a>
948
                                            </li>
949
                                            <li>
950
                                                <a href="#registerDatasource">Register</a>
951
                                            </li>
952
                                            <li>
953
                                                <a href="#manageDatasource">Update</a>
954
                                            </li>
955
                                            <li>
956
                                                <a href="#browseHistory">Monitor</a>
957
                                            </li>
958
                                        </ul>
959
                                    </li>
960
                                    <li class="uk-nav-header uk-parent">Feedback
961
                                        <ul class="uk-nav-sub">
962
                                            <li>
963
                                                <a href="#enrichContent/events">Notifications</a>
964
                                            </li>
965
                                            <li>
966
                                                <a href="#enrichContent/subscriptions">Subscriptions</a>
967
                                            </li>
968
                                        </ul>
969
                                    </li>
970
                                    <!--<li class="uk-nav-header uk-parent">Guidelines Compatibility-->
971
                                        <!--<ul class="uk-nav-sub">-->
972
                                            <!--<li>-->
973
                                                <!--<a href="#validate">Validate</a>-->
974
                                            <!--</li>-->
975
                                            <!--<li>-->
976
                                                <!--<a href="#monitoring">Monitoring</a>-->
977
                                            <!--</li>-->
978
                                        <!--</ul>-->
979
                                    <!--</li>-->
980
                                    <!--<li class="uk-nav-header uk-parent">Feedback-->
981
                                        <!--<ul class="uk-nav-sub">-->
982
                                            <!--<li class="uk-parent uk-nav-header">Literature Broker-->
983
                                                <!--<ul class="uk-nav-sub">-->
984
                                                    <!--<li class="textTransformNone"><a href="#enrichContent/events">Events</a></li>-->
985
                                                    <!--<li class="textTransformNone"><a href="#enrichContent/subscriptions">Subscritions</a></li>-->
986
                                                <!--</ul>-->
987
                                            <!--</li>-->
988
                                            <!--<li class="uk-disabled">-->
989
                                                <!--<a href="#endUsers">End Users</a>-->
990
                                            <!--</li>-->
991
                                        <!--</ul>-->
992
                                    <!--</li>-->
993
                                    <li class="uk-nav-header uk-parent"><a href="#getImpact">Metrics</a>
994
                                    </li>
995
                                    <li class="uk-nav-header uk-parent"><a href="#helpAdmin">Help Texts Admin</a>
996
                                    </li>
997
                                </ul>
998
                            </div>
999
                        </div>
1000
                        <div>
1001
                            <div class="uk-panel" id="module-tm-2">
1002
                                <form id="search-tm-2" action="/index.php" method="post" role="search"
1003
                                      class="uk-search uk-search-default">
1004
                                    <span uk-search-icon="" class="uk-search-icon uk-icon"><svg width="20" height="20"
1005
                                                                                                viewBox="0 0 20 20"
1006
                                                                                                xmlns="http://www.w3.org/2000/svg"
1007
                                                                                                icon="search-icon"
1008
                                                                                                ratio="1">
1009
                                        <circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/>
1010
                                        <path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/>
1011
                                    </svg></span>
1012
                                    <input name="searchword" placeholder="Search" class="uk-search-input" type="search">
1013
                                    <input name="task" value="search" type="hidden">
1014
                                    <input name="option" value="com_search" type="hidden">
1015
                                    <input name="Itemid" value="1860" type="hidden">
1016
                                </form>
1017
                            </div>
1018
                        </div>
1019
                    </div>
1020

    
1021
                </div>
1022
            </div>
1023
        </div>
1024

    
1025
        <div class="tm-toolbar uk-visible@m">
1026
            <div class="uk-container uk-flex uk-flex-middle uk-container-expand">
1027

    
1028

    
1029
                <div class="uk-margin-auto-left">
1030
                    <div class="uk-grid-medium uk-child-width-auto uk-flex-middle uk-grid uk-grid-stack"
1031
                         uk-grid="margin: uk-margin-small-top">
1032
                        <div class="uk-first-column">
1033
                            <div class="uk-panel inner" id="module-119">
1034
                                <ul class="uk-subnav uk-subnav-line">
1035
                                    <li class="uk-active"><a
1036
                                            href="/index.php?option=com_content&amp;view=article&amp;id=292&amp;Itemid=1860"><img
1037
                                            class="uk-responsive-height"
1038
                                            src="http://dl119.madgik.di.uoa.gr/images/site_images/Home-icon.png"
1039
                                            alt="home"></a></li>
1040
                                    <li><a href="/www.cnn.com">Discover/Share</a></li>
1041
                                    <li class="active"><a href="/www.cnn.com">Join</a></li>
1042
                                    <li><a href="/www.cnn.com">Connect</a></li>
1043
                                    <li><a href="/www.cnn.com">Monitor</a></li>
1044
                                    <li><a href="/www.cnn.com">Develop</a></li>
1045
                                </ul>
1046
                            </div>
1047
                        </div>
1048
                    </div>
1049
                </div>
1050

    
1051
            </div>
1052
        </div>
1053

    
1054
        <div id="headerNoTransparent" class="tm-header uk-visible@m" uk-header="">
1055
            <div class="uk-navbar-container uk-sticky" uk-sticky="" media="768"
1056
                 cls-active="uk-active uk-navbar-sticky" style="">
1057
                 <!--animation="uk-animation-slide-top"-->
1058
                 <!--top=".tm-header + [class*=&quot;uk-section&quot;]" cls-inactive="uk-navbar-transparent uk-light"-->
1059
            <!--&gt;-->
1060
                <div class="uk-container uk-container-expand">
1061
                    <nav class="uk-navbar" uk-navbar="{'align':'left'}">
1062
                        <div class="uk-navbar-left">
1063
                            <a href="http://dl119.madgik.di.uoa.gr" class="uk-logo uk-navbar-item">
1064
                                <img src="img/OA_JOIN_B.png"
1065
                                     alt="OpenAIRE" class="uk-responsive-height"></a>
1066
                        </div>
1067
                        <div class="uk-navbar-center">
1068
                            <ul class="uk-navbar-nav">
1069
                                <li class=""><a href="#dashboard" class="" aria-expanded="false">Home</a>
1070
                                </li>
1071
                                <li class="uk-parent"><a href="#" class="" aria-expanded="false">My Sources</a>
1072

    
1073
                                    <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"
1074
                                         style="top: 80px; left: 0px;">
1075
                                        <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"
1076
                                             uk-grid="">
1077
                                            <div class="uk-first-column">
1078
                                                <ul class="uk-nav uk-navbar-dropdown-nav">
1079
                                                    <li>
1080
                                                        <a href="#validate">Validate</a>
1081
                                                    </li>
1082
                                                    <li>
1083
                                                        <a href="#registerDatasource">Register</a>
1084
                                                    </li>
1085
                                                    <li>
1086
                                                        <a href="#manageDatasource">Update</a>
1087
                                                    </li>
1088
                                                    <li>
1089
                                                        <a href="#browseHistory">Monitor</a>
1090
                                                    </li>
1091
                                                </ul>
1092
                                            </div>
1093
                                        </div>
1094
                                    </div>
1095
                                </li>
1096
                                <!--<li class="uk-parent"><a href="#" class="" aria-expanded="false">Guidelines Compatibility</a>-->
1097

    
1098
                                    <!--<div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"-->
1099
                                         <!--style="top: 80px; left: 0px;">-->
1100
                                        <!--<div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"-->
1101
                                             <!--uk-grid="">-->
1102
                                            <!--<div class="uk-first-column">-->
1103
                                                <!--<ul class="uk-nav uk-navbar-dropdown-nav">-->
1104
                                                    <!--<li>-->
1105
                                                        <!--<a href="#validate">Validate</a>-->
1106
                                                    <!--</li>-->
1107
                                                    <!--<li>-->
1108
                                                        <!--<a href="#monitoring">Monitoring</a>-->
1109
                                                    <!--</li>-->
1110
                                                <!--</ul>-->
1111
                                            <!--</div>-->
1112
                                        <!--</div>-->
1113
                                    <!--</div>-->
1114
                                <!--</li>-->
1115
                                <li class="uk-parent"><a href="#" class="" aria-expanded="false">Feedback</a>
1116

    
1117
                                    <div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"
1118
                                         style="top: 80px; left: 0px;">
1119
                                        <div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"
1120
                                             uk-grid="">
1121
                                            <div class="uk-first-column">
1122
                                                <ul class="uk-nav uk-navbar-dropdown-nav">
1123
                                                    <li>
1124
                                                        <a href="#enrichContent/events">Notifications</a>
1125
                                                    </li>
1126
                                                    <li>
1127
                                                        <a href="#enrichContent/subscriptions">Subscriptions</a>
1128
                                                    </li>
1129
                                                </ul>
1130
                                            </div>
1131
                                        </div>
1132
                                    </div>
1133
                                </li>
1134
                                <!--<li class="uk-parent"><a href="#" class="" aria-expanded="false">Feedback</a>-->
1135

    
1136
                                    <!--<div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"-->
1137
                                         <!--style="top: 80px; left: 0px;">-->
1138
                                        <!--<div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"-->
1139
                                             <!--uk-grid="">-->
1140
                                            <!--<div class="uk-first-column">-->
1141
                                                <!--<ul class="uk-nav uk-navbar-dropdown-nav">-->
1142
                                                    <!--<li class="uk-parent uk-nav-header">Literature Broker-->
1143
                                                        <!--<ul class="uk-nav-sub">-->
1144
                                                            <!--<li class="textTransformNone"><a href="#enrichContent/events">Events</a></li>-->
1145
                                                            <!--<li class="textTransformNone"><a href="#enrichContent/subscriptions">Subscritions</a></li>-->
1146
                                                        <!--</ul>-->
1147
                                                    <!--</li>-->
1148
                                                    <!--<li class="uk-disabled">-->
1149
                                                        <!--<a href="#endUsers">End Users</a>-->
1150
                                                    <!--</li>-->
1151
                                                <!--</ul>-->
1152
                                            <!--</div>-->
1153
                                        <!--</div>-->
1154
                                    <!--</div>-->
1155
                                <!--</li>-->
1156
                                <!--<li class=""><a href="#validate" class="" aria-expanded="false">Validate</a>-->
1157
                                <!--</li>-->
1158
                                <!--<li class=""><a href="#browseHistory" class="" aria-expanded="false">Browse History</a>-->
1159
                                <!--</li>-->
1160
                                <!--<li class="uk-parent"><a href="#" class="" aria-expanded="false">Enrich your Content</a>-->
1161

    
1162
                                    <!--<div class="uk-navbar-dropdown uk-navbar-dropdown-bottom-left"-->
1163
                                         <!--style="top: 80px; left: 0px;">-->
1164
                                        <!--<div class="uk-navbar-dropdown-grid uk-child-width-1-1 uk-grid uk-grid-stack"-->
1165
                                             <!--uk-grid="">-->
1166
                                            <!--<div class="uk-first-column">-->
1167
                                                <!--<ul class="uk-nav uk-navbar-dropdown-nav">-->
1168
                                                    <!--<li>-->
1169
                                                        <!--<a href="#enrichContent/events">Browse events</a>-->
1170
                                                    <!--</li>-->
1171
                                                    <!--<li>-->
1172
                                                        <!--<a href="#enrichContent/subscriptions">Browse subscriptions</a>-->
1173
                                                    <!--</li>-->
1174
                                                <!--</ul>-->
1175
                                            <!--</div>-->
1176
                                        <!--</div>-->
1177
                                    <!--</div>-->
1178
                                <!--</li>-->
1179
                                <li class=""><a href="#getImpact" class="" aria-expanded="false">Metrics</a>
1180
                                </li>
1181
                                <!--<li class="uk-parent"><a href="#helpAdmin" class="" aria-expanded="false">Help Texts Admin</a>-->
1182
                                <!--</li>-->
1183
                            </ul>
1184

    
1185
                        </div>
1186
                        <div class="uk-navbar-right">
1187
                            <div class="uk-navbar-item btlogin" id="module-367">
1188
                                <div id="btl">
1189
                                    <!-- Panel top -->
1190
                                    <div class="btl-panel" style="float: right;">
1191
                                        <!-- Login button -->
1192
			<span style="color: rgb(255, 255, 255); background-color: rgb(45, 114, 214); border: medium none rgb(255, 255, 255);"
1193
                  id="btl-panel-login" class="btl-dropdown">
1194
			<a class="loginLink" id="currentUser" href="#login"> Guest </a></span>
1195
                                        |
1196
                                        <span style="color: rgb(255, 255, 255); background-color: rgb(45, 114, 214); border: medium none rgb(255, 255, 255);"
1197
                                              id="btl-panel-register" class="btl-dropdown">
1198
			<a class="logoutLink loginLink" href="#landing"> LOGOUT </a></span>
1199
                                        <!-- Registration button -->
1200
                                    </div>
1201

    
1202
                                </div>
1203
                            </div>
1204

    
1205
                        </div>
1206
                    </nav>
1207
                </div>
1208
            </div>
1209
            <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" hidden="hidden"></div>
1210
        </div>
1211

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

    
1214
        </div>
1215

    
1216
        <div class="uk-section-primary uk-section uk-section-small uk-padding-remove-bottom">
1217
            <div class="uk-container">
1218
                <div class="uk-grid-margin uk-grid" uk-grid="">
1219
                    <div class="uk-width-expand@m uk-light uk-first-column">
1220
                        <div class="uk-margin">
1221
                            <div class="uk-child-width-auto uk-grid-small uk-grid" uk-grid="">
1222
                                <div class="uk-first-column">
1223
                                    <a uk-icon="icon: facebook" href="http://www.facebook.com/groups/openaire/"
1224
                                       target="_blank" class="el-link uk-icon-link uk-icon">
1225
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1226
                                             xmlns="http://www.w3.org/2000/svg" icon="facebook" ratio="1">
1227
                                            <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"/>
1228
                                        </svg>
1229
                                    </a>
1230
                                </div>
1231
                                <div>
1232
                                    <a uk-icon="icon: twitter" href="http://www.twitter.com/OpenAIRE_eu" target="_blank"
1233
                                       class="el-link uk-icon-link uk-icon">
1234
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1235
                                             xmlns="http://www.w3.org/2000/svg" icon="twitter" ratio="1">
1236
                                            <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"/>
1237
                                        </svg>
1238
                                    </a>
1239
                                </div>
1240
                                <div>
1241
                                    <a uk-icon="icon: linkedin" href="http://www.linkedin.com/groups/OpenAIRE-3893548"
1242
                                       target="_blank" class="el-link uk-icon-link uk-icon">
1243
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1244
                                             xmlns="http://www.w3.org/2000/svg" icon="linkedin" ratio="1">
1245
                                            <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"/>
1246
                                            <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"/>
1247
                                        </svg>
1248
                                    </a>
1249
                                </div>
1250
                                <div>
1251
                                    <a uk-icon="icon: social" href="http://www.slideshare.net/OpenAIRE_eu"
1252
                                       target="_blank" class="el-link uk-icon-link uk-icon">
1253
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1254
                                             xmlns="http://www.w3.org/2000/svg" icon="social" ratio="1">
1255
                                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14"
1256
                                                  x2="6.3" y2="10.7"/>
1257
                                            <line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5"
1258
                                                  x2="6.5" y2="8.8"/>
1259
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6"
1260
                                                    r="2.3"/>
1261
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8"
1262
                                                    r="2.3"/>
1263
                                            <circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8"
1264
                                                    r="2.3"/>
1265
                                        </svg>
1266
                                    </a>
1267
                                </div>
1268
                                <div>
1269
                                    <a uk-icon="icon: vimeo" href="http://vimeo.com/openaire" target="_blank"
1270
                                       class="el-link uk-icon-link uk-icon">
1271
                                        <svg width="20" height="20" viewBox="0 0 20 20"
1272
                                             xmlns="http://www.w3.org/2000/svg" icon="vimeo" ratio="1">
1273
                                            <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"/>
1274
                                        </svg>
1275
                                    </a>
1276
                                </div>
1277
                            </div>
1278
                        </div>
1279
                        <div class="uk-margin-medium uk-margin-remove-bottom uk-text-left">
1280
                            <img src="http://dl119.madgik.di.uoa.gr/images/Logos/Logo_Horizontal_white_small.png"
1281
                                 class="el-image" alt="OpenAIRE">
1282
                        </div>
1283
                        <div class="newsletter uk-margin uk-margin-remove-bottom uk-text-left uk-panel">
1284
                            <h6 class="el-title uk-margin uk-h2">
1285
                                Newsletter </h6>
1286
                            <a href="/www.cnn.com" class="el-link"><span uk-icon="icon: comments;ratio: 1.5"
1287
                                                                         class="el-image uk-icon"><svg width="30"
1288
                                                                                                       height="30"
1289
                                                                                                       viewBox="0 0 20 20"
1290
                                                                                                       xmlns="http://www.w3.org/2000/svg"
1291
                                                                                                       icon="comments"
1292
                                                                                                       ratio="1.5">
1293
                                <polyline fill="none" stroke="#000" points="2 0.5 19.5 0.5 19.5 13"/>
1294
                                <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"/>
1295
                            </svg></span></a>
1296
                        </div>
1297
                        <div class="newsletter uk-panel">
1298
                            <!--<script type="text/javascript">-->
1299
                            <!--&lt;-->
1300
                            <!--!&#45;&#45;-->
1301
                            <!--if (typeof acymailing == 'undefined') {-->
1302
                            <!--var acymailing = Array();-->
1303
                            <!--}-->
1304
                            <!--acymailing['NAMECAPTION'] = 'Name';-->
1305
                            <!--acymailing['NAME_MISSING'] = 'Please enter your name';-->
1306
                            <!--acymailing['EMAILCAPTION'] = 'E-mail';-->
1307
                            <!--acymailing['VALID_EMAIL'] = 'Please enter a valid e-mail address';-->
1308
                            <!--acymailing['ACCEPT_TERMS'] = 'Please check the Terms and Conditions';-->
1309
                            <!--acymailing['CAPTCHA_MISSING'] = 'The captcha is invalid, please try again';-->
1310
                            <!--acymailing['NO_LIST_SELECTED'] = 'Please select the lists you want to subscribe to';-->
1311
                            <!--//&#45;&#45;&gt;-->
1312
                            <!--</script>-->
1313
                            <!--<script type="text/javascript"-->
1314
                            <!--src="/media/com_acymailing/js/acymailing_module.js?v=570"></script>-->
1315
                            <!--<link rel="stylesheet" property="stylesheet"-->
1316
                            <!--href="/media/com_acymailing/css/module_default_square_blue.css?v=1494072539"-->
1317
                            <!--type="text/css">-->
1318
                            <!--<script type="text/javascript">-->
1319
                            <!--&lt;-->
1320
                            <!--!&#45;&#45;-->
1321
                            <!--acymailing['level'] = 'enterprise';-->
1322
                            <!--//&#45;&#45;&gt;-->
1323
                            <!--</script>-->
1324
                            <!--<script type="text/javascript">-->
1325
                            <!--&lt;-->
1326
                            <!--!&#45;&#45;-->
1327
                            <!--acymailing['reqFieldsformAcymailing86171'] = Array('name', 'html');-->
1328
                            <!--acymailing['validFieldsformAcymailing86171'] = Array('Please enter a value for the field Name', 'Please enter a value for the field Receive');-->
1329
                            <!--//&#45;&#45;&gt;-->
1330
                            <!--</script>-->
1331
                            <!--<script type="text/javascript">-->
1332
                            <!--&lt;-->
1333
                            <!--!&#45;&#45;-->
1334
                            <!--if (window.jQuery) {-->
1335
                            <!--jQuery(document).ready(function () {-->
1336
                            <!--jQuery("#acymailing_fulldiv_formAcymailing86171").hide();-->
1337
                            <!--jQuery("#acymailing_togglemodule_formAcymailing86171").click(function () {-->
1338
                            <!--jQuery("#acymailing_fulldiv_formAcymailing86171").slideToggle("fast");-->
1339
                            <!--jQuery("#acymailing_togglemodule_formAcymailing86171").toggleClass("acyactive");-->
1340
                            <!--return false;-->
1341
                            <!--});-->
1342
                            <!--});-->
1343
                            <!--} else {-->
1344
                            <!--window.addEvent('domready', function () {-->
1345
                            <!--var mySlide = new Fx.Slide('acymailing_fulldiv_formAcymailing86171');-->
1346
                            <!--mySlide.hide();-->
1347
                            <!--try {-->
1348
                            <!--var acytogglemodule = document.id('acymailing_togglemodule_formAcymailing86171');-->
1349
                            <!--} catch (err) {-->
1350
                            <!--var acytogglemodule = $('acymailing_togglemodule_formAcymailing86171');-->
1351
                            <!--}-->
1352
                            <!--acytogglemodule.addEvent('click', function (e) {-->
1353
                            <!--if (mySlide.wrapper.offsetHeight == 0) {-->
1354
                            <!--acytogglemodule.className = 'acymailing_togglemodule acyactive';-->
1355
                            <!--} else {-->
1356
                            <!--acytogglemodule.className = 'acymailing_togglemodule';-->
1357
                            <!--}-->
1358
                            <!--mySlide.toggle();-->
1359
                            <!--try {-->
1360
                            <!--var evt = new Event(e);-->
1361
                            <!--evt.stop();-->
1362
                            <!--} catch (err) {-->
1363
                            <!--e.stop();-->
1364
                            <!--}-->
1365
                            <!--});-->
1366
                            <!--});-->
1367
                            <!--}-->
1368
                            <!--//&#45;&#45;&gt;-->
1369
                            <!--</script>-->
1370
                            <!--<div class="acymailing_module" id="acymailing_module_formAcymailing86171">-->
1371
                                <!--<div class="acymailing_mootoolsbutton" id="acymailing_toggle_formAcymailing86171">-->
1372
                                    <!--<p><a class="acymailing_togglemodule"-->
1373
                                          <!--id="acymailing_togglemodule_formAcymailing86171"-->
1374
                                          <!--href="#subscribe">Subscribe</a></p>-->
1375

    
1376
                                    <!--<div class="acymailing_fulldiv" id="acymailing_fulldiv_formAcymailing86171"-->
1377
                                         <!--style="text-align: left; display: none;">-->
1378
                                        <!--<form id="formAcymailing86171" action="/index.php"-->
1379
                                              <!--onsubmit="return submitacymailingform('optin','formAcymailing86171')"-->
1380
                                              <!--method="post" name="formAcymailing86171">-->
1381
                                            <!--<div class="acymailing_module_form">-->
1382
                                                <!--<div class="acymailing_form">-->
1383
                                                    <!--<p class="onefield fieldacyemail"-->
1384
                                                       <!--id="field_email_formAcymailing86171">								<span-->
1385
                                                            <!--class="acyfield_email acy_requiredField">-->
1386
								<!--<input id="user_email_formAcymailing86171" style="width:80%"-->
1387
                                       <!--onfocus="if(this.value == 'E-mail') this.value = '';"-->
1388
                                       <!--onblur="if(this.value=='') this.value='E-mail';" class="inputbox required"-->
1389
                                       <!--name="user[email]" value="E-mail" title="E-mail" type="text">								</span>-->
1390
                                                    <!--</p>-->
1391

    
1392
                                                    <!--<div class="onefield fieldacycaptcha"-->
1393
                                                         <!--id="field_captcha_formAcymailing86171">-->
1394
                                                        <!--<div id="formAcymailing86171-captcha" class="g-recaptcha "-->
1395
                                                             <!--data-sitekey="6LftQyAUAAAAAOv1NBWgayP9RsAeaSPFzSSjqLYc"-->
1396
                                                             <!--data-theme="light" data-size="normal">-->
1397
                                                            <!--<div style="width: 304px; height: 78px;">-->
1398
                                                                <!--<div>-->
1399
                                                                    <!--<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"-->
1400
                                                                            <!--title="recaptcha widget" scrolling="no"-->
1401
                                                                            <!--name="undefined" width="304" frameborder="0"-->
1402
                                                                            <!--height="78"></iframe>-->
1403
                                                                <!--</div>-->
1404
                                                                <!--<textarea id="g-recaptcha-response-1"-->
1405
                                                                          <!--name="g-recaptcha-response"-->
1406
                                                                          <!--class="g-recaptcha-response"-->
1407
                                                                          <!--style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;  display: none; "></textarea>-->
1408
                                                            <!--</div>-->
1409
                                                        <!--</div>-->
1410
                                                    <!--</div>-->
1411
                                                    <!--<p class="acysubbuttons">-->
1412
                                                        <!--<input class="button subbutton btn btn-primary"-->
1413
                                                               <!--value="Subscribe" name="Submit"-->
1414
                                                               <!--onclick="try{ return submitacymailingform('optin','formAcymailing86171'); }catch(err){alert('The form could not be submitted '+err);return false;}"-->
1415
                                                               <!--type="submit">-->
1416
                                                    <!--</p>-->
1417
                                                <!--</div>-->
1418
                                                <!--&lt;!&ndash;<script type="text/javascript">&ndash;&gt;-->
1419
                                                <!--&lt;!&ndash;&lt;&ndash;&gt;-->
1420
                                                <!--&lt;!&ndash;!&#45;&#45;&ndash;&gt;-->
1421
                                                <!--&lt;!&ndash;acymailing['excludeValuesformAcymailing86171'] = Array();&ndash;&gt;-->
1422
                                                <!--&lt;!&ndash;acymailing['excludeValuesformAcymailing86171']['email'] = 'E-mail';&ndash;&gt;-->
1423
                                                <!--&lt;!&ndash;//&#45;&#45;&gt;&ndash;&gt;-->
1424
                                                <!--&lt;!&ndash;</script>&ndash;&gt;-->
1425
                                                <!--<input name="ajax" value="0" type="hidden">-->
1426
                                                <!--<input name="acy_source" value="module_361" type="hidden">-->
1427
                                                <!--<input name="ctrl" value="sub" type="hidden">-->
1428
                                                <!--<input name="task" value="notask" type="hidden">-->
1429
                                                <!--<input name="redirect" value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2F"-->
1430
                                                       <!--type="hidden">-->
1431
                                                <!--<input name="redirectunsub"-->
1432
                                                       <!--value="http%3A%2F%2Fdl119.madgik.di.uoa.gr%2F" type="hidden">-->
1433
                                                <!--<input name="option" value="com_acymailing" type="hidden">-->
1434
                                                <!--<input name="hiddenlists" value="1" type="hidden">-->
1435
                                                <!--<input name="acyformname" value="formAcymailing86171" type="hidden">-->
1436
                                                <!--<input name="Itemid" value="185" type="hidden"></div>-->
1437
                                        <!--</form>-->
1438
                                    <!--</div>-->
1439
                                <!--</div>-->
1440
                            <!--</div>-->
1441
                        </div>
1442
                    </div>
1443
                    <div class="uk-width-expand@m uk-light">
1444
                        <div>
1445
                            <ul class="uk-subnav uk-margin-remove-bottom uk-subnav-divider" uk-margin="">
1446
                                <li class="el-item uk-first-column">
1447
                                    <a class="el-link" href="/www.cnn.com">About</a>
1448
                                </li>
1449
                                <li class="el-item">
1450
                                    <a class="el-content uk-disabled">Services</a>
1451
                                </li>
1452
                                <li class="el-item">
1453
                                    <a class="el-content uk-disabled">News</a>
1454
                                </li>
1455
                                <li class="el-item">
1456
                                    <a class="el-content uk-disabled">Events</a>
1457
                                </li>
1458
                                <li class="el-item">
1459
                                    <a class="el-content uk-disabled">Blog</a>
1460
                                </li>
1461
                                <li class="el-item">
1462
                                    <a class="el-content uk-disabled">Contact us</a>
1463
                                </li>
1464
                            </ul>
1465
                        </div>
1466
                    </div>
1467
                </div>
1468
            </div>
1469
        </div>
1470
        <div class="uk-section-primary uk-section uk-section-xsmall uk-padding-remove-bottom">
1471
            <div class="uk-container">
1472
                <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
1473
                    <div class="uk-width-1-1@m uk-first-column">
1474
                        <div class="footer-license uk-margin uk-margin-remove-bottom uk-text-center uk-text-lead">
1475
                            <div><a href="http://creativecommons.org/licenses/by/4.0/" rel="license"><img
1476
                                    src="https://i.creativecommons.org/l/by/3.0/80x15.png" alt="Creative"
1477
                                    style="height: auto; max-width: 100%; vertical-align: middle;"></a>&nbsp;UNLESS
1478
                                OTHERWISE INDICATED, ALL MATERIALS CREATED BY THE OPENAIRE CONSORTIUM ARE LICENSED UNDER
1479
                                A&nbsp;<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">CREATIVE
1480
                                    COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE</a>.
1481
                            </div>
1482
                            <div>OPENAIRE IS POWERED BY&nbsp;<a href="http://www.d-net.research-infrastructures.eu/">D-NET</a>.
1483
                            </div>
1484
                        </div>
1485
                        <div class="uk-margin uk-margin-remove-bottom uk-text-center">
1486
                            <img src="http://dl119.madgik.di.uoa.gr/templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png"
1487
                                 srcset="/templates/yootheme/cache/ec_logo_inv_small-e4d7de03.png 91w, /templates/yootheme/cache/ec_logo_inv_small-4aa7cf58.png 114w"
1488
                                 sizes="(min-width: 114px) 114px, 100vw" class="el-image" alt="European Commission">
1489
                        </div>
1490
                        <div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right">
1491
                            <a href="#" uk-totop="" uk-scroll="" class="uk-totop uk-icon">
1492
                                <svg width="15" height="20" viewBox="0 0 15 20" xmlns="http://www.w3.org/2000/svg"
1493
                                     icon="totop" ratio="1">
1494
                                    <polyline fill="none" stroke="#0000" stroke-width="1.1" points="1,8 7.5,1.5 14,8 "/>
1495
                                    <rect fill="000" x="7" y="2" width="1" height="20"/>
1496
                                </svg>
1497
                            </a>
1498
                        </div>
1499
                    </div>
1500
                </div>
1501
            </div>
1502
        </div>
1503

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

    
1507

    
1508
                <!--<div class="uk-grid uk-grid-stack" uk-grid="">-->
1509

    
1510
                    <!--&lt;!&ndash;<div id="contentWrapper"></div>&ndash;&gt;-->
1511

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

    
1514
                        <!--&lt;!&ndash;<div id="pageHeader" class="row wrapper border-bottom white-bg page-heading">&ndash;&gt;-->
1515
                            <!--&lt;!&ndash;&lt;!&ndash;<div class="col-sm-9">&ndash;&gt;-->
1516
                                <!--&lt;!&ndash;<h2>Dashboard</h2>&ndash;&gt;-->
1517
                                <!--&lt;!&ndash;<ol class="breadcrumb">&ndash;&gt;-->
1518
                                    <!--&lt;!&ndash;<li>&ndash;&gt;-->
1519
                                        <!--&lt;!&ndash;<a href="index.html">Home</a>&ndash;&gt;-->
1520
                                    <!--&lt;!&ndash;</li>&ndash;&gt;-->
1521
                                    <!--&lt;!&ndash;<li class="active">&ndash;&gt;-->
1522
                                        <!--&lt;!&ndash;<strong>New DataSource Registration</strong>&ndash;&gt;-->
1523
                                    <!--&lt;!&ndash;</li>&ndash;&gt;-->
1524
                                <!--&lt;!&ndash;</ol>&ndash;&gt;-->
1525
                            <!--&lt;!&ndash;</div>&ndash;&gt;-->
1526
                            <!--&lt;!&ndash;<div class="col-sm-3">&ndash;&gt;-->
1527
                                <!--&lt;!&ndash;<div class="nav navbar-top-links navbar-right">&ndash;&gt;-->
1528
                                    <!--&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;-->
1529
                                <!--&lt;!&ndash;</div>&ndash;&gt;-->
1530
                            <!--&lt;!&ndash;</div>&ndash;&gt;&ndash;&gt;-->
1531
                        <!--&lt;!&ndash;</div>&ndash;&gt;-->
1532
                        <!--&lt;!&ndash;<div id="contentWrapper">&ndash;&gt;-->
1533

    
1534
                        <!--&lt;!&ndash;</div>&ndash;&gt;-->
1535

    
1536

    
1537
                    <!--&lt;!&ndash;</div>&ndash;&gt;-->
1538
                <!--</div>-->
1539
            <!--</div>-->
1540
        <!--</div>-->
1541

    
1542

    
1543
    </div>
1544

    
1545
</div>
1546

    
1547

    
1548

    
1549
<!--&lt;!&ndash; Mainly scripts &ndash;&gt;-->
1550
<!--<script src="js/jquery-2.1.1.js"></script>-->
1551
<!--&lt;!&ndash;<script src="js/jquery-ui-1.10.4.min.js"></script>&ndash;&gt;-->
1552
<!--<script src="js/bootstrap.min.js"></script>-->
1553
<!--<script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>-->
1554
<!--<script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>-->
1555

    
1556
<!--&lt;!&ndash; Custom and plugin javascript &ndash;&gt;-->
1557
<!--<script src="js/inspinia.js"></script>-->
1558
<!--<script src="js/plugins/pace/pace.min.js"></script>-->
1559
<!--<script src="js/plugins/wow/wow.min.js"></script>-->
1560

    
1561

    
1562
<!--<script>-->
1563

    
1564
    <!--$(document).ready(function () {-->
1565

    
1566
        <!--$('body').scrollspy({-->
1567
            <!--target: '.navbar-fixed-top',-->
1568
            <!--offset: 80-->
1569
        <!--});-->
1570

    
1571
        <!--// Page scrolling feature-->
1572
        <!--$('a.page-scroll').bind('click', function (event) {-->
1573
            <!--var link = $(this);-->
1574
            <!--$('html, body').stop().animate({-->
1575
                <!--scrollTop: $(link.attr('href')).offset().top - 50-->
1576
            <!--}, 500);-->
1577
            <!--event.preventDefault();-->
1578
        <!--});-->
1579

    
1580
        <!--function minimalizeNavbar() {-->
1581
            <!--var $this = $(document.body);-->
1582
            <!--if ($this.hasClass("mini-navbar")) {-->
1583
                <!--$this.removeClass("mini-navbar");-->
1584
            <!--}-->
1585
            <!--else {-->
1586
                <!--$this.addClass("mini-navbar");-->
1587
            <!--}-->
1588
        <!--}-->
1589
    <!--});-->
1590

    
1591
    <!--var cbpAnimatedHeader = (function () {-->
1592
        <!--var docElem = document.documentElement,-->
1593
                <!--header = document.querySelector('.navbar-default'),-->
1594
                <!--didScroll = false,-->
1595
                <!--changeHeaderOn = 200;-->
1596

    
1597
        <!--function init() {-->
1598
            <!--window.addEventListener('scroll', function (event) {-->
1599
                <!--if (!didScroll) {-->
1600
                    <!--didScroll = true;-->
1601
                    <!--setTimeout(scrollPage, 250);-->
1602
                <!--}-->
1603
            <!--}, false);-->
1604
        <!--}-->
1605

    
1606
        <!--function scrollPage() {-->
1607
            <!--var sy = scrollY();-->
1608
            <!--if (sy >= changeHeaderOn) {-->
1609
                <!--$(header).addClass('navbar-scroll')-->
1610
            <!--}-->
1611
            <!--else {-->
1612
                <!--$(header).removeClass('navbar-scroll')-->
1613
            <!--}-->
1614
            <!--didScroll = false;-->
1615
        <!--}-->
1616

    
1617
        <!--function scrollY() {-->
1618
            <!--return window.pageYOffset || docElem.scrollTop;-->
1619
        <!--}-->
1620

    
1621
        <!--init();-->
1622

    
1623
    <!--})();-->
1624

    
1625
    <!--// Activate WOW.js plugin for animation on scrol-->
1626
    <!--new WOW().init();-->
1627

    
1628
<!--</script>-->
1629

    
1630
</body>
1631
</html>
(2-2/2)