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=149580&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157654,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149600&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149560&ordering=-year",
    "results": [
        {
            "id": 124453,
            "title": "Basilar tip aneurysm: partial embolization with coils.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                ""
            ],
            "year": 1992,
            "source": "11th Meeting of the Working Group in Interventional Neuroradiology; JAN 15-21, 1992; Val d 'Isere, FRANCE. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124453-51876"
            ],
            "imported": "2013-01-02T18:46:00+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124454,
            "title": "Gammaknife, present value and successrate in tratment of cerebral AVM's.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                ""
            ],
            "year": 1992,
            "source": "Working Group in Interventional Neuroradiology; JAN 15-21, 1992; Val d 'Isere, FRANCE. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124454-51876"
            ],
            "imported": "2013-01-02T18:49:27+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124455,
            "title": "Perkutane Gallengangsdrainage bei malignen Obstruktionen.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Lammer,J",
                "Flückiger,F",
                "Hausegger,K",
                "Lederer,A",
                "Aschauer,M",
                ""
            ],
            "year": 1992,
            "source": "3. Workshop Interventionelle Radiologie, Österr. Röntgengesellschaft; JÄN 24-25, 1992; Baden bei Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124455-51876"
            ],
            "imported": "2013-01-02T18:54:31+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124456,
            "title": "Biliäres Stenting - Plastikendoprothese versus Metallendoprothese.",
            "abstract": null,
            "authors": [
                "Lammer,J",
                "Flückiger,F",
                "Klei,GE",
                "Hausegger,KA",
                "Lederer,A",
                "Aschauer,M",
                ""
            ],
            "year": 1992,
            "source": "3. Workshop Interventionelle Radiologie, Österr. Röntgengesellschaft; JÄN 24-25, 1992; Baden bei Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124456-51876"
            ],
            "imported": "2013-01-02T18:59:09+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124457,
            "title": "Gewebereaktion nach biliärem Wallstent.",
            "abstract": null,
            "authors": [
                "Hausegger,KA",
                "lammer,J",
                "Klein, GE",
                "Flückiger,F",
                "Lederer,A",
                "Aschauer,M",
                ""
            ],
            "year": 1992,
            "source": "3. Workshop Interventionelle Radiologie, Österr. Röntgengesellschaft.; JÄN 24-25, 1992; Baden bei Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124457-51876"
            ],
            "imported": "2013-01-02T19:03:23+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124458,
            "title": "Perkutane biliäre Manipulationen bei benignen Erkrankungen. ",
            "abstract": null,
            "authors": [
                "Lammer,J",
                "Klein, GE",
                "Flückiger,F",
                "Hausegger,KA",
                "Lederer,A",
                ""
            ],
            "year": 1992,
            "source": "3. Workshop Interventionelle Radiologie, ÖRG; JÄN 24-25, 1992; Baden bei Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124458-51876"
            ],
            "imported": "2013-01-02T19:07:18+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124459,
            "title": "Selbstexpandierende Metall-Ureter-Stents bei maligner Obstruktion.",
            "abstract": null,
            "authors": [
                "Flückiger,F",
                "Lammer,J",
                "Klein, GE",
                "Hausegger,KA",
                "Lederer,A",
                "Aschauer,M",
                ""
            ],
            "year": 1992,
            "source": "3. Workshop IR der ÖRG; JÄN 24-25, 1992; Baden bei Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124459-51876"
            ],
            "imported": "2013-01-02T19:12:45+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124460,
            "title": "TIPSS- Grazer Erfahrungen.",
            "abstract": null,
            "authors": [
                "Hausegger,KA",
                "lammer,J",
                "Klein, GE",
                "Flückiger,F",
                "Lederer,A",
                "Aschauer,M",
                ""
            ],
            "year": 1992,
            "source": "Workshop IR der ÖRG; JÄN 24-25, 1992; Baden bei Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124460-51876"
            ],
            "imported": "2013-01-02T19:16:13+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124461,
            "title": "Perkutane Rekanalisation von Beckenarterienverschlüssen: Fibrinolyse, PTA, Stents.",
            "abstract": null,
            "authors": [
                "Aschauer,M",
                "hausegger,KA",
                "Flückiger,F",
                "Klein, GE",
                "Lederer,A",
                "Lammer,J",
                ""
            ],
            "year": 1992,
            "source": "3. Workshop IR der ÖRG; JÄN 24-25, 1992; Baden bei Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124461-51876"
            ],
            "imported": "2013-01-02T19:20:31+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124462,
            "title": "Transhepatische Interventionen der Gallenwege.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                ""
            ],
            "year": 1992,
            "source": "Fortbildungsabend, Univ.-Klinik für Radiologie Graz; MÄR 5, 1992; Graz, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124462-51876"
            ],
            "imported": "2013-01-02T19:24:37+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124463,
            "title": "Plastic versus expandable metal biliary endoprosthesis: randomized trial phase I.",
            "abstract": null,
            "authors": [
                "Aschauer,M",
                "Lammer,J",
                "Flückiger,F",
                "Klein, GE",
                "Hausegger,KA",
                ""
            ],
            "year": 1992,
            "source": "III International Meeting Biliary Club.; MÄR 5, 19-22,  1992; Bologna, ITALY. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124463-51876"
            ],
            "imported": "2013-01-02T19:30:17+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124464,
            "title": "NECROTIZING ENTEROCOLITIS - RESULTS OF SURGERY",
            "abstract": null,
            "authors": [
                "HOLLWARTH, ME",
                "SCHOBER, P",
                "PFLEGER, A",
                "SAUER, H"
            ],
            "year": 1992,
            "source": "PEDIATR SURG INT. 1992; 7(6): 421-427. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JU10800004",
            "pubmed": null,
            "doi": "10.1007/BF00178820",
            "pmc": null,
            "organizations": [],
            "persons": [
                "124464-60829-6"
            ],
            "imported": "2013-01-02T19:31:31+01:00",
            "journal": "PEDIATR SURG INT",
            "issn": "0179-0358",
            "collection_publisher": null,
            "collection_title": "PEDIATRIC SURGERY INTERNATIONAL; ",
            "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": true,
            "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": 124465,
            "title": "Treatment of malignant ureteral obstructions by placement of self-expandable metal stents.",
            "abstract": null,
            "authors": [
                "Flückiger,F",
                "Lugmayr,H",
                "Lammer,J",
                "Klein, GE",
                "Hausegger,K",
                "Lederer,A",
                "Aschauer,M",
                ""
            ],
            "year": 1992,
            "source": "JVIR. 1992; Suppl. : -17th Annual Scientific Meeting of the Society of Cardiovscular and Interventional Radiology(SCVIR); APR 4-9, 1992; Washington D.C., USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124465-51876"
            ],
            "imported": "2013-01-02T19:40:58+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": 124466,
            "title": "Die subarachnoidale Blutung-Ätiologie und Behandlungsmethoden: Interventionelle Neuroradiologie.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                ""
            ],
            "year": 1992,
            "source": "Fortbildungsseminar, LKH Feldkirch; JUN 19, 1992; Feldkirch,AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124466-14108"
            ],
            "persons": [
                "124466-51876"
            ],
            "imported": "2013-01-02T19:47:11+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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124467,
            "title": "Langzeit Follow-up von Patienten mit PAVK nach Ballondilatation im femoropoplitealen Bereich.",
            "abstract": null,
            "authors": [
                "Lafer,M",
                "Pilger,E",
                "Stark,G",
                "Decrinis,M",
                "Obernosterer,A",
                "Tischler,R",
                "Doder,A",
                "Klein, GE",
                "Hausegger,KA",
                ""
            ],
            "year": 1992,
            "source": "AMA. 1992; 19,Sonderheft 2: -23. Jahrestagung der ÖsterreichischenGesellschaft für Innere Medizin.; SEP 17-19, 1992; WIen,AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124467-14079"
            ],
            "persons": [
                "124467-51541",
                "124467-51876"
            ],
            "imported": "2013-01-02T20:02:55+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": 124468,
            "title": "Nd:YAG vs Eximer Laser vs Conventional: Final Report of a randomized Trial.",
            "abstract": null,
            "authors": [
                "Lammer,J",
                "Pilger,E",
                "Klein, GE",
                "Karnel,F",
                ""
            ],
            "year": 1992,
            "source": "21st Annual Meeting of the Radiologists of the Alpe-Adria-Region.; SEP 25-26, 1992; Grado, ITALY. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124468-14079"
            ],
            "persons": [
                "124468-51541",
                "124468-51876"
            ],
            "imported": "2013-01-02T20:07:40+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124469,
            "title": "Neuroembolisation.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                ""
            ],
            "year": 1992,
            "source": "Österr. Röntgenkongress; OKT 8-10, 1992; Villach, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124469-51876"
            ],
            "imported": "2013-01-02T20:10:47+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": 124470,
            "title": "Iliacale Stents - klinische Erfahrungen mit verschiedenen Stentmodellen.",
            "abstract": null,
            "authors": [
                "Hausegger,KA",
                "Klein, GE",
                "Flückiger,F",
                "Wildling,R",
                "Lafer,M",
                "Hagen,B",
                "Lammer,J",
                "Pilger,E",
                ""
            ],
            "year": 1992,
            "source": "Österr.Rö.Kongress; OKT 8-10, 1992; Villach, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124470-51876"
            ],
            "imported": "2013-01-02T20:14:55+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": 124471,
            "title": "Mechanische Charakteristik von Metallstents.",
            "abstract": null,
            "authors": [
                "Flückiger,F",
                "Klein, GE",
                "Hausegger,KA",
                "Aschauer,M",
                "Sternthal,M",
                ""
            ],
            "year": 1992,
            "source": "Österr. Rö.Kongress; OKT 8-10, 1992; Villach, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124471-51876"
            ],
            "imported": "2013-01-02T20:18:14+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": 124472,
            "title": "Biliary Stenting: Tumorinfiltration, pathoanatomische Ergebnisse.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                ""
            ],
            "year": 1992,
            "source": "Brainstorming-Meeting: Stents, Univ.-Klinik für Radiodiagnostik Wien; OKT 27, 1992; Wien, AUSTRIA. 1992. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124472-51876"
            ],
            "imported": "2013-01-02T20:23:03+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}