Project

General

Profile

1
<!DOCTYPE html>
2
<html lang="en" ng-app="dliApp">
3

    
4
<head>
5

    
6
    <meta charset="utf-8">
7
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
    <meta name="viewport" content="width=device-width, initial-scale=1">
9
    <meta name="description" content="">
10
    <meta name="author" content="">
11

    
12
    <title>ScholeXplorer - The Data Literature Interlinking Service</title>
13
    <link rel="icon" type="static/image/png" href="static/favicon.png">
14

    
15
    <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
16
    <link href="static/css/bootstrap.min.css" rel="stylesheet">
17

    
18
    <link href="static/css/jquery-jvectormap-2.0.3.css" rel="stylesheet">
19

    
20
    <!-- Custom CSS -->
21
    <link href="static/css/freelancer.css" rel="stylesheet">
22
    <link href="static/bower/c3/c3.css" rel="stylesheet" type="text/css">
23

    
24
    <!-- Custom Fonts -->
25
    <link href="static/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
26

    
27
    <link rel="stylesheet" type="text/css" href="static/bower_components/jssocials/dist/jssocials.css" />
28
    <link rel="stylesheet" type="text/css" href="static/bower_components/jssocials/dist/jssocials-theme-classic.css" />
29

    
30

    
31

    
32
    <link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
33
    <link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
34
          type="text/css">
35

    
36
    <style>
37

    
38

    
39
        .sample-show-hide {
40
            padding: 10px;
41
        }
42

    
43
        .sample-show-hide {
44
            -webkit-transition: all linear 0.5s;
45
            transition: all linear 0.5s;
46
        }
47

    
48
        .sample-show-hide.ng-hide {
49
            opacity: 0;
50
        }
51

    
52
        .morecontent span {
53
            display: none;
54
        }
55

    
56
        .morelink {
57
            display: inline;
58
        }
59

    
60

    
61
        .panel-primary>.panel-heading{color: black}
62

    
63
        .browseLink {
64
            color: black;
65
        }
66

    
67

    
68
    </style>
69

    
70
    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
71
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
72
    <!--[if lt IE 9]>
73
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
74
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
75
    <![endif]-->
76

    
77
</head>
78

    
79
<body id="page-top" class="index">
80

    
81
<!-- Navigation -->
82
<nav class="navbar navbar-default navbar-fixed-top">
83
    <div class="container">
84
        <!-- Brand and toggle get grouped for better mobile display -->
85
        <div class="navbar-header page-scroll">
86
            <button type="button" class="navbar-toggle" data-toggle="collapse"
87
                    data-target="#bs-example-navbar-collapse-1">
88
                <span class="sr-only">Toggle navigation</span>
89
                <span class="icon-bar"></span>
90
                <span class="icon-bar"></span>
91
                <span class="icon-bar"></span>
92
            </button>
93
            <a class="pull-left" href="#/"><img src="static/img/logo_wt.png" alt="ScholeXplorer"/></a>
94
        </div>
95

    
96
        <!-- Collect the nav links, forms, and other content for toggling -->
97
        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
98
            <ul class="nav navbar-nav navbar-right">
99
                <li class="hidden">
100
                    <a href="#page-top"></a>
101
                </li>
102
                <li class="page-scroll">
103
                    <a href="#about">About</a>
104
                </li>
105
                <li class="page-scroll">
106
                    <a href="#api">Scholix API</a>
107
                </li>
108
                <!-- <li class="page-scroll">
109
                    <a href="#datasources">Datasources</a>
110
                </li> -->
111
                <li class="page-scroll">
112
                    <a href="#statistics">Statistics</a>
113
                </li>
114

    
115
            </ul>
116
        </div>
117
        <!-- /.navbar-collapse -->
118
    </div>
119
    <!-- /.container-fluid -->
120
</nav>
121

    
122

    
123
<section>
124
    <div ng-view>
125
    </div>
126
</section>
127

    
128

    
129
<!-- Footer -->
130
<footer class="text-center">
131
    <div class="footer-above">
132
        <div class="container">
133
            <div class="row">
134
                <div class="footer-col col-md-12">
135
                    <div>
136
                    Result of work carried out by the <a href="https://www.rd-alliance.org/groups/rdawds-scholarly-link-exchange-scholix-wg">RDA/WDS WG on Scholarly Links Exchange (Scholix)</a>
137
                    </div>
138
                    <div>
139
                    Funded by the European Commission H2020 projects <a href="www.openaire.eu">OpenAIRE2020</a> and <a href="https://www.rd-alliance.org"> Research Data Alliance Europe</a>
140
                    </div>
141
                </div>
142

    
143

    
144
                <div class="footer-col col-md-12">
145
                    <a class="white-text" href="http://www.openaire.eu"><img style="height: 40px; padding-left: 8px"
