Project

General

Profile

1
<html>
2
<body>
3
<a href="https://www.openaire.eu">
4
    <img src="https://www.openaire.eu/images/site_images/OpenAIREplus_logo.png" alt="OpenAIRE logo image" width="90" height="80" />
5
</a>
6
<h2>OpenAIRE SUSHI Lite Client</h2>
7
<form action="../../sushilite/GetReport/" method="get">
8
    <h3>Report Request</h3>
9
    Report Name:
10
    <select name='Report'>
11
        <option value='JR1'>JR1</option>
12
    </select>
13
    <br />
14
    Release:
15
    <select name='Release'>
16
        <option value="4">4</option>
17
    </select>
18
    <br />
19
    Requestor:
20
    <input type="text" name="RequestorID" value="anonymous">
21
    <h3>Report Filters</h3>
22
    <h4>DateRange</h4>
23
    <p>Valid date formats: yyyy-mm-dd or yyyy-mm<br />
24
        Defaults to the last available month if no dates are provided
25
    </p>
26
    BeginDate:<input type="text" name="BeginDate" value="2016-03" style="width: 80px; padding:2px"/>
27
    <br />
28
    EndDate:<input type="text" name="EndDate" value="2016-06"  style="width: 80px; padding:2px"/>
29
    <h4>Optional Filters</h4>
30
    <p>By default results are returned for all journals. Use this filter to get results for a single repository<br />
31
        Jounral Identifier format: <b>namespace:value</b><br />
32
        valid namespace: <b>openaire</b> or <b>issn</b>.<br />
33
    </p>
34
    JournalIdentifier:
35
    <input type="text" name="RepositoryIdentifier">
36
    <br />
37

    
38
    <p>Optional filter to only show results for a single item type, e.g. article, book, etc.</p>
39
    ItemDataType:
40
    <select name='ItemDataType'>
41
        <option value="">--- Select ItemDataType ---</option>
42
        <option value='Annotation'>Annotation</option>
43
        <option value='Article'>Article</option>
44
        <option value='Bachelor thesis'>Bachelor thesis</option>
45
        <option value='Book'>Book</option>
46
        <option value='clinical trial'>clinical trial</option>
47
        <option value='Collection'>Collection</option>
48
        <option value='Conference object'>Conference object</option>
49
        <option value='Contribution for newspaper or weekly magazine'>Contribution for newspaper or weekly magazine</option>
50
        <option value='Dataset'>Dataset</option>
51
        <option value='Doctoral thesis'>Doctoral thesis</option>
52
        <option value='Event'>Event</option>
53
        <option value='External research report'>External research report</option>
54
        <option value='Film'>Film</option>
55
        <option value='Image'>Image</option>
56
        <option value='InteractiveResource'>InteractiveResource</option>
57
        <option value='Internal report'>Internal report</option>
58
        <option value='Lecture'>Lecture</option>
59
        <option value='Master thesis'>Master thesis</option>
60
        <option value='Newsletter'>Newsletter</option>
61
        <option value='Other'>Other</option>
62
        <option value='Part of book or chapter of book'>Part of book or chapter of book</option>
63
        <option value='Patent'>Patent</option>
64
        <option value='PhysicalObject'>PhysicalObject</option>
65
        <option value='Preprint'>Preprint</option>
66
        <option value='Report'>Report</option>
67
        <option value='Research'>Research</option>
68
        <option value='Review'>Review</option>
69
        <option value='Software'>Software</option>
70
        <option value='Sound'>Sound</option>
71
        <option value='Unknown'>Unknown</option>
72
    </select>
73

    
74
    <!--
75
    //<p>You may also limit the results to include or exclude items that have a DOI<br />
76
        //Valid values: Yes or No</p>
77
    //hasDOI:
78
    //<select name='hasDOI'>
79
        //<option value="">Not applicable</option>
80
        //<option value="Yes">Yes</option>
81
        //<option value="No">No</option>
82
        //</select>
83
    -->
84

    
85
    <h3>Report Attributes</h3>
86
    <p>Valid Granularity values: Monthly or Totals</p>
87
    Granularity:
88
    <select name='Granularity'>
89
        <option value="Monthly">Monthly</option>
90
        <option value="Totals">Totals</option>
91
    </select>
92
    <!--
93
    //<p>The format in which the response is to be returned defaults to JSON unless a callback function name is entered in which case JSONP is returned.</p>
94
    //<input type="text" name="Callback">
95
    -->
96
    <p>The Pretty attribute is just for humans playing with the API and looking at results in a browser.</p>
97
    <p><input type="checkbox" name="Pretty" value="Pretty" checked="checked">Pretty print json(p) for humans</p>
98
    <input type="submit" class="button" value="GetReport"/>
99
</form>
100
</body>
101
</html>
    (1-1/1)