List publications.

Fields

id (integer)

Primary key.

name (string)

Name of doctoral school.

emails (string[])

Contact emails.

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:

  • persons
  • category
  • document
  • organization_authorship

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • year
  • category
  • document
  • persons

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • year: gt, gte, lt, lte
  • sci: iexact, contains, icontains, startswith, istartswith
  • pubmed: iexact, contains, icontains, startswith, istartswith
  • doi: iexact, contains, icontains, startswith, istartswith
  • pmc: iexact, contains, icontains, startswith, istartswith
  • organization_authorship: in
  • impact: isnull, gt, gte, lt, lte
  • imported: isnull, gt, gte, lt, lte, date
GET /v1/research/publication/?format=api&offset=157560&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157573,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157540&ordering=imported",
    "results": [
        {
            "id": 11747,
            "title": "Computer simulation of tumor cell motility and proliferation.",
            "abstract": null,
            "authors": [
                "Smolle, J",
                "Soyer, HP",
                "Smolle-Juettner, FM",
                "Stettner, H",
                "Kerl, H"
            ],
            "year": 1990,
            "source": "Pathol Res Pract. 1990; 186(4):467-472",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DY33800006",
            "pubmed": "2247375",
            "doi": "10.1016/S0344-0338(11)80465-6",
            "pmc": null,
            "organizations": [
                "11747-14047"
            ],
            "persons": [
                "11747-51620-6",
                "11747-51617-2",
                "11747-51615-6"
            ],
            "imported": null,
            "journal": "PATHOL RES PRACT",
            "issn": "0344-0338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.818,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.602941176470588,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 8322,
            "title": "Endoscopic evacuation of intracerebral haemorrhage. High-tec-surgical treatment--a new approach to the problem?",
            "abstract": null,
            "authors": [
                "Auer, LM"
            ],
            "year": 1985,
            "source": "Acta Neurochir (Wien). 1985; 74(3-4):124-128",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ACU7000008",
            "pubmed": "4039102",
            "doi": "10.1007/BF01418801",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROCHIR",
            "issn": "0001-6268",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.748,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.515625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7583,
            "title": "Rhythmic activity of cat pial vessels in vivo.",
            "abstract": null,
            "authors": [
                "Auer, LM",
                "Gallhofer, B"
            ],
            "year": 1981,
            "source": "Eur Neurol. 1981; 20(6):448-468",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MQ14600005",
            "pubmed": "6118276",
            "doi": "10.1159/000115278",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR NEUROL",
            "issn": "0014-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.899,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.512,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 6203,
            "title": "Plastic exfoliations from the cartridge after implantation of a hydrophilic acrylic lens without viscoelastic material.",
            "abstract": null,
            "authors": [
                "Faschinger, CW"
            ],
            "year": 2002,
            "source": "J Cataract Refract Surg. 2002; 28(1):8-9",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000173161600014",
            "pubmed": "11777700",
            "doi": "10.1016/S0886-3350(01)01301-3",
            "pmc": null,
            "organizations": [
                "6203-14043"
            ],
            "persons": [
                "6203-51585-2"
            ],
            "imported": null,
            "journal": "J CATARACT REFRACT SURG",
            "issn": "0886-3350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.184,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.843971631205674,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 5853,
            "title": "Guidelines for informed consent in biomedical research involving paediatric populations as research participants.",
            "abstract": null,
            "authors": [
                "Gill, D",
                "Crawley, FP",
                "LoGiudice, M",
                "Grosek, S",
                "Kurz, R",
                "de Lourdes-Levy, M",
                "Mjönes, S",
                "Nicolopoulos, D",
                "Rubino, A",
                "Sauer, PJ",
                "Siimes, M",
                "Weindig, M",
                "Zach, M",
                "Chambers, TL",
                "Ethics Working Group of the Confederation of European Specialists in Pediatrics"
            ],
            "year": 2003,
            "source": "Eur J Pediatr. 2003; 162(7-8):455-458",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000184021500003",
            "pubmed": "12719966",
            "doi": "10.1007/s00431-003-1192-0",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR J PEDIAT",
            "issn": "0340-6199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.157,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.544117647058823,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5151,
            "title": "Late onset Charcot-Marie-Tooth 2 syndrome caused by two novel mutations in the MPZ gene.",
            "abstract": null,
            "authors": [
                "Auer-Grumbach, M",
                "Strasser-Fuchs, S",
                "Robl, T",
                "Windpassinger, C",
                "Wagner, K"
            ],
            "year": 2003,
            "source": "Neurology. 2003; 61(10):1435-1437",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186767800028",
            "pubmed": "14638973",
            "doi": "10.1212/01.WNL.0000094197.46109.75",
            "pmc": null,
            "organizations": [
                "5151-14021"
            ],
            "persons": [
                "5151-50811-6",
                "5151-51527-6"
            ],
            "imported": null,
            "journal": "NEUROLOGY",
            "issn": "0028-3878",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 5.678,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.985185185185185,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 2646,
            "title": "Therapeutic efficacy of vincamine in dementia.",
            "abstract": null,
            "authors": [
                "Fischhof, PK",
                "Möslinger-Gehmayr, R",
                "Herrmann, WM",
                "Friedmann, A",
                "Russmann, DL"
            ],
            "year": 1996,
            "source": "Neuropsychobiology. 1996; 34(1):29-35",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VJ42200007",
            "pubmed": "8884757",
            "doi": "10.1159/000119288",
            "pmc": null,
            "organizations": [
                "2646-29444"
            ],
            "persons": [],
            "imported": null,
            "journal": "NEUROPSYCHOBIOLOGY",
            "issn": "0302-282X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.855,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.402597402597403,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1222,
            "title": "Human and rat primary C-fibre afferents store and release secretoneurin, a novel neuropeptide.",
            "abstract": null,
            "authors": [
                "Kirchmair, R",
                "Marksteiner, J",
                "Troger, J",
                "Mahata, SK",
                "Mahata, M",
                "Donnerer, J",
                "Amann, R",
                "Fischer-Colbrie, R",
                "Winkler, H",
                "Saria, A"
            ],
            "year": 1994,
            "source": "Eur J Neurosci. 1994; 6(5):861-868",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NM71400018",
            "pubmed": "8075827",
            "doi": "10.1111/j.1460-9568.1994.tb00996.x",
            "pmc": null,
            "organizations": [
                "1222-14022"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR J NEUROSCI",
            "issn": "0953-816X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.951,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.861386138613861,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 16731,
            "title": "Diagnosis, treatment, and prognosis of Mycoplasma pneumoniae childhood encephalitis: systematic review of 58 cases.",
            "abstract": null,
            "authors": [
                "Daxboeck, F",
                "Blacky, A",
                "Seidl, R",
                "Krause, R",
                "Assadian, O"
            ],
            "year": 2004,
            "source": "J Child Neurol. 2004; 19(11):865-871",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228703600004",
            "pubmed": "15658791",
            "doi": "10.1177/08830738040190110401",
            "pmc": null,
            "organizations": [],
            "persons": [
                "16731-51976-6"
            ],
            "imported": null,
            "journal": "J CHILD NEUROL",
            "issn": "0883-0738",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.333,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.628571428571429,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 16124,
            "title": "Limitations of histopathologic analysis in the recognition of melanoma: a plea for a combined diagnostic approach of histopathologic and dermoscopic evaluation.",
            "abstract": null,
            "authors": [
                "Soyer, HP",
                "Massone, C",
                "Ferrara, G",
                "Argenziano, G"
            ],
            "year": 2005,
            "source": "ARCH DERMATOL 2005 141: 209-211.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000226913500011",
            "pubmed": "15724017",
            "doi": "10.1001/archderm.141.2.209",
            "pmc": null,
            "organizations": [
                "16124-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "ARCH DERMATOL",
            "issn": "0003-987X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.434,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.974358974358974,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 11617,
            "title": "Arteriovenous malformations of the uterus.",
            "abstract": null,
            "authors": [
                "Fleming, H",
                "Ostör, AG",
                "Pickel, H",
                "Fortune, DW"
            ],
            "year": 1989,
            "source": "Obstet Gynecol. 1989; 73(2):209-214",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989R976100013",
            "pubmed": "2643064",
            "doi": null,
            "pmc": null,
            "organizations": [
                "11617-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "OBSTET GYNECOL",
            "issn": "0029-7844",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.087,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.886792452830189,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8104,
            "title": "Evidence for specific neuropeptide Y-binding sites in rat brain synaptosomes.",
            "abstract": null,
            "authors": [
                "Saria, A",
                "Theodorsson-Norheim, E",
                "Lundberg, JM"
            ],
            "year": 1984,
            "source": "Eur J Pharmacol. 1984; 107(1):105-107",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1984ABY3700015",
            "pubmed": "6549296",
            "doi": "10.1016/0014-2999(84)90098-0",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR J PHARMACOL",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.677,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.814606741573034,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 6910,
            "title": "Association of RANTES G-403A gene polymorphism with increased risk of coronary arteriosclerosis.",
            "abstract": null,
            "authors": [
                "Simeoni, E",
                "Winkelmann, BR",
                "Hoffmann, MM",
                "Fleury, S",
                "Ruiz, J",
                "Kappenberger, L",
                "März, W",
                "Vassalli, G"
            ],
            "year": 2004,
            "source": "Eur Heart J. 2004; 25(16):1438-1446",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000223680100012",
            "pubmed": "15302103",
            "doi": "10.1016/j.ehj.2004.05.005",
            "pmc": null,
            "organizations": [
                "6910-14028"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR HEART J",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.247,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.957746478873239,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}