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=2600&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157654,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2620&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2580&ordering=year",
    "results": [
        {
            "id": 74626,
            "title": "Development in surgical management of bronchogenic carcinoma: A 10 year review.",
            "abstract": null,
            "authors": [
                "Jüttner, FM",
                "Pinter, H",
                "Klepp, G",
                "Friehs, G."
            ],
            "year": 1984,
            "source": "Respiration (Suppl1)1984; 46(1984):98-98.-3rd Congress of the Societas Europaea Pneumologica (SEP).; SEP 16 - 22, 1984; Basel, SWITZERLAND. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "74626-51615"
            ],
            "imported": "2008-02-13T14:40:34+01:00",
            "journal": null,
            "issn": "0025-7931",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.489,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.206896551724138,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RESPIRATORY SYSTEM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 74693,
            "title": "Stoffwechsel und Psyche.",
            "abstract": null,
            "authors": [
                "Pieringer, W",
                "Egger, JW",
                "Stix, P"
            ],
            "year": 1984,
            "source": "Der Praktische Arzt. 1984; 38(493 ): 105-109. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "74693-51505",
                "74693-51506"
            ],
            "imported": "2008-02-13T15:57:38+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": 74758,
            "title": "Individualpsychologie und Psychodrama.",
            "abstract": null,
            "authors": [
                "Pieringer, W"
            ],
            "year": 1984,
            "source": " In: Reinelt, T; editors(s). Die Begegnung der Individualpsychologie mit anderen Therapieformen. München, Basel: Ernst Reinhardt ;  1984. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-14T12:59:41+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Reinelt, T;",
            "collection_title": "Die Begegnung der Individualpsychologie mit anderen Therapieformen",
            "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": 74770,
            "title": "Krankheit und seelische Not.",
            "abstract": null,
            "authors": [
                "Pieringer, W"
            ],
            "year": 1984,
            "source": " In: Retzhofschrifteditor(s). 1984. ",
            "category": 10,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-14T13:23:55+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75039,
            "title": "Bronchuskarzinom.",
            "abstract": null,
            "authors": [
                "Friehs, G",
                "Smolle-Jüttner, FM"
            ],
            "year": 1984,
            "source": " In: Fasching, W; editors(s). Manual der chirurgischen Krebstherapie. (1984): Wien: Facultas;  1984. p. 49 - 64. (ISBN: 3-85076-164-9) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75039-51615"
            ],
            "imported": "2008-02-18T14:48:20+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Fasching, W;",
            "collection_title": "Manual der chirurgischen Krebstherapie",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 75227,
            "title": "Treatment of hemodialysis(HD) related hemosiderosis with desferrioxamine(DFO) - kinetic study and longterm results.",
            "abstract": null,
            "authors": [
                "Kovarik,J",
                "Meisinger,V",
                "Woloszczuk,W",
                "Graf,H",
                "Irschik,H",
                "Linkesch,W",
                "Stummvoll H.K",
                "Pinggera,W.F",
                ""
            ],
            "year": 1984,
            "source": "Proceedings of the Bari Seminars in Nephrology1984; 55-55.-Bari Seminars in Nephrology; MAR 29-31, 1984; Bari, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75227-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T15:43: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": 75230,
            "title": "Shifts in ferritin and acute-phase proteins under plasmapheresis",
            "abstract": null,
            "authors": [
                "Preis,P",
                "Linkesch,W",
                "Eibl,M.M",
                "Zielinski,Ch",
                ""
            ],
            "year": 1984,
            "source": "Proceedings of the Ferritins and Isoferritins as Biochemical Markers1984; 49-49.-Ferritins and Isoferritins as Biochemical Markers; MAY 17 1984; Milan,ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75230-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T15:50:31+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75233,
            "title": "Determination of erythrocyte ferritin.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Lang,H.R.M",
                ""
            ],
            "year": 1984,
            "source": "Proceedings of the Ferritins and Isoferritins as Biochemical Markers1984; 52-52.-Ferritins and Isoferritins as Biochemical Markers; MAY 17 1984; Milan,ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75233-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T15:53:04+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": 75236,
            "title": "Studies on Ferritin in Diabetes Mellitus.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Schnack,Ch",
                "Lang,H",
                "Schernthaner,G",
                ""
            ],
            "year": 1984,
            "source": "Proceedings of the 20th Congress of the International Society of Hematology1984; 309-309.-20th Congress of the International Society of Hematology; AUG 26-30, 1984; Buenos Aires, ARGENTINA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75236-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T16:05:22+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75239,
            "title": "Myelosarkom des Ovars.",
            "abstract": null,
            "authors": [
                "Stefanelli,Th",
                "Linkesch,W",
                "Radaszkiewicz,Th",
                ""
            ],
            "year": 1984,
            "source": "Acta Med Austr1984; 2: 42-42.-Jahrestagung der Österreichischen Gesellschaft für Medizin.; SEP 17-19; Salzburg,Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75239-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T16:16:07+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75240,
            "title": "Kombinationstherapie der akuten myeloischen Leukämie mit Amsacrin(AMSA) - erste Ergebnisse.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Gisslinger,W",
                "Radaszkiewicz,Th",
                ""
            ],
            "year": 1984,
            "source": "Acta Med Austr1984; 2: 23-23.-Jahrestagung der Österreichischen Gesellschaft für Medizin.; SEP 17-19; Salzburg,Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75240-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T16:18:37+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": 75241,
            "title": "Wertigkeit von Serumferritin bei Leukämie.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                ""
            ],
            "year": 1984,
            "source": "Acta Med Austr1984; 2: 22-23.-Jahrestagung der Österreichischen Gesellschaft für Medizin; SEP 17-19; Salzburg,Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75241-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T16:20:06+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75242,
            "title": "Einfluss von Zytostatika auf den intrazellulären ATP-Gehalt von Leukämiezellen in vitro.",
            "abstract": null,
            "authors": [
                "Kuzmits,R",
                "Aiginer,P",
                "Steurer G",
                "Schwarz,H.P",
                "Linkesch,W",
                "Ludwig,H",
                ""
            ],
            "year": 1984,
            "source": "Acta Med Austr1984; 2: 21-21.-Jahrestagung der Österreichischen Gesellschaft für Medizin; SEP 17-19; Salzburg,Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75242-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T16:22:58+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": 75319,
            "title": "Retention time and concentration in human skin of bifonazole and clotrimazole.",
            "abstract": null,
            "authors": [
                "Lücker, PW",
                "Beubler, E",
                "Kukovetz, WR",
                "Ritter, W"
            ],
            "year": 1984,
            "source": "Dermatologica. 1984; 169 Suppl 1(5): 51-55. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984ACF9200007",
            "pubmed": "6526092",
            "doi": "10.1159/000249639",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75319-51667-6"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Dermatologica",
            "issn": "0011-9075",
            "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": 75449,
            "title": "Myoclonic encephalopathy (Kinsbourne syndrome)",
            "abstract": null,
            "authors": [
                "Kaulfersch, W",
                "Urban, C",
                "Fritsch, G",
                "Maurer, G"
            ],
            "year": 1984,
            "source": "Padiatr Padol. 1984; 19(3):279-285",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6472868",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 75450,
            "title": "Monoclonal antibodies to canine cell surface antigens: a comparison of screening assays.",
            "abstract": null,
            "authors": [
                "Ladiges, WC",
                "Durkopp, N",
                "Urban, C",
                "Wulff, JC",
                "Storb, R"
            ],
            "year": 1984,
            "source": "Hybridoma. 1984; 3(4):387-390",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984AAF5100009",
            "pubmed": "6396199",
            "doi": "10.1089/hyb.1984.3.387",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Hybridoma",
            "issn": "0272-457X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.91,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.284552845528455,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY",
            "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": 75565,
            "title": "Volumen und Dichteverteilung von Mikroaggregaten im konservierten Blut",
            "abstract": null,
            "authors": [
                "Hinghofer-Szalkay, H",
                "Teubl, I",
                "Dohr G",
                ""
            ],
            "year": 1984,
            "source": " In: Teissigl, H; editors(s). Transfusion und Schock. XII: Melsungen: Bibliomed ;  1984. p. 167-175. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75565-51666",
                "75565-51683"
            ],
            "imported": "2008-02-21T14:18:01+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Teissigl, H;",
            "collection_title": "Transfusion und Schock",
            "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": 75609,
            "title": "Pharmacological control of leukotriene and prostaglandin production from mouse peritoneal macrophages.",
            "abstract": null,
            "authors": [
                "Brune, K",
                "Aehringhaus, U",
                "Peskar, BA"
            ],
            "year": 1984,
            "source": "Agents Actions. 1984; 14(5-6):729-734",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SZ98100029",
            "pubmed": "6433678",
            "doi": "10.1007/BF01978916",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Agents Actions",
            "issn": "0065-4299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.923,
            "impactfactor_year": 1994,
            "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": 75610,
            "title": "Local release of histamine, prostaglandin F2 alpha and thromboxane B2 into the tracheal lumen and its influence on airways reactivity.",
            "abstract": null,
            "authors": [
                "Peskar, BA",
                "Zimmermann, I",
                "Ulmer, WT"
            ],
            "year": 1984,
            "source": "Klin Wochenschr. 1984; 62(7): 315-322. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SM77000005",
            "pubmed": "6202930",
            "doi": "10.1007/BF01716448",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Klin Wochenschr",
            "issn": "0023-2173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.889,
            "impactfactor_year": 1994,
            "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": 75611,
            "title": "Release and vasoconstrictor effect of leukotriene C-like immunoreactive material in the anaphylactic guinea-pig mesenteric vascular bed.",
            "abstract": null,
            "authors": [
                "Dembinska-Kiec, A",
                "Simmet, T",
                "Peskar, BA"
            ],
            "year": 1984,
            "source": "Eur J Pharmacol. 1984; 101(3-4):259-262",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SZ92300014",
            "pubmed": "6468499",
            "doi": "10.1016/0014-2999(84)90166-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Eur J Pharmacol",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.677,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.814606741573034,
            "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
        }
    ]
}