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=152280&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156885,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152300&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152260&ordering=impactfactor_norm",
    "results": [
        {
            "id": 128618,
            "title": "Funktionelle Genese bei peripherer arterieller Durchblutungsstörung im Stadium III",
            "abstract": null,
            "authors": [
                "Pilger,E, Schmid,P",
                "Schenk,H",
                ""
            ],
            "year": 1980,
            "source": "Frühjahrstagung der ÖGA; Mai 10, 1980; Wien. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128618-51541"
            ],
            "imported": "2013-05-31T18:13:22+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128619,
            "title": "Lipidmuster bei cochleovestibulären Störungen",
            "abstract": null,
            "authors": [
                "FridrichG, Pilger,E",
                ""
            ],
            "year": 1980,
            "source": "Österreichischer HNO KOngress; OKT 1-4, 1980; Seefeld. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128619-51541"
            ],
            "imported": "2013-05-31T18:19:18+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128620,
            "title": "Evaluation of risk factors in peripheral atherosclerosis, measuremnt of lipids and apolipoproteins",
            "abstract": null,
            "authors": [
                "Pristautz,H",
                "Pilger,E",
                "Marth,E",
                "Kostner,GM",
                ""
            ],
            "year": 1981,
            "source": "15th Annual Meeting of European Society of Clinical Investigation; MÄR  19-21, 1981; Basel. 1981. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128620-14013"
            ],
            "persons": [
                "128620-51541",
                "128620-51669"
            ],
            "imported": "2013-05-31T18:22:07+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": 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": 128621,
            "title": "37-jährige Patientin mit metastasierendem angioblastischen Tumor, bisheriger Verlauf",
            "abstract": null,
            "authors": [
                "Lehnert,M",
                "Pilger,E",
                ""
            ],
            "year": 1980,
            "source": "Frühjahrstagung der ÖGA; MAI 10, 1980; Wien. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128621-51541"
            ],
            "imported": "2013-05-31T18:23:44+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128622,
            "title": "2,3-DPG- und ATP-KOnzentrationsänderungen im Blut bei körperlicher Belastung",
            "abstract": null,
            "authors": [
                "Wurm,H",
                "Schwaberger,G",
                "Pessendorfer,H",
                "Schmid,P",
                "Pilger,E",
                "Wolf,W",
                ""
            ],
            "year": 1980,
            "source": "Int.Symposium \"Neue ASpekte in der Leistungsmedizin\"; FE 28 - MÄR 1, 1980; Graz. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128622-51541"
            ],
            "imported": "2013-05-31T18:26:05+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128623,
            "title": "Beeinflussung der Thrombozyten durch körperliche Belastung",
            "abstract": null,
            "authors": [
                "Pilger,E",
                "Schmid,P",
                "Schenk,H",
                ""
            ],
            "year": 1980,
            "source": "Int.Symposium \"Neue Aspekte in der Leistungsmedizin\"; FEB 28 - MÄR, 1980; Graz. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128623-51541"
            ],
            "imported": "2013-05-31T18:28:01+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": 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": 128624,
            "title": "Fibrinolytische Therapie venöser Thrombosen mit Streptokinase, Urokinase und Aktivator",
            "abstract": null,
            "authors": [
                "Schenk,H",
                "Pilger,E",
                "Gypser,G",
                "Elsinger,A",
                "Sailer,S",
                ""
            ],
            "year": 1978,
            "source": "1.Kongress für Thrombose und Gerinnung; FEB 21 - -23, 1980; Wien. 1978. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128624-51541"
            ],
            "imported": "2013-05-31T18:30:15+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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128625,
            "title": "Möglichkeiten der szintigraphischen Darstellung venöser Thrombosen mit Tc99-Fibrinogen",
            "abstract": null,
            "authors": [
                "Passath,A",
                "Pilger,E",
                "Leb,J,"
            ],
            "year": 1978,
            "source": "Jahrestagung der ÖGA; NOV 10-11, 1978; Graz. 1978. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128625-51541"
            ],
            "imported": "2013-05-31T18:32:00+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128626,
            "title": "Ergospirometrische Untersuchungen bei Patienten mit Diabetes mellitus und der Einfluß von Biguaniden auf die körperliche Leistungsfähigkeit",
            "abstract": null,
            "authors": [
                "Schmid,P",
                "Pikger,E",
                "Goebel,R",
                ""
            ],
            "year": 1978,
            "source": "9.Jahrestagung der ÖGIM; SEP 29-30, 1978; Salzburg. 1978. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128626-51541"
            ],
            "imported": "2013-05-31T18:34:07+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128627,
            "title": "Berwertung der Lipoproteine und Apolipoproteine als Diskriminatoren eines Arterioskleroserisikos",
            "abstract": null,
            "authors": [
                "Pilger,E",
                "Pristautz,H",
                "Marth,E",
                "Kostner,GM",
                "Pfeiffer,KP",
                ""
            ],
            "year": 1981,
            "source": "3.Gemeinsame Tagung der Angiologischen Gesellschaften  Deutschlands, Österreichs und der Schweiz; SEP 3-5, 1981; Bern. 1981. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128627-14013"
            ],
            "persons": [
                "128627-51541",
                "128627-51669"
            ],
            "imported": "2013-05-31T18:37:12+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": 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": 128628,
            "title": "Arachidonsäuremetaboliten in Thrombozyten bei Polyzythämie",
            "abstract": null,
            "authors": [
                "Pilger,E",
                "Fereberger,W",
                "Maller,E",
                "Neubauer,M",
                "Parsche,P",
                ""
            ],
            "year": 1981,
            "source": "Jahrestagung der Österr. Gesellschaft f. Hämatologie und Onkologie; SEP 25-26,1981; Graz. 1981. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128628-51541"
            ],
            "imported": "2013-05-31T18:39:39+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128629,
            "title": "Thrombozytenmarkierung mit In-111; Studium der Thrombozyten-verteilung unter körperlicher Belastung",
            "abstract": null,
            "authors": [
                "Pilger,E",
                "Schmid.P",
                "Wolf,W",
                "Goebel,R",
                ""
            ],
            "year": 1981,
            "source": "Jahrestgaung der ÖSterr. Gesellschaft für Hämatologie und  Onkologie; SEP, 25-26, 1981; Graz. 1981. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128629-51541"
            ],
            "imported": "2013-05-31T18:42:25+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128630,
            "title": "Mikrozirkulationsuntersuchungen mittels Videomikroskopie - klinische Bedeutung",
            "abstract": null,
            "authors": [
                "Pilger,E",
                ""
            ],
            "year": 1981,
            "source": "JAhrestagung der ÖSterr. Gesellschaft für Hämatologie und Onkologie; SEP  25-26, 1981; Graz. 1981. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128630-51541"
            ],
            "imported": "2013-05-31T18:43:58+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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 128631,
            "title": "Serum lipid- and lipoprotein paramters in patients with peripheral atherosclerosis",
            "abstract": null,
            "authors": [
                "Pristautz,H",
                "Pilger,E",
                "Kostner,GM",
                ""
            ],
            "year": 1981,
            "source": "XI.International/IV European Congress of Clinical Chemistry; AUG 30 - SEP 5,  1981; Wien. 1981. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128631-14013"
            ],
            "persons": [
                "128631-51541",
                "128631-51669"
            ],
            "imported": "2013-05-31T18:46:36+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": 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": 128632,
            "title": "20 Lipoprotein and apolipoprotein variables; evaluation of the best discriminators for atherosclerosis",
            "abstract": null,
            "authors": [
                "Pilger,E",
                "Pristautz,H",
                "Pfieffer,KP",
                "Kostner,GM",
                ""
            ],
            "year": 1982,
            "source": "6th International Symposium on Atherosclerosis; JUN  14-18, 1982; Berlin. 1982. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128632-14013"
            ],
            "persons": [
                "128632-51541",
                "128632-51669"
            ],
            "imported": "2013-05-31T18:49:21+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": 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": 128633,
            "title": "Möglichkeiten in der Diagnose der peripheren Atherosklerose mittels Lipidparameter",
            "abstract": null,
            "authors": [
                "Pristautz,H",
                "Pilger,E",
                ""
            ],
            "year": 1982,
            "source": "Int.Seminar über aktuelle Lipid- und Lipoproteindiagnostik; MÄR 20, 1982; Graz. 1982. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128633-51541"
            ],
            "imported": "2013-05-31T18:52:38+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": 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": 128634,
            "title": "Auswahl von Riskofaktoren und  Modellidentifikationen bei einer stufenweisen Diskriminanzanalyse",
            "abstract": null,
            "authors": [
                "Pfeiffer,KP",
                "Pilger,E",
                "Kostner,GM",
                "Marth,E",
                "Kenner, TH",
                ""
            ],
            "year": 1982,
            "source": "Jahrestagung der Österr. Schweizerischen und Deutschen Gesellschaft für Biomedizinische Techni; MAI  20 - 22, 1982; Graz. 1982. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128634-14013"
            ],
            "persons": [
                "128634-51541",
                "128634-51669"
            ],
            "imported": "2013-05-31T18:55:35+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": 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": 128635,
            "title": "In vivo redistribution on In-111 labeled platelets during physical exercise",
            "abstract": null,
            "authors": [
                "Pilger,E",
                "Schmid,P",
                "Wolf,W",
                ""
            ],
            "year": 1982,
            "source": "XII Worl Congress pf Sports Medicine; JUN 28 . JUL 4, 1982; Wien. 1982. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128635-51541"
            ],
            "imported": "2013-05-31T18:57:27+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": 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": 128636,
            "title": "Prostaglandin E 1 - Einsatz bei peripheren arteriellen Verschlüssen",
            "abstract": null,
            "authors": [
                "Pilger,E",
                ""
            ],
            "year": 1982,
            "source": "1st International Austrian Prostaglandin Meeting; SEP, 22-25,  1982; Bad Ischl. 1982. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128636-51541"
            ],
            "imported": "2013-05-31T18:59:20+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": 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": 128637,
            "title": "Obliterierende Arteriopathien - Theraie mit Prostaglandin E 1",
            "abstract": null,
            "authors": [
                "Pilger,E",
                ""
            ],
            "year": 1982,
            "source": "Jahrestagung der ÖGA; NOV 19 - 20, 1982; Wien. 1982. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128637-51541"
            ],
            "imported": "2013-05-31T19:02:51+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": 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": false,
            "local_affiliation": true
        }
    ]
}