1 |
26607
|
alessia.ba
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
|
3 |
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="cha_projects_http"
|
4 |
28027
|
alessia.ba
|
xreflabel="FP7 projects export for DSpace and EPrints">
|
5 |
26607
|
alessia.ba
|
<title>Bulk access to FP7 projects</title>
|
6 |
|
|
<para>The APIs offer custom access to EC projects information for the DSpace and EPrints platforms:<simplelist>
|
7 |
|
|
<member>DSpace endpoint: <link xlink:href="http://api.openaire.eu/projects/dspace/FP7/ALL/ALL"
|
8 |
|
|
/></member>
|
9 |
|
|
<member>ePrints endpoint: <link
|
10 |
|
|
xlink:href="http://api.openaire.eu/projects/eprints/FP7/ALL/ALL"/></member>
|
11 |
|
|
</simplelist></para>
|
12 |
|
|
<para> The URLs embed the parameters needed to collect sub-portions of the EC projects, where the
|
13 |
|
|
pattern is <code>FP7/SpecificProgramme/ScientificArea</code>.</para>
|
14 |
|
|
<para>Additional parameters can be concatenated to the URL to refine the results by date (date
|
15 |
|
|
must be in the form <code>YYYY-MM-DD</code>): <simplelist>
|
16 |
|
|
<member>startFrom</member>
|
17 |
|
|
<member>startUntil</member>
|
18 |
|
|
<member>endFrom</member>
|
19 |
|
|
<member>endUntil</member>
|
20 |
|
|
</simplelist></para>
|
21 |
|
|
|
22 |
|
|
<para>Examples: <simplelist>
|
23 |
28027
|
alessia.ba
|
<member>Get projects of the specific programme “SP2-IDEAS” for EPrints: <link
|
24 |
26607
|
alessia.ba
|
xlink:href="http://api.openaire.eu/projects/eprints/FP7/SP2/ALL"/></member>
|
25 |
28027
|
alessia.ba
|
<member>Get FP7 projects for DSpace that started after the given date: <link
|
26 |
26607
|
alessia.ba
|
xlink:href="http://api.openaire.eu/projects/dspace/FP7/ALL/ALL?startFrom=2011-01-01"
|
27 |
|
|
/></member>
|
28 |
|
|
</simplelist>
|
29 |
|
|
</para>
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
</chapter>
|