Project

General

Profile

« Previous | Next » 

Revision 32751

Fixed documentation about datasets

View differences:

datasets.xml
17 17
    <varlistentry>
18 18
      <term>doi</term>
19 19
      <listitem>
20
        <para>Allowed values: comma separated list of DOIs.Gets the datasets with the given DOIs, if any.</para>
20
        <para>Gets the datasets with the given DOIs, if any. Allowed values: comma separated list of DOIs. Alternatevely, it is possible to repeat the paramater for each requested doi.</para>
21 21
        <!--<para><code>here goes the sample query</code></para> -->
22 22
      </listitem>
23 23
    </varlistentry>
24 24
    <varlistentry>
25 25
      <term>openaireDatasetID</term>
26 26
      <listitem>
27
        <para>Gets the dataset with the given openaire identifier, if any.</para>
27
        <para>Gets the publication with the given openaire identifier, if any. Allowed values: comma separated list of openaire identifiers. Alternatevely, it is possible to repeat the paramater for each requested identifier.</para>
28 28
        <!--<para><code>here goes the sample query</code></para> -->
29 29
      </listitem>
30 30
    </varlistentry>
31 31
    <varlistentry>
32 32
      <term>fromDateCollected</term>
33 33
      <listitem>
34
        <para>Allowed values: date formatted as <code>YYYY-MM-DD</code>. Gets the datasets whose date of acceptance is greater than or equal the given
35
          date.</para>
34
        <para>Gets the datasets whose date of acceptance is greater than or equal the given
35
          date. Allowed values: date formatted as <code>YYYY-MM-DD</code>.</para>
36 36
        <!--<para><code>here goes the sample query</code></para> -->
37 37
      </listitem>
38 38
    </varlistentry>
39 39
    <varlistentry>
40 40
      <term>toDateCollected</term>
41 41
      <listitem>
42
        <para>Allowed values: date formatted as <code>YYYY-MM-DD</code>. Gets the datasets whose date of acceptance is less than or equal the given date.</para>
42
        <para>Gets the datasets whose date of acceptance is less than or equal the given date. Allowed values: date formatted as <code>YYYY-MM-DD</code>.</para>
43 43
        <!--<para><code>here goes the sample query</code></para> -->
44 44
      </listitem>
45 45
    </varlistentry>
46 46
    <varlistentry>
47 47
      <term>title</term>
48 48
      <listitem>
49
        <para>Gets the datasets whose titles contain the given list of keywords. Allowed value
50
          is a white-space separated list of keywords.</para>
49
        <para>Gets the datasets whose titles contain the given list of keywords. Allowed values: white-space separated list of keywords.</para>
51 50
        <!--<para><code>here goes the sample query</code></para> -->
52 51
      </listitem>
53 52
    </varlistentry>
54 53
    <varlistentry>
55 54
      <term>author</term>
56 55
      <listitem>
57
        <para>Search for datasets by authors. Allowed value is a white-space separated list of
58
          names and/or surnames.</para>
56
        <para>Search for datasets by authors. Allowed value is a white-space separated list of names and/or surnames.</para>
59 57
        <!--<para><code>here goes the sample query</code></para> -->
60 58
      </listitem>
61 59
    </varlistentry>
62 60
    <varlistentry>
63 61
      <term>openaireAuthorID</term>
64 62
      <listitem>
65
        <para>Search for datasets by openaire author identifier.</para>
63
        <para>Search for datasets by openaire author identifier. Allowed values: comma separated list of identifiers. Alternatevely, it is possible to repeat the paramater for each author id. In both cases, author identifiers will form a query with OR semantics.</para>
66 64
        <!--<para><code>here goes the sample query</code></para> -->
67 65
      </listitem>
68 66
    </varlistentry>
69 67
    <varlistentry>
70 68
      <term>openaireProviderID</term>
71 69
      <listitem>
72
        <para>Search for datasets by openaire data provider identifier.</para>
70
        <para>Search for datasets by openaire data provider identifier. Allowed values: comma separated list of identifiers. Alternatevely, it is possible to repeat the paramater for each provider id. In both cases, provider identifiers will form a query with OR semantics.</para>
73 71
        <!--<para><code>here goes the sample query</code></para> -->
74 72
      </listitem>
75 73
    </varlistentry>
76 74
    <varlistentry>
77 75
      <term>openaireProjectID</term>
78 76
      <listitem>
79
        <para>Search for datasets by openaire project identifier.</para>
77
        <para>Search for publications by openaire project identifier. Allowed values: comma separated list of identifiers. Alternatevely, it is possible to repeat the paramater for each provider id. In both cases, provider identifiers will form a query with OR semantics.</para>
80 78
        <!--<para><code>here goes the sample query</code></para> -->
81 79
      </listitem>
82 80
    </varlistentry>
......
92 90
    <varlistentry>
93 91
      <term>FP7ProjectID</term>
94 92
      <listitem>
95
        <para>Search for datasets associated to a FP7 project with the given grant number.</para>
93
        <para>Search for datasets associated to a FP7 project with the given grant number. It is equivalent to a query by <code>funder=FP7&amp;projectID=grantID</code></para>
96 94
        <!--<para><code>here goes the sample query</code></para> -->
97 95
      </listitem>
98 96
    </varlistentry>

Also available in: Unified diff