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=151500&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151520&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151480&ordering=-impactfactor",
    "results": [
        {
            "id": 107224,
            "title": "Untitled",
            "abstract": null,
            "authors": [
                "Spener, F"
            ],
            "year": 2001,
            "source": "EUR J LIPID SCI TECHNOL. 2001; 103(2): U4-U4. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000167268900001",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-12-13T11:41:16+01:00",
            "journal": "EUR J LIPID SCI TECHNOL",
            "issn": "1438-7697",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF LIPID SCIENCE AND TECHNOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.737,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.517241379310345,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "CHEMISTRY, APPLIED",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 107225,
            "title": "Pristanic acid is activator of peroxisome proliferator activated receptor alpha",
            "abstract": null,
            "authors": [
                "Hanhoff, T",
                "Wolfrum, C",
                "Ellinghaus, P",
                "Seedorf, U",
                "Spener, F"
            ],
            "year": 2001,
            "source": "EUR J LIPID SCI TECHNOL. 2001; 103(2): 75-80. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000167268900002",
            "pubmed": null,
            "doi": "10.1002/1438-9312(200102)103:2<75::AID-EJLT75>3.3.CO;2-T",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-12-13T11:41:16+01:00",
            "journal": "EUR J LIPID SCI TECHNOL",
            "issn": "1438-7697",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF LIPID SCIENCE AND TECHNOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.737,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.517241379310345,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "CHEMISTRY, APPLIED",
            "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": 119242,
            "title": "Thrombosis prophylaxis in geriatric patients].",
            "abstract": null,
            "authors": [
                "Roller, RE",
                "Feichtinger, P"
            ],
            "year": 2012,
            "source": "Z Gerontol Geriatr. 2012; 45(3):231-240",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000302692500010",
            "pubmed": "22441411",
            "doi": "10.1007/s00391-012-0294-6",
            "pmc": null,
            "organizations": [
                "119242-14079"
            ],
            "persons": [
                "119242-51745-2"
            ],
            "imported": "2012-05-16T15:22:18+02:00",
            "journal": "Z GERONTOL GERIATR",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR GERONTOLOGIE UND GERIATRIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.355,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "GERONTOLOGY",
            "impactfactor_norm_super": 0.385,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "GERONTOLOGY",
            "citations": false,
            "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": 118396,
            "title": "Management and therapy of atrial fibrillation in geriatric patients].",
            "abstract": null,
            "authors": [
                "Gosch, M",
                "Roller, RE",
                "Böhmdorfer, B",
                "Benvenuti-Falger, U",
                "Iglseder, B",
                "Lechleitner, M",
                "Sommeregger, U",
                "Dovjak, P"
            ],
            "year": 2012,
            "source": "Z GERONTOL GERIATR. 2012; 45(1): 55-66. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000300583400012",
            "pubmed": "22278008",
            "doi": "10.1007/s00391-011-0268-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "118396-51745-6"
            ],
            "imported": "2012-03-27T13:41:51+02:00",
            "journal": "Z GERONTOL GERIATR",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR GERONTOLOGIE UND GERIATRIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.355,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "GERONTOLOGY",
            "impactfactor_norm_super": 0.385,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "GERONTOLOGY",
            "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": 126661,
            "title": "Ultrastructural analysis of HNE-treated Saccharomyces cerevisiae cells reveals fragmentation of the vacuole and an accumulation of lipids in the cytosol.",
            "abstract": null,
            "authors": [
                "Wonisch, W",
                "Zellnig, G",
                "Kohlwein, SD",
                "Schaur, RJ",
                "Bilinski, T",
                "Tatzber, F",
                "Esterbauer, H"
            ],
            "year": 2001,
            "source": "Cell Biochem Funct. 2001; 19(1):59-64",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000167159700008",
            "pubmed": "11223872",
            "doi": "10.1002/cbf.888",
            "pmc": null,
            "organizations": [],
            "persons": [
                "126661-78351-1"
            ],
            "imported": "2013-02-14T01:00:00+01:00",
            "journal": "Cell Biochem Funct",
            "issn": "0263-6484",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.162,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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": 124609,
            "title": "Mobile geriatric consultant services for rest homes. Study of the effects of consultations by internal medicine specialists in the medical care of rest home residents].",
            "abstract": null,
            "authors": [
                "Schippinger, W",
                "Hartinger, G",
                "Hierzer, A",
                "Osprian, I",
                "Bohnstingl, M",
                "Pilgram, EH"
            ],
            "year": 2012,
            "source": "Z Gerontol Geriatr. 2012; 45(8):735-741",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000312135300007",
            "pubmed": "23184299",
            "doi": "10.1007/s00391-012-0395-2",
            "pmc": null,
            "organizations": [
                "124609-14085"
            ],
            "persons": [
                "124609-57566-6"
            ],
            "imported": "2013-01-07T11:18:00+01:00",
            "journal": "Z GERONTOL GERIATRIE",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR GERONTOLOGIE UND GERIATRIE",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.355,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "GERONTOLOGY",
            "impactfactor_norm_super": 0.385,
            "impactfactor_norm_super_year": 2009,
            "impactfactor_norm_super_category": "GERONTOLOGY",
            "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": 4059,
            "title": "Effect of acarbose on weight maintenance after dietary weight loss in obese subjects.",
            "abstract": null,
            "authors": [
                "Hauner, H",
                "Petzinna, D",
                "Sommerauer, B",
                "Toplak, H"
            ],
            "year": 2001,
            "source": "Diabetes Obes Metab. 2001; 3(6):423-427",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000173051600006",
            "pubmed": "11903414",
            "doi": "10.1046%2Fj.1463-1326.2001.00156.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "4059-51846-6"
            ],
            "imported": null,
            "journal": "DIABETES OBES METAB",
            "issn": "1462-8902",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.155555555555556,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 80303,
            "title": "PLATELETS AND THE LIPOPROTEINS - NATIVE, MODIFIED AND PLATELET MODIFIED LIPOPROTEINS",
            "abstract": null,
            "authors": [
                "MALLE, E",
                "SATTLER, W"
            ],
            "year": 1994,
            "source": "PLATELETS. 1994; 5(2): 70-83. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1994NF32300002",
            "pubmed": null,
            "doi": "10.3109/09537109409005516",
            "pmc": null,
            "organizations": [],
            "persons": [
                "80303-51705-6",
                "80303-51833-2"
            ],
            "imported": "2008-04-28T12:50:24+02:00",
            "journal": "PLATELETS",
            "issn": "0953-7104",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.23728813559322,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 1434,
            "title": "In-vitro susceptibility of group A beta-haemolytic streptococci (GABHS) to penicillin, erythromycin, clarithromycin and azithromycin in Styria, Austria.",
            "abstract": null,
            "authors": [
                "Kriebernegg, I",
                "Feierl, G",
                "Grisold, A",
                "Marth, E"
            ],
            "year": 1998,
            "source": "Zentralbl Bakteriol. 1998; 287(1-2):33-39",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071836000004",
            "pubmed": "9532262",
            "doi": "10.1016/S0934-8840(98)80139-4",
            "pmc": null,
            "organizations": [
                "1434-14023"
            ],
            "persons": [
                "1434-51503-6",
                "1434-51818-6",
                "1434-51863-6"
            ],
            "imported": null,
            "journal": "ZBL BAKT, INT J MED MICROBIOL",
            "issn": "0934-8840",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.271604938271605,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 67723,
            "title": "Effect of hypochlorite (HOCl)-modified low density lipoproteins and high density lipoproteins on platelet function.",
            "abstract": null,
            "authors": [
                "Opper, C",
                "Schüssler, G",
                "Sattler, W",
                "Malle, E"
            ],
            "year": 1998,
            "source": "Platelets. 1998; 9(5): 339-341. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076479200010",
            "pubmed": "16793758",
            "doi": "10.1080/09537109876582",
            "pmc": null,
            "organizations": [
                "67723-14013"
            ],
            "persons": [
                "67723-51705-6",
                "67723-51833-4"
            ],
            "imported": "2007-07-04T02:00:00+02:00",
            "journal": "Platelets",
            "issn": "0953-7104",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.23728813559322,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 2070,
            "title": "Prevalence of Borrelia burgdorferi s.I. in Ixodes ricinus ticks from Styria (Austria) and species identification by PCR-RFLP analysis.",
            "abstract": null,
            "authors": [
                "Stünzner, D",
                "Hubalek, Z",
                "Halouzka, J",
                "Postic, D",
                "Pierer, K",
                "Marth, E"
            ],
            "year": 1998,
            "source": "Zentralbl Bakteriol. 1998; 288(4):471-478",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078284200005",
            "pubmed": "9987185",
            "doi": "10.1016/S0934-8840(98)80063-7",
            "pmc": null,
            "organizations": [
                "2070-14023"
            ],
            "persons": [
                "2070-51503-6"
            ],
            "imported": null,
            "journal": "ZBL BAKT, INT J MED MICROBIOL",
            "issn": "0934-8840",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.271604938271605,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5099,
            "title": "Verrucae vulgares: flashlamp-pumped pulsed dye laser treatment in 134 patients.",
            "abstract": null,
            "authors": [
                "Kopera, D"
            ],
            "year": 2003,
            "source": "Int J Dermatol. 2003; 42(11):905-908",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186171200011",
            "pubmed": "14636211",
            "doi": "10.1046/j.1365-4362.2003.01994.x",
            "pmc": null,
            "organizations": [
                "5099-14047"
            ],
            "persons": [
                "5099-51842-2"
            ],
            "imported": null,
            "journal": "INT J DERMATOL",
            "issn": "0011-9059",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.736,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.236842105263158,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 13405,
            "title": "Minimizing movement of an orbital prosthesis retained by an obturator prosthesis.",
            "abstract": null,
            "authors": [
                "Wieselmann-Penkner, K",
                "Arnetzl, G",
                "Mayer, W",
                "Bratschko, R"
            ],
            "year": 2004,
            "source": "J PROSTHET DENT. 2004; 91(2): 188-190. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000189269100013",
            "pubmed": "14970766",
            "doi": "10.1016/S0022391303006826",
            "pmc": null,
            "organizations": [
                "13405-14111"
            ],
            "persons": [],
            "imported": "2013-02-09T17:12:17+01:00",
            "journal": "J PROSTHET DENT",
            "issn": "0022-3913",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.735,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.166666666666667,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "DENTISTRY, ORAL SURGERY & MEDICINE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8381,
            "title": "Enhancement of adrenaline plasma-levels shortens adrenaline half-life.",
            "abstract": null,
            "authors": [
                "Porta, S",
                "Rinner, I",
                "Egger, G",
                "Rangetiner, B",
                "Sadjak, A"
            ],
            "year": 1985,
            "source": "HORMONE METAB RES. 1985; 17(5): 264-265. ",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1985AJS7100015",
            "pubmed": "4007778",
            "doi": "10.1055/s-2007-1013513",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-10T15:00:48+01:00",
            "journal": "HORMONE METAB RES",
            "issn": "0018-5043",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.735,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.686746987951807,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7591,
            "title": "Plasma concentrations of glucose, corticosterone, glucagon and insulin and liver content of metabolic substrates and enzymes during starvation and additional hypoxia in the rat.",
            "abstract": null,
            "authors": [
                "Mlekusch, W",
                "Paletta, B",
                "Truppe, W",
                "Paschke, E",
                "Grimus, R"
            ],
            "year": 1981,
            "source": "HORMONE METAB RES. 1981; 13(11): 612-614. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MR29900005",
            "pubmed": "7030899",
            "doi": "10.1055/s-2007-1019352",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-31T18:27:16+02:00",
            "journal": "HORMONE METAB RES",
            "issn": "0018-5043",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.735,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.686746987951807,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8250,
            "title": "Effects of adrenaline pretreatment on in vitro binding of 125I-triiodothyronine to nuclear receptor, intracellular distribution of endogenous triiodothyronine and activities of alfa-glycerophosphate dehydrogenase and malic enzyme in rat liver.",
            "abstract": null,
            "authors": [
                "Nauman, J",
                "Dung, NT",
                "Porta, S",
                "Sadjak, A"
            ],
            "year": 1984,
            "source": "HORMONE METAB RES. 1984; 16(10): 521-524. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TR66800004",
            "pubmed": "6094322",
            "doi": "10.1055/s-2007-1014839",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-12T17:48:29+02:00",
            "journal": "HORMONE METAB RES",
            "issn": "0018-5043",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.735,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.686746987951807,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8226,
            "title": "The effect of adrenaline pretreatment on the in vitro generation of 3,5,3'-triiodothyronine and 3,3',5'-triiodothyronine (reverse T3) in rat liver preparation.",
            "abstract": null,
            "authors": [
                "Nauman, A",
                "Porta, S",
                "Bardowska, U",
                "Fiedorowicz, K",
                "Sadjak, A",
                "Korsatko, W",
                "Nauman, J"
            ],
            "year": 1984,
            "source": "HORMONE METAB RES. 1984; 16(9): 471-474. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TL75000005",
            "pubmed": "6500502",
            "doi": "10.1055/s-2007-1014822",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-12T17:47:14+02:00",
            "journal": "HORMONE METAB RES",
            "issn": "0018-5043",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.735,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.686746987951807,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8729,
            "title": "Laboratory handling and its influence on hormonal and metabolic parameters during acute inflammation in rats. A critique of long-term treatment by repeated injections.",
            "abstract": null,
            "authors": [
                "Egger, G",
                "Sadjak, A",
                "Porta, S",
                "Supanz, S",
                "Pürstner, P"
            ],
            "year": 1986,
            "source": "HORMONE METAB RES. 1986; 18(11): 746-749. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986F066200006",
            "pubmed": "3539736",
            "doi": "10.1055/s-2007-1012425",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-11T11:27:09+01:00",
            "journal": "HORMONE METAB RES",
            "issn": "0018-5043",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.735,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.686746987951807,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 101918,
            "title": "Gastrointestinal stromal tumor of the abdominal wall. An unusual localization of a rare tumor.",
            "abstract": null,
            "authors": [
                "Thalheimer, A",
                "Meyer, D",
                "Gattenlohner, S",
                "Timmermann, W",
                "Thiede, A"
            ],
            "year": 2004,
            "source": "Chirurg. 2004; 75(7):708-712",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000223163600010",
            "pubmed": "15257404",
            "doi": "10.1007/s00104-003-0696-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-05-31T13:22:34+02:00",
            "journal": "CHIRURG",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": "CHIRURG; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.735,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.287769784172662,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "SURGERY",
            "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": 95612,
            "title": "Internal fixation of subcapsular fractures of the femoral neck",
            "abstract": null,
            "authors": [
                "Kutscha-Lissberg, F",
                "Schildhauer, TA",
                "Kollig, E",
                "Muhr, G"
            ],
            "year": 2001,
            "source": "CHIRURG. 2001; 72(11): 1253-1265. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000172434900005",
            "pubmed": "11766647",
            "doi": "10.1007/s001040170028",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-09T13:07:29+01:00",
            "journal": "CHIRURG",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": "CHIRURG; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.734,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.784172661870504,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "SURGERY",
            "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
        }
    ]
}