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="Projects export for DSpace and EPrints">
5
  <title>Bulk access to projects for DSpace and EPrints</title>
6
  <para>The APIs offer custom access to FP7 and WT projects information for the DSpace and EPrints platforms:<simplelist>
7
      <member>DSpace endpoint: <link
8
          xlink:href="http://api.openaire.eu/projects/dspace/$funder/ALL/ALL"/></member>
9
      <member>ePrints endpoint: <link
10
          xlink:href="http://api.openaire.eu/projects/eprints/$funder/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>Funder/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 WT projects EPrints: <link
24
          xlink:href="http://api.openaire.eu/projects/eprints/WT/ALL/ALL"/></member>
25
      <member>Get FP7 projects of the specific programme “SP2-IDEAS” for EPrints: <link
26
          xlink:href="http://api.openaire.eu/projects/eprints/FP7/SP2/ALL"/></member>
27
      <member>Get FP7 projects for DSpace that started after the given date: <link
28
          xlink:href="http://api.openaire.eu/projects/dspace/FP7/ALL/ALL?startFrom=2011-01-01"
29
        /></member>
30
    </simplelist>
31
  </para>
32

    
33

    
34
</chapter>
(5-5/5)