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=1820&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 153846,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1840&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1800&ordering=year",
    "results": [
        {
            "id": 75216,
            "title": "Iron Status in Cytaphereses Donors. ",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Steinmann,Cl",
                "Höcker,P",
                ""
            ],
            "year": 1982,
            "source": "Proceedings of the 19th Congress1982; 307-307.-19th Congress of the Internat Soc of Haematology; SEP 19-22; Budapest,HUNGARY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75216-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T15:09:43+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75217,
            "title": "The treatment of renal cancer with Ifosfamide(IF) by Mono-and Combination Chemotherapy.",
            "abstract": null,
            "authors": [
                "Kühböck,J",
                "Pötzi,P",
                "Aiginger,P",
                "Linkesch,W",
                ""
            ],
            "year": 1982,
            "source": "Proceedings of the 13th International Cancer Congress1982; 49-49.-13th international cancer congress; AUG 22-27,1982; Seattle,Wash,USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75217-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T15:18:36+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75251,
            "title": "Psychologie in der Medizin. ",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1982,
            "source": " In: Egger, J editors(s). Klinische Psychologie in der Rehabilitation.. Wien: Literas;  1982. p. 10. (ISBN: 3-85429-010-1) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75251-51505"
            ],
            "imported": "2008-02-19T16:45:09+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Egger, J",
            "collection_title": "Klinische Psychologie in der Rehabilitation.",
            "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": 75253,
            "title": "Klinische Psychologie in der Rehabilitation.",
            "abstract": null,
            "authors": null,
            "year": 1982,
            "source": "Egger, J. editor(s). Wien: Literas; 1982. (ISBN: 3-85429-010-1) ",
            "category": 7,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75253-51505"
            ],
            "imported": "2008-02-19T16:49:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75314,
            "title": "Single dose pharmacokinetics of fendiline in humans.",
            "abstract": null,
            "authors": [
                "Kukovetz, WR",
                "Brunner, F",
                "Beubler, E",
                "Weyhenmeyer, R",
                "Lohaus, R",
                "Grob, M",
                "Mayer, D"
            ],
            "year": 1982,
            "source": "Eur J Drug Metab Pharmacokinet. 1982; 7(2):105-110",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NV97000004",
            "pubmed": "7117293",
            "doi": "10.1007/BF03188726",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75314-51667-6"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Eur J Drug Metab Pharmacokinet",
            "issn": "0378-7966",
            "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": 75315,
            "title": "Wirkung von Rizinolsäure auf die Prostaglandin-Biosynthese in Blutgefässen.",
            "abstract": null,
            "authors": [
                "Juan, H",
                "Beubler, E"
            ],
            "year": 1982,
            "source": "Planta Med. 1982; 45(7): 137-138. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NZ46500019",
            "pubmed": "17396818",
            "doi": "10.1055/s-2007-971280",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75315-51667-6"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Planta Med",
            "issn": "0032-0943",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.044,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.73943661971831,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PLANT SCIENCES",
            "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": 75316,
            "title": "Zum Mechanismus der laxierenden Wirkung von Oleum Ricini.",
            "abstract": null,
            "authors": [
                "Beubler, E",
                "Juan, H"
            ],
            "year": 1982,
            "source": "Planta Med. 1982; 45(7):137-137",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NZ46500018",
            "pubmed": "17396819",
            "doi": "10.1055/s-2007-971279",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75316-51667-1"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Planta Med",
            "issn": "0032-0943",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.044,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.73943661971831,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PLANT SCIENCES",
            "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": 75317,
            "title": "Pharmacokinetics of the pivaloyloxyethyl (POE) ester of methyldopa, a new prodrug of methyldopa.",
            "abstract": null,
            "authors": [
                "Dobrinska, MR",
                "Kukovetz, W",
                "Beubler, E",
                "Leidy, HL",
                "Gomez, HJ",
                "Demetriades, J",
                "Bolognese, JA"
            ],
            "year": 1982,
            "source": "J Pharmacokinet Biopharm. 1982; 10(6):587-600",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982QK30600002",
            "pubmed": "7182456",
            "doi": "10.1007/BF01062542",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75317-51667-6"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "J Pharmacokinet Biopharm",
            "issn": "0090-466X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.284,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.634831460674157,
            "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": 75646,
            "title": "Effect of BW755C on prostaglandin synthesis in the rat stomach.",
            "abstract": null,
            "authors": [
                "Peskar, BM",
                "Weiler, H",
                "Peskar, BA"
            ],
            "year": 1982,
            "source": "Biochem Pharmacol. 1982; 31(8):1652-1653",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NN68100030",
            "pubmed": "6807324",
            "doi": "10.1016/0006-2952(82)90397-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Biochem Pharmacol",
            "issn": "0006-2952",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.263,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.876404494382023,
            "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": 75647,
            "title": "Release of leukotriene C4 from human polymorphonuclear leucocytes as determined by radioimmunoassay.",
            "abstract": null,
            "authors": [
                "Aehringhaus, U",
                "Wölbling, RH",
                "König, W",
                "Patrono, C",
                "Peskar, BM",
                "Peskar, BA"
            ],
            "year": 1982,
            "source": "FEBS Lett. 1982; 146(1):111-114",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PH55400024",
            "pubmed": "6814954",
            "doi": "10.1016/0014-5793(82)80715-1",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "FEBS Lett",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.6,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.842105263157895,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 75927,
            "title": "Progress in the treatment of juvenile leukemias",
            "abstract": null,
            "authors": [
                "Gadner, H",
                "Krepler, P",
                "Kundi, M",
                "Mutz, I",
                "Pichler, E",
                "Schmidmeier, W",
                "Tulzer, W",
                "Urban, C"
            ],
            "year": 1982,
            "source": "Wien Med Wochenschr. 1982; 132(13-14): 313-318. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PE14300002",
            "pubmed": "6958132",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75927-51657-6"
            ],
            "imported": "2008-02-23T01:00:00+01:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 75946,
            "title": "Rezension: Stress. Einführung in die psychosomatische Belastungsforschung.\r\nR. Bösel (Hrsg.). 1978. Reihe: kritische Wissenschaft. S. 242. Hamburg: \tHoffmann & Campe.\r\n",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1982,
            "source": "Verhaltensmodifikation, 3, 63 - 65. (Wien/München).. 1982",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75946-51505"
            ],
            "imported": "2008-02-25T08:17:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75947,
            "title": "Rezension: Verhaltenstherapie der psychosomatischen Erkrankungen.\r\nH. D. Basler, H. Otte, T. Schneller & D. Schwoon. 1979. S. 152. Stuttgart: \tKohlhammer.",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1982,
            "source": "Verhaltensmodifikation, 3, 59 - 61. (Wien/München).. 1982",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75947-51505"
            ],
            "imported": "2008-02-25T08:18:40+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 75948,
            "title": "Myocardial infarction and psychosocial risks.\r\nJ. Siegrist & M. J. Halhuber (Hrsg.). 1981. S. 152. Berlin/Heidelberg/New York: Springer-Verlag.",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1982,
            "source": "Verhaltensmodifikation, 3, 108 - 110. (Wien/München).. 1982",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75948-29447"
            ],
            "persons": [
                "75948-51505"
            ],
            "imported": "2008-02-25T08:21:09+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 75949,
            "title": "Rezension: Myocardial infarction and psychosocial risks.\r\nJ. Siegrist & M. J. Halhuber (Hrsg.). 1981. S. 152. Berlin/Heidelberg/New York: Springer-Verlag.\r\n",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1982,
            "source": "Verhaltensmodifikation, 3, 108 - 110. (Wien/München). 1982",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75949-51505"
            ],
            "imported": "2008-02-25T08:21: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": 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": 75950,
            "title": "Rezension: Psychosomatische Störungen. Theorien und Versorgung. \r\nA. Franke. 1981. S. 166. Stuttgart: Kohlhammer.",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1982,
            "source": "Verhaltensmodifikation, 3, 116 - 119. (Wien/München). 1982",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75950-51505"
            ],
            "imported": "2008-02-25T08:23:40+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 76147,
            "title": "6-Keto-prostaglandin F1Alpha in Leukemia, Lymphoma and Myeloproliferative Disorders.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Ludwig,H",
                "Sinzinger,h",
                ""
            ],
            "year": 1982,
            "source": "Int Symp on Prostaglandines1982; ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76147-14082"
            ],
            "persons": [],
            "imported": "2008-02-25T16:02: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": null,
            "conference_place": null,
            "conference_international": true,
            "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": 76148,
            "title": "Influence of an Endurance Training on red Blood Cell Count and Iron Metabolism.",
            "abstract": null,
            "authors": [
                "Haber,P",
                "Linkesch,W",
                "Burghuber,O",
                ""
            ],
            "year": 1982,
            "source": "Internat J of Sports Medicine1982; 33-33.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76148-14082"
            ],
            "persons": [],
            "imported": "2008-02-25T16:04:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "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": 76149,
            "title": "Serum-Ferritin and beta2 Mikroglobulin in Multiple Myeloma.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Ludwig,H",
                ""
            ],
            "year": 1982,
            "source": "Cancer Detection and Prevention1982; 5(2):259-259.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76149-14082"
            ],
            "persons": [],
            "imported": "2008-02-25T16:06: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": null,
            "conference_place": null,
            "conference_international": true,
            "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": 76313,
            "title": "Aspekte der Krankheitsverarbeitung bei cerebrovaskulären Erkrankungen in Abhängigkeit vom Alter.",
            "abstract": null,
            "authors": [
                "Stix, P",
                "Egger, JW",
                "Flooh, E"
            ],
            "year": 1982,
            "source": " In: Taskos, NA;  editors(s). Proceedings of the IV. South-East European Neuropsychiatric Conference, Halkidiki/Greece, 1981. II: Thessaloniki: University Studio Press;  1982. p. 11. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "76313-51505"
            ],
            "imported": "2008-02-26T13:55:57+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Taskos, NA; ",
            "collection_title": "Proceedings of the IV. South-East European Neuropsychiatric Conference, Halkidiki/Greece, 1981",
            "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
        }
    ]
}