146
                                                                             src="static/images/OpenAIREplus_logo.png"></a>
147
                    <a class="white-text" href="https://rd-alliance.org/groups/rdawds-publishing-data-ig.html"><img
148
                            style="height: 40px; padding-left: 8px" src="static/images/rda_logo.png"></a>
149
                    <a class="white-text" href="http://www.icsu-wds.org"><img style="height: 40px; padding-left: 8px"
150
                                                                              src="static/images/wds_logo.png"></a>
151
                </div>
152
            </div>
153
        </div>
154
    </div>
155
    <div class="footer-below">
156
        <div class="container">
157
            <div class="row">
158
                <div class="col-lg-12">
159
                    Powered by <a class="white-text " href="http://www.openaire.eu/">OpenAIRE </a> <a
160
                        class="white-text " href="http://www.d-net.research-infrastructures.eu/">D-NET Software
161
                    Toolkit</a>
162
                </div>
163
            </div>
164

    
165
            <div class="row">
166
                <div class="col-lg-12">
167
                     <a href="mailto:sandro.labruzzo@isti.cnr.it">Contact us </a> for information and feedback
168
                </div>
169
            </div>
170
        </div>
171
    </div>
172
</footer>
173

    
174
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
175
<div class="scroll-top page-scroll visible-xs visible-sm">
176
    <a class="btn btn-primary" href="#page-top">
177
        <i class="fa fa-chevron-up"></i>
178
    </a>
179
</div>
180

    
181

    
182
<!-- jQuery -->
183
<script src="static/js/jquery.js"></script>
184

    
185
<!-- Bootstrap Core JavaScript -->
186
<script src="static/js/bootstrap.min.js"></script>
187

    
188
<!-- Plugin JavaScript -->
189
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
190
<script src="static/js/classie.js"></script>
191
<script src="static/js/cbpAnimatedHeader.js"></script>
192

    
193

    
194
<!-- Custom Theme JavaScript -->
195
<script src="static/js/freelancer.js"></script>
196

    
197

    
198
<script src="static/js/spin.js"></script>
199

    
200
<script src="static/bower/angular/angular.min.js"></script>
201
<script src="static/bower/angular-route/angular-route.min.js"></script>
202
<script src="static/angular/dliApplication.js"></script>
203
<script src="static/angular/service_v10.js"></script>
204

    
205
<script src="static/angular/datasourceController.js"></script>
206
<script src="static/angular/mainPageController.js"></script>
207
<script src="static/angular/queryController.js"></script>
208
<script src="static/angular/statisticController.js"></script>
209

    
210

    
211
<script src="static/bower/d3/d3.min.js"></script>
212
<script src="static/bower/c3/c3.min.js"></script>
213
<script src="static/js/jquery-jvectormap-2.0.3.min.js"></script>
214
<script src="static/js/jquery-jvectormap-world-mill.js"></script>
215

    
216
<script>
217
    (function (i, s, o, g, r, a, m) {
218
        i['GoogleAnalyticsObject'] = r;
219
        i[r] = i[r] || function () {
220
                (i[r].q = i[r].q || []).push(arguments)
221
            }, i[r].l = 1 * new Date();
222
        a = s.createElement(o),
223
            m = s.getElementsByTagName(o)[0];
224
        a.async = 1;
225
        a.src = g;
226
        m.parentNode.insertBefore(a, m)
227
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
228

    
229
    ga('create', 'UA-65981080-1', 'auto');
230
    ga('send', 'pageview');
231

    
232

    
233
</script>
234

    
235

    
236
<script src="static/bower_components/jssocials/dist/jssocials.min.js"></script>
237

    
238
<script>
239

    
240
    $(document).ready(function () {
241
        var showChar = 300;
242
        var ellipsestext = "...";
243
        var moretext = "[show more]";
244
        $('.more').each(function () {
245
            var content = $(this).html();
246
            if (content.length > showChar) {
247
                var c = content.substr(0, showChar);
248
                var h = content.substr(showChar, content.length - showChar);
249
                var html = c + '<span class="moreellipses">' + ellipsestext + '&nbsp;</span><span class="morecontent"><span>' + h + '</span> <a href="/" class="morelink">' + moretext + '</a></span>';
250
                $(this).html(html);
251
            }
252
        });
253

    
254
        $(".morelink").click(function () {
255
            if ($(this).hasClass("less")) {
256
                $(this).removeClass("less");
257
                $(this).html(moretext);
258
            } else {
259
                $(this).hide();
260
            }
261
            $(this).parent().prev().toggle();
262
            $(this).prev().toggle();
263
            return false;
264
        });
265
    });
266
</script>
267

    
268

    
269
</body>
270

    
271
</html>
(3-3/4)