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=159180&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=159200&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=159160&ordering=impactfactor",
    "results": [
        {
            "id": 74783,
            "title": "Thorax-Data: Einsatz eines Home-Computers in der Praxis.",
            "abstract": null,
            "authors": [
                "Friehs, GM",
                "Friehs, GB",
                "Jüttner, FM",
                "Kohek, P"
            ],
            "year": 1985,
            "source": "Der Praktische Arzt. 1985; 534(1985): 338-344. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "74783-51615"
            ],
            "imported": "2008-02-14T14:24:24+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": 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": 77495,
            "title": "Die Thearpie der kleinen Schritte beim Mammakarzinom",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2007,
            "source": "Ärztewoche. 2007; 1:  6",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "77495-14038"
            ],
            "persons": [
                "77495-51624"
            ],
            "imported": "2008-02-29T13:33:35+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": 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": 79068,
            "title": "Biometrische Signatur in der Medizin, Herausforderungen für Human-Computer Interaction & Usability Engineering",
            "abstract": null,
            "authors": [
                "Holzinger, A",
                "Geierhofer, R",
                "Searle, G"
            ],
            "year": 2005,
            "source": "OCG Journal. 2005; 30(1): 9-11. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "79068-14026"
            ],
            "persons": [
                "79068-51050"
            ],
            "imported": "2008-03-27T14:32:24+01:00",
            "journal": null,
            "issn": "1728-743X",
            "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": 85611,
            "title": "Parenterales Ibandronat in der Therapie der postmenopausalen Osteoporose",
            "abstract": null,
            "authors": [
                "Broell, H",
                "Dobnig, H",
                "Resch, H",
                "Erlacher, L",
                "Fahrleitner-Pammer, A",
                "Finkenstedt, G",
                "Holzer, G",
                "Pietschmann, P",
                "Pirich, C",
                "Wicker, A"
            ],
            "year": 2008,
            "source": "Journal für Mineralstoffwechsel. 2008; 15(2): 2-8. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "85611-14080"
            ],
            "persons": [
                "85611-51063"
            ],
            "imported": "2008-11-13T11:12:57+01:00",
            "journal": null,
            "issn": "1023-7763",
            "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": 86214,
            "title": "Psychophysiologische Stressreaktion unter hypobarer Hypoxie",
            "abstract": null,
            "authors": [
                "Trapp, M",
                "Egger, JW",
                "Miggitsch, EM",
                "Rohrer, PM",
                "Wurst, L",
                "Domej, W"
            ],
            "year": 2008,
            "source": "Psychologische Medizin. 2008; 19(4): 28-34. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "86214-14047",
                "86214-14087",
                "86214-29447"
            ],
            "persons": [
                "86214-60388",
                "86214-60040",
                "86214-51505",
                "86214-51525",
                "86214-65659"
            ],
            "imported": "2008-12-11T17:06:30+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 86481,
            "title": "Sind Antidepressiva auch bei Fibromyalgien ohne Begleitdepression wirksam?",
            "abstract": null,
            "authors": [
                "Rothenhäusler, HB"
            ],
            "year": 2007,
            "source": "MMW. Munchener medizinische Wochenschrift. 2007; 149(1): 21-24. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "86481-29444"
            ],
            "persons": [
                "86481-50097"
            ],
            "imported": "2008-12-16T15:59:59+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": 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": 86966,
            "title": "Osteoporotische Frakturen, konservatives und operatives Therapiemanagement.",
            "abstract": null,
            "authors": [
                "Dobnig, H",
                "Engel, A",
                "Erlacher, L",
                "Finkenstedt, G",
                "Gaudernak, T",
                "Hipmair, G",
                "Holzer, G",
                "Kdolsky, R",
                "Kotz, R",
                "Krismer, M",
                "Mähring, M",
                "Maier, R",
                "Resch, H",
                "Rosiek, R",
                "Wagner, M",
                "Wicker, A",
                "Windhager, R"
            ],
            "year": 2009,
            "source": "Österreichische Ärztezeitung. 2009; Jänner 2009 Suppl:  1-15. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "86966-14052",
                "86966-14080"
            ],
            "persons": [],
            "imported": "2009-01-23T12:04: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": 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": 218703,
            "title": "A drain is not enough: perianal abscess as first manifestation of rectal cancer",
            "abstract": null,
            "authors": [
                "Huber, S",
                "Bogner, A",
                "Stoyanov, T",
                "Sucher, R"
            ],
            "year": 2025,
            "source": "https://colorectalsurgery.eu/. 2025; -European Colorectal Congress (ECC); DEC 2. 2025; St. Gallen, SWITZERLAND;. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218703-14045",
                "218703-14073"
            ],
            "persons": [
                "218703-117182",
                "218703-122712",
                "218703-126434"
            ],
            "imported": "2025-11-20T18:39: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": 88766,
            "title": "Morbus Parkinson- Klinik, Diagnostik und medikamentöse Therapie.",
            "abstract": null,
            "authors": [
                "Wenzel,K",
                "Ott,E",
                "Homann,CN",
                "Bukalo,N",
                "Dresler,K",
                "Holl,A"
            ],
            "year": 2000,
            "source": "Forum Dr. med. 2000; ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "88766-14051"
            ],
            "persons": [
                "88766-51959"
            ],
            "imported": "2009-03-01T01:00:57+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": 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": 89894,
            "title": "Garantierte Compliance",
            "abstract": null,
            "authors": [
                "Fahrleitner-Pammer, A"
            ],
            "year": 2009,
            "source": "Universum Innere Medizin. 2009; 01/2009:  81-81. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "89894-14080"
            ],
            "persons": [
                "89894-51063"
            ],
            "imported": "2009-04-06T16:25:08+02: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": 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": 92742,
            "title": "Die Wirkung der ersten Übung des Autogenen Trainings der Schwereübung und die Auseinandersetzung mit stressauslösenden Kognitionen als Unterstützung zur Verbesserung des psychischen und körperlichen Befindens bei einer Major Depression: Falldarstellung.",
            "abstract": null,
            "authors": [
                "Lytwyn, H",
                "Fitz, W",
                "Ebner, Ch"
            ],
            "year": 2009,
            "source": "International Journal of Psychotherapy. 2009; 13(1): 72-80. ",
            "category": 1,
            "document_type": 5,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "92742-29444"
            ],
            "persons": [],
            "imported": "2009-09-09T10:47:47+02:00",
            "journal": null,
            "issn": "1356-9082",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 93179,
            "title": "Dysphagie gibt Rätsel auf.",
            "abstract": null,
            "authors": [
                "Deutschmann, A"
            ],
            "year": 2008,
            "source": "Ärztliche Praxis Pädiatrie. 2008; (5): 23-23. ",
            "category": 1,
            "document_type": 5,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "93179-14091"
            ],
            "persons": [],
            "imported": "2009-09-20T00:22:46+02:00",
            "journal": null,
            "issn": "1436-2651",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 93291,
            "title": "Schmerzsprünge bei kieferorthopädische behandelten und unbehandelten Personen - eine in vivo-Studie",
            "abstract": null,
            "authors": [
                "Pichelmayer, M",
                "Droschl, H",
                "Mischak, I",
                "Schober, G",
                "Lefkopoulos, J"
            ],
            "year": 1996,
            "source": "Stomatologie. 1996; 93(9): 429-436. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "93291-14109"
            ],
            "persons": [
                "93291-51723"
            ],
            "imported": "2009-09-21T20:53:02+02:00",
            "journal": null,
            "issn": "0946-3151",
            "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": 96017,
            "title": "Fractures and fracture-dislocations at the lumbosacral junction: Part II: Surgical treatment.",
            "abstract": null,
            "authors": [
                "Schildhauer, TA",
                "Bellabarba, C",
                "Chapman, JR"
            ],
            "year": 2006,
            "source": "Contemporary Spine Surgery. 2006; 7(4): 1-10. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "96017-14052"
            ],
            "persons": [],
            "imported": "2009-11-24T18:55: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": 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
        },
        {
            "id": 97952,
            "title": "Ausbildungsmodell für Klinische Psychologinnen und Psychologen in den Steiermärkischen Krankenanstalten. Ein Beitrag zur Qualitätssicherung im Gesundheitswesen",
            "abstract": null,
            "authors": [
                "Greimel, E",
                "Lujansky, H"
            ],
            "year": 2004,
            "source": "Psychologie in Österreich. 2004; 24(2): 235-241. ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "97952-14038"
            ],
            "persons": [],
            "imported": "2010-02-19T09:38:33+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": 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": 98473,
            "title": "Komplementäre Maßnahmen.",
            "abstract": null,
            "authors": [
                "Petru,E"
            ],
            "year": 2009,
            "source": "Der Hausarzt. 2009; (9): 18-21. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "98473-14038"
            ],
            "persons": [
                "98473-51624"
            ],
            "imported": "2010-02-26T16:04:54+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": 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": 99521,
            "title": "Nuckeln schützt. ",
            "abstract": null,
            "authors": [
                "Hanzer, M",
                "Zotter, H",
                "Sauseng, W",
                "Pichler, G",
                "Müller, W",
                "Kerbl, R"
            ],
            "year": 2010,
            "source": "Ärztewoche. 2010; 10:  10-10. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "99521-14091",
                "99521-14092",
                "99521-14093",
                "99521-14094"
            ],
            "persons": [
                "99521-50907",
                "99521-51643",
                "99521-51821",
                "99521-62745"
            ],
            "imported": "2010-04-07T17:10:57+02:00",
            "journal": null,
            "issn": "1862-7137",
            "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": 110143,
            "title": "Sonographie beim Traumapatienten - Indikation und Technik beim stumpfen Bautrauma",
            "abstract": null,
            "authors": [
                "Grechenig, W",
                "Mayr, J"
            ],
            "year": 2002,
            "source": "Chirurgie. 2002; 3:  26-31. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "110143-14052"
            ],
            "persons": [
                "110143-51694"
            ],
            "imported": "2011-03-25T10:01:42+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": 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
        },
        {
            "id": 110318,
            "title": "Visualization of large-scale sections. ",
            "abstract": null,
            "authors": [
                "Koestenbauer, S",
                "Stiegler, P",
                "Stadlbauer, V",
                "Mayrhauser, U",
                "Leber, B",
                "Blattl, D",
                "Kainz, B",
                "Reich, O",
                "Portugaller, RH",
                "Wiederstein-Grasser, I",
                "Tscheliessnigg, KH"
            ],
            "year": 2011,
            "source": "Journal of Surgical Radiology . 2011; 2(2):",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "110318-14063",
                "110318-14073",
                "110318-14108",
                "110318-28393"
            ],
            "persons": [
                "110318-50874",
                "110318-50989",
                "110318-51955",
                "110318-62305",
                "110318-62756",
                "110318-51918"
            ],
            "imported": "2011-04-04T18:44:24+02: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": 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": true,
            "local_affiliation": true
        },
        {
            "id": 110805,
            "title": "Zeitgemäße Chemotherapie des Mammakarzinoms. Expertenforum.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2011,
            "source": "Spektrum Onkologie. 2011; (1):",
            "category": 1,
            "document_type": 14,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "110805-14063"
            ],
            "persons": [
                "110805-51624"
            ],
            "imported": "2011-05-10T11:37:47+02: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": 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
        }
    ]
}