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=149880&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157486,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149900&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149860&ordering=impactfactor_norm",
    "results": [
        {
            "id": 124259,
            "title": "Histopathologic Findings in Patients with Chronic Diarrhea ",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2012,
            "source": "Autumn Meeting of the Working Group for Digestive Diseases of the Hellenic Society of Pathology ; OKT 8, 2012; Athens, GREECE. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124259-14020"
            ],
            "persons": [
                "124259-50044"
            ],
            "imported": "2012-12-23T14:59:49+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124260,
            "title": "Business Meeting. Working Group of Digestive Diseases ESP.",
            "abstract": null,
            "authors": [
                "Langner, C",
                "Paradis, V"
            ],
            "year": 2012,
            "source": "24th European Congress of Pathology; SEP 8-13, 2012; Prague, CZECH REPUBLIC. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124260-14020"
            ],
            "persons": [
                "124260-50044"
            ],
            "imported": "2012-12-23T15:04: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": 124261,
            "title": "Mastozytäre Kolitis",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2012,
            "source": "96. Jahrestagung der Deutschen Gesellschaft für Pathologie e. V.; MAY 31 - JUN 1, 2012; Berlin, GERMANY. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124261-14020"
            ],
            "persons": [
                "124261-50044"
            ],
            "imported": "2012-12-23T15:07: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": 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": 124262,
            "title": "Serrated Polyps",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2012,
            "source": "XXVI Meeting of the Adriatic Society of Pathology ; JUN 30 - JUL 1, 2012; Split, CROATIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124262-14020"
            ],
            "persons": [
                "124262-50044"
            ],
            "imported": "2012-12-23T15:10:06+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": 124263,
            "title": "Dalm et al.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2012,
            "source": "45. Jahrestagung der Österreichischen Gesellschaft für Gastroenterologie und Hepatologie mit 23. Fortbildungskurs; JUN 14-16, 2012; Wels, AUSTRIA. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124263-14020"
            ],
            "persons": [
                "124263-50044"
            ],
            "imported": "2012-12-23T15:34: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": 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": 124266,
            "title": "Vitamin D und Testosteron im Zellkulturmodell.\r\n",
            "abstract": null,
            "authors": [
                "Hofer, D",
                "Münzker, J",
                "Rinner, B",
                "Fröhlich, E",
                "Schweighofer, N",
                "Trummer, O",
                "Schwetz, V",
                "Hacker, N",
                "Lam, U",
                "Lerchbaum, E",
                "Pieber, TR",
                "Obermayer-Pietsch, B\r\n"
            ],
            "year": 2012,
            "source": "Journal für Klinische Endokrinologie und Stoffwechsel. 2012; Sonderheft 1: -17. Jahrestagung der Österreichischen Gesellschaft für Endokrinologie und Stoffwechsel (ÖGES) ; APR 19-20, 2012; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124266-14080",
                "124266-17230"
            ],
            "persons": [
                "124266-50826",
                "124266-50909",
                "124266-51809",
                "124266-51831",
                "124266-71449"
            ],
            "imported": "2012-12-23T18:03:18+01:00",
            "journal": null,
            "issn": "1998-7773",
            "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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 124267,
            "title": "Biliary Endoprosthesis Trial: Plastic vs. Metal Stents.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Lammer,J",
                "Flückiger,F",
                "Hausegger,KA",
                "Aschauer,M",
                "Lederer,A",
                ""
            ],
            "year": 1992,
            "source": "Cardiovasc Intervent Radiol. 1992; 15,Suppl: -Annual Meeting, Cardiovascular and Interventional Society of Europe.; AUG 30-SEP 3, 1992; Barcelona, SPAIN. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124267-51876"
            ],
            "imported": "2012-12-23T19:05: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 124268,
            "title": "Treatment of malignant ureteral obstructions with placement of self-expandable stents (Wallstents).",
            "abstract": null,
            "authors": [
                "Flückiger,F",
                "Lugmayer,H",
                "Klein, GE",
                "Hausegger,KA",
                "Lammer,J",
                ""
            ],
            "year": 1992,
            "source": "Cardiovasc Intervent Radiol. 1992; 15,Suppl: -Annual Meeting of the Cardiovascular  and Interventional Radiological Society of Europe.; AUG 30-SEP 3, 1992; Barcelona, SPAIN. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124268-51876"
            ],
            "imported": "2012-12-23T19:17:28+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": 124269,
            "title": "Treatment of malignant ureteral obstructions wih placement of self-expandable stents.",
            "abstract": null,
            "authors": [
                "Flückiger,F",
                "Lugmayer,H",
                "Klein, GE",
                "Hausegger,KA",
                ""
            ],
            "year": 1992,
            "source": "Radiology. 1992; 185(P) Suppl.: -78th Scientific Assembly and Annual Meeting , Radiological Society of North America.; NOV 29-DEC 4, 1992; Chicago, USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124269-51876"
            ],
            "imported": "2012-12-23T19:37:49+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": 124270,
            "title": "Prospective,Randomized Trial of Eximer Laser vs. Nd:YAG Laser and Conventional Percutaneous Transluminal Angioplasty: Final report.",
            "abstract": null,
            "authors": [
                "Lammer,J",
                "Pilger,E",
                "Klein, GE",
                "Karnel,F",
                "Decrinis,M",
                "Thurnher,S",
                ""
            ],
            "year": 1992,
            "source": "Radiology. 1992; 185(P) Suppl.: -78t Scientific Assemnly and Annual Meeting, Radiological Society of North America (RSNA).; NOV 29-DEC 4, 1992; Chicago, USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124270-14079"
            ],
            "persons": [
                "124270-51541",
                "124270-51876"
            ],
            "imported": "2012-12-23T19:47: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": 124271,
            "title": "Transjugular intrahepatic portosystemic shunt: First clinical experience.",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Lammer,J",
                "Flückiger,F",
                "Klein, GE",
                "Aschauer,M",
                ""
            ],
            "year": 1992,
            "source": "JVIR. 1992; 3(1): -17th Annual Meeting, Society of Cardiovascular and Interventional Radiolology.; APR 4-9, 1992; Washington D.C., USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124271-51876"
            ],
            "imported": "2012-12-23T19:54:26+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": 124272,
            "title": "Recanalisation of arteriosclerotic occliusions with Eximer Laser, Nd:YAG-Laser or guide wire: Preliminary report of a randomized trial.",
            "abstract": null,
            "authors": [
                "Lammer,J",
                "Pilger,E",
                "Klein, GE",
                "Schreyer,H",
                ""
            ],
            "year": 1989,
            "source": "Radiology. 1989; 173: 387-387.-75th Anniversary Scientific Assembly and Annual Meeting, Radiological Society of North America.; NOV 26-DEC 1, 1989; Chicago, USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124272-14079"
            ],
            "persons": [
                "124272-51541",
                "124272-51876"
            ],
            "imported": "2012-12-23T20:38:07+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": 124273,
            "title": "Cw Nd-YAG Laser vs. Excimer Laser Recanalisation - Clinical Results in Femoropopüliteal Artery Occlusions.",
            "abstract": null,
            "authors": [
                "Lammer,J",
                "Pilger,E",
                "Klein, GE",
                "Hausegger,KA",
                "Flückiger,F",
                "Chen,L",
                "Mechler,HG",
                ""
            ],
            "year": 1991,
            "source": "Semin Intervent Radiol 1991, 8:237-239. 1991",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124273-14079"
            ],
            "persons": [
                "124273-51541",
                "124273-51876"
            ],
            "imported": "2012-12-23T20:50: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": 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": 124274,
            "title": "Biliary Wallstent Endoprosthesis: two years results.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Hausegger,KA",
                "Lammer,J",
                "Waltner,F",
                "Flückiger,F",
                "Aschauer,M",
                ""
            ],
            "year": 1991,
            "source": "European Radiology. 1991; 1,Suppl.: 931-931.-ECR'91; SEP 15-20, 1991; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124274-14108"
            ],
            "persons": [
                "124274-51876"
            ],
            "imported": "2012-12-23T20:59:08+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": 124275,
            "title": "Perkutaner transarterieller Verschluß des Persistierenden Ductus Arteriosus (PDA) durch Coil-Embolisation.",
            "abstract": null,
            "authors": [
                "Stein,J",
                "Beitzke,A",
                "Klein, GE",
                ""
            ],
            "year": 1992,
            "source": "Konferemzband. 1992; -24. Jahrestagung der Deutschen Gesellschaft für Kardiologie; OKT 4-6, 1992; Stuttgart, GERMANY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124275-51876"
            ],
            "imported": "2012-12-23T21:05:22+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": 124276,
            "title": "Endovascular treatment of intracranial aneurysms with Guglielmi Detachable Coils (GDC)",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Mokry,M",
                "Flückiger,F",
                "Hausegger,KA",
                ""
            ],
            "year": 1993,
            "source": "Konferenzband. 1993; -3. Internationales Donau-Symposium; MAI 7, 1993; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124276-51876"
            ],
            "imported": "2012-12-23T21:19:22+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": 124277,
            "title": "Klinische Erfahrungen mit Transjugulären Intrahepatischen Portosystemischen Shunts (TIPS).",
            "abstract": null,
            "authors": [
                "Hausegger,KA",
                "Sternthal,HM",
                "Lammer,J",
                "Flückiger,F",
                "Klein, GE",
                "Stauber,R",
                ""
            ],
            "year": 1993,
            "source": "Konferenzband. 1993; -3.Internationales Donau-Symposium; MAI 7, 1993; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124277-51876"
            ],
            "imported": "2012-12-23T21:25:07+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": 124278,
            "title": "Embolisationstherapie intrakranieller Aneurysmen mittels Elektrocoils.",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Mokry,M",
                "Flückiger,F",
                "Hausehher,KA",
                ""
            ],
            "year": 1993,
            "source": "Konferenzband. 1993; -3. Jahrestagung der Österreichischen Gesellschaft für Neuroradiologie (ÖGNR); MAI 15, 1993; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124278-51876"
            ],
            "imported": "2012-12-23T21:31:06+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": 124279,
            "title": "Endovascular treatment of intracraoial aneurysms with Guglielmi Detachable Coils (GDC).",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Mokry,M",
                "Flückiger,F",
                "Hausegger,KA",
                ""
            ],
            "year": 1993,
            "source": "European Radiology. 1993; Suppl. to Vol 33: -8th European Congress of Radiology; SEP 12-17,1993; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124279-51876"
            ],
            "imported": "2012-12-23T21:39:30+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": 124281,
            "title": "Endovascular treatment of intracranial aneurysms with Guglielmi dezachable coils (GDC).",
            "abstract": null,
            "authors": [
                "Klein, GE",
                "Mokry,M",
                "Flückiger,F",
                "Hausegger,KA",
                ""
            ],
            "year": 1994,
            "source": "Cardiovasc Intervent Radiol. 1994; 17, Suppl. 2: -Annual Meeting, Cardiovascular and Interventional Radiological Society of Europe; JUN 5-9, 1994; Kreta, GREECE. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "124281-51876"
            ],
            "imported": "2012-12-23T21:55:52+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
        }
    ]
}