Handles creating, reading and updating projects.

GET /api/project/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "ELIXIR-CONVERGE",
            "homepage": "https://elixir-europe.org/about-us/how-funded/eu-projects/converge",
            "description": "ELIXIR-CONVERGE is a project funded by the European Commission to help standardise life science data management across Europe. To achieve this standardisation, the project will develop a data management toolkit for life scientists.\r\n\r\nThe toolkit will help ensure more research data is in the public domain, which will give scientists access to more data.",
            "topics": [],
            "team": "https://catalogue.france-bioinformatique.fr/api/team/GenOuest/?format=api",
            "hostedBy": [],
            "fundedBy": [],
            "communities": [],
            "elixirPlatforms": [],
            "uses": []
        },
        {
            "id": 2,
            "name": "ELIXIR-BIOCONTAINERS",
            "homepage": "https://elixir-europe.org/platforms/tools",
            "description": "BioContainers is a community-driven project that provides the infrastructure and basic guidelines to create, manage and distribute bioinformatics packages (e.g conda) and containers (e.g docker, singularity). BioContainers is based on the popular frameworks Conda, Docker and Singularity.",
            "topics": [],
            "team": "https://catalogue.france-bioinformatique.fr/api/team/GenOuest/?format=api",
            "hostedBy": [],
            "fundedBy": [],
            "communities": [],
            "elixirPlatforms": [],
            "uses": []
        },
        {
            "id": 3,
            "name": "DIG-AI",
            "homepage": "https://anr-dig-ai.github.io/content/",
            "description": "IG-AI’s main objective is to develop data science methods to leverage actionable knowledge from biological and identify real world candidate genes for plant improvement. We will focus on the following specific objectives: 1) Exploit knowledge engineering methods through the use of ontologies to formulate research hypotheses that link genotype to phenotype, 2) Manage efficiently large volumes of biological data to extract knowledge, 3) Use the AgroLD knowledge base to build networks of molecular interactions between genes and phenotypes from scattered data (scientific articles, public databases, experimental data), 4) Identify key genes for plant improvement among hundreds of potential results.",
            "topics": [
                "http://edamontology.org/topic_3474"
            ],
            "team": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api",
            "hostedBy": [],
            "fundedBy": [],
            "communities": [],
            "elixirPlatforms": [],
            "uses": []
        }
    ]
}