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=156380&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156918,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156400&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156360&ordering=-imported",
    "results": [
        {
            "id": 60512,
            "title": "Risikoprofil und Schlafumgebung der SIDS-Fälle in der Steiermark von 2001 bis 2005. ",
            "abstract": null,
            "authors": [
                "Sauseng, W",
                "Zotter, H",
                "Pfurtscheller, K",
                "Kerbl, R"
            ],
            "year": 2006,
            "source": "44. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; SEP 28-30, 2006; Bregenz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60512-14091",
                "60512-14092",
                "60512-14094"
            ],
            "persons": [
                "60512-51821",
                "60512-81339"
            ],
            "imported": "2006-10-12T12:10:37+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60511,
            "title": "Ostruktives Schlafapnoesyndrom (OSAS) als Ursache zöliakieverdächtiger Dystrophie.",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Zotter, H",
                "Freudenschuss, K",
                "Hofmann, T",
                "Sauseng, W",
                "Pfurtscheller, K",
                "Hanzer, M",
                "Kenzian, H"
            ],
            "year": 2006,
            "source": "44. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; SEP 28-30, 2006; Bregenz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60511-14091",
                "60511-14093",
                "60511-14094"
            ],
            "persons": [
                "60511-51821",
                "60511-62745",
                "60511-81339"
            ],
            "imported": "2006-10-12T12:07:33+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60510,
            "title": "Plötzlicher Säuglingstod (SIDS) - Diagnostik, Epidemiologie und Prävention. ",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Zotter, H",
                "Sauseng, W",
                "Pfurtscheller, K",
                "Hanzer, M",
                "Hoffmann, E",
                "Perrogon, A",
                "Schönauer, D",
                "Kenzian, H"
            ],
            "year": 2006,
            "source": "Pädiatrie und Pädiologie. 2006; 4:  22-28. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60510-14093",
                "60510-14094"
            ],
            "persons": [
                "60510-62745",
                "60510-81339"
            ],
            "imported": "2006-10-12T12:02:27+02:00",
            "journal": null,
            "issn": "0030-9338",
            "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": true
        },
        {
            "id": 60503,
            "title": "Zur Arbeit der Ethik-Kommissionen und zur Rolle des medizintechnischen Sachverstandes in diesen Kommissionen",
            "abstract": null,
            "authors": [
                "Rehak, PH"
            ],
            "year": 2006,
            "source": "Gemeinsame Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaft für Biomedizinische Technik; 6. - 9. September 2006; Zürich, Schweiz. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60503-14045"
            ],
            "persons": [],
            "imported": "2006-10-12T09:14:09+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60547,
            "title": "The influence of electrostatic fields on osmolality and concentrations of neutral fat and cholesterol (author's transl)",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Möse, JR",
                "Fischer, G",
                "Porta, J",
                "Sadjak, A"
            ],
            "year": 1975,
            "source": "Zentralbl Bakteriol [Orig B]. 1975; 161(2): 146-152. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1975AU20700005",
            "pubmed": "1189800",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Zentralbl Bakteriol [Orig B]",
            "issn": "0174-3015",
            "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": true
        },
        {
            "id": 60546,
            "title": "Adrenaline application by intraperitoneal depot capsule -- effects in the heart (author's transl)",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, J",
                "Egger, G",
                "Esterbauer, H",
                "Kramer, G",
                "Sadjak, A"
            ],
            "year": 1977,
            "source": "Exp Pathol (Jena). 1977; 13(6): 302-312. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977DX07400003",
            "pubmed": "923686",
            "doi": "10.1016/S0014-4908(77)80017-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Exp Pathol (Jena)",
            "issn": "0014-4908",
            "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": 60545,
            "title": "Metabolism of rat liver in the electrostatic field and in the faraday cage before and after hepatectomy (author's transl)",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Möse, JR",
                "Fischer, G",
                "Porta, J",
                "Sadjak, A"
            ],
            "year": 1975,
            "source": "Zentralbl Bakteriol [Orig B]. 1975; 161(2): 137-145. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1975AU20700004",
            "pubmed": "242166",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Zentralbl Bakteriol [Orig B]",
            "issn": "0174-3015",
            "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": 60542,
            "title": "[Transdermal buprenorphine for treatment of chronic tumor and non-tumor pain].",
            "abstract": null,
            "authors": [
                "Likar, R",
                "Griessinger, N",
                "Sadjak, A",
                "Sittl, R"
            ],
            "year": 2003,
            "source": "Wien Med Wochenschr. 2003; 153(13-14):317-22",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "12924108",
            "doi": "10.1046/j.1563-258x.2003.02120.x",
            "pmc": null,
            "organizations": [
                "60542-14014"
            ],
            "persons": [
                "60542-53309-2"
            ],
            "imported": "2006-10-12T02:00:00+02: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": 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": 60531,
            "title": "Nephrotoxicity of fumaric acid monoethylester (FA ME).",
            "abstract": null,
            "authors": [
                "Hohenegger, M",
                "Vermes, M",
                "Sadjak, A",
                "Egger, G",
                "Supanz, S",
                "Erhart, U"
            ],
            "year": 1989,
            "source": "Adv Exp Med Biol. 1989; 252(12): 265-272. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2782199",
            "doi": "10.1007/978-1-4684-8953-8_25",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Adv Exp Med Biol",
            "issn": "0065-2598",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.180555555555556,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 60529,
            "title": "Accumulation of "small dense" low density lipoproteins (LDL) in a homozygous patients with familial defective apolipoprotein B-100 results from heterogenous interaction of LDL subfractions with the LDL receptor.",
            "abstract": null,
            "authors": [
                "März, W",
                "Baumstark, MW",
                "Scharnagl, H",
                "Ruzicka, V",
                "Buxbaum, S",
                "Herwig, J",
                "Pohl, T",
                "Russ, A",
                "Schaaf, L",
                "Berg, A"
            ],
            "year": 1993,
            "source": "J Clin Invest. 1993; 92(6):2922-2933",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993ML64300050",
            "pubmed": "8254047",
            "doi": "10.1172/JCI116915",
            "pmc": "PMC288496",
            "organizations": [],
            "persons": [
                "60529-50886-6"
            ],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "J Clin Invest",
            "issn": "0021-9738",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 8.467,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.972222222222222,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 60526,
            "title": "The receptor-mediated endocytosis of lipoprotein (a).",
            "abstract": null,
            "authors": [
                "März, W",
                "Scharnagl, H",
                "Mondorf, U",
                "Wieland, H",
                "Gross, W",
                "Kostner, GM"
            ],
            "year": 1996,
            "source": "Z Gastroenterol. 1996; 34 Suppl 3:  131-138. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8767490",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "60526-50886-6",
                "60526-51669-4"
            ],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Z Gastroenterol",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.958,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.431818181818182,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 60525,
            "title": "Lifibrol: first member of a new class of lipid-lowering drugs?",
            "abstract": null,
            "authors": [
                "Scharnagl, H",
                "März, W",
                "Wieland, H"
            ],
            "year": 1997,
            "source": "Expert Opin Investig Drugs. 1997; 6(5):583-591",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "15989622",
            "doi": "10.1517/13543784.6.5.583",
            "pmc": null,
            "organizations": [],
            "persons": [
                "60525-50886-1"
            ],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Expert Opin Investig Drugs",
            "issn": "1744-7658",
            "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": 60524,
            "title": "Identification of recurrent and novel mutations in the LDL receptor gene in German patients with familial hypercholesterolemia.",
            "abstract": null,
            "authors": [
                "Nauck, MS",
                "Köster, W",
                "Dörfer, K",
                "Eckes, J",
                "Scharnagl, H",
                "Gierens, H",
                "Nissen, H",
                "Nauck, MA",
                "Wieland, H",
                "März, W"
            ],
            "year": 2001,
            "source": "Hum Mutat. 2001; 18(2): 165-166. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "11462246",
            "doi": "10.1002/humu.1171",
            "pmc": null,
            "organizations": [],
            "persons": [
                "60524-50886-6"
            ],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Hum Mutat",
            "issn": "1059-7794",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.134,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.902654867256637,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 60523,
            "title": "Plasma lipoprotein Lp(a), markers of haemostasis and inflammation, and risk and severity of coronary heart disease.",
            "abstract": null,
            "authors": [
                "Imhof, A",
                "Rothenbacher, D",
                "Khuseyinova, N",
                "Hoffmeister, A",
                "Maerz, W",
                "Nauck, M",
                "Scharnagl, H",
                "Koenig, W",
                "Brenner, H"
            ],
            "year": 2003,
            "source": "Eur J Cardiovasc Prev Rehabil. 2003; 10(5):362-370",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14663298",
            "doi": "10.1097/01.hjr.0000087080.83314.be",
            "pmc": null,
            "organizations": [],
            "persons": [
                "60523-50886-6"
            ],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Eur J Cardiovasc Prev Rehabil",
            "issn": "1741-8267",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.0,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.802816901408451,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 60522,
            "title": "ApoE: crossroads between Alzheimer's disease and atherosclerosis.",
            "abstract": null,
            "authors": [
                "Stojakovic, T",
                "Scharnagl, H",
                "März, W"
            ],
            "year": 2004,
            "source": "Semin Vasc Med. 2004; 4(3): 279-285. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "15630629",
            "doi": "10.1055/s-2004-861496",
            "pmc": null,
            "organizations": [
                "60522-14028"
            ],
            "persons": [
                "60522-50886-6"
            ],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Semin Vasc Med",
            "issn": "1528-9648",
            "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": 60550,
            "title": "Permant isoproterenol application from an intraperitoneal depot capsule--effects on the heart",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, S",
                "Egger, G",
                "Sadjak, A",
                "Geschwinder, I"
            ],
            "year": 1977,
            "source": "Exp Pathol (Jena). 1977; 14(5): 282-287. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EE06000006",
            "pubmed": "590428",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Exp Pathol (Jena)",
            "issn": "0014-4908",
            "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": 60551,
            "title": "Salivary gland enlargement as a test for a new way of permanent isoproterenol application.",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, S",
                "Egger, G",
                "Sadjak, A",
                "Geschwinder, I"
            ],
            "year": 1977,
            "source": "Experientia. 1977; 33(11): 1543-1544. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EB56200090",
            "pubmed": "923742",
            "doi": "10.1007/BF01918861",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Experientia",
            "issn": "0014-4754",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.615,
            "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": 60548,
            "title": "Serological and histological investigations as well as studies on changed food uptake during adrenaline application by intraperitoneal depot capsule",
            "abstract": null,
            "authors": [
                "Klingenberg, HG",
                "Porta, S",
                "Egger, G",
                "Sadjak, A",
                "Kramer, G"
            ],
            "year": 1977,
            "source": "Exp Pathol (Jena). 1977; 14(5): 273-281. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1977EE06000005",
            "pubmed": "590427",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Exp Pathol (Jena)",
            "issn": "0014-4908",
            "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": 60552,
            "title": "The influence of a permanent adrenalin application on the renals, using a new method for determining clearances in the conscious rat.",
            "abstract": null,
            "authors": [
                "Sadjak, A",
                "Egger, G",
                "Leimüller, A"
            ],
            "year": 1979,
            "source": "Exp Pathol (Jena). 1979; 17(9): 521-529. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HY10000002",
            "pubmed": "535619",
            "doi": "10.1016/S0014-4908(79)80073-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Exp Pathol (Jena)",
            "issn": "0014-4908",
            "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": 60571,
            "title": "Influence of a diet rich in eicosapentaenoic acid on adrenaline induced impairment of the renal function.",
            "abstract": null,
            "authors": [
                "Sadjak, A",
                "Juan, H",
                "Supanz, S",
                "Sametz, W",
                "Muhry, F",
                "Erhart, UE"
            ],
            "year": 1987,
            "source": "Prog Clin Biol Res. 1987; 242(5): 83-88. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2823285",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-12T02:00:00+02:00",
            "journal": "Prog Clin Biol Res",
            "issn": "0361-7742",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.636363636363636,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOLOGY",
            "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
        }
    ]
}