Project

General

Profile

« Previous | Next » 

Revision 50035

made a new look

View differences:

api.html
1
<section>
1
<section style="font-size: 20px; font-family: Lato">
2

  
2 3
    <div class="row">
3
        <div class="col-lg-12">
4
            <h4 class="text-center"><b>Scholix REST API</b></h4>
4
        <div class="col-lg-8 col-lg-offset-2">
5

  
6
            <div class="card z-depth-2" style="padding-top: 10px ;">
7
                <div class="row" style="margin-top: 10px">
8
                    <h4 class="center-align"><b>About Scholix</b></h4>
9
                    The goal of the Scholix initiative is to establish a high level interoperability framework
10
                    for exchanging information about the links
11
                    between scholarly literature and data. It aims to enable an open information ecosystem to
12
                    understand systematically what data underpins literature and what literature references
13
                    data.
14

  
15
                    Scholix maintains an evolving set of <a href="www.scholix.org">Guidelines</a> consisting of:
16
                    (i) an information model (conceptual definition of what is a Scholix scholarly link), (ii) a
17
                    link metadata schema (set of metadata fields representing a Scholix link), and (iii)
18
                    a corresponding XML and JSON schema.
19

  
20

  
21
                    <img src="img/ScholixDM.png" style="max-width: 80%; margin-left: auto; margin-right: auto">
22

  
23

  
24
                </div>
25
            </div>
5 26
        </div>
6 27
    </div>
7
    <div class="row">
8
            <div class="col-lg8 col-lg-offset-2">
9
                <div class="row">
10 28

  
11 29

  
12
                    <div class="col-lg12">
30
    <div class="row">
31
        <div class="col-lg-8 col-lg-offset-2">
13 32

  
14
                        <p>
15
                            A new Scholix API has been implemented for searching about links
16
                        </p>
33
            <div class="card z-depth-2" style="padding-top: 10px">
34
                <div class="row" style="margin-top: 10px">
35
                    <h4 class="center-align"><b>Scholix REST API</b></h4>
36
                    The Scholix Swagger API allows clients to run REST queries over the Scholexplorer index in order to fetch links matching given criteria. In the current version, clients can search for:
37
                    <ul>
38
                        <li> links whose source object has a given PID or PID type </li>
39
                        <li> links whose source object has been published by a given data source</li>
40
                        <li> links that were collected from a given data source </li>
41
                    </ul>
42
                    The APIs are available from <a
43
                        href="https://api.scholexplorer.openaire.eu/v1/ui"> here</a>. The results of queries return lists of
44
                        links encoded as JSON Scholix records. JSON (and XML) schema and example records  for Scholix links are availabe on
45
                        <a href="https://github.com/scholix/schema">GitHib</a>.
17 46

  
18
                        <p>
19
                            For details on this API  please refer to the official documentation <a
20
                                href="https://api.scholexplorer.openaire.eu/v1/ui"> here</a>
21
                        </p>
22
                        <p>
23
                            The “<b><i>Scholix</i></b>” format is described <a href="http://www.scholix.org">here</a>
24
                        </p>
25
                    </div>
26 47
                </div>
27 48
            </div>
28 49
        </div>
50
    </div>
51

  
52

  
29 53
</section>
54

  
55

  

Also available in: Unified diff