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=153400&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157096,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153420&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153380&ordering=-imported",
    "results": [
        {
            "id": 64142,
            "title": "Der Kommentar.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2006,
            "source": "Pneumologisch. 2006; (2): 4-4. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64142-14095"
            ],
            "persons": [
                "64142-51713"
            ],
            "imported": "2007-01-04T23:59:53+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 64141,
            "title": "Metabolische Komata.",
            "abstract": null,
            "authors": [
                "Wildner, G",
                "Brunner, G"
            ],
            "year": 2006,
            "source": "23. St. Pauler Notfalltage; APR 27-29, 2006; St. Paul/Lavanttal, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64141-14069"
            ],
            "persons": [
                "64141-50018"
            ],
            "imported": "2007-01-04T19:06:02+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64140,
            "title": "Validation of a novel cellular assay for the diagnosis of Hymenoptera venom allergy",
            "abstract": null,
            "authors": [
                "Böhm (Sturm), EM"
            ],
            "year": 2004,
            "source": " [ Diplomarbeit/Master Thesis ] Graz Medical University ; 2004. pp.65. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64140-14022"
            ],
            "persons": [
                "64140-50791"
            ],
            "imported": "2007-01-04T18:17:57+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz Medical University ",
            "country": "40",
            "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": 64139,
            "title": "Characterization of flow cytometric changes in human leukocytes induced by mediators of inflammation",
            "abstract": null,
            "authors": [
                "Schratl, P"
            ],
            "year": 2002,
            "source": " [ Diplomarbeit/Master Thesis ] Graz Medical University ; 2002. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64139-14022"
            ],
            "persons": [
                "64139-57573"
            ],
            "imported": "2007-01-04T18:09:09+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz Medical University ",
            "country": "40",
            "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": 52765,
            "title": "Spondylarthropathies].",
            "abstract": null,
            "authors": [
                "Hermann, J",
                "Graninger, W"
            ],
            "year": 2006,
            "source": "Wien Klin Wochenschr. 2006; 118(9-10 Suppl):41-55",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000238959100005",
            "pubmed": "17025206",
            "doi": null,
            "pmc": null,
            "organizations": [
                "52765-14086"
            ],
            "persons": [
                "52765-51002-2"
            ],
            "imported": "2007-01-04T17:53:50+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.804,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.314285714285714,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": true
        },
        {
            "id": 64138,
            "title": "Effects of LXR and PPARdelta ligands on the expression of genes involved in cholesterol metabolism in CaCo-2 cells",
            "abstract": null,
            "authors": [
                "Calayir, E",
                "Becker, TM",
                "Ebner, B",
                "Kratzer, A",
                "Woelfler, G",
                "Micutkova, L",
                "Levak-Frank, S",
                "Kratky, D",
                "Kostner, GM"
            ],
            "year": 2006,
            "source": "Congress of the Austrian Atherosclerosis Society; May 5-6, 2006; St. Gilgen, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64138-14013"
            ],
            "persons": [
                "64138-50421",
                "64138-51669",
                "64138-51904"
            ],
            "imported": "2007-01-04T15:46:33+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64137,
            "title": "Identification of lipolytic enzymes and their potential role in the cholesterol homeostasis of murine macrophages",
            "abstract": null,
            "authors": [
                "Becker, TM",
                "Ebner, B",
                "Kratzer, A",
                "Buchebner, M",
                "Calayir, E",
                "Levak-Frank, S",
                "Neuberger, G",
                "Eisenhaber, F",
                "Kostner, GM",
                "Kratky, D"
            ],
            "year": 2006,
            "source": "Congress of the Austrian Atherosclerosis Society; May 5-6, 2006; St. Gilgen, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64137-14013"
            ],
            "persons": [
                "64137-50421",
                "64137-51669",
                "64137-51904"
            ],
            "imported": "2007-01-04T15:34:39+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64135,
            "title": "Rosuvastatin reduces interleukin-6 induced C-reactive protein expression via STAT3 and C/EBP inhibition",
            "abstract": null,
            "authors": [
                "Mayer, CM",
                "Gruber, HJ",
                "Landl, EM",
                "Pailer, S",
                "Scharnagl, H",
                "Maerz, W"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 7(3):570-570.-XIV. International Symposium on Atherosclerosis; JUNE, 18-22; Rome, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093903528",
            "pubmed": null,
            "doi": "10.1016/S1567-5688(06)82307-X",
            "pmc": null,
            "organizations": [
                "64135-14028"
            ],
            "persons": [
                "64135-50464",
                "64135-50562",
                "64135-50886",
                "64135-51164",
                "64135-50131"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 64125,
            "title": "The impact of av optimized rv pacing in patients with implanted cardioverter-defibrillators and reduced compared to preserved left ventricular function",
            "abstract": null,
            "authors": [
                "Wonisch, M",
                "Lercher, P",
                "Scherr, D",
                "Kraxner, W",
                "Maier, R",
                "Fruhwald, FM",
                "Rotman, B",
                "Watzinger, N"
            ],
            "year": 2006,
            "source": "EUR HEART J. 2006; 27: 463-463.-European Society of Cardiology Congress; SEP 3-7, 2006; Barcelona, Spain. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240668403180",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64125-14083"
            ],
            "persons": [
                "64125-50168",
                "64125-51700",
                "64125-51759",
                "64125-51953",
                "64125-63802"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "EUR HEART J",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.286,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 64126,
            "title": "Lipoprotein-associated phospholipase A2 activity predicts cardiac and total mortality independently of angiographic coronary artery disease status, LDL-size, C-reactive protein, and other risk factors",
            "abstract": null,
            "authors": [
                "Winkler, K",
                "Winkelmann, BR",
                "Marz, W"
            ],
            "year": 2006,
            "source": "EUR HEART J. 27: 671-671.-European Society of Cardiology 2006 World Congress; SEP, 2-6; Barcelona, Spain. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240668404413",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64126-14028"
            ],
            "persons": [],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "EUR HEART J",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.286,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 64127,
            "title": "Additional dermoscopic presentation of haemosiderotic dermatofibroma.",
            "abstract": null,
            "authors": [
                "Cardoso, R",
                "Massone, C",
                "Soyer, HP",
                "Hofmann-Wellenhof, R"
            ],
            "year": 2007,
            "source": "Br J Dermatol. 2007; 156(1):199-200",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:000242637700046",
            "pubmed": "17199605",
            "doi": "10.1111/j.1365-2133.2006.07611.x",
            "pmc": null,
            "organizations": [
                "64127-14047"
            ],
            "persons": [
                "64127-51711-4"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "BRIT J DERMATOL",
            "issn": "0007-0963",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 3.503,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.948717948717949,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64128,
            "title": "Endoscopy in IBD. A Consensus Report of the IBD Working of the Austrian Association of Gastroenterology and Hepatology.",
            "abstract": null,
            "authors": [
                "Petritsch, W",
                "Tillinger, W",
                "Vogelsang, H",
                "Reinisch, W",
                "Knoflach, P",
                "Tilg, H"
            ],
            "year": 2006,
            "source": "Z GASTROENTEROL. 2006; 44(11): 1183-1192. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000242398300008",
            "pubmed": "17115362",
            "doi": "10.1055/s-2006-927134",
            "pmc": null,
            "organizations": [
                "64128-14081"
            ],
            "persons": [
                "64128-51536-2"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "Z GASTROENTEROL",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.293,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.130434782608696,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 64130,
            "title": "Genetic variants of the promoter of the heme oxygenase-1 gene and their influence on cardiovascular disease.",
            "abstract": null,
            "authors": [
                "Lublinghoff, N",
                "Winkler, K",
                "Winkelmann, B",
                "Boehm, B",
                "Marz, W",
                "Hoffmann, M"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 7(3):143-143.-XIV. International Symposium on Atherosclerosis; JUNE, 18-22; Rome, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093900573",
            "pubmed": null,
            "doi": "10.1016/S1567-5688(06)80572-6",
            "pmc": null,
            "organizations": [
                "64130-14028"
            ],
            "persons": [],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 64131,
            "title": "Free fatty acids are independently associated with all-cause and cardiovascular mortality in subjects with coronary artery disease",
            "abstract": null,
            "authors": [
                "Pilz, S",
                "Scharnagl, H",
                "Tiran, B",
                "Boehm, BO",
                "Marz, W"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 7(3):72-72.-XIV. International Symposium on Atherosclerosis; JUNE, 18-22; Rome, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093900254",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64131-14028"
            ],
            "persons": [
                "64131-50886",
                "64131-53344"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 64132,
            "title": "Adipose triglyceride lipase: Functional role in fat cell lipolysis and involvement in lipid and energy metabolism",
            "abstract": null,
            "authors": [
                "Haemmerle, G",
                "Zimmermann, R",
                "Lass, A",
                "Hofler, G",
                "Wagner, E",
                "Zechner, R"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 7(3):15-15.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093900038",
            "pubmed": null,
            "doi": "10.1016/S1567-5688(06)80037-1",
            "pmc": null,
            "organizations": [
                "64132-14020"
            ],
            "persons": [],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64133,
            "title": "Prevalence of obesity and its importance to cardiovascular diseases in germany: Findings from the DETECT study",
            "abstract": null,
            "authors": [
                "Stojakovic, T",
                "Scharnagl, H",
                "Freisinger, F",
                "Pittrow, D",
                "Glaesmer, H",
                "Boehler, S",
                "Ruf, G",
                "Maerz, W",
                "Wittchen, HU"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 7(3):53-53.-XIV. International Symposium on Atherosclerosis; JUNE, 18-22; Rome, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093900171",
            "pubmed": null,
            "doi": "10.1016/S1567-5688(06)80170-4",
            "pmc": null,
            "organizations": [
                "64133-14028"
            ],
            "persons": [
                "64133-50886"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64136,
            "title": "Efficacy and safety of morning administration of fluvastatin extended release formulation is equivalent to evening administration",
            "abstract": null,
            "authors": [
                "Scharnagl, H",
                "Vogel, M",
                "Abletshauser, C",
                "Freisinger, F",
                "Stojakovic, T",
                "Maerz, W"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 7(3):576-576.-XIV. International Symposium on Atherosclerosis; JUNE, 18-22; Rome, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093903553",
            "pubmed": null,
            "doi": "10.1016/S1567-5688(06)82332-9",
            "pmc": null,
            "organizations": [
                "64136-14028"
            ],
            "persons": [
                "64136-50886"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 64115,
            "title": "Atorvastatin in patients with primary biliary cirrhosis and an incomplete response to ursodeoxycholic acid",
            "abstract": null,
            "authors": [
                "Fauler, G",
                "Stojakovic, T",
                "Putz-Bankuti, C",
                "Gurakuqi, GC",
                "Scharnagl, H",
                "Marz, W",
                "Trauner, M"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 2006; 7(3):583-583.-XIV. International Symposium on Atherosclerosis; JUNE 18-22, 2006; Rome, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093903588",
            "pubmed": null,
            "doi": "10.1016/S1567-5688(06)82367-6",
            "pmc": null,
            "organizations": [
                "64115-14028",
                "64115-14081"
            ],
            "persons": [
                "64115-50886"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 64116,
            "title": "The risk of respiratory syncytial virus-related hospitalizations in preterm infants of 29 to 35 weeks' gestational age.",
            "abstract": null,
            "authors": [
                "Doering, G",
                "Gusenleitner, W",
                "Belohradsky, BH",
                "Burdach, S",
                "Resch, B",
                "Liese, JG"
            ],
            "year": 2006,
            "source": "PEDIAT INF DIS J. 2006; 25(12): 1188-1190. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000242673300018",
            "pubmed": "17133170",
            "doi": "10.1097/01.inf.0000246978.58565.b5",
            "pmc": null,
            "organizations": [
                "64116-14094"
            ],
            "persons": [
                "64116-51743-6"
            ],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "PEDIAT INF DIS J",
            "issn": "0891-3668",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.215,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.945205479452055,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 64117,
            "title": "Atorvastatin and LDL profile in NIDDM (alpin study)",
            "abstract": null,
            "authors": [
                "Wunderlich, T",
                "Hoffmann, M",
                "Friedrich, I",
                "Wieland, H",
                "Hanefeld, M",
                "Marz, W",
                "Winkler, K"
            ],
            "year": 2006,
            "source": "ATHEROSCLER SUPPL. 7(3):581-581.-XIV. International Symposium on Atherosclerosis; JUNE, 18-22; Rome, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239093903576",
            "pubmed": null,
            "doi": "10.1016/S1567-5688(06)82355-X",
            "pmc": null,
            "organizations": [
                "64117-14028"
            ],
            "persons": [],
            "imported": "2007-01-04T14:34:32+01:00",
            "journal": "ATHEROSCLER SUPPL",
            "issn": "1567-5688",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.875,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.96078431372549,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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
        }
    ]
}