List funders.

Fields

id (integer)

Primary key.

name (object)

Names of funder, defined by language.

street (string)

Street address.

zipcode (string)

ZIP code.

city (string)

City.

country (integer)

Foreign key to countries.

category (integer)

Foreign key to category.

url (string)

URL to website.

telephone (string)

Telephone number.

email (string)

Email address.

active (string)

Is funder active.

patron (boolean)

Has funder been classified as a sponsor at the Medical University of Graz (can be assigned as a sponsor to a research funding project).

patron_peer_review (boolean)

Is funder a provider with scientific peer review procedure, which at the Medical University of Graz is regarded as a sponsor of competitively acquired third-party funding for research funding projects.

patron_ssociate_professor (boolean)

Is funder a provider that is regarded at the Medical University of Graz as a funding provider of competitively acquired third-party funds for research funding projects (especially for the crediting of projects in evaluations of Assoz. Professors and the like).

typeintellectualcapitalaccounting (integer)

Foreign key to type according to intellectual capital accounting.

typestatisticsaustria (integer)

Foreign key to type according to Statistic Austria.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • category
  • country
  • typeintellectualcapitalaccounting
  • typestatisticsaustria
GET /v1/research/funder/?format=api&offset=40
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 353,
    "next": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=60",
    "previous": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=20",
    "results": [
        {
            "id": 150,
            "name": "Österreichischer Herzfonds",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": "http://www.herzfonds.at/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 5
        },
        {
            "id": 35,
            "name": "Deutsche Forschungsgemeinschaft",
            "street": "Kennedyallee 40",
            "zipcode": "D-53175",
            "city": "Bonn",
            "url": "http://www.dfg.de",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 276,
            "category": 91,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 40,
            "name": "Bundesministerium für Wirtschaft und Arbeit",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": "http://www.bmwa.gv.at",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 25,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 7
        },
        {
            "id": 4000,
            "name": "Testgeldgeber 5 für eeeeELEKTRA 12.2. 08:44, mod2. 16:06",
            "street": null,
            "zipcode": null,
            "city": null,
            "url": null,
            "telephone": null,
            "email": null,
            "active": "ja",
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 44,
            "name": "European Federation of Biotechnology, Section on Microbial Physiology",
            "street": null,
            "zipcode": null,
            "city": "Birmingham",
            "url": "http://www.efb-central.org/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 826,
            "category": 100,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 211,
            "name": "Foundation for the support of MS Research",
            "street": null,
            "zipcode": null,
            "city": "Vorschooten",
            "url": "http://www.msrf.org/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 528,
            "category": 70,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 214,
            "name": "The Wellcome Trust",
            "street": null,
            "zipcode": null,
            "city": "London",
            "url": "http://www.wellcome.ac.uk/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 826,
            "category": 91,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 750,
            "name": "Deutsches Krebsforschungszentrum",
            "street": "Im Neuenheimer Feld 280",
            "zipcode": "69120",
            "city": "Heidelberg",
            "url": null,
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 276,
            "category": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 871,
            "name": "AFOR-Stiftung, Association for Orthopaedic Research, Verwaltungsbüro Deutschland",
            "street": "Postfach 99 01 42",
            "zipcode": "47298",
            "city": "Duisburg",
            "url": null,
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 276,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 894,
            "name": "Medizinische Universität Graz",
            "street": "Stiftingtalstraße 6",
            "zipcode": "8010",
            "city": "Graz",
            "url": "http://www.medunigraz.at",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 6
        },
        {
            "id": 895,
            "name": "Hygienefonds der Med Uni Graz",
            "street": "Auenbruggerplatz 2",
            "zipcode": "8036",
            "city": "Graz",
            "url": null,
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 6
        },
        {
            "id": 896,
            "name": "Theodor-Körner-Fonds AK Wien - Theodor Körner Fonds",
            "street": "Prinz Eugen Straße 20-22",
            "zipcode": "1040",
            "city": "Wien",
            "url": "http://www.theodorkoernerfonds.at/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 406,
            "name": "Merck KGaA",
            "street": "Frankfurter Straße 250",
            "zipcode": "64293",
            "city": "Darmstadt",
            "url": "www.merck.de",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 276,
            "category": 75,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 16
        },
        {
            "id": 1077,
            "name": "European Society of Cardiology / European Heart Rhythm Association",
            "street": null,
            "zipcode": null,
            "city": "Sophia Antipolis",
            "url": "http://www.escardio.org/Pages/index.aspx",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 250,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 549,
            "name": "AO Foundation",
            "street": null,
            "zipcode": null,
            "city": "Davos",
            "url": "http://www.ao-asif.ch/portal/wps/portal/!ut/p/_s.7_0_A/7_0_NQ?contentUrl=/wor/act/scholarships/aorf/ao_extranet_magazin_index_00000077.jsp",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 756,
            "category": 91,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 706,
            "name": "Fédération Francophone de Cancérologie Digestive",
            "street": "7, boulevard Jeane d´Arc",
            "zipcode": "21079",
            "city": "Dijon Cedex",
            "url": null,
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 250,
            "category": 91,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 718,
            "name": "European Science Foundation (ESF)",
            "street": "1, quai Lezay Marnésia - BP 90015",
            "zipcode": "F-67080",
            "city": "Strasbourg Cedex",
            "url": null,
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 250,
            "category": 100,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 661,
            "name": "Österreichische UNESCO-Kommission",
            "street": "Universitätsstr. 5, 4. Stock / Top12",
            "zipcode": "1010",
            "city": "Wien",
            "url": "www.unesco.at",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 45,
            "typeintellectualcapitalaccounting": null,
            "typestatisticsaustria": 5
        },
        {
            "id": 442,
            "name": "European Organisation for Research and Treatment of Cancer (EORTC)",
            "street": null,
            "zipcode": null,
            "city": "Brüssel",
            "url": "http://www.eortc.be/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 56,
            "category": 100,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 13
        },
        {
            "id": 762,
            "name": "Eurasia-Pacific Uninet",
            "street": "Kaigasse 28",
            "zipcode": "5020",
            "city": "Salzburg",
            "url": "http://www.eurasiapacific.net",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        }
    ]
}