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=158440&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158448,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158420&ordering=impactfactor",
    "results": [
        {
            "id": 79078,
            "title": "Das akute Abdomen beim KInd mit ventrikuloperitonealem Shunt",
            "abstract": null,
            "authors": [
                "Zeder, SL",
                "Höllwarth, ME"
            ],
            "year": 2002,
            "source": "43.Jahrestagung der österr.Gesellschaft für Chirurgie; MAI 31, 2002; Wien, AUSTRIA. 2002. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "79078-14049"
            ],
            "persons": [],
            "imported": "2008-03-27T14:54:12+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 79079,
            "title": "Pädiatrische Probleme an einer kinderchirurgischen Klinik",
            "abstract": null,
            "authors": [
                "Zeder, SL",
                "Höllwarth, ME"
            ],
            "year": 2002,
            "source": "43.Jahrestagung der österr.Gesellschaft für Chirurgie; MAI 31, 2002; Wien, AUSTRIA. 2002. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "79079-14049"
            ],
            "persons": [],
            "imported": "2008-03-27T14:58:53+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 79080,
            "title": "Schweres Schädelhirntrauma (SHT) bei Kindern und Jugendlichen - Ursachen, klinischer Verlauf und Ergebnisse",
            "abstract": null,
            "authors": [
                "Pirker, ME",
                "Zeder, SL",
                "Eder, HG",
                "Schober, PH",
                "Höllwarth, ME"
            ],
            "year": 2003,
            "source": "41.Jahrestagung der Deutschen Gesellschaft für Kinderchirurgie; SEP 13,2003; Bonn, DEUTSCHLAND. 2003. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "79080-14049",
                "79080-14050"
            ],
            "persons": [
                "79080-51853"
            ],
            "imported": "2008-03-27T15:02:10+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 79081,
            "title": "Impairments and disabilities after severe traumatic brain injury in children",
            "abstract": null,
            "authors": [
                "Pirker, ME",
                "Zeder, SL",
                "Eder, HG",
                "Schober, PH",
                "Höllwarth, ME"
            ],
            "year": 2004,
            "source": "World Congress of Pediatric Surgery; JUN 22-27, 2004; Zagreb, KROATIEN. 2004. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "79081-14049",
                "79081-14050"
            ],
            "persons": [
                "79081-51853"
            ],
            "imported": "2008-03-27T15:08:04+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 79082,
            "title": "Frontal-subcortical circuitry and behavior.",
            "abstract": null,
            "authors": [
                "Bonelli, RM",
                "Cummings, JL"
            ],
            "year": 2007,
            "source": "Dialogues Clin Neurosci. 2007; 9(2): 141-151. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "17726913",
            "doi": "10.31887/DCNS.2007.9.2/rbonelli",
            "pmc": "PMC3181854",
            "organizations": [
                "79082-29444"
            ],
            "persons": [],
            "imported": "2008-03-27T01:00:00+01:00",
            "journal": "Dialogues Clin Neurosci",
            "issn": "1294-8322",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 79083,
            "title": "Structural neuroimaging of the basal ganglia in schizophrenic patients: a review.",
            "abstract": null,
            "authors": [
                "Brandt, GN",
                "Bonelli, RM"
            ],
            "year": 2008,
            "source": "Wien Med Wochenschr. 2008; 158(3-4):84-90",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "18330524",
            "doi": "10.1007/s10354-007-0478-7",
            "pmc": null,
            "organizations": [
                "79083-29444"
            ],
            "persons": [],
            "imported": "2008-03-27T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 79088,
            "title": "Verletzungen der distalen Tibiawachstumfuge",
            "abstract": null,
            "authors": [
                "Linhart,WE",
                "Höllwarth, M",
                "Ritter, G",
                "Hausbrandt, D"
            ],
            "year": 1981,
            "source": "22.Tag. der Österr.Ges.f.Chirurgie, Linz; Jun 18-20,1981; Linz,Austria. 1981. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "79088-14049"
            ],
            "persons": [],
            "imported": "2008-03-27T16:23:46+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 79089,
            "title": "Ideatorische und ideomotorische Apraxie bei subkortikaler vaskulärer Demenz",
            "abstract": "Die Arbeit soll den Zusammenhang von Apraxie, im Besonderen von ideatorischer und ideomotorischer Apraxie, mit VaD hinterfragen. Auch die Auswirkung von Apraxie auf den Alltag stelle eine Frage dar. Mit Hilfe der Anamnese, der Krankengeschichte inkl. Radiologischer und somatischer Diagnostik, sowie MMSE und Hachinski-Ischämie-Score wurde die Testgruppe, aus den Bewohnern eines geriatrischen Krankenhauses festgelegt. Als Kontrollgruppe dienten Patienten, die ebenfalls in diesem geriatrischen Krankenhaus untergebracht sind, aber nicht als dement diagnostiziert sind. Zur genaueren Identifikation des neuropsychologischen Status der Patienten wurden die ROCF, TMT A und Design fluency mit allen Patienten erstellt. Die zentrale Frage der Apraxie wurde mit eigenen Testverfahren für ideatorische und ideomotorische Apraxie separat abgeklärt. Um die Selbständigkeit der Patienten im Alltag herauszufinden, habe ich einerseits den Barthel-Index, und andererseits ADL selbst- und fremdbeurteilt für jeden Patienten erarbeitet. Nach der statistischen Ausarbeitung ergab sich im Vergleich zwischen VaD-Patienten und Kontrollgruppe ein signifikanter bis hoch signifikanter Unterschied im Alter der Patienten, in MMSE, in der ROCF, in TMT A, in Design fluency, im ideatorischen und ideomotorischen Apraxietest, in Barthel-Index und in ADL. Die Patienten mit VaD hatten in allen Bereichen wesentlich schlechtere Ergebnisse als ihre Vergleichsgruppe. Im Vergleich von VaD-Patienten mit und ohne ideotorische Apraxie zeigte sich, dass die Gruppe mit ideatorischer Apraxie in MMSE (Gesamt und Sprache), TMT A, Design fluency, Barthel-Index und ADL (fremdbeurteilt) signifikant schlechter abschnitt. In IMA waren die Probleme sogar hoch signifikant größer als bei den Patienten ohne ideatorische Apraxie.",
            "authors": [
                "Körner, E"
            ],
            "year": 2008,
            "source": "[ Dissertation ] Medizinische Universität Graz; 2008. pp.110. ",
            "category": 5,
            "document_type": 16,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-03-27T16:36:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medizinische Universität Graz",
            "country": "40",
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}