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=150020&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157186,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150040&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150000&ordering=-year",
    "results": [
        {
            "id": 195703,
            "title": "The role of Surgery in the management of hepatic abscesses.",
            "abstract": null,
            "authors": [
                "Mischinger HJ, Lammer H, Berger A, Hauser H"
            ],
            "year": 1991,
            "source": "34 th World Congress of Surgery of the ISS/SIC and the 12 th World Congress of CICD; 25. bis 31.08.1991; Stockholm, Schweden. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "195703-51595"
            ],
            "imported": "2022-06-07T15:14:56+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 195704,
            "title": "The predective value of Purine Nucleoside Phosphorylase (PNP) for liver viability after cold storage.",
            "abstract": null,
            "authors": [
                "Mischinger HJ, Quehenberger F, Rao P.N., Todo S"
            ],
            "year": 1991,
            "source": "34 th World Congress of Surgery of the ISS/SIC and the 12 th World Congress of CICD; 25. bis 31.08.1991; Stockholm, Schweden. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "195704-51595"
            ],
            "imported": "2022-06-07T15:20:11+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 195741,
            "title": "The impact of surgical drainage (SD) versus percutaneous drainage (PD) in managing pyogenic liver abscess.",
            "abstract": null,
            "authors": [
                "Mischinger HJ, Hauser H, Rubin R, Lammer L,"
            ],
            "year": 1991,
            "source": "1 st Alps Adria Congress, Hepato-Pancreato-Biliary Surgery and Medicine; 03. bis 05.10.1991; Ljubljana, Yugoslavia. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "195741-51595"
            ],
            "imported": "2022-06-08T10:41: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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 195742,
            "title": "Laserdesobliteration und endoluminale Ir 192-HRD Afterloading-therapie beim inoperablen Rektumkarzinom.",
            "abstract": null,
            "authors": [
                "Rosanelli G, Schweiger W, Berger A, Arian Schad., Mischinger HJ,"
            ],
            "year": 1991,
            "source": "; 1991; Innsbruck, Österreich. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "195742-51595"
            ],
            "imported": "2022-06-08T10:44:42+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 195743,
            "title": "The place of different diagnostic and therapeutic procedures in the management of pyogenic hepatic abscesses.",
            "abstract": null,
            "authors": [
                "Hauser H, Mischinger HJ, Berger A, Lammer H,"
            ],
            "year": 1991,
            "source": "1 st Alps Adria Congress, Hepato-Pancreato-Biliary Surgery and Medicine.; 03. bis 05.10.1991; Ljubliana, Yugoslavia. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "195743-51595"
            ],
            "imported": "2022-06-08T10:49:31+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 195744,
            "title": "Intraoperative Cholangiographie bei laparoskopischer Cholezystektomie.",
            "abstract": null,
            "authors": [
                "Mischinger HJ, Berger A"
            ],
            "year": 1991,
            "source": "Wissenschaftliche Gesellschaft der Ärzte Jahrgang 1991/92; 07.11.1991; Graz, Österreich. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "195744-51595"
            ],
            "imported": "2022-06-08T10:52: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 195745,
            "title": "Erfahrungen mit der konventionellen und endoskopischen Cholezystektomie.",
            "abstract": null,
            "authors": [
                "Berger A, Mischinger HJ, Schweiger W, Rosanelli G, Jeran H."
            ],
            "year": 1991,
            "source": "Wisschenschaftliche Gesellschaft der Ärzte Jahrgang 1991/92; 07.11.1991; Graz, Österreich. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "195745-51595"
            ],
            "imported": "2022-06-08T10:55: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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 814,
            "title": "Effect of antioxidants on oxidative modification of LDL.",
            "abstract": null,
            "authors": [
                "Esterbauer, H",
                "Puhl, H",
                "Dieber-Rotheneder, M",
                "Waeg, G",
                "Rabl, H"
            ],
            "year": 1991,
            "source": "ANN MED. 1991; 23:  573-581. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GT41400016",
            "pubmed": "1756027",
            "doi": "10.3109/07853899109150520",
            "pmc": null,
            "organizations": [
                "814-14045"
            ],
            "persons": [],
            "imported": "2010-06-25T16:44:20+02:00",
            "journal": "ANN MED",
            "issn": "0785-3890",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.129,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.831775700934579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 197302,
            "title": "Kalman Filter zur On-Line-Diskriminanzanalyse von Verlaufskurven. ",
            "abstract": null,
            "authors": [
                "Stronegger, WJ"
            ],
            "year": 1991,
            "source": " In: Seeber, GUH; Minder, ChE; editors(s). Multivariate Modelle. Neue Ansätze für biometrische Anwendungen. Reihe Medizinische Informatik, Biometrie und Epidemiologie. 74: Berlin: Springer; p. 123-155.  1991(ISBN: 3-540-54511-5) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "197302-51741"
            ],
            "imported": "2022-09-01T20:09:24+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Seeber, GUH; Minder, ChE;",
            "collection_title": "Multivariate Modelle. Neue Ansätze für biometrische Anwendungen. Reihe Medizinische Informatik, Biometrie und Epidemiologie",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75749,
            "title": "Effect of carbenoxolone on the biological activity of nitric oxide: relation to gastroprotection.",
            "abstract": null,
            "authors": [
                "Dembinska-Kiec, A",
                "Pallapies, D",
                "Simmet, T",
                "Peskar, BM",
                "Peskar, BA"
            ],
            "year": 1991,
            "source": "Br J Pharmacol. 1991; 104(4): 811-816. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GT19000009",
            "pubmed": "1725764",
            "doi": "10.1111/j.1476-5381.1991.tb12511.x",
            "pmc": "PMC1908844",
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Br J Pharmacol",
            "issn": "0007-1188",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.695,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.921348314606742,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": false
        },
        {
            "id": 77748,
            "title": "Effects of the apolipoprotein(a) size polymorphism on the lipoprotein(a) concentration in 7 ethnic groups.",
            "abstract": null,
            "authors": [
                "Sandholzer, C",
                "Hallman, DM",
                "Saha, N",
                "Sigurdsson, G",
                "Lackner, C",
                "Császár, A",
                "Boerwinkle, E",
                "Utermann, G"
            ],
            "year": 1991,
            "source": "Hum Genet. 1991; 86(6): 607-614. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FH81000013",
            "pubmed": "2026424",
            "doi": "10.1007/BF00201550",
            "pmc": null,
            "organizations": [],
            "persons": [
                "77748-51983-6"
            ],
            "imported": "2008-03-01T01:00:00+01:00",
            "journal": "Hum Genet",
            "issn": "0340-6717",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.551,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.747572815533981,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": false
        },
        {
            "id": 19303,
            "title": "Neopterin and beta 2-microglobulin as prognostic indices in human immunodeficiency virus type 1 infection.",
            "abstract": null,
            "authors": [
                "Fuchs, D",
                "Krämer, A",
                "Reibnegger, G",
                "Werner, ER",
                "Dierich, MP",
                "Goedert, JJ",
                "Wachter, H"
            ],
            "year": 1991,
            "source": "INFECTION. 1991; 19 Suppl 2(2): S98-102. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FA47100005",
            "pubmed": "1673120",
            "doi": "10.1007/BF01644476",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19303-50569-6"
            ],
            "imported": "2010-06-25T17:07:25+02:00",
            "journal": "INFECTION",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.388888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS DISEASES",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 186891,
            "title": "The human maxillary artery reinvestigated: I. Topographical relations in the infratemporal fossa.",
            "abstract": null,
            "authors": [
                "Pretterklieber, ML",
                "Skopakoff, C",
                "Mayr, R"
            ],
            "year": 1991,
            "source": "Acta Anat (Basel). 1991; 142(4):281-287",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991HB16500001",
            "pubmed": "1801518",
            "doi": "10.1159/000147203",
            "pmc": null,
            "organizations": [],
            "persons": [
                "186891-108616-2"
            ],
            "imported": "2021-03-14T01:00:00+01:00",
            "journal": "Acta Anat (Basel)",
            "issn": "0001-5180",
            "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": 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": false
        },
        {
            "id": 107294,
            "title": "LARGE-SCALE PURIFICATION, ENZYMATIC CHARACTERIZATION, AND CRYSTALLIZATION OF THE LIPASE FROM GEOTRICHUM-CANDIDUM",
            "abstract": null,
            "authors": [
                "HEDRICH, HC",
                "SPENER, F",
                "MENGE, U",
                "HECHT, HJ",
                "SCHMID, RD"
            ],
            "year": 1991,
            "source": "ENZYME MICROB TECHNOL. 1991; 13(10): 840-847. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GG51800011",
            "pubmed": null,
            "doi": "10.1016/0141-0229(91)90069-M",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-12-13T11:41:16+01:00",
            "journal": "ENZYME MICROB TECHNOL",
            "issn": "0141-0229",
            "collection_publisher": null,
            "collection_title": "ENZYME AND MICROBIAL TECHNOLOGY; ",
            "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": false
        },
        {
            "id": 77091,
            "title": "Medizinipsychologische Faktoren des Essverhaltens und psychotherapeutische Möglichkeiten der Beeinflussung von Adipositas, Anorexia nervosa und Bulimia nervosa.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1991,
            "source": "Europäisches Institut für Lebensstilmedizin; APRIL 21, 1991; Villach, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77091-51505"
            ],
            "imported": "2008-02-28T13:09:41+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": false
        },
        {
            "id": 77092,
            "title": "Ärztliche Gesprächsführung.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1991,
            "source": "Ärztekammer für Steiermark, Seminar, Universität Graz; APRIL 27, 1991; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77092-51505"
            ],
            "imported": "2008-02-28T13:12: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": false
        },
        {
            "id": 77093,
            "title": "Verhaltensmedizinische Ansätze in der Schmerzbehandlung.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1991,
            "source": "37. Ausseer Symposium der Wissenschaftlichen Gesellschaft der Ärzte in der \r\nSteiermark\r\n\r\n; MAI 9-12, 1991; Bad Aussee, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77093-51505"
            ],
            "imported": "2008-02-28T13:14:35+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": false
        },
        {
            "id": 77095,
            "title": "Medizinpsychologische Aspekte in der Diagnostik und Behandlung von chronischen Schmerzen.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1991,
            "source": "Podiumsdiskussion: Der chronisch Bewegungskranke - die vielen offenen Fragen.\r\n37. Ausseer Symposium der Wissenschaftlichen Gesellschaft der Ärzte in der \r\nSteiermark\r\n\r\n; MAI 9-12, 1991; Bad Aussee, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77095-51505"
            ],
            "imported": "2008-02-28T13:18:51+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": false
        },
        {
            "id": 77102,
            "title": "Sozialmedizin an der Medizinischen Fakultät der Universität Graz: Ein Konzept für Lehre, Forschung und Anwendung.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JP"
            ],
            "year": 1991,
            "source": "Medizinische Fakultät der Universität Graz; JUNI 14, 1991; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77102-51505"
            ],
            "imported": "2008-02-28T13:26:53+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 77105,
            "title": "Psychosomatische Modelle: das empirisch-psychosomatische, systemtheoretische Modell für Gesundheit und Krankheit von H. Weiner.\r\n",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1991,
            "source": "Grazer Fortbildungstage der Ärztekammer für Steiermark; OKT 17, 1991; Graz, AUSTRIA. 1991. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77105-51505"
            ],
            "imported": "2008-02-28T13:29: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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}