Project

General

Profile

1
<?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
  xreflabel="FP7 projects export">
5
  <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
      <member>Get projects of the specific programme “SP2-IDEAS” for Eprints: <link
24
          xlink:href="http://api.openaire.eu/projects/eprints/FP7/SP2/ALL"/></member>
25
      <member>Get FP7 projects for Dspace that started after the given date: <link
26
          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>
(5-5/5)