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=153580&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157100,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153600&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153560&ordering=-imported",
    "results": [
        {
            "id": 63987,
            "title": "Polymyositis: MRI-appearance at 1.5 T and correlation to clinical findings.",
            "abstract": null,
            "authors": [
                "Stiglbauer, R",
                "Graninger, W",
                "Prayer, L",
                "Kramer, J",
                "Schurawitzki, H",
                "Machold, K",
                "Imhof, H"
            ],
            "year": 1993,
            "source": "Clin Radiol. 1993; 48(4):244-248",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MA94200006",
            "pubmed": "8243000",
            "doi": "10.1016/S0009-9260(05)80305-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "Clin Radiol",
            "issn": "0009-9260",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.704,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.594936708860759,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 63990,
            "title": "High levels of bcl-2 protein in circulating T lymphocytes, but not B lymphocytes, of patients with systemic lupus erythematosus.",
            "abstract": null,
            "authors": [
                "Aringer, M",
                "Wintersberger, W",
                "Steiner, CW",
                "Kiener, H",
                "Presterl, E",
                "Jaeger, U",
                "Smolen, JS",
                "Graninger, WB"
            ],
            "year": 1994,
            "source": "Arthritis Rheum. 1994; 37(10):1423-1430",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PM44400003",
            "pubmed": "7945466",
            "doi": "10.1002/art.1780371004",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "Arthritis Rheum",
            "issn": "0004-3591",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.298,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 64023,
            "title": "Interstitial nephritis in patients with systemic lupus erythematosus: a manifestation of concomitant Sjögren's syndrome?",
            "abstract": null,
            "authors": [
                "Graninger, WB",
                "Steinberg, AD",
                "Meron, G",
                "Smolen, JS"
            ],
            "year": 1991,
            "source": "Clin Exp Rheumatol. 1991; 9(1): 41-45. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FA29600008",
            "pubmed": "2054966",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "Clin Exp Rheumatol",
            "issn": "0392-856X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.342,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.526315789473684,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 63997,
            "title": "The effect of age on the transendothelial migration of human T lymphocytes.",
            "abstract": null,
            "authors": [
                "Stohlawetz, P",
                "Kolussi, T",
                "Jahandideh-Kazempour, S",
                "Kudlacek, S",
                "Graninger, W",
                "Willvonseder, R",
                "Pietschmann, P"
            ],
            "year": 1996,
            "source": "Scand J Immunol. 1996; 44(5):530-534",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VT81400015",
            "pubmed": "8947606",
            "doi": "10.1046/j.1365-3083.1996.d01-331.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "Scand J Immunol",
            "issn": "0300-9475",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.903,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.541666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 64028,
            "title": "Radiosynovectomy with dysprosium-165 iron hydroxide",
            "abstract": null,
            "authors": [
                "Pirich, C",
                "Wanivenhaus, A",
                "Graninger, W",
                "Kvaternik, H",
                "Angelberger, P",
                "Pesau, B",
                "Havlik, E",
                "Flores, J",
                "Sinzinger, H"
            ],
            "year": 1993,
            "source": "Acta Med Austriaca. 1993; 20(1-2):49-53",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KU85900014",
            "pubmed": "8475681",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "64028-76269-6"
            ],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "Acta Med Austriaca",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63956,
            "title": "Effects of cartilage-derived morphogenetic proteins and osteogenic protein-1 on osteochondrogenic differentiation of periosteum-derived cells.",
            "abstract": null,
            "authors": [
                "Gruber, R",
                "Mayer, C",
                "Bobacz, K",
                "Krauth, MT",
                "Graninger, W",
                "Luyten, FP",
                "Erlacher, L"
            ],
            "year": 2001,
            "source": "Endocrinology. 2001; 142(5):2087-2094",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000168434500049",
            "pubmed": "11316776",
            "doi": "10.1210/en.142.5.2087",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "Endocrinology",
            "issn": "0013-7227",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.971,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.844444444444444,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 63979,
            "title": "Sézary syndrome and seronegative polyarthritis: treatment with extracorporeal photochemotherapy.",
            "abstract": null,
            "authors": [
                "Macheiner, W",
                "Jantschitsch, C",
                "Graninger, W",
                "Pálóczy, K",
                "Bálint, G",
                "Marschalkó, M",
                "Kainberger, F",
                "Breier, F",
                "Knobler, RM"
            ],
            "year": 2003,
            "source": "J Am Acad Dermatol. 2003; 48(2):220-226",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181050000008",
            "pubmed": "12582392",
            "doi": "10.1067/mjd.2003.11",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "J Am Acad Dermatol",
            "issn": "0190-9622",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.971,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.947368421052632,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL 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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63935,
            "title": "Avastin (Bevacizumab)",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "5. Interaktives Seminar der AGO; MAR 10, 2006; Pöllauberg, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63935-14038"
            ],
            "persons": [
                "63935-51624"
            ],
            "imported": "2006-12-26T18:31:21+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63934,
            "title": "Gibt es ein sonographisch suspektes Endometrium.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "Symposium \"Endometrium und Endometriumkarzinom\"; FEB 11, 2006; Graz. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63934-14038"
            ],
            "persons": [
                "63934-51624"
            ],
            "imported": "2006-12-26T18:29: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63933,
            "title": "Rezidivtherapie des Ovarialkarzinoms.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "3. Kärntnerisch-steirisches Onkologie-Symposium.; JAN 28, 2006; Bad Kleinkirchheim, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63933-14038"
            ],
            "persons": [
                "63933-51624"
            ],
            "imported": "2006-12-26T18:28:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63932,
            "title": "Nenewirkungen von Antiöstrogenen und Aromatasehemmern",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "3. Kärntnerisch-steirisches Onkologie-Symposium; JAN 28, 2006; Bad Kleinkirchheim, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63932-14038"
            ],
            "persons": [
                "63932-51624"
            ],
            "imported": "2006-12-26T18: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63931,
            "title": "Adjuvante Therapie des Zervixkarzinoms.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "3. Kärnterisch-steirisches Onkologie-Symposium. ; JAN 28, 2006; Bad Kleinkirchheim, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63931-14038"
            ],
            "persons": [
                "63931-51624"
            ],
            "imported": "2006-12-26T18:25:13+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63930,
            "title": "Neuerungen beim Umgang mit Brustkrebs von der Diagnostik über die Therapie zur Nachsorge.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "VIII. Goldegger Schloßtagung aus der Frauenheilkunde und Geburtshilfe.; JAN 21, 2006; Goldegg, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63930-14038"
            ],
            "persons": [
                "63930-51624"
            ],
            "imported": "2006-12-26T18:23:27+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63929,
            "title": "Mammakarzinom in der Schwangerschaft.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "Italien Herbstworkshop; OKT 28, 2006; Clusane, ITALIEN. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63929-14038"
            ],
            "persons": [
                "63929-51624"
            ],
            "imported": "2006-12-26T18:21:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 63928,
            "title": "Mamma-, Endometrium-, Ovarialkarzinom: Was sind die gemeinsamen Therapieansätze ?",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "Fortbildungstage der Österreichischen Pharmazeutischen Gesellschaft; OKT 7, 2006; Seggauberg/Leibnitz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63928-14038"
            ],
            "persons": [
                "63928-51624"
            ],
            "imported": "2006-12-26T18:19:45+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63927,
            "title": "Unerwartete und negative Studienergebnisse: Eigene Erfahrungen.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "10. Onkologischer Alpengipfel; OKT 5, 2006; Schwaz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63927-14038"
            ],
            "persons": [
                "63927-51624"
            ],
            "imported": "2006-12-26T18:17:32+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 63926,
            "title": "Medikamentöse Therapie des Ovarialkarzinoms - Rolle der zielgerichteten Therapie.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "Herbsttagung der Österreichischen Gesellschaft für Pathologie.; SEP 30, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63926-14038"
            ],
            "persons": [
                "63926-51624"
            ],
            "imported": "2006-12-26T18:15: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": 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": 63925,
            "title": "Fallbeispiele zum metastasierten Ovarial- und Mammakarzinom. ",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "Interaktives Onkologie-Seminar.; SEP 29, 2006; Graz. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63925-14038"
            ],
            "persons": [
                "63925-51624"
            ],
            "imported": "2006-12-26T18:13:05+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": 63924,
            "title": "Entscheidungskriterien bei der Therapie des Ovarialkarzinoms.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "Docetaxel - Ten years after.; SEP 23, 2006; Wien. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63924-14038"
            ],
            "persons": [
                "63924-51624"
            ],
            "imported": "2006-12-26T18:11:21+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": 63923,
            "title": "Chemotherapie des metastasierten Mammakarzinoms.",
            "abstract": null,
            "authors": [
                "Petru, E"
            ],
            "year": 2006,
            "source": "Jahrestagung der Österreichischen Gesellschaft für Senologie; SEP 8, 2006; Salzburg, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "63923-14038"
            ],
            "persons": [
                "63923-51624"
            ],
            "imported": "2006-12-26T18:09:42+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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
        }
    ]
}